Age | Commit message (Expand) | Author |
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker |
2006-03-30 | Correctly handle truncated files while converting keys; ok djm@ | Darren Tucker |
2006-03-30 | add percent escape chars to the IdentityFile option, bz #1159 based | Damien Miller |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-30 | ARGSUSED for dispatch table-driven functions | Damien Miller |
2006-03-28 | use strtonum() to parse the pid from the file, and range check it | Theo de Raadt |
2006-03-28 | do not accept unreasonable X ports numbers; ok djm | Theo de Raadt |
2006-03-28 | spacing | Theo de Raadt |
2006-03-27 | always use a format string for addargs; spotted by mouring@ | Damien Miller |
2006-03-27 | use strtonum() instead of atoi(), limit dhg size to 64k; ok djm | Theo de Raadt |
2006-03-27 | we can do the size & nmemb check before the integer overflow check; evol | Theo de Raadt |
2006-03-26 | typo | Theo de Raadt |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2006-03-25 | delete cast not required | Theo de Raadt |
2006-03-25 | remove (char *) casts to a function that accepts void * for the arg | Theo de Raadt |
2006-03-25 | use strtonum() instead of atoi() [limit X screens to 400, sorry] | Theo de Raadt |
2006-03-25 | mark two more signal handlers ARGSUSED | Theo de Raadt |
2006-03-25 | cast strtonum() result to right type | Theo de Raadt |
2006-03-25 | nicer size_t and time_t types | Theo de Raadt |
2006-03-25 | spacing | Theo de Raadt |
2006-03-25 | needed casts (always will be needed) | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | "abormally" is a perfectly cromulent word, but "abnormally" is better | Damien Miller |
2006-03-25 | change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-22 | remove IV support from the CRC attack detector, OpenSSH has never used | Damien Miller |
2006-03-22 | simplify SSHFP example; ok jmc@ | Jakob Schlyter |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | be strict with tolower() casting | Theo de Raadt |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | cast xstrdup to propert u_char * | Theo de Raadt |
2006-03-20 | x11_fake_data is only ever used as u_char * | Theo de Raadt |
2006-03-20 | spacing | Theo de Raadt |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-20 | sprinkle some ARGSUSED for table driven functions (which sometimes must ignor... | Theo de Raadt |
2006-03-20 | sprinkle u_int throughout pty subsystem, ok markus | Theo de Raadt |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-20 | djm did a typo | Theo de Raadt |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-20 | (really) last of the Coverity diffs: avoid possible NULL deref in | Damien Miller |
2006-03-20 | memory leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-20 | last lot of GSSAPI related leaks detected by Coverity via | Damien Miller |
2006-03-20 | more GSSAPI related leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-20 | GSSAPI related leaks detected by Coverity via elad AT netbsd.org; | Damien Miller |
2006-03-19 | please lint | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | whoever thought that break after return was a good idea needs to get their he... | Theo de Raadt |
2006-03-19 | ARGSUSED for signal handlers | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |