Age | Commit message (Expand) | Author |
2014-03-05 | fix a null test, from remco. | Ted Unangst |
2014-03-02 | -l disksize code, to force LBA mode. code by chris, after I suggested | Theo de Raadt |
2014-02-28 | Bring back the code removed in rev1.317 used to print anchors with | Mike Belopuhov |
2014-02-26 | Try to reduce the confusion about rdomain vs rtable. More is needed but | Claudio Jeker |
2014-02-26 | Try to be more precise about rtable and rdomains. | Claudio Jeker |
2014-02-26 | Still a lie, the default is not 0. It is inherited from the process. | Claudio Jeker |
2014-02-26 | don't policy_ref an activate policy (policy_ref/unref are assymetrical), | Markus Friedl |
2014-02-26 | short note that the filesystem is always mounted readonly | Ted Unangst |
2014-02-22 | Revert mountpoints tweaking. Needs much more serious surgery than time | Kenneth R Westerback |
2014-02-21 | support rekeying for IPCOMP; ok mikeb@ | Markus Friedl |
2014-02-21 | Permit building without portmap/mountd rpc calls in the fallback nfs path | Theo de Raadt |
2014-02-18 | check the error from ikev2_cp_setaddr | Markus Friedl |
2014-02-18 | Do not create the default dhcp-client-identifier if an empty string | Kenneth R Westerback |
2014-02-17 | interpret 'config address net/prefix' as a pool of addresses and | Markus Friedl |
2014-02-17 | basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"' | Markus Friedl |
2014-02-17 | Fix compiler warnings in the format strings: use %zd for ssize_t and | Reyk Floeter |
2014-02-17 | Remove a stray debug printf that crept in via one of the newqueue | Lawrence Teo |
2014-02-16 | Further tweak to mpfree(). Don't bother setting about-to-be-freed | Kenneth R Westerback |
2014-02-15 | Don't risk dereferencing NULL pointer to mountpoints array | Kenneth R Westerback |
2014-02-15 | Stop leaking mount point strings in temporary copies of the | Kenneth R Westerback |
2014-02-14 | Ooops. r1.169 was supposed to add 'total sectors' to the list of | Kenneth R Westerback |
2014-02-14 | remove unused function that distracts from cleaning up the imsg_flush() mess | Sebastian Benoit |
2014-02-14 | initial support for IPComp | Markus Friedl |
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 |