Age | Commit message (Expand) | Author |
2015-10-02 | Remove MD5 from the default proposals. At least SHA1 seems to be the | Reyk Floeter |
2015-10-02 | If the policy certreqtype is 0, use the global one instead. | Reyk Floeter |
2015-10-02 | Make 'pfctl -s all' show queues. pfctl(8) says it does, and 5.4 | Kenneth R Westerback |
2015-10-02 | oh no, a KERBEROS lefover; from Ilya Kaliman | Theo de Raadt |
2015-10-01 | Don't reject an "empty" CERTREQ (one with no CA hashes), instead treat it as | Stuart Henderson |
2015-10-01 | Fix interoperability with Apple iOS9: If we don't get a (valid) | Reyk Floeter |
2015-09-30 | remove old self-kill() in the signal handler. must predate the | Theo de Raadt |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-09-27 | Mark ask() as printf-like; split up a pwarn() with variable number of specifiers | Philip Guenther |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-25 | there's no need to keep init secret these days, and the (unused) | Ted Unangst |
2015-09-25 | drop useless .Xo and .Bk, and shorten by avoiding some .Sm | Ingo Schwarze |
2015-09-24 | Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures. | Kenneth R Westerback |
2015-09-24 | Expunge VAX SMD special handling that tried to fill up the last | Kenneth R Westerback |
2015-09-24 | hppa/hppa64 use installboot(8) now, not -B/-b. | Kenneth R Westerback |
2015-09-16 | Some cleanup from dhill AT mindcry.org, thanks! | Florian Obser |
2015-09-15 | update spacing in usage(); reminded by jmc@ | Ingo Schwarze |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze |
2015-09-12 | obvious macros fixes: | Ingo Schwarze |
2015-09-12 | typo that breaks the build | Christian Weisgerber |
2015-09-12 | Avoid out of boundary access on invalid or short packet reads. | Tobias Stoeckmann |
2015-09-11 | Remove RTF_XRESOLVE support. | Martin Pieuchot |
2015-09-11 | In `ifconfig media` output, stop advertising media with fixed data | Stefan Sperling |
2015-09-11 | Fix ifconfig for ifmedia64. | Stefan Sperling |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-10 | avoid divide by zero; from Michael McConville | Theo de Raadt |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-09 | In the flag command description, mention that a bootable partition | Theo de Raadt |
2015-09-09 | remove 3 paragraphs of useless information at the start, and replace | Theo de Raadt |
2015-09-09 | Cleanup the iov handling in ping6. Use the global iov instead of a local | Claudio Jeker |
2015-09-09 | No need to check !xxboot inside a 'if (!xxboot) ...' block. | Kenneth R Westerback |
2015-09-08 | Correct strsep() usage to free() correct string. Spotted by and | Kenneth R Westerback |
2015-09-08 | Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used. | Todd C. Miller |
2015-09-06 | correct a mistake in my previous commit; | Jason McIntyre |
2015-09-05 | snprintf+write --> dprintf | Philip Guenther |
2015-09-05 | Some whitespace bulking out a diff unnecessarily. | Kenneth R Westerback |
2015-09-04 | shuffle -b into place; while there, do some general tidy up | Jason McIntyre |
2015-09-04 | Add a -b option, to be used together with -i, that tells fdisk to add a | Mark Kettenis |
2015-09-03 | Move tricky system calls up and sensitive data calculations down so | Florian Obser |
2015-09-03 | interface should only be specified for root queues; found by jsg | Mike Belopuhov |
2015-09-01 | Display the correct source address when using a non-default routing | Florian Obser |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky |
2015-08-31 | Support deviant but historically blessed practice of accepting | Kenneth R Westerback |
2015-08-31 | remove unused define; no binary change | Florian Obser |
2015-08-31 | Forgot to commit the man page bits when removing RH0 support. | Florian Obser |
2015-08-30 | Clean up getaddrinfo(3) calls to make them look like the canonical | Florian Obser |
2015-08-30 | Remove RH0 support, it was deprecated in RFC 5095 some time ago and | Florian Obser |
2015-08-27 | Nuke some trailing whitespace that keeps coming back. | Kenneth R Westerback |
2015-08-26 | use 0xffff not 0xfffff for a 16 bit port constant | Jonathan Gray |
2015-08-25 | Switch from utimes() to utimensat() to $estore full nanosecond granularity | Philip Guenther |