Age | Commit message (Expand) | Author |
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 |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-16 | improve checksum parsing slightly. now handles filenames with spaces. | Ted Unangst |
2015-01-16 | just to be careful, add a cpp guard that the sscanf sizes are ok | Ted Unangst |
2015-01-16 | If MAXPATHLEN is undefined, do not set it to 512. Dangerous. | Theo de Raadt |
2015-01-16 | Delete the MANLINT variable and the related SUFFIXES rules because | Ingo Schwarze |
2015-01-16 | first batch of programs adapting to the namespace cleanup | Theo de Raadt |
2015-01-15 | use PATH_MAX for path buffers. in case, you know... | Ted Unangst |
2015-01-15 | If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1 | Theo de Raadt |
2015-01-15 | remove xmalloc, switch to sshbuf | Markus Friedl |
2015-01-15 | switch to sshbuf | Markus Friedl |
2015-01-15 | handle UMAC128 initialization like UMAC; ok djm@ markus@ | Christian Weisgerber |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | Remove an unnecessary variable and shorten a line. | Nicholas Marriott |
2015-01-15 | Shorten some long lines. | Nicholas Marriott |
2015-01-15 | fix regression reported by brad@ for passworded keys without | Damien Miller |
2015-01-15 | sync ssh-keysign, ssh-keygen and some dependencies to the new | Damien Miller |
2015-01-15 | remove commented-out test code now that it has moved to a | Damien Miller |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2015-01-15 | downgrade .so failure from FATAL to ERROR | Ingo Schwarze |
2015-01-14 | downgrade ".so with absolute path" from FATAL to ERROR; | Ingo Schwarze |
2015-01-14 | simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional change | Ingo Schwarze |
2015-01-14 | To get rid of SYSERR entries in enum mandocerr, downgrade problems with | Ingo Schwarze |
2015-01-14 | if earlier files set a non-zero exit status, | Ingo Schwarze |
2015-01-14 | whitespace | Damien Miller |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller |