summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-28rename sock to fdTheo de Raadt
2004-04-28Add FLUSH CACHE EXT command from ATA/ATAPI-6 spec.Alexander Yurchenko
2004-04-28syncTheo de Raadt
2004-04-28wd(4) devices nowadays also have a ``high level'' interface, weAlexander Yurchenko
call it ``ATA''. ok tom@ deraadt@
2004-04-28Remove old md[45]Todd C. Miller
2004-04-28Don't build lib/libc/md, build md[45] in lib/libc/hash instead.Todd C. Miller
2004-04-28md[45] man pageTodd C. Miller
2004-04-28Xr sha2(3)Todd C. Miller
2004-04-28PD md4 code derived from Colin Plumb's md5 routines.Todd C. Miller
2004-04-28Rename members of struct MD5Context to match other hash routines.Todd C. Miller
Add constants for buffer lengths and use them. Make bit count 64bit based on changes by niklas@ long ago. Conver htole32n() to macros and unroll loops.
2004-04-28PD version of md5(3) based on code written by Colin Plumb.Todd C. Miller
2004-04-28fd leaksTheo de Raadt
2004-04-28gcc3 shut up (from naddy@)Philipp Buehler
2004-04-28Reserve some payload numbers for RFC 3547 and the earlier NAT-T drafts. ↵Hakan Olsson
hshoexer@ ok.
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-28various tweaks;Jason McIntyre
2004-04-28fd leaks; beck okTheo de Raadt
2004-04-28add SendEnv to -o list;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-28remove unnecessary .Pp;Jason McIntyre
2004-04-28fd leaks; henning okTheo de Raadt
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-28update to libevent 0.8; keep local changesBrad Smith
ok markus@
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-28typo from Jared Yanovich;Jason McIntyre
ok deraadt@
2004-04-28Improve a bit. ok markus@Otto Moerbeek
2004-04-28syncTheo de Raadt
2004-04-28manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)Damien Miller
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-28do not return herePhilipp Buehler
2004-04-28make sure send and reply are in sync; ok henningMarkus Friedl
2004-04-28Include db.h, not ndbm.h since this uses db routines and not ndbm.Todd C. Miller
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 return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@Cedric Berger
2004-04-28Dont step into INET6 code, just because af != AF_INETPhilipp Buehler
Also comment #endif properly while being here ok mcbride@
2004-04-28remove mb_object*; ok teduMarkus Friedl