summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-09-19an atexit handler to close a file descriptor? who wrote this crap..; millert okTheo de Raadt
2003-09-18Not all address types have a mask.Cedric Berger
2003-09-18fix early free (subtle); marius@monkey.orgTheo de Raadt
2003-09-18add .Bk/.Ek to SYNOPSIS;Jason McIntyre
2003-09-18add some space before lists;Jason McIntyre
2003-09-18replace NetBSD info with OBSD relevant stuff;Jason McIntyre
2003-09-09slight cleanup of man page and sync usage();Jason McIntyre
2003-09-05socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@Ted Unangst
2003-09-02Xref boot_mvme88kMiod Vallat
2003-09-02escape punctuation;Jason McIntyre
2003-09-02A couple of nits. deraadt@ ok.Hakan Olsson
2003-09-02Require ISAKMP_FLAGS_ENC on phase 2 messages. ok markus@, deraadt@.Hakan Olsson
2003-09-02For easier compilation on linux systems. Requested by Thomas Walpuski.Hakan Olsson
2003-09-01KNFHenning Brauer
2003-08-31add references to /etc/mygate in FILES and SEE ALSO;Jason McIntyre
2003-08-29Document interactions between tables and anchors.Cedric Berger
2003-08-29exclude __sparc64__ since it can handle 16k blocks. from jason@Ted Unangst
2003-08-28sparcs cannot handle booting from > 8k block partitions, so set the rootTed Unangst
2003-08-28This change is busted. what's worse, REGRESSION TESTS WOULD HAVE CAUGHT IT!Kjell Wooding
2003-08-28support AES in phase 1, too. switch to OpenSSL EVP interface;Markus Friedl
2003-08-28tweak;Jason McIntyre
2003-08-27kill dangling 'else'. fixes modulus in W and M TCP optionsMike Frantzen
2003-08-27typos from deraadt@;Jason McIntyre
2003-08-26catch port/user/group a <>/>< b with a >= b, from mpech@Daniel Hartmeier
2003-08-26mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parentJun-ichiro itojun Hagino
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-25catch return-rst ttl values > 255, from aaron@Daniel Hartmeier
2003-08-24Tweaks:Cedric Berger
2003-08-24don't print info about duplicate emuls. gives the illusion there is onlyTed Unangst
2003-08-23document necessity for sysctl to enable compat code. ok deraadt@Ted Unangst
2003-08-22correct printf arg mismatch (in 64bit arch). dhartmei okJun-ichiro itojun Hagino
2003-08-22pf spelling policeDavid Krause
2003-08-22move pfctl_file_fingerprints() call, table commands can use -f themselvesDaniel Hartmeier
2003-08-22KNFHenning Brauer
2003-08-21Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF.Mike Frantzen
2003-08-21emulation is now controlled by sysctl. changes:Ted Unangst
2003-08-21More boot_foo Xr are valid now.Miod Vallat
2003-08-20braindeadness police: catch queues which specify itself as child... 'nuff saidHenning Brauer
2003-08-20Zap an old "Identification" tag in this sample config. I have no ideaHakan Olsson
2003-08-20catch invalid CBQ priorities earlier, including a better error messageHenning Brauer
2003-08-20err out nicer on errors in queue defHenning Brauer
2003-08-20certpatch(8) can be used to create FQDN X509v3 extensions too.Hakan Olsson
2003-08-18catch max-mss values > 65535, report by Gregory SteuckDaniel Hartmeier
2003-08-18typos; ho@Markus Friedl
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-11Dynamic select(2) support; deraadt@ OKTodd C. Miller
2003-08-09This patch remove the restriction that tables cannot be used in routing orCedric Berger
2003-08-09new sentence, new line + small cleanup;Jason McIntyre
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-08-08Be more careful when using constant_lookup() in messages. Pointed out byHakan Olsson