summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-08OpenBSD tag.Federico G. Schwindt
2001-07-08Add missing call to minor() in RDLABELDEV macro.Todd C. Miller
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
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
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
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
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 (coul...Daniel Hartmeier
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
2001-07-06Allow negative match on interface name for nat and rdrChris Cappuccio
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
2001-07-06"option IPSEC needs the enc interface"Angelos D. Keromytis
2001-07-06some cleanup, okay dhartmei@Niels Provos
2001-07-06AirConnect (PCI)Jason Wright
2001-07-063com airconnect 3crwe777aJason Wright
2001-07-06o We use login.conf for passwd(1) variables now, not passwd.confTodd C. Miller
2001-07-06syncJason Wright
2001-07-063com airconnect (3crwe777a)Jason Wright
2001-07-06styleNiklas Hallqvist
2001-07-06max uid should be 2147483647, not 2147483648.Mike Pechkin