Age | Commit message (Expand) | Author |
2006-04-25 | Prevent ssh from trying to open private keys with bad permissions more than | Darren Tucker |
2006-04-22 | remove extra spaces | Kevin Steves |
2006-04-22 | use setres[ug]id() to permanently revoke privileges; ok deraadt@ | Damien Miller |
2006-04-20 | Switch from using pipes to socketpairs for communication between | Damien Miller |
2006-04-20 | simplify; ok djm@ | Markus Friedl |
2006-04-20 | replace the last non-sig_atomic_t flag used in a signal handler with a | Damien Miller |
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker |
2006-04-16 | reorder sanity test so that it cannot dereference past the end of the | Damien Miller |
2006-04-16 | avoid making a tiny 4-byte write to send the packet length of sftp | Damien Miller |
2006-04-16 | introduce atomiciov() function that wraps readv/writev to retry | Damien Miller |
2006-04-16 | Fix condition where we could exit with a fatal error when an input | Damien Miller |
2006-04-03 | GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 | Damien Miller |
2006-04-02 | sessionid can be 32 bytes now too when sha256 kex is used; ok djm@ | Darren Tucker |
2006-04-01 | ANSIfy; requested deraadt@ | Damien Miller |
2006-04-01 | xasprintification; ok deraadt@ | Damien Miller |
2006-04-01 | minimal lint cleanup (unused crud, and some size_t); ok djm | Theo de Raadt |
2006-04-01 | $OpenBSD$ in here too | Damien Miller |
2006-03-31 | remote user escape is %r not %h; spotted by jmc@ | Damien Miller |
2006-03-31 | kill trailing whitespace; | Jason McIntyre |
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 |