Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith | |
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@ | |||
2001-07-08 | remove MIPS leftovers. | Brad Smith | |
-- Ok'd by deraadt@ | |||
2001-07-08 | BSD auth module for radius authentication, from BSDi. | Todd C. Miller | |
2001-07-08 | Fix an obscure bug: make sure aliases are referenced. | Marc Espie | |
Otherwise, if a shared library uses an aliased symbol in another library, the alias will only be partially resolved (everything setup... except for the real symbol marked as referenced, so the relocation ends up being zero and causes core-dumps on runtimes). Caused quite a few crashes: Xfree's 4 GL (linked with libc_r) or kerberosV exhibited the problem... | |||
2001-07-08 | Fix thinko. Okay millert@ | Marc Espie | |
Uncovered by gcc 3.0, since the bad code does have unpredictable behavior. | |||
2001-07-08 | fix ``MaxStartups max''; ok markus@ | Kevin Steves | |
2001-07-08 | first draft of pf.conf man page (just BNF grammar and example yet) | Daniel Hartmeier | |
2001-07-08 | Remove static from func decls | Niklas Hallqvist | |
2001-07-08 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-08 | OpenBSD tag. | Federico G. Schwindt | |
2001-07-08 | Add missing call to minor() in RDLABELDEV macro. | Todd C. Miller | |
This only worked before by luck. Fixes floppy panic in -current. Thanks to krw@ for the DDB traceback, it helped ;-) | |||
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 | |
open CCP with no algorithm. | |||
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 | |
perform a key change, *and* our sequence numbers have wrapped, ensure that the number of key changes is calculated correctly. The previous code counted down from a negative number to zero, re-encrypting the current key on each iteration - this took some time and strangely enough got the answer wrong !!! Spell stateful correctly while I'm here. | |||
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 | |
ours is not... | |||
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 | |
While I'm at it make the strtol() bounds checking more sensible. | |||
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 ↵ | Daniel Hartmeier | |
(could create duplicate state) | |||
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 | |
hangs. Fixes the old typical pwd_mkdb waiting on getblk hang during make release over NFS. | |||
2001-07-06 | Allow negative match on interface name for nat and rdr | Chris Cappuccio | |
ok dhartmei@ | |||
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 | |