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