summaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Be a bit more careful about what port number we are using for thePeter Wemm1997-03-291-3/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-2814-31/+31
* Don't trucate username to 8 characters.David Nugent1997-03-251-24/+29
* Remove some incorrect text on how passwords are validated.Mike Pritchard1997-03-251-3/+2
* Fix non explloitable buffer overflows (since the largest packet processedWarner Losh1997-03-241-3/+4
* Fix various buffer overflows that may or may not be exploitable.Warner Losh1997-03-241-5/+7
* Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFSWarner Losh1997-03-241-8/+8
* Change a reference to NetBSD to FreeBSD.Mike Pritchard1997-03-141-2/+5
* 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-44/+40
* 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