aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2214-14/+14
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22161-172/+172
* #include <string.h> to help silence -Wall.Mike Pritchard1997-02-201-0/+1
* Actually allow the -R flag.Guido van Rooij1997-02-131-1/+1
* Tidy-up modem-chat handling: ensure tty modes are restored toDavid Nugent1997-02-092-49/+45
* Buffer Overflow from OpenBSDWarner Losh1997-02-091-1/+1
* Some patches for source routed packets from OpenBSD.Warner Losh1997-02-091-14/+14
* Some patches for source routed packets from OpenBSD.Warner Losh1997-02-091-13/+16
* Fix a hop count datatype bogon pointed out in PR#2642 (though my fixJordan K. Hubbard1997-02-071-5/+6
* Increased username size to allow passing username:auth_method toDavid Nugent1997-02-071-1/+1
* Make username size dependant on MAXLOGNAME in sys/param.h. WasDavid Nugent1997-02-021-2/+2
* Added:David Nugent1997-02-028-54/+852
* Fix bug in %s, %m, %r and %v macros not displaying data.David Nugent1997-02-021-1/+5
* Added support for %s (sysname) %m (machine) %r (release) and %v (version)David Nugent1997-02-021-0/+25
* Oops, fix white space in last commit.David Greenman1997-01-281-1/+1
* Fix signal handler race condition.David Greenman1997-01-281-0/+5
* Make even more copies of hostnames obtained by inet_ntoa(). iruserok()Joerg Wunsch1997-01-271-5/+18
* Use xmalloc instead of malloc in two places, so that out-of-memoryJohn Polstra1997-01-241-1/+1
* Fix buffer overrun problem.Paul Traina1997-01-182-15/+24
* Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS".John Polstra1997-01-174-3/+86
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-162-5/+5
* If a library is found in the hints file, but the library doesn't exist,John Polstra1997-01-141-0/+4
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14174-185/+185
* Sort cross references.Wolfram Schneider1997-01-1312-37/+35
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.John Polstra1997-01-121-4/+3
* Correct typos and spelling errors.John Polstra1997-01-123-15/+15
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-124-37/+88
* Add support for the LD_BIND_NOW environment variable. If it is set to aJohn Polstra1997-01-122-2/+21
* Document the fact that the administrator may haveMike Pritchard1997-01-111-2/+7
* Build ebones/telnetd only if MAKE_EBONES definedAndrey A. Chernov1997-01-081-2/+2
* Correct some misleading text.Mike Pritchard1997-01-081-2/+5
* Some buffer overrun fixes and removed check for username starting with "-"Paul Traina1997-01-073-13/+16
* Update to match changes in <net/if.h>.Garrett Wollman1997-01-033-5/+5
* Added group= facility to /etc/ttys for tty grouping for moreDavid Nugent1997-01-021-10/+26
* Remove dmalloc.c reference from here too. :)Jordan K. Hubbard1997-01-011-2/+2
* Add a new 'de' capability, specifying a number of seconds to sleep beforeMike Smith1996-12-314-5/+15
* Fix spelling error in manpage.Steven Wallace1996-12-263-6/+6
* Change declaration of yp_errno from int to enum ypstat so that itBill Paul1996-12-231-2/+3
* Document the -k, -v and -x options.Mike Pritchard1996-12-161-1/+15
* Correct some xrefs/mlinks.Mike Pritchard1996-12-141-5/+5
* Close PR #2193: support backslash line continuations.Bill Paul1996-12-133-15/+23
* Convert this program to use sysctl rather than kvm for some of itsGarrett Wollman1996-12-111-111/+69
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-106-12/+9
* Truncate the file when opening it with write intent. Otherwise,Joerg Wunsch1996-11-301-2/+2
* add flag to allow only anonymous ftp loginsTorsten Blum1996-11-302-3/+14
* Use LC_TIME=C instead of LC_TIME=Andrey A. Chernov1996-11-261-2/+2
* Back out recent security patch for rexecd. After more careful analysis,Paul Traina1996-11-222-28/+15
* Conditionalize setsockopt IP_PORTRANGE to make ftpd portable.Paul Traina1996-11-201-6/+11
* Truncate argument list to avoid buffer overflows.Paul Traina1996-11-201-5/+9
* Do not attempt to open reverse channel until authentication phase hasPaul Traina1996-11-192-17/+30