summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-08cleanup and document login.conf variablesTodd C. Miller
2001-07-08o make signal handler safeTodd C. Miller
2001-07-08regenBrad Smith
2001-07-08Hifn has changed its company name, make the name consistent throughoutBrad Smith
2001-07-08remove MIPS leftovers.Brad Smith
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
2001-07-08Fix thinko. Okay millert@Marc Espie
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
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