summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree.
2004-05-03Make socket that reads reload requests from crontab be non-blocking.Todd C. Miller
Problem found by Jarno Huuskonen.
2004-05-03little KNF issueHenning Brauer
2004-05-02Mtree needs the old crc routines; remove some extraneous includes whileTodd C. Miller
I am at it.
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
Found by and ok deraadt@
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
noticed by Henning. OK henning@
2004-04-28It is a big pleasure for me to remove this highe pile of gunk from the tree.Henning Brauer
dhclient, dhcrelay and dhcpd have been factored out and cleaned up big time, dhcpd and dhcrelay chroot itself, drop privileges and lock their bpf descriptors after applyiing read/write filters now, and this pile of ISC code with it's lovely char ServerName; /* Name of Server */ constructs is obsolete. theo ok, I owe you some beers for this pleasure
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
ho@
2004-04-28slightly more intricate selectors code.Marc Espie
Approved by at least sturm@ and fries@
2004-04-28Blech, SFS yields weird mount/df shit.Marc Espie
Non absolute mount points ? give me a break. Fix for ugly nonsense. Problem reported by David Mazieres.
2004-04-28if a peer follows the extremely misgiuded path that the RFCs just barely allowHenning Brauer
to send a NOTIFICATION and thus ternminating the session when it sees a capability it doesn't support (who would guess: zebra does so), parse the data section of the notifcication to find out what what capabilties it didn't like and do not advertise them the next time the session gets up. In case we get a notification about unsupported capabilities with an empty data part (don't ask for RFCs... and guess who does that), disable capabilty announcement alltogether. claudio ok
2004-04-28FILE * leak; henning ja ja ja jaTheo de Raadt
2004-04-28clean up EXAMPLES;Jason McIntyre
ok pb@
2004-04-28Improve a bit. ok markus@Otto Moerbeek
2004-04-28Put authpf user's IP addresses in the <authpf_users> table.Cedric Berger
ok deraadt@ dhartmei@ markus@ mcbride@
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
our back, markus ok
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
OK henning@
2004-04-28keep track of which ipsec/md5 SAs we inserted - ESRCH on blind removalHenning Brauer
otherwise, markus ok
2004-04-28Make tcpdump print carp as carp. Printing vrrp can be forced with -T vrrp.Ryan Thomas McBride
ok markus@ pb@
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
print route refresh counters in the neighbor view
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
2004-04-27teach printconf about all this shiny new ipsec stuffHenning Brauer