aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* .if exists(../eBones) tests the obj dir, not the source dir's existance.Peter Wemm1997-07-051-2/+2
* Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,Steve Price1997-06-296-56/+56
* Merge conflicts and make this compile -Wall clean.Steve Price1997-06-2912-131/+45
* This commit was generated by cvs2svn to compensate for changes in r27074,Steve Price1997-06-297-129/+147
|\
| * Import of NetBSD's rbootd version 19970629Steve Price1997-06-2912-0/+3229
* | Removed unused variables.Alexander Langer1997-06-271-4/+1
* | Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)Gene Stark1997-06-242-10/+17
* | Show the real revision date and not the date that thisSteve Price1997-06-232-4/+4
* | Reset alarm before invoking ppplogin.David Nugent1997-06-031-1/+3
* | login.group => login.conf.David Nugent1997-06-021-2/+2
* | Typo fix.Masafumi Max NAKANE1997-05-273-9/+9
* | Tell the chroot()ed user that "access restrictions apply".Daniel O'Callaghan1997-05-211-1/+6
* | Small tweak to the group parsing code to stop it from core dumpingBill Paul1997-05-211-1/+3
* | Changes to support the kernel linker:Doug Rabson1997-05-131-1/+4
* | Don't rely on stderr to report bad news.Poul-Henning Kamp1997-05-111-8/+8
* | Fix memory leak caused by not freeing memory returned by cgetstr()David Nugent1997-05-111-8/+80
* | login_getclass() -> login_getpwclass().David Nugent1997-05-102-4/+4
* | Fix a bug that caused the relocs for linker set members in sharedJohn Polstra1997-04-301-1/+3
* | Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts forDavid Nugent1997-04-294-17/+271
* | YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to denyDavid Nugent1997-04-272-10/+35
* | Document internal ls, how to compile it in and what it changes wrtDavid Nugent1997-04-261-1/+20
* | Adds optional "internal ls" support for ftpd, by collectingDavid Nugent1997-04-265-8/+41
* | Add basic login.conf (sans authentication) support.David Nugent1997-04-233-7/+58
* | Added login.conf support.David Nugent1997-04-233-8/+71
* | Fixed `make depend' and related bogons. LDFLAGS was used forBruce Evans1997-04-161-10/+2
* | Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etcDavid Nugent1997-04-131-16/+9
* | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>David Nugent1997-04-121-7/+14
* | Ensure that the remote host name is Nul terminated.Mike Pritchard1997-04-081-1/+2
* | Fix for expiration date test. Closes PR#3224.David Nugent1997-04-081-2/+2
* | Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensureJoerg Wunsch1997-04-011-3/+6
* | 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-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