Age | Commit message (Expand) | Author |
2001-07-08 | OpenBSD tag. | Federico G. Schwindt |
2001-07-08 | Add missing call to minor() in RDLABELDEV macro. | Todd C. Miller |
2001-07-08 | Remove extraneous .Pp after .Sh | Todd C. Miller |
2001-07-07 | fix comment to make life easier for my special friend darren. | Niels Provos |
2001-07-07 | clarify & highlight | Jakob Schlyter |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-07-07 | Don't try to dereference the -1th ccp algorithm array entry when we | brian |
2001-07-07 | On 2nd though, pci_conf_read returns host-ordered words. | Niklas Hallqvist |
2001-07-07 | Correct PCI identifier matching. Match more devices too. | Niklas Hallqvist |
2001-07-07 | sync | Niklas Hallqvist |
2001-07-07 | More aac identifiers | Niklas Hallqvist |
2001-07-07 | When we miss one or more packets in stateful mode *and* need to | brian |
2001-07-07 | get rid of compiler warning | Marco S Hyman |
2001-07-07 | cleanup and knf, some are from Kevin Steves <stevesk@pobox.com> | Michael Shalayeff |
2001-07-07 | swat size_t vs. int bug (benign) | Todd C. Miller |
2001-07-07 | Same fix as I did for bc | Todd C. Miller |
2001-07-07 | Silence 2 warnings. GNU code acts as if any non-gnu libc is stupid, | Todd C. Miller |
2001-07-07 | silence a warning | Todd C. Miller |
2001-07-07 | another size_t printf format missmatch | Todd C. Miller |
2001-07-07 | Initialize missing parts of struct nfs_args nfsdefargs | Todd C. Miller |
2001-07-07 | Can't test an int against LONG_{MIN,MAX}; noticed on alpha | Todd C. Miller |
2001-07-07 | #include <string.h> for memset() proto | Todd C. Miller |
2001-07-07 | quiet some -Wall warnings for login_{l,}chpass | Todd C. Miller |
2001-07-06 | #include string.h to get memset() prototype | Todd C. Miller |
2001-07-06 | Fix warning on, use "%lu" to print a size_t since it is a u_long | Todd C. Miller |
2001-07-06 | style change #2, avoid (a == b) == c | Daniel Hartmeier |
2001-07-06 | style change #1, avoid ternary operator | Daniel Hartmeier |
2001-07-06 | theo requests less archaic style | Chris Cappuccio |
2001-07-06 | don't evaluate rules for packets that have state but mismatch seq range (coul... | Daniel Hartmeier |
2001-07-06 | missing prototypes; ok millert | Peter Valchev |
2001-07-06 | cleanup, sync w/ kernel | Michael Shalayeff |
2001-07-06 | From NetBSD; Server could lose requests during write-gathering, causing client | Niklas Hallqvist |
2001-07-06 | Allow negative match on interface name for nat and rdr | Chris Cappuccio |
2001-07-06 | cleanup and knf | Michael Shalayeff |
2001-07-06 | enc0 interface not used anymore. | Jean-Jacques Bernard-Gundol |
2001-07-06 | Don't use enc0 interface for IPComp. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-07-06 | remove the bugs section, that was because of 40bit wep, not vendor issue | Michael Shalayeff |
2001-07-06 | qsphy required for tx | Theo de Raadt |
2001-07-06 | missing prototypes; ok millert | Peter Valchev |
2001-07-06 | yawn | Theo de Raadt |
2001-07-06 | Move airconnect pci to tested section | Jason Wright |
2001-07-06 | "option IPSEC needs the enc interface" | Angelos D. Keromytis |
2001-07-06 | some cleanup, okay dhartmei@ | Niels Provos |
2001-07-06 | AirConnect (PCI) | Jason Wright |
2001-07-06 | 3com airconnect 3crwe777a | Jason Wright |
2001-07-06 | o We use login.conf for passwd(1) variables now, not passwd.conf | Todd C. Miller |
2001-07-06 | sync | Jason Wright |
2001-07-06 | 3com airconnect (3crwe777a) | Jason Wright |
2001-07-06 | style | Niklas Hallqvist |
2001-07-06 | max uid should be 2147483647, not 2147483648. | Mike Pechkin |