Age | Commit message (Expand) | Author |
2015-01-20 | fix hostkeys in agent; ok markus@ | Damien Miller |
2015-01-20 | We all have syslog() now; assume LOG_PID and LOG_DAEMON | Philip Guenther |
2015-01-20 | Move MF_* to message.c too | Philip Guenther |
2015-01-20 | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef | Philip Guenther |
2015-01-20 | Don't use utime(), so don't need <utime.h> | Philip Guenther |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-20 | SELECT_FD_TYPE is obsolete | Philip Guenther |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther |
2015-01-19 | switch ssh-keyscan from setjmp to multiple ssh transport layer instances | Markus Friedl |
2015-01-19 | add experimental api for packet layer; ok djm@ | Markus Friedl |
2015-01-19 | Missing initialization; tjenahej@speedmail.se | Miod Vallat |
2015-01-19 | store compat flags in struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | move dispatch to struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2015-01-19 | mlk jr day is the third monday, and not just for new york. | Ted Unangst |
2015-01-19 | Kill loadavg.h and just use the fscale value directly. | Todd C. Miller |
2015-01-19 | fix format strings in (disabled) debugging | Damien Miller |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-19 | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | Nicholas Marriott |
2015-01-19 | Only care about other permissions, allow group to be set. | Nicholas Marriott |
2015-01-19 | Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh. | Nicholas Marriott |
2015-01-19 | replace local MIN() with MINIMUM() | Theo de Raadt |
2015-01-19 | like in ps(1), fetch the FSCALE value using sysctl rather than using | Theo de Raadt |
2015-01-19 | djm, your /usr/include tree is old | Theo de Raadt |
2015-01-18 | some feedback from markus@: comment hostkeys_foreach() | Damien Miller |
2015-01-18 | make ssh-keygen use hostkeys_foreach(). Removes some | Damien Miller |
2015-01-18 | convert load_hostkeys() (hostkey ordering and known_host | Damien Miller |
2015-01-18 | introduce hostkeys_foreach() to allow iteration over a | Damien Miller |
2015-01-18 | Eliminate a gcc warnings by not #defining _KERNEL when pulling in | Philip Guenther |
2015-01-18 | This size check was obviously commented out because of the incorrect | Martin Pieuchot |
2015-01-18 | string truncation due to sizeof(size) | Theo de Raadt |
2015-01-18 | avoid trailing ',' in host key algorithms | Damien Miller |
2015-01-18 | infer key length correctly when user specified a fully- | Damien Miller |
2015-01-17 | fix hostkeys on ssh agent; found by unit test I'm about to commit | Damien Miller |
2015-01-17 | use NGROUPS_MAX instead of NGROUPS | Theo de Raadt |
2015-01-17 | _KERNEL 1? no, just _KERNEL | Theo de Raadt |
2015-01-16 | Let man(1) show manuals for the current architecture by default, | Ingo Schwarze |
2015-01-16 | Add missing <limits.h> to file.c and remove definition of PATH_MAX | Todd C. Miller |
2015-01-16 | Parse and ignore .IX (generate index entry) macros because pod2man(1) | Ingo Schwarze |
2015-01-16 | garbage collect empty .No macros mandoc warns about | Ingo Schwarze |
2015-01-16 | add missing .An macros | Ingo Schwarze |
2015-01-16 | manage spacing in a simpler way, removing some useless macros mandoc warns about | Ingo Schwarze |
2015-01-16 | regression: incorrect error message on otherwise-successful | Damien Miller |
2015-01-16 | fix placement of opening parentheses, and drop some .Xo while here | Ingo Schwarze |
2015-01-16 | switch to <limits.h>; ok millert | Theo de Raadt |
2015-01-16 | The make code has "bootstrap", to allow it to be brought up on other | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> | Doug Hogan |
2015-01-16 | when hostname canonicalisation is enabled, try to parse hostnames | Damien Miller |