summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2014-02-13mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-13Hard looping on EAGAIN is bad. Just fall out to outer event loopKenneth R Westerback
2014-02-12make sure to set the msg_responded flag on the original message; ok mikeb@Markus Friedl
2014-02-09Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loopsKenneth R Westerback
2014-02-09Nuke a couple of extraneous blank lines.Kenneth R Westerback
2014-02-09Use correct function name in error message. 'cleanup' was renamedKenneth R Westerback
2014-02-09Missing {} around multi-statement else. Malformed IMSG_HUP messages shouldKenneth R Westerback
2014-02-08Create dhclient lease files and dhcpd lease files with permissions 0640,Kenneth R Westerback
2014-02-07Create -L leases files with the same 0000 permissions as regularKenneth R Westerback
2014-02-07Log failures to fchmod() or fchown() the file written inKenneth R Westerback
2014-02-07Nuke unused #define CLIENT_PATH. A remnant of dhclient-script.Kenneth R Westerback
2014-02-05add a fstab example, with help from and ok jmc@Nick Holland
2014-02-05Always set the signature to DOSMBR_SIGNATURE when writing a MBR toKenneth R Westerback
2014-01-25Correct parsing of dhclient.conf statements 'fixed-address' andKenneth R Westerback
2014-01-24Don't include <machine/vmparam.h> directly. Instead, get it with its necessaryMiod Vallat
2014-01-24re-lookup the policy as soon as we have the ID of the peer (destid)Markus Friedl
2014-01-24enable format-string checks for log_*(); ok mikebMarkus Friedl
2014-01-24make sure sa_lookup() can actually find SAs; ok mikebMarkus Friedl
2014-01-24don't leak prv RSA key for each signature; ok mikebMarkus Friedl
2014-01-24use a bit saner timer apiMike Belopuhov
2014-01-23kern.intrcnt is viewable with vmstat+systatPhilip Guenther
2014-01-23Remove a mid-layer which acts like arc4random isn't fairly standard.Theo de Raadt
2014-01-22regrand can die, from millertTheo de Raadt
2014-01-22fix printing of IPcomp SAs; ok mikeb@ & todd@Markus Friedl
2014-01-22implement DPD similar to isakmpd, but only send DPD-messages 'on-demand'Markus Friedl
2014-01-22Remove genmask support from route(8). It still will show them in monitorClaudio Jeker
2014-01-22improve randomization. remove some junk debugging features that areTheo de Raadt
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2014-01-21include util.h for scan_scaled()Jonathan Gray
2014-01-21allow pflow(4) to determine the src IP address based on the routeSebastian Benoit
2014-01-21Allow dhclient.conf to specify 'fixed-address', 'next-server',Kenneth R Westerback
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
2014-01-21if_item can be "any" now.Henning Brauer
2014-01-20Preserve tabs when constructing the "^" line in parse_warn(). NowKenneth R Westerback
2014-01-20more %d type correctness; ok krwTheo de Raadt
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-20support "!received-on <interface>", ok dlg bennoHenning Brauer
2014-01-20%d cleanups, to other formats; ok krwTheo de Raadt
2014-01-20Don't silently skip the next statement when encountering anKenneth R Westerback
2014-01-20Cast pointer to (u_int8_t *) when assigning it to a u_int8_t *Kenneth R Westerback
2014-01-19We don't have any (and I can't find elsewhere) signed 16 bit orKenneth R Westerback
2014-01-19Usually, you don't want macros in the .Nd line, so remove instances of .TnIngo Schwarze
2014-01-19Nuke unused functions putLong(), putUShort(), putShort().Kenneth R Westerback
2014-01-19Fix macro usage: ifconfig is .Nm, not .Cm.Ingo Schwarze
2014-01-19Redo the parsing of numbers to improve the error messages andKenneth R Westerback
2014-01-19Rename parse_hardware_param() to parse_ethernet() to reflect whatKenneth R Westerback
2014-01-19Fix minor ident issue. OK benno@, pelikan@Claudio Jeker
2014-01-19Adjust lexchar position by ugflag once only.Kenneth R Westerback
2014-01-18Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5Joel Sing