Age | Commit message (Expand) | Author |
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 |
2015-01-14 | fix small regression: ssh-agent would return a success message | Damien Miller |
2015-01-14 | Simplify handling of system errors: just exit(3). | Ingo Schwarze |
2015-01-14 | avoid BIGNUM in KRL code by using a simple bitmap; | Damien Miller |
2015-01-14 | update sftp client and server to new buffer API. | Damien Miller |
2015-01-14 | switch to sshbuf/sshkey; with & ok djm@ | Markus Friedl |
2015-01-14 | avoid an warning for the !OPENSSL case | Damien Miller |
2015-01-14 | swith auth-options to new sshbuf/sshkey; ok djm@ | Markus Friedl |
2015-01-14 | make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@ | Damien Miller |
2015-01-14 | remove unneeded includes, sync my copyright across files & whitespace; ok djm@ | Markus Friedl |
2015-01-13 | Be developer-friendly, 'cause OpenBSD devs like to: | Ingo Schwarze |
2015-01-13 | adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies | Markus Friedl |