| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1995-06-18 | update for new networking queue structures | cgd | |
| 1995-06-07 | typeof(timeval.tv_sec) != time_t | cgd | |
| 1995-06-05 | #include <dlfcn.h> | pk | |
| 1995-06-05 | Put dlopen() et.al. declarations in separate header file for compatibility. | pk | |
| 1995-06-04 | Cache two more environment variable values. | pk | |
| 1995-06-04 | Revive library search paths. | pk | |
| 1995-06-04 | Implement compiled-in library search paths: any `-L' argument encountered | pk | |
| while `dynamic link-mode' is on, is recorded in the executable. The run-time linker will search these paths after $LD_LIBRARY_PATH but before the default set and those currently in the hints file. The feature is disabled whenever for set[ug]id programs. | |||
| 1995-06-04 | The tftpd daemon must be invoked as root in order for the chroot() | jtc | |
| call to succeed, and must give up those privledges as soon as the new root has been aquired. Use setgid() & setuid() to explicitly set the user and group IDs to non- priveleged values. This change now requires tftpd to be executed by root. I haven't studied the security implications of making it setuid root, so inetd.conf needs to be changed to start it as root. | |||
| 1995-06-03 | Fill in sin_len. | mycroft | |
| 1995-06-03 | Fill in sin_len. | mycroft | |
| 1995-05-29 | Correct copyright. | phil | |
| 1995-05-21 | Use inet_aton(), not inet_addr(). | mycroft | |
| 1995-05-11 | Winning Strategies has placed this code in the public domain. | jtc | |
| 1995-05-07 | jbsr takes one argument, not two. Apparently the assembler quietly | briggs | |
| ignores the second... Pointed out by uhenric@mcl.ucsb.edu (Henric Jungheim). | |||
| 1995-05-02 | Use POSIX tty semantics. | mycroft | |
| 1995-04-12 | Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand. | jtc | |
| Also make sure that foo and rpc.foo are mentioned in the NAME section. | |||
| 1995-04-12 | #include <sys/signal.h> -> <signal.h> | jtc | |
| 1995-04-11 | typo. | cgd | |
| 1995-04-11 | clean up RCS Id's and a couple of stype nits. | cgd | |
| Also, fix bug 947 (reported by Luke Mewburn, extraneous vers.c) | |||
| 1995-04-01 | Fix bogosities in cascade stuff. | pk | |
| 1995-03-28 | KERNEL -> _KERNEL | jtc | |
| 1995-03-26 | __timersub --> timersub | mycroft | |
| 1995-03-22 | Use IPTOS_THROUGHPUT for passive mode data connection. | mycroft | |
| 1995-03-21 | Use POSIX signals. | mycroft | |
| 1995-03-21 | clean up id tags | cgd | |
| 1995-03-08 | Fill in ttyname for cred file uniquifier under KERBEROS (From Michael Graff) | brezak | |
| 1995-03-06 | Burn LD_RUN_PATH; I didn't read the SVR5 man-pages carefully enough. | pk | |
| 1995-03-06 | Code from Matthew Green to do DL cascading "in the first degree". | pk | |
| Two `fprintf(stderr, ..)' => `warnx(..)'. | |||
| 1995-03-02 | properly init group list before running the job. | cgd | |
| 1995-03-01 | Clean up deleted files. | mycroft | |
| 1995-02-17 | Change mention of /etc/passwd to /etc/pwd.db, as reported by PR #556. | jtc | |
| 1995-01-20 | Fix: | christos | |
| Save hostname in a permanent buffer, otherwise ruserok() can trash it if it calls gethostbyname() or inet_ntoa(). Repeat by: Add entries in .rhosts and login from a machine that does not have an entry there. Notice that the error message in syslog contains the last hostname in .rhosts and not the original remote hostname. | |||
| 1995-01-17 | Several consistency nits, and fix a byte order problem in md_swapout_reloc(). | mycroft | |
| 1995-01-17 | Several consistency nits, and don't define the get_*() macros twice. | mycroft | |
| 1995-01-13 | Die quietly when we time out. | mycroft | |
| 1995-01-13 | Oops. | mycroft | |
| 1995-01-13 | Only time out if called from inetd. Other cleanup. | mycroft | |
| 1995-01-13 | Make sure we reply to the request, so the client will stop sending. | mycroft | |
| 1995-01-13 | General cleanup. | mycroft | |
| 1995-01-13 | Fix error messages. | mycroft | |
| 1995-01-13 | Need syslog.h. | mycroft | |
| 1995-01-13 | Free argument list (for !from_inetd case). General cleanup. | mycroft | |
| 1995-01-13 | Fix this for the case of not running from inetd. Send error messages to a | mycroft | |
| useful place. General cleanup. | |||
| 1995-01-13 | Correct calling sequence of getsockname(2). | mycroft | |
| 1994-12-25 | Define `MAN'. | pk | |
| 1994-12-23 | Put a reserved field into use (weak symbol support). | pk | |
| 1994-12-23 | stdlib.h for protos | cgd | |
| 1994-12-23 | be a bit more careful with types, casts, and and function declarations. | cgd | |
| 1994-12-22 | specify man pages the new way. | cgd | |
| 1994-12-22 | new way of specifying man pages. | cgd | |
