summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-19Kill loadavg.h and just use the fscale value directly.Todd C. Miller
2015-01-19fix format strings in (disabled) debuggingDamien Miller
2015-01-19First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>Theo de Raadt
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-19Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.Nicholas Marriott
2015-01-19Only care about other permissions, allow group to be set.Nicholas Marriott
2015-01-19Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh.Nicholas Marriott
2015-01-19replace local MIN() with MINIMUM()Theo de Raadt
2015-01-19like in ps(1), fetch the FSCALE value using sysctl rather than usingTheo de Raadt
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