summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-11-24Fix crashes in the handling of the sshd config file found with the aflJonathan Gray
2014-11-23minor fixes;Jason McIntyre
2014-11-23Improve manpage markup.Anthony J. Bentley
2014-11-23Mention the -no_tls1_[12] optionsPhilip Guenther
2014-11-23<sys/buf.h> isn't actually needed herePhilip Guenther
2014-11-22restore word zapped in previous, and remove some useless "No" macros;Jason McIntyre
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
2014-11-22not compiled before commitTheo de Raadt
2014-11-22Fixed uninitialized pointer (and other struct entries while at it)Tobias Stoeckmann
2014-11-22Remove SCCS support. For this to work, we would need "get", which we don'tTobias Stoeckmann
2014-11-21remove pointless if_var.h and socketvar.h includes; ok deraadtMike Belopuhov
2014-11-21Don't forget to transmit the xrun attribute in GETPAR messages. FoundAlexandre Ratchov
2014-11-21Remove the README. It history from more than 20 years ago, and whileTheo de Raadt
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-21We repeatedly observed assertion crashes in the low-level terminalIngo Schwarze
2014-11-21fix NULL pointer dereference crash on invalid timestampDamien Miller
2014-11-20Be more POSIXy by using blksize_t (a.k.a. int32) for st_blksize, rather than ...Kenneth R Westerback
2014-11-20switch to using crypt_newhash interface. ok deraadtTed Unangst
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-20Prevent negative arguments to the .ll request from causing integerIngo Schwarze
2014-11-20Remove the vi perl api.Anthony J. Bentley
2014-11-20Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>:Ingo Schwarze
2014-11-19Use stravis() instead of a custom() strvis + mallocarray wrapper.Todd C. Miller
2014-11-19Let .Ao and .Aq render as "<>" after .An and as "\(la\(ra" elsewhere,Ingo Schwarze
2014-11-19Fire up your IC fabs!Ingo Schwarze
2014-11-19Three fixes with respect to the names table:Ingo Schwarze
2014-11-19Remove ifdef checks for LIBRARY.Anthony J. Bentley
2014-11-19Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze
2014-11-19Support the ".if v" conditional operator (vroff mode, always false)Ingo Schwarze
2014-11-18Sync AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-11-18Ignore invalid directories in man.conf(5) and MANPATH, even if theirIngo Schwarze
2014-11-18Avoid iterating over end of string.Tobias Stoeckmann
2014-11-18In man(1) mode, prefer file name matches over .Dt name matches overIngo Schwarze
2014-11-18fix NULL pointer dereference crash in key loadingDamien Miller
2014-11-17Activate support for "package != version" requests, this time withJeremie Courreges-Anglas
2014-11-17Check fstat return value. Also, use off_t for file size and offsets asTobias Stoeckmann
2014-11-17Multiple fixes with respect to in-line macros:Ingo Schwarze
2014-11-17fix KRL generation when multiple CAs are in useDamien Miller
2014-11-16When a line (in the sense of term_flushln()) contains white space only,Ingo Schwarze
2014-11-16Delete five standards that are:Ingo Schwarze
2014-11-16Convert the logic in rcsparse_warnx(). Instead of creating aAlexander Bluhm
2014-11-16Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),Philip Guenther
2014-11-16Don't save the return from getindent() if you don't need it; adjustPhilip Guenther
2014-11-16pull in <time.h> for struct timespecPhilip Guenther
2014-11-16ctype macros/functions expect unsigned char values. Note that the lgetc()Philip Guenther
2014-11-16scroll_fwd should be const char *Philip Guenther
2014-11-16constipate charcost()Philip Guenther
2014-11-16correct type in sizeof by switching to sizeof(*ptr). (harmless)Ted Unangst
2014-11-15Call munmap with the same size argument as mmap.Tobias Stoeckmann