| Commit message (Expand) | Author | Age | Files | Lines |
* | Submitted by: Gene Stark and Robert Sexton (robert@kudra.com) | stark | 1997-06-24 | 2 | -10/+17 |
* | Show the real revision date and not the date that this | steve | 1997-06-23 | 2 | -4/+4 |
* | Reset alarm before invoking ppplogin. | davidn | 1997-06-03 | 1 | -1/+3 |
* | login.group => login.conf. | davidn | 1997-06-02 | 1 | -2/+2 |
* | Typo fix. | max | 1997-05-27 | 3 | -9/+9 |
* | Tell the chroot()ed user that "access restrictions apply". | danny | 1997-05-21 | 1 | -1/+6 |
* | Small tweak to the group parsing code to stop it from core dumping | wpaul | 1997-05-21 | 1 | -1/+3 |
* | Changes to support the kernel linker: | dfr | 1997-05-13 | 1 | -1/+4 |
* | Don't rely on stderr to report bad news. | phk | 1997-05-11 | 1 | -8/+8 |
* | Fix memory leak caused by not freeing memory returned by cgetstr() | davidn | 1997-05-11 | 1 | -8/+80 |
* | login_getclass() -> login_getpwclass(). | davidn | 1997-05-10 | 2 | -4/+4 |
* | Fix a bug that caused the relocs for linker set members in shared | jdp | 1997-04-30 | 1 | -1/+3 |
* | Adds anon ftp virtual host capability to ftpd, using /etc/ftphosts for | davidn | 1997-04-29 | 4 | -17/+271 |
* | YAMF2.2: Allow @group entries in /etc/ftpusers & /etc/ftpchroot to deny | davidn | 1997-04-27 | 2 | -10/+35 |
* | Document internal ls, how to compile it in and what it changes wrt | davidn | 1997-04-26 | 1 | -1/+20 |
* | Adds optional "internal ls" support for ftpd, by collecting | davidn | 1997-04-26 | 5 | -8/+41 |
* | Add basic login.conf (sans authentication) support. | davidn | 1997-04-23 | 3 | -7/+58 |
* | Added login.conf support. | davidn | 1997-04-23 | 3 | -8/+71 |
* | Fixed `make depend' and related bogons. LDFLAGS was used for | bde | 1997-04-16 | 1 | -10/+2 |
* | Remove text about unsupported flags 'mdmbuf', 'local', 'crtscts' etc | davidn | 1997-04-13 | 1 | -16/+9 |
* | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | davidn | 1997-04-12 | 1 | -7/+14 |
* | Ensure that the remote host name is Nul terminated. | mpp | 1997-04-08 | 1 | -1/+2 |
* | Fix for expiration date test. Closes PR#3224. | davidn | 1997-04-08 | 1 | -2/+2 |
* | Use MAXHOSTNAMELEN, as opposed to an arbitrary number, and ensure | joerg | 1997-04-01 | 1 | -3/+6 |
* | Be a bit more careful about what port number we are using for the | peter | 1997-03-29 | 1 | -3/+7 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 14 | -31/+31 |
* | Don't trucate username to 8 characters. | davidn | 1997-03-25 | 1 | -24/+29 |
* | Remove some incorrect text on how passwords are validated. | mpp | 1997-03-25 | 1 | -3/+2 |
* | Fix non explloitable buffer overflows (since the largest packet processed | imp | 1997-03-24 | 1 | -3/+4 |
* | Fix various buffer overflows that may or may not be exploitable. | imp | 1997-03-24 | 1 | -5/+7 |
* | Julian A's fix. Do chdir as user rather than as root. Fixes a minor NFS | imp | 1997-03-24 | 1 | -8/+8 |
* | Change a reference to NetBSD to FreeBSD. | mpp | 1997-03-14 | 1 | -2/+5 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 14 | -14/+14 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 161 | -172/+172 |
* | #include <string.h> to help silence -Wall. | mpp | 1997-02-20 | 1 | -0/+1 |
* | Actually allow the -R flag. | guido | 1997-02-13 | 1 | -1/+1 |
* | Tidy-up modem-chat handling: ensure tty modes are restored to | davidn | 1997-02-09 | 2 | -49/+45 |
* | Buffer Overflow from OpenBSD | imp | 1997-02-09 | 1 | -1/+1 |
* | Some patches for source routed packets from OpenBSD. | imp | 1997-02-09 | 1 | -14/+14 |
* | Some patches for source routed packets from OpenBSD. | imp | 1997-02-09 | 1 | -13/+16 |
* | Fix a hop count datatype bogon pointed out in PR#2642 (though my fix | jkh | 1997-02-07 | 1 | -5/+6 |
* | Increased username size to allow passing username:auth_method to | davidn | 1997-02-07 | 1 | -1/+1 |
* | Make username size dependant on MAXLOGNAME in sys/param.h. Was | davidn | 1997-02-02 | 1 | -2/+2 |
* | Added: | davidn | 1997-02-02 | 8 | -54/+852 |
* | Fix bug in %s, %m, %r and %v macros not displaying data. | davidn | 1997-02-02 | 1 | -1/+5 |
* | Added support for %s (sysname) %m (machine) %r (release) and %v (version) | davidn | 1997-02-02 | 1 | -0/+25 |
* | Oops, fix white space in last commit. | dg | 1997-01-28 | 1 | -1/+1 |
* | Fix signal handler race condition. | dg | 1997-01-28 | 1 | -0/+5 |
* | Make even more copies of hostnames obtained by inet_ntoa(). iruserok() | joerg | 1997-01-27 | 1 | -5/+18 |
* | Use xmalloc instead of malloc in two places, so that out-of-memory | jdp | 1997-01-24 | 1 | -1/+1 |