summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-05-04Correctly plug the memory leak and fix a error message.Claudio Jeker
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-05-03Make socket that reads reload requests from crontab be non-blocking.Todd C. Miller
2004-05-03little KNF issueHenning Brauer
2004-05-02Mtree needs the old crc routines; remove some extraneous includes whileTodd C. Miller
2004-05-02Use MD5_DIGEST_STRING_LENGTHTodd C. Miller
2004-05-01becuase lint says so; henning okTheo de Raadt
2004-05-01priv revoking; tested by millertTheo de Raadt
2004-04-30remove MAX_PREFIX_PER_AS debug gunk, claudio djm okHenning Brauer
2004-04-30plug memory leaks; henning okTheo de Raadt
2004-04-30missing full stop;Jason McIntyre
2004-04-30spellingTheo de Raadt
2004-04-29sock -> fd; ok henningTheo de Raadt
2004-04-29document abbreviated commands -- same way as systat; ok henningTheo de Raadt
2004-04-29a slight polishing...Theo de Raadt
2004-04-29unused variables; ok mcbrideTheo de Raadt
2004-04-28Fix fd leaks.Can Erkin Acar
2004-04-28rename sock to fdTheo de Raadt
2004-04-28sortMarkus Friedl
2004-04-28add tcpdropMarkus Friedl
2004-04-28kill whitespace and make example consistent w/ rest of page;Jason McIntyre
2004-04-28Pointer that are used later in the code should be initalized. Fixes a crashClaudio Jeker
2004-04-28It is a big pleasure for me to remove this highe pile of gunk from the tree.Henning Brauer
2004-04-28speed up -> sped up, from tedu@, ok beck@Cedric Berger
2004-04-28Use the string version of system. Works with PAGER=less -s.Marc Espie
2004-04-28slightly more intricate selectors code.Marc Espie
2004-04-28Blech, SFS yields weird mount/df shit.Marc Espie
2004-04-28if a peer follows the extremely misgiuded path that the RFCs just barely allowHenning Brauer
2004-04-28FILE * leak; henning ja ja ja jaTheo de Raadt
2004-04-28clean up EXAMPLES;Jason McIntyre
2004-04-28Improve a bit. ok markus@Otto Moerbeek
2004-04-28Put authpf user's IP addresses in the <authpf_users> table.Cedric Berger
2004-04-28support for AH flows and SAsMarkus Friedl
2004-04-28Unbreak the stuff that I commited first that was totaly broken. OK henning@Claudio Jeker
2004-04-28allow ah/esp spec with IKE, markus okHenning Brauer
2004-04-28do not give up on ESRCH, someone might have mucked with ipsecadm behindHenning Brauer
2004-04-28make this at least compileHenning Brauer
2004-04-28make sure send and reply are in sync; ok henningMarkus Friedl
2004-04-28Enable route refresh in the RDE. Now peer can request route refreshes.Claudio Jeker
2004-04-28keep track of which ipsec/md5 SAs we inserted - ESRCH on blind removalHenning Brauer
2004-04-28Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.Ryan Thomas McBride
2004-04-28prevent multiple auth methods to be specifiedHenning Brauer
2004-04-28spacingTheo de Raadt
2004-04-28remove XXX that is wrongTheo de Raadt
2004-04-28spacingHenning Brauer
2004-04-28correct yaccTheo de Raadt
2004-04-28don't load SAs into the kernel if IKE is used.Markus Friedl
2004-04-28keep route refresh counters into account when building sums, andHenning Brauer
2004-04-28prefix the auth related defines by AUTH_, we had a name clash, markus okHenning Brauer
2004-04-28IPv6 support; ok beck@Damien Miller