Age | Commit message (Expand) | Author |
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2003-01-27 | more specific error message when /var/empty has wrong permissions; | Markus Friedl |
2002-11-07 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | Markus Friedl |
2002-09-27 | add a generic match for a prober, such as sie big brother; idea from stevesk@... | Michael Shalayeff |
2002-09-25 | typo; pilot@monkey.org | Markus Friedl |
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves |
2002-07-23 | utmp_len is unsigned; display error consistent with other options. | Kevin Steves |
2002-07-19 | remove fatal cleanups after fork; based on discussions with and code | 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-25 | lightweight do_setusercontext after chroot() | Markus Friedl |
2002-06-23 | some minor KNF and %u | Theo de Raadt |
2002-06-23 | various KNF and %d for unsigned | Theo de Raadt |
2002-06-22 | don't call setsid() if debugging or run from inetd; no "Operation not | Kevin Steves |
2002-06-22 | check /var/empty owner mode; ok provos@ | Kevin Steves |
2002-06-20 | allow Compression=yes/no in sshd_config | Markus Friedl |
2002-06-11 | pid_t cleanup. Markus need this now to keep hacking. | Mike Pechkin |
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 |