Age | Commit message (Expand) | Author |
2002-07-15 | little more debugging; ok markus@ | Kevin Steves |
2002-07-12 | EVP_CIPH_CUSTOM_IV for our own rijndael | Markus Friedl |
2002-07-12 | print connect failure during debugging mode. | Jun-ichiro itojun Hagino |
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt |
2002-07-10 | bark if all connection attempt fails. | Jun-ichiro itojun Hagino |
2002-07-09 | clarify no preference ordering in protocol list; ok markus@ | Kevin Steves |
2002-07-09 | ed static function (less warnings) | Jun-ichiro itojun Hagino |
2002-07-09 | silently try next address on connect(2). markus ok | Jun-ichiro itojun Hagino |
2002-07-09 | suppress log on reverse lookup failiure, as there's no real value in doing so. | Jun-ichiro itojun Hagino |
2002-07-06 | unused variable | Kevin Steves |
2002-07-06 | KNF, realloc fix, and clean usage | Theo de Raadt |
2002-07-06 | KNF | Theo de Raadt |
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ... | Markus Friedl |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt |
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl |
2002-07-03 | use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) | Markus Friedl |
2002-07-01 | for compression=yes, we fallback to no-compression if the server does | Markus Friedl |
2002-07-01 | %u | Theo de Raadt |
2002-07-01 | disable ssh-keysign for now (no sbit); netbsd via itojun | Markus Friedl |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-30 | lint asks that we use names that do not overlap | Theo de Raadt |
2002-06-28 | gidset[2] -> gidset[1]; markus ok | Theo de Raadt |
2002-06-28 | range check -u option at invocation | Theo de Raadt |
2002-06-28 | use ssize_t | Theo de Raadt |
2002-06-28 | tree(3) wants an int return value for its compare functions and | Todd C. Miller |
2002-06-27 | use convtime(); ok markus@ | Kevin Steves |
2002-06-27 | use xfree() | Theo de Raadt |
2002-06-27 | improve mm_zalloc check; markus ok | Theo de Raadt |
2002-06-27 | more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@ | Markus Friedl |
2002-06-26 | bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu | Markus Friedl |
2002-06-26 | more %u | Theo de Raadt |
2002-06-26 | fix exit code for -X/-x | Markus Friedl |
2002-06-26 | use ssize_t for recvmsg() and sendmsg() return | Theo de Raadt |
2002-06-26 | correct %u | Theo de Raadt |
2002-06-26 | 3.4 | Markus Friedl |
2002-06-26 | make sure # of response matches # of queries, fixes int overflow; from ISS | Markus Friedl |
2002-06-26 | disclose less information from environment files; based on input from djm, an... | Theo de Raadt |
2002-06-26 | be careful in mm_zalloc | Theo de Raadt |
2002-06-26 | limit # of env vars to 1000; ok deraadt/djm | Markus Friedl |
2002-06-26 | limit # of channels to 10000 | Markus Friedl |
2002-06-26 | limit append to 1MB and buffers to 10MB | Markus Friedl |
2002-06-26 | limit size of BNs to 8KB; ok provos/deraadt | Markus Friedl |
2002-06-25 | lightweight do_setusercontext after chroot() | Markus Friedl |
2002-06-25 | unnecessary cast | Markus Friedl |
2002-06-24 | explicit (u_int) for uid and gid | Theo de Raadt |
2002-06-24 | printf type pedant | Jun-ichiro itojun Hagino |
2002-06-24 | cat to (void) when output from buffer_get_X is ignored | Markus Friedl |
2002-06-24 | move channel counter to u_int | Markus Friedl |
2002-06-24 | the socket name contains ssh-agent's ppid; via mpech@ from form@ | Markus Friedl |