Age | Commit message (Expand) | Author |
2002-05-29 | don't start if privsep is enabled and SSH_PRIVSEP_USER or | Markus Friedl |
2002-05-22 | spelling; abishoff@arc.nasa.gov | Theo de Raadt |
2002-05-15 | 'monitor' variable clashes with at least one lame platform (NeXT). Renamed | mouring |
2002-05-13 | Call setsid() in the child after sshd accepts the connection and forks. | Todd C. Miller |
2002-04-23 | Improve error message; ok markus@ stevesk@ | Damien Miller |
2002-03-30 | check waitpid for EINTR; based on patch from peter@ifm.liu.se | Markus Friedl |
2002-03-23 | setproctitle() after preauth child; ok markus@ | Kevin Steves |
2002-03-21 | add privsep_preauth() and remove 1 goto; ok provos@ | Markus Friedl |
2002-03-20 | strerror() on chdir() fail; ok provos@ | Kevin Steves |
2002-03-20 | for unprivileged user, group do: | Kevin Steves |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-19 | clean up prototypes | Markus Friedl |
2002-03-19 | _PATH_PRIVSEP_CHROOT_DIR; ok provos@ | Kevin Steves |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-18 | have the authentication functions return the authentication context | Niels Provos |
2002-03-14 | split out ssh1 session key decryption; ok provos@ | Markus Friedl |
2002-02-27 | remove unneeded casts in [gs]etsockopt(); ok markus@ | Kevin Steves |
2002-02-24 | use u_char* here; ok markus@ | Kevin Steves |
2002-02-11 | include md5.h not hmac.h | Markus Friedl |
2002-02-11 | do not complain about port > 1024 if rhosts-auth is disabled | Markus Friedl |
2002-02-04 | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | Markus Friedl |
2002-01-13 | use buffer API and avoid static strings of fixed size; ok provos@/mouring@ | Markus Friedl |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | packet_get_bignum* no longer returns a size | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-10 | possible fd leak on error; ok markus@ | Kevin Steves |
2001-12-06 | add -o to sshd, too. ok deraadt@ | Markus Friedl |
2001-12-05 | minor KNF | Theo de Raadt |
2001-12-05 | deal with LP64 printf issue with sig_atomic_t. from thorpej | Jun-ichiro itojun Hagino |
2001-11-22 | volatile sig_atomic_t | Markus Friedl |
2001-11-19 | fd leak on HUP; ok stevesk@ | Markus Friedl |
2001-11-14 | errno saving wrapping in a signal handler | Theo de Raadt |
2001-11-10 | cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc). | Markus Friedl |
2001-11-09 | remove extra trailing dot from log message; pilot@naughty.monkey.org | Markus Friedl |
2001-10-24 | mention remote port in debug message | Markus Friedl |
2001-10-02 | #include "channels.h" for channel_set_af() | Kevin Steves |
2001-10-01 | remove ugliness; vp@drexel.edu via angelos | Markus Friedl |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar |
2001-07-26 | add -t option to test configuration file and keys; pekkas@netcore.fi | Kevin Steves |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-23 | pidfile/sigterm race; bbraun@synack.net | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-04 | set flags in the signal handlers, do real work in the main loop, ok provos@ | Markus Friedl |
2001-05-28 | remove some lines, simplify. | Markus Friedl |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-04-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl |