Age | Commit message (Expand) | Author |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-20 | sprinkle some ARGSUSED for table driven functions (which sometimes must ignor... | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-07-16 | spacing | Damien Miller |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-05-20 | split protocol 1 auth methods into separate functions, makes authloop | Damien Miller |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2004-05-09 | kill some more tiny files; ok deraadt@ | Damien Miller |
2003-11-08 | remove unused variable (pw). ok djm@ | Jakob Schlyter |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-02-06 | undo broken fix for #387, fixes #486 | Markus Friedl |
2003-01-23 | Don't log TIS auth response; "get rid of it" - markus@ | Damien Miller |
2002-11-21 | KNF | Theo de Raadt |
2002-09-26 | krb4 + privsep; ok dugsong@, deraadt@ | Markus Friedl |
2002-09-09 | kerberos support for privsep. confirmed to work by lha@stacken.kth.se | Jun-ichiro itojun Hagino |
2002-08-22 | auth_root_allowed() is handled by the monitor in the privsep case, | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-04-10 | strip '@' from username only for KerbV and known broken clients, bug #204 | Markus Friedl |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl |
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-17 | getpwnamallow returns struct passwd * only if user valid; okay markus@ | Niels Provos |
2002-02-03 | don't use channel_input_channel_request and callback | 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 | auth_rhosts_rsa now accept generic keys. | Markus Friedl |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-25 | be more carefull on allocation | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | make it compile with more strict prototype checking | Jun-ichiro itojun Hagino |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-03-23 | authctxt is now passed to do_authenticated | Markus Friedl |
2001-03-21 | merge common ssh v1/2 code | Markus Friedl |
2001-03-20 | add changes need for BSD_AUTH plus disabled BSD_AUTH code | Markus Friedl |
2001-03-08 | unused; ok markus@ | Kevin Steves |
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl |
2001-02-13 | setproctitle(user) only if getpwnam succeeds | Markus Friedl |