Age | Commit message (Expand) | Author |
1998-08-03 | Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace... | Todd C. Miller |
1998-08-03 | use __progname | Todd C. Miller |
1998-08-03 | update to ncurses-4.2-980801 | Todd C. Miller |
1998-08-03 | Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.com | Todd C. Miller |
1998-08-03 | no toehold; emory@hellyeah.com | Theo de Raadt |
1998-08-02 | cleanup ipsec error handling | Niels Provos |
1998-08-02 | #define TUNMRU as 16384 and allow incoming packets | brian |
1998-08-02 | Enable built-in spam protection | Thorsten Lockert |
1998-08-02 | fix typo | Todd T. Fries |
1998-08-02 | comment a comment 4 m4 | Todd T. Fries |
1998-08-02 | add close on exec flag to all opens | Todd C. Miller |
1998-08-01 | Clarification. | Angelos D. Keromytis |
1998-08-01 | more careful error handling, some simplification and beautification. | Niels Provos |
1998-08-01 | close socket. Not really necessary, but good form. | Angelos D. Keromytis |
1998-08-01 | Document accepted values for -proto/-proto2. | Angelos D. Keromytis |
1998-08-01 | Sanity check numerical values for -proto/-proto2 flags (4, 50, and 51 | Angelos D. Keromytis |
1998-08-01 | Forgot this already-documented addition: -proto/-proto2 can also take | Angelos D. Keromytis |
1998-08-01 | Add symbolic names for the -transport and -sport/-dport flags (from | Angelos D. Keromytis |
1998-08-01 | sipp-esp/sipp-ah -> esp/ah | Angelos D. Keromytis |
1998-08-01 | They're not sipp-esp and sipp-ah, just esp and ah | Angelos D. Keromytis |
1998-07-31 | Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet Ad... | Todd C. Miller |
1998-07-30 | unctrl.c is generated at depend time | Todd C. Miller |
1998-07-30 | LIF file system | Michael Shalayeff |
1998-07-30 | lif file device for tape, net, etc boot | Michael Shalayeff |
1998-07-30 | Correct comment about descriptor swap bit. | Per Fogelstrom |
1998-07-30 | fixing a stupid bug I introduced when trying to improve the encryption | Niels Provos |
1998-07-30 | Add a script to configure static VPNs in a NxM fashion, provided by | Niels Provos |
1998-07-30 | Forgot this one with the previous batch of commits; use ip4_input() | Angelos D. Keromytis |
1998-07-29 | Proper handling of IP in IP and checksumming. | Angelos D. Keromytis |
1998-07-29 | Don't do checksumming unless we're doing IP-in-IP. | Angelos D. Keromytis |
1998-07-29 | Do IP-in-IP encapsulation properly. | Angelos D. Keromytis |
1998-07-29 | when changing a partition from unknown to 4.2BSD, provide sane defaults for f... | Todd C. Miller |
1998-07-29 | Fix version number checking to handle ja-* correctly. | Marc Espie |
1998-07-29 | fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp> | Todd C. Miller |
1998-07-29 | real user .text base | Michael Shalayeff |
1998-07-29 | add strchr proto | Michael Shalayeff |
1998-07-29 | some debug prints; one lseek fix | Michael Shalayeff |
1998-07-29 | if() debug prints; correct handling sym-less files | Michael Shalayeff |
1998-07-28 | vn_rdwr proto fallout I missed earlier | Todd C. Miller |
1998-07-28 | make dump work on filesystems not listed in fstab | Todd C. Miller |
1998-07-28 | writev takes an int as param #3; theo | Todd C. Miller |
1998-07-28 | change getent/getstr to gtgettent/gtgetstr, the names now used | Marco S Hyman |
1998-07-28 | rename getent/getstr to gtgetent/gtgetstr so they don't | Marco S Hyman |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI... | Todd C. Miller |
1998-07-28 | Fix indentation problems. | Constantine Sapuntzakis |
1998-07-28 | Document NOCLEANDEPENDS, make clean gotcha | Marc Espie |
1998-07-28 | Disable ISA PNP devices before ISA scan | Constantine Sapuntzakis |
1998-07-28 | document EINVAL due to overflow | Todd C. Miller |
1998-07-28 | Don't assume uio_resid can go negative when detecting oflow | Todd C. Miller |
1998-07-28 | Don't talk about the sum of the iov_len being negative since iov_len is unsig... | Todd C. Miller |