Age | Commit message (Expand) | Author |
2015-01-21 | Assume NFS_CHECK and RO_CHECK are defined. | Philip Guenther |
2015-01-21 | Reduce opt_t from long to int. | Philip Guenther |
2015-01-21 | Remove unsafe micro-optimization of *bit test* | Philip Guenther |
2015-01-21 | pass empty request lines through to tbl(7); sometimes, they end a layout | Ingo Schwarze |
2015-01-21 | blank lines in tables do not need special handling; simplifies code | Ingo Schwarze |
2015-01-20 | Reduce use of <sys/param.h> and transition to <limits.h> throughout. | Theo de Raadt |
2015-01-20 | tweak previous; | Jason McIntyre |
2015-01-20 | Split the -Werror message level into -Werror (broken manual, probably | Ingo Schwarze |
2015-01-20 | i wrote this | Ted Unangst |
2015-01-20 | kex_setup errors are fatal() | Markus Friedl |
2015-01-20 | tweak previous; | Jason McIntyre |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MSIZE, or | Theo de Raadt |
2015-01-20 | Make the man(1) and apropos(1) options -s and -S much less expensive: | Ingo Schwarze |
2015-01-20 | Add support for the "-r fromaddr" flag now that we don't support | Todd C. Miller |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |
2015-01-20 | typo in comment ;) ok nicm | Stuart Henderson |
2015-01-20 | Split out from rdist/defs.h the client-only and server-only bits into | Philip Guenther |
2015-01-20 | Support blinking cursor mode, both the xterm CSI ?12 h/l and (the | Nicholas Marriott |
2015-01-20 | make this compile with KERBEROS5 enabled | Damien Miller |
2015-01-20 | fix hostkeys in agent; ok markus@ | Damien Miller |
2015-01-20 | We all have syslog() now; assume LOG_PID and LOG_DAEMON | Philip Guenther |
2015-01-20 | Move MF_* to message.c too | Philip Guenther |
2015-01-20 | Move struct distoptinfo into distopt.c, killing the DISTOPTINFO typedef | Philip Guenther |
2015-01-20 | Don't use utime(), so don't need <utime.h> | Philip Guenther |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-20 | SELECT_FD_TYPE is obsolete | Philip Guenther |
2015-01-20 | Move #include <syslog.h> to the one file that needs it | Philip Guenther |
2015-01-19 | switch ssh-keyscan from setjmp to multiple ssh transport layer instances | Markus Friedl |
2015-01-19 | add experimental api for packet layer; ok djm@ | Markus Friedl |
2015-01-19 | Missing initialization; tjenahej@speedmail.se | Miod Vallat |
2015-01-19 | store compat flags in struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | adapt kex to sshbuf and struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | move dispatch to struct ssh; ok djm@ | Markus Friedl |
2015-01-19 | update packet.c & isolate, introduce struct ssh | Markus Friedl |
2015-01-19 | mlk jr day is the third monday, and not just for new york. | Ted Unangst |
2015-01-19 | Kill loadavg.h and just use the fscale value directly. | Todd C. Miller |
2015-01-19 | fix format strings in (disabled) debugging | Damien Miller |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-19 | Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR. | Nicholas Marriott |
2015-01-19 | Only care about other permissions, allow group to be set. | Nicholas Marriott |
2015-01-19 | Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh. | Nicholas Marriott |
2015-01-19 | replace local MIN() with MINIMUM() | Theo de Raadt |
2015-01-19 | like in ps(1), fetch the FSCALE value using sysctl rather than using | Theo de Raadt |
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 |