Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-25 | netstat -Ar leaked some kernel pointers to unprivileged users. Use | Alexander Bluhm | |
hideroot to show them only to root. OK deraadt@ | |||
2013-11-24 | Add comments to ACS table matching terminfo(5). | Nicholas Marriott | |
2013-11-24 | simplify 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-24 | Replace ## by # in format. | Nicholas Marriott | |
2013-11-23 | send a extra space to the bit bucket | Theo de Raadt | |
2013-11-23 | obvious unsigned casts for ctype | Theo de Raadt | |
2013-11-23 | With -k, kill window after using it to work out -c path. Reported by | Nicholas Marriott | |
jmacristovao at gmail dot com. | |||
2013-11-22 | Handle empty current directory more gracefully. | Nicholas Marriott | |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie | |
cast to unsigned chars. okay deraadt@ | |||
2013-11-22 | Teach kdump(1) about USB, VIDIOC and generic DRM ioctls. | Martin Pieuchot | |
ok deraadt@, guenther@ | |||
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov | |
which allows us to modify ifnet structure in a relatively safe way; discussed with deraadt, ok mpi | |||
2013-11-21 | use -Wmissing-prototypes | Alexandre Ratchov | |
2013-11-21 | no need for .Pp before displays; | Jason McIntyre | |
2013-11-21 | RCSID markers | Damien Miller | |
2013-11-21 | My audit of mandoc revealed two missing (unsigned char) casts | Ingo Schwarze | |
in isspace() and tolower() arguments containing arbitrary char data. Thanks to deraadt@ for triggering the audit. | |||
2013-11-21 | Add 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-20 | unsigned char cast for isdigit, dealing with argv | Theo de Raadt | |
ok benno | |||
2013-11-20 | unsigned char casts for ctype.h macros, when dealing with the | Theo de Raadt | |
yytext buffer ok benno | |||
2013-11-20 | unsigned char casts are needed for these isdigit & isprint calls | Theo de Raadt | |
ok benno | |||
2013-11-20 | unsigned char casts for ctype.h macros, when dealing with optarg | Theo de Raadt | |
ok ratchov | |||
2013-11-20 | unsigned char casts needed for isdigit() | Theo de Raadt | |
ok millert | |||
2013-11-20 | str derives from argv; so use an unsigned char cast for isspace() | Theo de Raadt | |
ok ratchov | |||
2013-11-20 | unsigned char casts with ctype macros are pretty obvious when dealing | Theo de Raadt | |
with argv or optarg ok ratchov | |||
2013-11-20 | unsigned char casts where neccessary | Theo de Raadt | |
ok ratchov | |||
2013-11-20 | unsigned casts for ctype macros where neccessary | Theo de Raadt | |
ok guenther millert markus | |||
2013-11-20 | this isdigit() needs an unsigned char cast; ok ratchov | Theo de Raadt | |
2013-11-20 | isxdigit() needs unsigned char cast for this specific argument | Theo de Raadt | |
ok ratchov | |||
2013-11-20 | missing unsigned char casts areound tolower() | Theo de Raadt | |
ok nicm | |||
2013-11-20 | repair signed char vs isdigit | Theo de Raadt | |
ok espie | |||
2013-11-20 | delay closure of in/out fds until after "Bad protocol version | Damien Miller | |
identification..." message, as get_remote_ipaddr/get_remote_port require them open. | |||
2013-11-19 | move -Wxxx flags from CFALGS to COPTS | Alexandre Ratchov | |
suggested by deraadt | |||
2013-11-18 | remove unused variables | Alexandre Ratchov | |
2013-11-18 | add missing prototypes | Alexandre Ratchov | |
2013-11-17 | Include unistd.h as it is the standard location for getopt(). | Okan Demirmen | |
OK millert@ | |||
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller | |
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller | |
From Eitan Adler | |||
2013-11-14 | cleanup up a nest of if/if/else | Theo de Raadt | |
2013-11-14 | Add STANDARDS section to finger(1)/fingerd(8). | Anthony J. Bentley | |
tweaks/ok jmc@ | |||
2013-11-13 | remove unused variables | Charles Longeau | |
ok mikeb@ bluhm@ | |||
2013-11-13 | a few things can be static to avoid need for protos | Theo de Raadt | |
2013-11-13 | handle lack of proto | Theo de Raadt | |
2013-11-13 | handle proto warnings | Theo de Raadt | |
2013-11-13 | from nicm: : handle msgbuf_write() returning EAGAIN | Sebastian Benoit | |
2013-11-13 | protos | Theo de Raadt | |
2013-11-13 | satisfy gcc in -Whiny mode | Theo de Raadt | |
2013-11-13 | handle missing proto | Theo de Raadt | |
2013-11-13 | repair buffer resizing "undershoot", and some minor issues with | Theo de Raadt | |
math on void * assistance from guenther, ok millert | |||
2013-11-13 | add missing braces found by pedro | Markus Friedl | |
2013-11-13 | proto and such cleanup | Theo de Raadt | |
ok guenther | |||
2013-11-12 | clarify a simple expression | Theo de Raadt | |