Age | Commit message (Expand) | Author |
2015-11-19 | add back flex++.1 link noticed by sthen | Ted Unangst |
2015-11-19 | Update flex from ancient 2.5.4 to the recent 2.5.39. | Ted Unangst |
2015-11-19 | "tty proc exec", not "proc exec tty" | Anthony J. Bentley |
2015-11-19 | if you're going to call err(), need to use <err.h> | Ted Unangst |
2015-11-19 | another try to allow tailing multiple files. maybe it works? | Ted Unangst |
2015-11-19 | opencvs can use pledge "stdio rpath wpath cpath fattr proc exec". | Theo de Raadt |
2015-11-19 | The activity flag could already be set, so queue the callback always (if | Nicholas Marriott |
2015-11-19 | backout pledge completely for now, newsyslog needs chown() which is restricted | Stuart Henderson |
2015-11-19 | ban ConnectionAttempts=0, it makes no sense and would cause | Damien Miller |
2015-11-19 | Remove cscope support in vi. | Anthony J. Bentley |
2015-11-19 | pledge "stdio rpath". Might not need "rpath", but ... | Theo de Raadt |
2015-11-19 | trailing whitespace | Damien Miller |
2015-11-19 | print host certificate contents at debug level | Damien Miller |
2015-11-19 | move the certificate validity formatting code to sshkey.[ch] | Damien Miller |
2015-11-18 | don't drop "pledge exec", it's needed for compression. ok deraadt@ | Stuart Henderson |
2015-11-18 | needs _shadow so it can rewrite the master.passwd file | Ted Unangst |
2015-11-18 | shrink differences between ttinsl/ttdell | Jasper Lievisse Adriaanse |
2015-11-18 | whitespace | Jasper Lievisse Adriaanse |
2015-11-18 | Remove "space-to-tabstop" from the manpage - it is not enabled, | Reyk Floeter |
2015-11-18 | Use format_expand_time for display-message. | Nicholas Marriott |
2015-11-18 | missing word; from jan stary | Jason McIntyre |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-18 | Add s/foo/bar/: prefix for formats to substitute bar for foo. | Nicholas Marriott |
2015-11-18 | Sync the entire xmalloc.[ch] with the other users, but with the addition | Nicholas Marriott |
2015-11-18 | Don't update activity time twice for new sessions, and add some logging. | Nicholas Marriott |
2015-11-18 | fix "ssh-keygen -l" of private key, broken in support for | Damien Miller |
2015-11-18 | disable networking (i.e. -L option) until privilege separation is | Alexandre Ratchov |
2015-11-18 | say that network communication is not secure | Alexandre Ratchov |
2015-11-17 | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. | Tobias Stoeckmann |
2015-11-17 | Pledge for getconf(1). ok deraadt@ benno@ | Jeremie Courreges-Anglas |
2015-11-17 | Missing "getpw" pledges, these were unnoticed because nobody expects | Theo de Raadt |
2015-11-17 | Normalize Makefile format, and remove bad advice #BINMODE=2555 | Theo de Raadt |
2015-11-17 | pledge "stdio rpath inet dns" at the head, then after RPC is connected | Theo de Raadt |
2015-11-17 | pledge() in newsyslog. | Sebastian Benoit |
2015-11-17 | Clarify sentence about `quit` in BUGS section. | mmcc |
2015-11-16 | Replace remaining calls to index(3) with strchr(3). OK jca@ krw@ | Todd C. Miller |
2015-11-16 | 0x7f is a valid key. | Nicholas Marriott |
2015-11-16 | Allow fingerprinting from standard input "ssh-keygen -lf -" | Damien Miller |
2015-11-16 | always call privsep_preauth_child() regardless of whether sshd | Damien Miller |
2015-11-16 | improve sshkey_read() semantics; only update *cpp when a key | Damien Miller |
2015-11-16 | pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec" | Theo de Raadt |
2015-11-16 | pledge calendar: | Pascal Stumpf |
2015-11-16 | pledge for gprof: "stdio rpath wpath cpath" in the beginning, then drop | Pascal Stumpf |
2015-11-16 | Make "at -l" comply with POSIX. Our "at -l" currently acts like | Todd C. Miller |
2015-11-16 | 1) Use xcalloc() instead of xmalloc() to check for potential overflow. | Loganaden Velvindron |
2015-11-16 | pledge "stdio rpath wpath tty" | Theo de Raadt |
2015-11-16 | Add a new authorized_keys option "restrict" that includes all current | Damien Miller |
2015-11-15 | correct section number for ssh-agent; | Jason McIntyre |
2015-11-15 | do not confuse mandoc by presenting "Dd"; | Jason McIntyre |
2015-11-15 | Make key_code unsigned long long not uint64_t which is more portable for | Nicholas Marriott |