summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2013-11-25netstat -Ar leaked some kernel pointers to unprivileged users. UseAlexander Bluhm
hideroot to show them only to root. OK deraadt@
2013-11-24Add comments to ACS table matching terminfo(5).Nicholas Marriott
2013-11-24simplify determination of OBJDIR to what we actually use.Marc Espie
(prevents some race conditions by just chdir()'ing into the right objdir) problem noticed by theo okay'd by general apathy...
2013-11-24Replace ## by # in format.Nicholas Marriott
2013-11-23send a extra space to the bit bucketTheo de Raadt
2013-11-23obvious unsigned casts for ctypeTheo de Raadt
2013-11-23With -k, kill window after using it to work out -c path. Reported byNicholas Marriott
jmacristovao at gmail dot com.
2013-11-22Handle empty current directory more gracefully.Nicholas Marriott
2013-11-22wrappers for is*/to* that make damn sure their arguments areMarc Espie
cast to unsigned chars. okay deraadt@
2013-11-22Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.Martin Pieuchot
ok deraadt@, guenther@
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
which allows us to modify ifnet structure in a relatively safe way; discussed with deraadt, ok mpi
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-21no need for .Pp before displays;Jason McIntyre
2013-11-21RCSID markersDamien Miller
2013-11-21My audit of mandoc revealed two missing (unsigned char) castsIngo Schwarze
in isspace() and tolower() arguments containing arbitrary char data. Thanks to deraadt@ for triggering the audit.
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
that combines Daniel Bernstein's ChaCha20 stream cipher and Poly1305 MAC to build an authenticated encryption mode. Inspired by and similar to Adam Langley's proposal for TLS: http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03 but differs in layout used for the MAC calculation and the use of a second ChaCha20 instance to separately encrypt packet lengths. Details are in the PROTOCOL.chacha20poly1305 file. Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC ok markus@ naddy@
2013-11-20unsigned char cast for isdigit, dealing with argvTheo de Raadt
ok benno
2013-11-20unsigned char casts for ctype.h macros, when dealing with theTheo de Raadt
yytext buffer ok benno
2013-11-20unsigned char casts are needed for these isdigit & isprint callsTheo de Raadt
ok benno
2013-11-20unsigned char casts for ctype.h macros, when dealing with optargTheo de Raadt
ok ratchov
2013-11-20unsigned char casts needed for isdigit()Theo de Raadt
ok millert
2013-11-20str derives from argv; so use an unsigned char cast for isspace()Theo de Raadt
ok ratchov
2013-11-20unsigned char casts with ctype macros are pretty obvious when dealingTheo de Raadt
with argv or optarg ok ratchov
2013-11-20unsigned char casts where neccessaryTheo de Raadt
ok ratchov
2013-11-20unsigned casts for ctype macros where neccessaryTheo de Raadt
ok guenther millert markus
2013-11-20this isdigit() needs an unsigned char cast; ok ratchovTheo de Raadt
2013-11-20isxdigit() needs unsigned char cast for this specific argumentTheo de Raadt
ok ratchov
2013-11-20missing unsigned char casts areound tolower()Theo de Raadt
ok nicm
2013-11-20repair signed char vs isdigitTheo de Raadt
ok espie
2013-11-20delay closure of in/out fds until after "Bad protocol versionDamien Miller
identification..." message, as get_remote_ipaddr/get_remote_port require them open.
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
suggested by deraadt
2013-11-18remove unused variablesAlexandre Ratchov
2013-11-18add missing prototypesAlexandre Ratchov
2013-11-17Include unistd.h as it is the standard location for getopt().Okan Demirmen
OK millert@
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
From Eitan Adler
2013-11-14cleanup up a nest of if/if/elseTheo de Raadt
2013-11-14Add STANDARDS section to finger(1)/fingerd(8).Anthony J. Bentley
tweaks/ok jmc@
2013-11-13remove unused variablesCharles Longeau
ok mikeb@ bluhm@
2013-11-13a few things can be static to avoid need for protosTheo de Raadt
2013-11-13handle lack of protoTheo de Raadt
2013-11-13handle proto warningsTheo de Raadt
2013-11-13from nicm: : handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-13protosTheo de Raadt
2013-11-13satisfy gcc in -Whiny modeTheo de Raadt
2013-11-13handle missing protoTheo de Raadt
2013-11-13repair buffer resizing "undershoot", and some minor issues withTheo de Raadt
math on void * assistance from guenther, ok millert
2013-11-13add missing braces found by pedroMarkus Friedl
2013-11-13proto and such cleanupTheo de Raadt
ok guenther
2013-11-12clarify a simple expressionTheo de Raadt