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