Age | Commit message (Expand) | Author |
2014-08-26 | remove nginx references | Robert Nagy |
2014-08-26 | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | Joel Sing |
2014-08-26 | Unify console and CGI section titles, bringing them closer to groff, | Ingo Schwarze |
2014-08-25 | you broke the ramdisk builds... | Theo de Raadt |
2014-08-25 | Don't allow pasting into input-disabled panes, from Anish R Athalye. | Nicholas Marriott |
2014-08-25 | When using a proxy for an https connection, validate the cert hostname | Jeremie Courreges-Anglas |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-24 | Oops. Garbage collect unused variable. | Ingo Schwarze |
2014-08-24 | When support for bold italic font was added to the parsers and to the | Ingo Schwarze |
2014-08-23 | Fix fd leak when fdopen fails. | doug |
2014-08-22 | don't need this file, only the mod version | Ted Unangst |
2014-08-22 | typo; noticed by jmc@ some time ago | Ingo Schwarze |
2014-08-21 | Bugfix: make whatis(1) case-insensitive again. | Ingo Schwarze |
2014-08-21 | Fix double free. ok guenther@ | Jeremie Courreges-Anglas |
2014-08-21 | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze |
2014-08-21 | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze |
2014-08-21 | Free resources on error in mkstemp and fdopen | doug |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-20 | djm how did you make a typo like that... | Theo de Raadt |
2014-08-19 | When dumping the server configuration (sshd -T), print correct KEX, | Damien Miller |
2014-08-19 | ~-expand lcd paths | Damien Miller |
2014-08-19 | Let's talk about obstacles you face when trying to pull off a partial tedu@. | Ingo Schwarze |
2014-08-19 | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze |
2014-08-19 | libroff depends on libmandoc and so libmandoc should be included first. | Daniel Dickman |
2014-08-19 | add -4 and -6 flags for saying if you want to force ipv4 or ipv6 | David Gwynne |
2014-08-18 | Fix read access to uninitialized memory found by kristaps@ with valgrind, | Ingo Schwarze |
2014-08-18 | When the first child of the node being validated gets deleted during | Ingo Schwarze |
2014-08-18 | kristaps@ found this with valgrind, merge his patch from bsd.lv: | Ingo Schwarze |
2014-08-18 | Add fancy printing of ktrace()'s ops argument | Philip Guenther |
2014-08-17 | Use %#o instead of %#x for mode_t | Philip Guenther |
2014-08-17 | Display symbolicly the mode argument of mkdir, mkfifo, mknod, and umask | Philip Guenther |
2014-08-17 | typo, sorry | Ingo Schwarze |
2014-08-17 | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze |
2014-08-17 | typo; Steven Honeyman <stevenhoneyman at gmail dot com> | Ingo Schwarze |
2014-08-17 | Segfault fixes from kristaps@. | Ingo Schwarze |
2014-08-17 | sync with hackathons.html | Jonathan Gray |
2014-08-16 | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze |
2014-08-16 | I found a number of interactive events which can cause signals, and go | Theo de Raadt |
2014-08-15 | admission of hawaii happened in 1959, not 1984; | Jason McIntyre |
2014-08-15 | Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) | Philip Guenther |
2014-08-14 | Some compilers apparently worry that abort() might return | Ingo Schwarze |
2014-08-14 | No need for <netinet/in_systm.h> nor <netinet/tcpip.h>. | Martin Pieuchot |
2014-08-14 | Kill bandwidth monitoring meters. | Martin Pieuchot |
2014-08-14 | Add bounce matching for [] and {} like mg already does with () and like | Brian Callahan |
2014-08-14 | Show only active pools by default, pressing 'A' shows all of them. | Martin Pieuchot |
2014-08-14 | mandoc 1.13.1 has been released | Ingo Schwarze |
2014-08-14 | Revert previous, as requested by kristaps@. | Ingo Schwarze |
2014-08-13 | Begin cleanup of scaling units. | Ingo Schwarze |
2014-08-13 | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze |
2014-08-13 | Spelling - "alignment" not "alignement". ok ratchov | Nicholas Marriott |