| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix description of -t option. | Joerg Wunsch | 1997-08-24 | 1 | -2/+2 |
* | Turn off hyphenation in this manpage so that .Xr macros, don't get | Steve Price | 1997-08-23 | 1 | -1/+3 |
* | change -I/sys to -I${.CURDIR}/../../sys | John-Mark Gurney | 1997-08-22 | 1 | -2/+2 |
* | - In dlsym(), if the lookup fails using the original symbol, prepend an | Nate Williams | 1997-08-19 | 1 | -2/+30 |
* | .Nm --> .Xr so that gettytab(5) is shown instead of gettytab 5. | Steve Price | 1997-08-17 | 1 | -2/+2 |
* | Makefile.dist is a non-bmaked version of Makefile. We don't want it. | Bruce Evans | 1997-08-02 | 1 | -14/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r27847, | Bruce Evans | 1997-08-02 | 1 | -0/+14 |
|\ |
|
| * | Import Lite2's src/libexec, except for makekey (which was spammed | Bruce Evans | 1997-08-02 | 34 | -0/+15858 |
* | Implement dlsym(RTLD_NEXT, symbol). | John Polstra | 1997-08-02 | 1 | -12/+64 |
* | Make useage of hostname global variable consistent. | David Nugent | 1997-07-24 | 2 | -7/+8 |
* | Rshd print to much information if a user does not exists. | Wolfram Schneider | 1997-07-18 | 2 | -8/+7 |
* | kill the undead | Peter Wemm | 1997-07-13 | 1 | -54/+0 |
* | .if exists(../eBones) tests the obj dir, not the source dir's existance. | Peter Wemm | 1997-07-05 | 1 | -2/+2 |
* | Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset, | Steve Price | 1997-06-29 | 6 | -56/+56 |
* | Merge conflicts and make this compile -Wall clean. | Steve Price | 1997-06-29 | 12 | -131/+45 |
* | This commit was generated by cvs2svn to compensate for changes in r27074, | Steve Price | 1997-06-29 | 7 | -129/+147 |
|\ |
|
| * | Import of NetBSD's rbootd version 19970629 | Steve Price | 1997-06-29 | 12 | -0/+3229 |
* | | Removed unused variables. | Alexander Langer | 1997-06-27 | 1 | -4/+1 |
* | | Submitted by: Gene Stark and Robert Sexton (robert@kudra.com) | Gene Stark | 1997-06-24 | 2 | -10/+17 |
* | | Show the real revision date and not the date that this | Steve Price | 1997-06-23 | 2 | -4/+4 |
* | | Reset alarm before invoking ppplogin. | David Nugent | 1997-06-03 | 1 | -1/+3 |
* | | login.group => login.conf. | David Nugent | 1997-06-02 | 1 | -2/+2 |
* | | Typo fix. | Masafumi Max NAKANE | 1997-05-27 | 3 | -9/+9 |
* | | Tell the chroot()ed user that "access restrictions apply". | Daniel O'Callaghan | 1997-05-21 | 1 | -1/+6 |
* | | Small tweak to the group parsing code to stop it from core dumping | Bill Paul | 1997-05-21 | 1 | -1/+3 |
* | | Changes to support the kernel linker: | Doug Rabson | 1997-05-13 | 1 | -1/+4 |
* | | Don't rely on stderr to report bad news. | Poul-Henning Kamp | 1997-05-11 | 1 | -8/+8 |
* | | Fix memory leak caused by not freeing memory returned by cgetstr() | David Nugent | 1997-05-11 | 1 | -8/+80 |
* | | login_getclass() -> login_getpwclass(). | David Nugent | 1997-05-10 | 2 | -4/+4 |
* | | Fix a bug that caused the relocs for linker set members in shared | John Polstra | 1997-04-30 | 1 | -1/+3 |
* | | Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for | David Nugent | 1997-04-29 | 4 | -17/+271 |
* | | YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to deny | David Nugent | 1997-04-27 | 2 | -10/+35 |
* | | Document internal ls, how to compile it in and what it changes wrt | David Nugent | 1997-04-26 | 1 | -1/+20 |
* | | Adds optional "internal ls" support for ftpd, by collecting | David Nugent | 1997-04-26 | 5 | -8/+41 |
* | | Add basic login.conf (sans authentication) support. | David Nugent | 1997-04-23 | 3 | -7/+58 |
* | | Added login.conf support. | David Nugent | 1997-04-23 | 3 | -8/+71 |
* | | Fixed `make depend' and related bogons. LDFLAGS was used for | Bruce Evans | 1997-04-16 | 1 | -10/+2 |
* | | Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etc | David Nugent | 1997-04-13 | 1 | -16/+9 |
* | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | David Nugent | 1997-04-12 | 1 | -7/+14 |
* | | Ensure that the remote host name is Nul terminated. | Mike Pritchard | 1997-04-08 | 1 | -1/+2 |
* | | Fix for expiration date test. Closes PR#3224. | David Nugent | 1997-04-08 | 1 | -2/+2 |
* | | Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensure | Joerg Wunsch | 1997-04-01 | 1 | -3/+6 |
* | | Be a bit more careful about what port number we are using for the | Peter Wemm | 1997-03-29 | 1 | -3/+7 |
* | | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-28 | 14 | -31/+31 |
* | | Don't trucate username to 8 characters. | David Nugent | 1997-03-25 | 1 | -24/+29 |
* | | Remove some incorrect text on how passwords are validated. | Mike Pritchard | 1997-03-25 | 1 | -3/+2 |
* | | Fix non explloitable buffer overflows (since the largest packet processed | Warner Losh | 1997-03-24 | 1 | -3/+4 |
* | | Fix various buffer overflows that may or may not be exploitable. | Warner Losh | 1997-03-24 | 1 | -5/+7 |
* | | Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFS | Warner Losh | 1997-03-24 | 1 | -8/+8 |
* | | Change a reference to NetBSD to FreeBSD. | Mike Pritchard | 1997-03-14 | 1 | -2/+5 |