summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06remove -j from usage();Jason McIntyre
2007-02-03in decide_address_family(), only limit a rule to a specific address familyDaniel Hartmeier
2007-02-01Don't count ethernet as overhead for UDP packet constuction. GivesKenneth R Westerback
2007-01-30document -sI -v;Jason McIntyre
2007-01-29sort FILES;Jason McIntyre
2007-01-29sort FILES;Jason McIntyre
2007-01-29add /fastboot to FILES, since these pages discuss that file;Jason McIntyre
2007-01-29Don't malloc memory to store option data in leases, just appropriateKenneth R Westerback
2007-01-28Remove cross references between fstab(5) and umount(8).Alexander Bluhm
2007-01-28Remove #include <fstab.h> as there is no fstab in umount anymore.Alexander Bluhm
2007-01-27We only poll on the bpf fd and the routing socket fd. No need forKenneth R Westerback
2007-01-25Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() byKenneth R Westerback
2007-01-24A reallocated root directory gets ownership of the fsck process.Alexander Bluhm
2007-01-19add an EXAMPLES section;Jason McIntyre
2007-01-18implement -T expire.Henning Brauer
2007-01-16More cleanup. Eliminate 'struct packet' by cleverly passing asKenneth R Westerback
2007-01-15reference ripd(8) vs. routed(8) and remove routed statement in BUGSKevin Steves
2007-01-14Don't treat any packet with an invalid option buffer or an invalidKenneth R Westerback
2007-01-12make the description match synopsis for -chs;Jason McIntyre
2007-01-11avoid an ugly grammar construction;Jason McIntyre
2007-01-11make the description of -e point to the COMMAND MODE section;Jason McIntyre
2007-01-11Move options into DESCRIPTION section. This conforms with mostRay Lai
2007-01-11Since bootp_packet_handler is always set to do_packet before weKenneth R Westerback
2007-01-11remove unused #define DHCP_MIN_LENKevin Steves
2007-01-11Reject all packets with an option claiming to extend past the end ofKenneth R Westerback
2007-01-10allow rule if there is at least _one_ matching address family combination.Markus Friedl
2007-01-10add -k to usage();Jason McIntyre
2007-01-08Don't leak strings.Kenneth R Westerback
2007-01-08Initialize incoming packet buffer with DHO_END (0xff) rather thanKenneth R Westerback
2007-01-06Fix options parsing. Last commit lost the proper length of theKenneth R Westerback
2007-01-06pretty up the sensor outputs a wee bit more; partly spotted by jsgTheo de Raadt
2007-01-04Eliminate the 'len' parameter from send_packet() since it alwaysKenneth R Westerback
2007-01-04Another round of cleanup. There is only one instance of structKenneth R Westerback
2007-01-04don't pass -1 as a netmask; report vicviq at gmail.comMarkus Friedl
2007-01-04<sys/un.h> not neededKevin Steves
2007-01-03do not print secret keys by default, -k restores old behaviour; ok hshoexerMarkus Friedl
2007-01-02better support for IPv6 hostname/numeric representation.Jun-ichiro itojun Hagino
2007-01-02return is no function.Marc Balmer
2007-01-01some minor improvements;Jason McIntyre
2007-01-01find a better place for EXAMPLES;Jason McIntyre
2007-01-01- use "interface", not "interface-name", consistentlyJason McIntyre
2007-01-01sort the list of parameters brconfig(8) accepts;Jason McIntyre
2007-01-01- merge first two synopsesJason McIntyre
2006-12-31-A before -a;Jason McIntyre
2006-12-30add -A to usage().Reyk Floeter
2006-12-29Route warns about a illegal prefixlen when a default inet6 route is present.Claudio Jeker
2006-12-28please lintTheo de Raadt
2006-12-28parenthesis not needed here; consistent with usage in other areas.Kevin Steves
2006-12-28small knf (extra space, newline)Kevin Steves