Age | Commit message (Expand) | Author |
2014-02-02 | convert memset of potentially-private data to explicit_bzero() | Damien Miller |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2014-01-12 | avoid use of OpenSSL BIGNUM type and functions for KEX with | Damien Miller |
2013-11-08 | Include stdlib.h for free() as per the man page. | Darren Tucker |
2013-07-12 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2010-08-31 | Add buffer_get_cstring() and related functions that verify that the | Damien Miller |
2010-03-26 | allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer | Damien Miller |
2010-02-02 | make buffer_get_string_ret() really non-fatal in all cases (it was | Damien Miller |
2010-01-12 | add a buffer_get_string_ptr_ret() that does the same as | Damien Miller |
2008-06-10 | Use '\0' for a nul byte rather than unadorned 0. ok djm@ | Darren Tucker |
2008-05-08 | avoid extra malloc/copy/free when receiving data over the net; | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | remove (char *) casts to a function that accepts void * for the arg | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-11-05 | Fix leaks in error paths, bz #1109 and #1110 reported by kremenek AT | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-03-10 | spacing | Theo de Raadt |
2004-12-06 | use 0x00 not \0 since buf[] is a bignum | Markus Friedl |
2004-10-29 | introduce a new buffer API that returns an error rather than fatal()ing when | Damien Miller |
2004-02-23 | encode 0 correctly in buffer_put_bignum2; noted by Mikulas Patocka | Markus Friedl |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-09-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-10-23 | %u for u_int | Markus Friedl |
2002-06-26 | limit size of BNs to 8KB; ok provos/deraadt | Markus Friedl |
2002-06-23 | minor KNF. things the fingers do while you read | Theo de Raadt |
2002-04-20 | add buffer_{get,put}_short | Markus Friedl |
2002-03-26 | do not talk about packets in bufaux | Markus Friedl |
2002-03-18 | buffer_skip_string and extra sanity checking; needed by ssh-privsep | Niels Provos |
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves |
2001-12-28 | buffer_get_bignum: int -> void | Markus Friedl |
2001-12-19 | change the buffer/packet interface to use void* vs. char*; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-16 | indent | Theo de Raadt |
2001-01-10 | cleanup sftp-server implementation: | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-12 | #include <ssl/foo.h> -> <openssh/foo.h> | Markus Friedl |
2000-03-28 | support ssh2 bignums | Markus Friedl |
2000-03-16 | -pedantic: signed vs. unsigned, void*-arithm, etc | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |