Age | Commit message (Expand) | Author |
2014-03-14 | Revert last -- broke building snaps. | Kenneth R Westerback |
2014-03-13 | Remove some lint -- ARGSUSED. | Kenneth R Westerback |
2014-03-13 | Merge 'struct DISK_metrics' and 'struct disk' into one, since we don't | Kenneth R Westerback |
2014-03-13 | no more spray(8); | Jason McIntyre |
2014-03-12 | don't leak an ibuf for each expired SA; ok mikeb@ | Markus Friedl |
2014-03-12 | unbreak config-address w/o pool; ok mikeb@ | Markus Friedl |
2014-03-11 | For CA generation, go back to using a two-step procedure to create a CSR and | Stuart Henderson |
2014-03-10 | No need to pass the name of the command to the function that is | Kenneth R Westerback |
2014-03-09 | Instead of passing around 'char buf[DEV_BSIZE]' buffers, pass around | Kenneth R Westerback |
2014-03-08 | It's silly to check at compile time for DEV_BSIZE == 512. | Kenneth R Westerback |
2014-03-07 | Relieve the code of an overburden of unnecessary typedef | Kenneth R Westerback |
2014-03-07 | If allocation of 'id' fails, don't try to deref it after 'goto fail'. | Gerhard Roth |
2014-03-06 | tweak previous; | Jason McIntyre |
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 |