summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-07-30change SIOCDIFADDR/SIOCAIFADDR warnings into errors (now this has correctPeter Valchev
2003-07-29more prettyTed Unangst
2003-07-29If euid == 0 make datasize unlimited instead of cranking to the maxTodd C. Miller
2003-07-29Remove space at end of line.Cedric Berger
2003-07-29indentTheo de Raadt
2003-07-29spacesTheo de Raadt
2003-07-29off-by-one in a printf %sAnil Madhavapeddy
2003-07-28tweak;Jason McIntyre
2003-07-28growfsTed Unangst
2003-07-28introducing growfs, compliments of freebsd. cleaned up slightly to obey knf.Ted Unangst
2003-07-28rcsid should say openbsd. make 'em const while here.Ted Unangst
2003-07-25add sha2Markus Friedl
2003-07-25add sha2 support; ok ho@Markus Friedl
2003-07-25packet loss count in floating point (double). Wouter ClarieJun-ichiro itojun Hagino
2003-07-24conform to RFC2367 on SADB_xx naming (local name must be prefixed withJun-ichiro itojun Hagino
2003-07-24hmac-sha2-{256,384,512} support in AH/ESP auth. markus okJun-ichiro itojun Hagino
2003-07-24make packet loss double and print using %.1lf; based on diff from jeffi@rcn.comTheo de Raadt
2003-07-24pull header from hereTheo de Raadt
2003-07-23move junk (bad code, terrible APIs) to the only program that uses it;Theo de Raadt
2003-07-21KNFHenning Brauer
2003-07-21ld needs -Z flag since W^X. from marius erikson in pr3360. ok drahn@Ted Unangst
2003-07-19Simplify struct pf_pooladdr to include struct pf_addr_wrap directlyCedric Berger
2003-07-18Simplify handling of flags (-R, -N...). Remove PFCTL_FLAG_ALL.Cedric Berger
2003-07-16new default frag/block sizes.Ted Unangst
2003-07-16remove default limit of 16 cylinders per group. it's now set toTed Unangst
2003-07-15Repair memory managment in table parsing code.Cedric Berger
2003-07-15.Ql Fl -> .Sq Fl where literal makes no sense;Jason McIntyre
2003-07-14tpoDaniel Hartmeier
2003-07-11Better parsing and -v support for tables:Cedric Berger
2003-07-10vlan tag is 12-bits, not 16-bitsAnil Madhavapeddy
2003-07-10Properly determine the capacity for LBA48 drives and also removeAlexander Yurchenko
2003-07-10Fix merging of host lists.Cedric Berger
2003-07-10add missing includesDavid Krause
2003-07-09- remove some .Ss's that worked around the old blank line bugJason McIntyre
2003-07-08- fix some lists/displaysJason McIntyre
2003-07-07I never committed the fix for PR 3296, "Dump prints negative numbers for time"Todd C. Miller
2003-07-07Repair last commit, the NUL termination of locname is requiredTodd C. Miller
2003-07-06error out instead of silently truncating command-line arguments if theyAnil Madhavapeddy
2003-07-06protosTheo de Raadt
2003-07-06knf (cedric did not do it right)Theo de Raadt
2003-07-06error out on hostspec overflow with a "hostname too long" instead of silentlyAnil Madhavapeddy
2003-07-06convert strn{cpy,cat}->strl{cpy,cat} in directory processingAnil Madhavapeddy
2003-07-04KNF after cedric (grmpf)Henning Brauer
2003-07-04KNFHenning Brauer
2003-07-04allow for a "pass" modifier on translation rules:Henning Brauer
2003-07-03use realpath() in helpers instead of doing it ourselves every time.Ted Unangst
2003-07-03Bye bye atexit(), bye bye globals...Cedric Berger
2003-07-03This patch finally cleanup pfctl_table.c. No more global buffer,Cedric Berger
2003-07-03add documentation from mount(8) that "special" device must correspondJason McIntyre
2003-07-03strncpy->strlcpyAnil Madhavapeddy