summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-19djm, your /usr/include tree is oldTheo de Raadt
2015-01-18some feedback from markus@: comment hostkeys_foreach()Damien Miller
2015-01-18make ssh-keygen use hostkeys_foreach(). Removes someDamien Miller
2015-01-18convert load_hostkeys() (hostkey ordering and known_hostDamien Miller
2015-01-18introduce hostkeys_foreach() to allow iteration over aDamien Miller
2015-01-18Eliminate a gcc warnings by not #defining _KERNEL when pulling inPhilip Guenther
2015-01-18This size check was obviously commented out because of the incorrectMartin Pieuchot
2015-01-18string truncation due to sizeof(size)Theo de Raadt
2015-01-18avoid trailing ',' in host key algorithmsDamien Miller
2015-01-18infer key length correctly when user specified a fully-Damien Miller
2015-01-17fix hostkeys on ssh agent; found by unit test I'm about to commitDamien Miller
2015-01-17use NGROUPS_MAX instead of NGROUPSTheo de Raadt
2015-01-17_KERNEL 1? no, just _KERNELTheo de Raadt
2015-01-16Let man(1) show manuals for the current architecture by default,Ingo Schwarze
2015-01-16Add missing <limits.h> to file.c and remove definition of PATH_MAXTodd C. Miller
2015-01-16Parse and ignore .IX (generate index entry) macros because pod2man(1)Ingo Schwarze
2015-01-16garbage collect empty .No macros mandoc warns aboutIngo Schwarze
2015-01-16add missing .An macrosIngo Schwarze
2015-01-16manage spacing in a simpler way, removing some useless macros mandoc warns aboutIngo Schwarze
2015-01-16regression: incorrect error message on otherwise-successfulDamien Miller
2015-01-16fix placement of opening parentheses, and drop some .Xo while hereIngo Schwarze
2015-01-16switch to <limits.h>; ok millertTheo de Raadt
2015-01-16The make code has "bootstrap", to allow it to be brought up on otherTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h>Doug Hogan
2015-01-16when hostname canonicalisation is enabled, try to parse hostnamesDamien Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-16improve checksum parsing slightly. now handles filenames with spaces.Ted Unangst
2015-01-16just to be careful, add a cpp guard that the sscanf sizes are okTed Unangst
2015-01-16If MAXPATHLEN is undefined, do not set it to 512. Dangerous.Theo de Raadt
2015-01-16Delete the MANLINT variable and the related SUFFIXES rules becauseIngo Schwarze
2015-01-16first batch of programs adapting to the namespace cleanupTheo de Raadt
2015-01-15use PATH_MAX for path buffers. in case, you know...Ted Unangst
2015-01-15If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1Theo de Raadt
2015-01-15remove xmalloc, switch to sshbufMarkus Friedl
2015-01-15switch to sshbufMarkus Friedl
2015-01-15handle UMAC128 initialization like UMAC; ok djm@ markus@Christian Weisgerber
2015-01-15remove unused variableCharles Longeau
2015-01-15Remove an unnecessary variable and shorten a line.Nicholas Marriott
2015-01-15Shorten some long lines.Nicholas Marriott
2015-01-15fix regression reported by brad@ for passworded keys withoutDamien Miller
2015-01-15sync ssh-keysign, ssh-keygen and some dependencies to the newDamien Miller
2015-01-15remove commented-out test code now that it has moved to aDamien Miller
2015-01-15Fatal errors no longer exist.Ingo Schwarze
2015-01-15downgrade .so failure from FATAL to ERRORIngo Schwarze
2015-01-14downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze
2015-01-14simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze
2015-01-14To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze
2015-01-14if earlier files set a non-zero exit status,Ingo Schwarze
2015-01-14whitespaceDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller