summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-01-21Assume NFS_CHECK and RO_CHECK are defined.Philip Guenther
2015-01-21Reduce opt_t from long to int.Philip Guenther
2015-01-21Remove unsafe micro-optimization of *bit test*Philip Guenther
2015-01-21pass empty request lines through to tbl(7); sometimes, they end a layoutIngo Schwarze
2015-01-21blank lines in tables do not need special handling; simplifies codeIngo Schwarze
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-20tweak previous;Jason McIntyre
2015-01-20Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze
2015-01-20i wrote thisTed Unangst
2015-01-20kex_setup errors are fatal()Markus Friedl
2015-01-20tweak previous;Jason McIntyre
2015-01-20Adjust <sys/param.h> comments regarding use of use of MSIZE, orTheo de Raadt
2015-01-20Make the man(1) and apropos(1) options -s and -S much less expensive:Ingo Schwarze
2015-01-20Add support for the "-r fromaddr" flag now that we don't supportTodd C. Miller
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20typo in comment ;) ok nicmStuart Henderson
2015-01-20Split out from rdist/defs.h the client-only and server-only bits intoPhilip Guenther
2015-01-20Support blinking cursor mode, both the xterm CSI ?12 h/l and (theNicholas Marriott
2015-01-20make this compile with KERBEROS5 enabledDamien Miller
2015-01-20fix hostkeys in agent; ok markus@Damien Miller
2015-01-20We all have syslog() now; assume LOG_PID and LOG_DAEMONPhilip Guenther
2015-01-20Move MF_* to message.c tooPhilip Guenther
2015-01-20Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedefPhilip Guenther
2015-01-20Don't use utime(), so don't need <utime.h>Philip Guenther
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-20SELECT_FD_TYPE is obsoletePhilip Guenther
2015-01-20Move #include <syslog.h> to the one file that needs itPhilip Guenther
2015-01-19switch ssh-keyscan from setjmp to multiple ssh transport layer instancesMarkus Friedl
2015-01-19add experimental api for packet layer; ok djm@Markus Friedl
2015-01-19Missing initialization; tjenahej@speedmail.seMiod Vallat
2015-01-19store compat flags in struct ssh; ok djm@Markus Friedl
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@Markus Friedl
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2015-01-19update packet.c & isolate, introduce struct sshMarkus Friedl
2015-01-19mlk jr day is the third monday, and not just for new york.Ted Unangst
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