summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
1995-06-18update for new networking queue structurescgd
1995-06-07typeof(timeval.tv_sec) != time_tcgd
1995-06-05#include <dlfcn.h>pk
1995-06-05Put dlopen() et.al. declarations in separate header file for compatibility.pk
1995-06-04Cache two more environment variable values.pk
1995-06-04Revive library search paths.pk
1995-06-04Implement compiled-in library search paths: any `-L' argument encounteredpk
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-04The 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-03Fill in sin_len.mycroft
1995-06-03Fill in sin_len.mycroft
1995-05-29Correct copyright.phil
1995-05-21Use inet_aton(), not inet_addr().mycroft
1995-05-11Winning Strategies has placed this code in the public domain.jtc
1995-05-07jbsr takes one argument, not two. Apparently the assembler quietlybriggs
ignores the second... Pointed out by uhenric@mcl.ucsb.edu (Henric Jungheim).
1995-05-02Use POSIX tty semantics.mycroft
1995-04-12Install 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-11typo.cgd
1995-04-11clean up RCS Id's and a couple of stype nits.cgd
Also, fix bug 947 (reported by Luke Mewburn, extraneous vers.c)
1995-04-01Fix bogosities in cascade stuff.pk
1995-03-28KERNEL -> _KERNELjtc
1995-03-26__timersub --> timersubmycroft
1995-03-22Use IPTOS_THROUGHPUT for passive mode data connection.mycroft
1995-03-21Use POSIX signals.mycroft
1995-03-21clean up id tagscgd
1995-03-08Fill in ttyname for cred file uniquifier under KERBEROS (From Michael Graff)brezak
1995-03-06Burn LD_RUN_PATH; I didn't read the SVR5 man-pages carefully enough.pk
1995-03-06Code from Matthew Green to do DL cascading "in the first degree".pk
Two `fprintf(stderr, ..)' => `warnx(..)'.
1995-03-02properly init group list before running the job.cgd
1995-03-01Clean up deleted files.mycroft
1995-02-17Change mention of /etc/passwd to /etc/pwd.db, as reported by PR #556.jtc
1995-01-20Fix: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-17Several consistency nits, and fix a byte order problem in md_swapout_reloc().mycroft
1995-01-17Several consistency nits, and don't define the get_*() macros twice.mycroft
1995-01-13Die quietly when we time out.mycroft
1995-01-13Oops.mycroft
1995-01-13Only time out if called from inetd. Other cleanup.mycroft
1995-01-13Make sure we reply to the request, so the client will stop sending.mycroft
1995-01-13General cleanup.mycroft
1995-01-13Fix error messages.mycroft
1995-01-13Need syslog.h.mycroft
1995-01-13Free argument list (for !from_inetd case). General cleanup.mycroft
1995-01-13Fix this for the case of not running from inetd. Send error messages to amycroft
useful place. General cleanup.
1995-01-13Correct calling sequence of getsockname(2).mycroft
1994-12-25Define `MAN'.pk
1994-12-23Put a reserved field into use (weak symbol support).pk
1994-12-23stdlib.h for protoscgd
1994-12-23be a bit more careful with types, casts, and and function declarations.cgd
1994-12-22specify man pages the new way.cgd
1994-12-22new way of specifying man pages.cgd