summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-08Hifn has changed its company name, make the name consistent throughoutBrad Smith
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@
2001-07-08remove MIPS leftovers.Brad Smith
-- Ok'd by deraadt@
2001-07-08BSD auth module for radius authentication, from BSDi.Todd C. Miller
2001-07-08Fix 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-08Fix thinko. Okay millert@Marc Espie
Uncovered by gcc 3.0, since the bad code does have unpredictable behavior.
2001-07-08fix ``MaxStartups max''; ok markus@Kevin Steves
2001-07-08first draft of pf.conf man page (just BNF grammar and example yet)Daniel Hartmeier
2001-07-08Remove static from func declsNiklas Hallqvist
2001-07-08OpenBSD tags.Federico G. Schwindt
2001-07-08OpenBSD tag.Federico G. Schwindt
2001-07-08Add 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-08Remove extraneous .Pp after .ShTodd C. Miller
2001-07-07fix comment to make life easier for my special friend darren.Niels Provos
2001-07-07clarify & highlightJakob Schlyter
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-07-07Don't try to dereference the -1th ccp algorithm array entry when webrian
open CCP with no algorithm.
2001-07-07On 2nd though, pci_conf_read returns host-ordered words.Niklas Hallqvist
2001-07-07Correct PCI identifier matching. Match more devices too.Niklas Hallqvist
2001-07-07syncNiklas Hallqvist
2001-07-07More aac identifiersNiklas Hallqvist
2001-07-07When we miss one or more packets in stateful mode *and* need tobrian
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-07get rid of compiler warningMarco S Hyman
2001-07-07cleanup and knf, some are from Kevin Steves <stevesk@pobox.com>Michael Shalayeff
2001-07-07swat size_t vs. int bug (benign)Todd C. Miller
2001-07-07Same fix as I did for bcTodd C. Miller
2001-07-07Silence 2 warnings. GNU code acts as if any non-gnu libc is stupid,Todd C. Miller
ours is not...
2001-07-07silence a warningTodd C. Miller
2001-07-07another size_t printf format missmatchTodd C. Miller
2001-07-07Initialize missing parts of struct nfs_args nfsdefargsTodd C. Miller
2001-07-07Can't test an int against LONG_{MIN,MAX}; noticed on alphaTodd C. Miller
While I'm at it make the strtol() bounds checking more sensible.
2001-07-07#include <string.h> for memset() protoTodd C. Miller
2001-07-07quiet some -Wall warnings for login_{l,}chpassTodd C. Miller
2001-07-06#include string.h to get memset() prototypeTodd C. Miller
2001-07-06Fix warning on, use "%lu" to print a size_t since it is a u_longTodd C. Miller
2001-07-06style change #2, avoid (a == b) == cDaniel Hartmeier
2001-07-06style change #1, avoid ternary operatorDaniel Hartmeier
2001-07-06theo requests less archaic styleChris Cappuccio
2001-07-06don't evaluate rules for packets that have state but mismatch seq range ↵Daniel Hartmeier
(could create duplicate state)
2001-07-06missing prototypes; ok millertPeter Valchev
2001-07-06cleanup, sync w/ kernelMichael Shalayeff
2001-07-06From NetBSD; Server could lose requests during write-gathering, causing clientNiklas Hallqvist
hangs. Fixes the old typical pwd_mkdb waiting on getblk hang during make release over NFS.
2001-07-06Allow negative match on interface name for nat and rdrChris Cappuccio
ok dhartmei@
2001-07-06cleanup and knfMichael Shalayeff
2001-07-06enc0 interface not used anymore.Jean-Jacques Bernard-Gundol
2001-07-06Don't use enc0 interface for IPComp. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-06remove the bugs section, that was because of 40bit wep, not vendor issueMichael Shalayeff
2001-07-06qsphy required for txTheo de Raadt
2001-07-06missing prototypes; ok millertPeter Valchev
2001-07-06yawnTheo de Raadt
2001-07-06Move airconnect pci to tested sectionJason Wright