| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix buffer overrun problem. | pst | 1997-01-18 | 2 | -15/+24 |
* | Pay attention to the environment variable "LD_IGNORE_MISSING_OBJECTS". | jdp | 1997-01-17 | 4 | -3/+86 |
* | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 2 | -5/+5 |
* | If a library is found in the hints file, but the library doesn't exist, | jdp | 1997-01-14 | 1 | -0/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 174 | -185/+185 |
* | Sort cross references. | wosch | 1997-01-13 | 12 | -37/+35 |
* | Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>. | jdp | 1997-01-12 | 1 | -4/+3 |
* | Correct typos and spelling errors. | jdp | 1997-01-12 | 3 | -15/+15 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 4 | -37/+88 |
* | Add support for the LD_BIND_NOW environment variable. If it is set to a | jdp | 1997-01-12 | 2 | -2/+21 |
* | Document the fact that the administrator may have | mpp | 1997-01-11 | 1 | -2/+7 |
* | Build ebones/telnetd only if MAKE_EBONES defined | ache | 1997-01-08 | 1 | -2/+2 |
* | Correct some misleading text. | mpp | 1997-01-08 | 1 | -2/+5 |
* | Some buffer overrun fixes and removed check for username starting with "-" | pst | 1997-01-07 | 3 | -13/+16 |
* | Update to match changes in <net/if.h>. | wollman | 1997-01-03 | 3 | -5/+5 |
* | Added group= facility to /etc/ttys for tty grouping for more | davidn | 1997-01-02 | 1 | -10/+26 |
* | Remove dmalloc.c reference from here too. :) | jkh | 1997-01-01 | 1 | -2/+2 |
* | Add a new 'de' capability, specifying a number of seconds to sleep before | msmith | 1996-12-31 | 4 | -5/+15 |