summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2015-11-20Always use the system m4.Todd C. Miller
2015-11-20add cast to make -Werror cleanDamien Miller
2015-11-20quick hack to fix "tail +n", reported broken by Mikolaj Kucharski.Ted Unangst
2015-11-20Cast two ctype args to u_char.mmcc
2015-11-19burn down all the gratutious alloca() compatability that autofuck injectedTed Unangst
2015-11-19make sure parse.c depends on initparse.cTed Unangst
2015-11-19remove the LGPL gettext.h since we aren't using it anyway.Ted Unangst
2015-11-19split out some variable initialization to be easierTed Unangst
2015-11-19Replace Char (defined as unsigned char) with u_char.mmcc
2015-11-19it is not necessary to cast the result of malloc/calloc.Ted Unangst
2015-11-19flex_alloc and flex_free are nothing more than malloc and free, so replaceTed Unangst
2015-11-19it should be safe to assume the presence of memset these days instead ofTed Unangst
2015-11-19remove VMS and MSDOS supportTed Unangst
2015-11-19mechanical knfTed Unangst
2015-11-19orbital strike from moonbase knfTed Unangst
2015-11-19Only assume pasting with at least two characters, reduces problems forNicholas Marriott
2015-11-19typically indentation decreases after a block is closedTed Unangst
2015-11-19repair some of the preposterously damaged indentationTed Unangst
2015-11-19we don't keep vim modelines in filesTed Unangst
2015-11-19how did the pledge "dns" get forgotten?!?! wow..Theo de Raadt
2015-11-19Sort and simplify includes, remove a couple needless extern decls.mmcc
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