Age | Commit message (Expand) | Author |
2002-08-22 | send signal name (not signal number) in "exit-signal" message; noticed | Markus Friedl |
2002-08-22 | auth_root_allowed() is handled by the monitor in the privsep case, | Markus Friedl |
2002-08-22 | shutdown(SHUT_RDWR) not needed before close here; ok markus@ | Kevin Steves |
2002-08-22 | format with current EscapeChar; bugzilla #388 from wknox@mitre.org. | Kevin Steves |
2002-08-22 | use common close function; ok markus@ | Kevin Steves |
2002-08-21 | raise listen backlog; ok markus@ | Kevin Steves |
2002-08-21 | change LoginGraceTime default to 1 minute; ok mouring@ markus@ | Kevin Steves |
2002-08-21 | `RSA' updated to refer to `public key', where it matters. | Marc Espie |
2002-08-17 | ordered list here | Kevin Steves |
2002-08-17 | ForwardAgent has defaulted to no for over 2 years; be more clear here. | Kevin Steves |
2002-08-12 | more PermitUserEnvironment; ok markus@ | Kevin Steves |
2002-08-12 | make ssh-agent setgid, disallow ptrace. | Markus Friedl |
2002-08-09 | proxy vs. fake display | Kevin Steves |
2002-08-09 | use Op for mdoc conformance; from esr@golux.thyrsus.com | Kevin Steves |
2002-08-08 | typo in comment | Kevin Steves |
2002-08-08 | Use & to test if bits are set, not &&; markus@ ok. | Aaron Campbell |
2002-08-02 | replace RSA_verify with our own version and avoid the OpenSSL ASN.1 parser | Markus Friedl |
2002-08-02 | diff is u_int (2x); ok deraadt/provos | Markus Friedl |
2002-08-02 | note that .ssh/environment is only read when | Marco S Hyman |
2002-08-02 | Change mm_zalloc() sanity checks to be more in line with what | Todd C. Miller |
2002-07-30 | add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de... | Markus Friedl |
2002-07-29 | print file:line | Markus Friedl |
2002-07-25 | FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt. | mouring |
2002-07-24 | print out all known keys for a host if we get a unknown host key, | Markus Friedl |
2002-07-23 | utmp_len is unsigned; display error consistent with other options. | Kevin Steves |
2002-07-22 | u_int here; ok provos@ | Kevin Steves |
2002-07-22 | fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors; | Markus Friedl |
2002-07-21 | remove invalid comment | Kevin Steves |
2002-07-21 | unneeded includes | Kevin Steves |
2002-07-21 | extern char *optarg; for portable | Kevin Steves |
2002-07-19 | display a warning from ssh when XAuthLocation does not exist or xauth | Kevin Steves |
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | Markus Friedl |
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 |