| Commit message (Expand) | Author | Age | Files | Lines |
* | skip the initial check for access with an empty password when |  djm | 2010-06-25 | 1 | -2/+2 |
* | Make protocol 1 MaxAuthTries logic match protocol 2's. |  djm | 2008-07-04 | 1 | -2/+4 |
* | Implement a channel success/failure status confirmation callback |  djm | 2008-05-08 | 1 | -1/+2 |
* | unifdef -DBSD_AUTH |  djm | 2007-09-21 | 1 | -3/+1 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -3/+7 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | missed some needed #include <unistd.h> when KERBEROS5=no; issue from |  stevesk | 2006-07-20 | 1 | -1/+5 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | sprinkle some ARGSUSED for table driven functions (which sometimes must ignore their args) |  deraadt | 2006-03-20 | 1 | -0/+5 |
* | spacing |  deraadt | 2006-03-19 | 1 | -1/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | spacing |  djm | 2005-07-16 | 1 | -3/+3 |
* | make this -Wsign-compare clean; ok avsm@ markus@ |  djm | 2005-06-17 | 1 | -3/+4 |
* | split protocol 1 auth methods into separate functions, makes authloop |  djm | 2005-05-20 | 1 | -127/+188 |
* | more s/illegal/invalid/ |  markus | 2004-07-28 | 1 | -3/+3 |
* | bz#899: Don't display invalid usernames in setproctitle |  djm | 2004-07-21 | 1 | -2/+2 |
* | Add MaxAuthTries sshd config option; ok markus@ |  dtucker | 2004-05-23 | 1 | -2/+2 |
* | kill some more tiny files; ok deraadt@ |  djm | 2004-05-09 | 1 | -2/+1 |
* | remove unused variable (pw). ok djm@ |  jakob | 2003-11-08 | 1 | -2/+1 |
* | standardise arguments to auth methods - they should all take authctxt. |  djm | 2003-11-04 | 1 | -3/+3 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -7/+3 |
* | remove kerberos support from ssh1, since it has been replaced with GSSAPI; |  markus | 2003-08-28 | 1 | -57/+1 |
* | fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar |  markus | 2003-08-26 | 1 | -2/+4 |
* | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, |  markus | 2003-08-13 | 1 | -22/+1 |
* | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); |  markus | 2003-07-22 | 1 | -41/+6 |
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd |  itojun | 2003-04-08 | 1 | -2/+2 |
* | undo broken fix for #387, fixes #486 |  markus | 2003-02-06 | 1 | -3/+2 |
* | Don't log TIS auth response; "get rid of it" - markus@ |  djm | 2003-01-23 | 1 | -2/+1 |
* | KNF |  deraadt | 2002-11-21 | 1 | -2/+2 |
* | krb4 + privsep; ok dugsong@, deraadt@ |  markus | 2002-09-26 | 1 | -4/+12 |
* | kerberos support for privsep. confirmed to work by lha@stacken.kth.se |  itojun | 2002-09-09 | 1 | -3/+15 |
* | auth_root_allowed() is handled by the monitor in the privsep case, |  markus | 2002-08-22 | 1 | -2/+3 |
* | KNF done automatically while reading.... |  deraadt | 2002-06-19 | 1 | -2/+2 |
* | strip '@' from username only for KerbV and known broken clients, bug #204 |  markus | 2002-04-10 | 1 | -4/+10 |
* | make getpwnamallow() allways call pwcopy() |  markus | 2002-03-19 | 1 | -16/+6 |
* | integrate privilege separated openssh; its turned off by default for now. |  provos | 2002-03-18 | 1 | -9/+15 |
* | have the authentication functions return the authentication context |  provos | 2002-03-18 | 1 | -4/+3 |
* | getpwnamallow returns struct passwd * only if user valid; okay markus@ |  provos | 2002-03-17 | 1 | -3/+3 |
* | don't use channel_input_channel_request and callback |  markus | 2002-02-03 | 1 | -1/+2 |
* | packet_read* no longer return the packet length, since it's not used. |  markus | 2001-12-28 | 1 | -5/+3 |
* | packet_get_bignum* no longer returns a size |  markus | 2001-12-28 | 1 | -5/+5 |
* | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ |  markus | 2001-12-28 | 1 | -8/+8 |
* | get rid of packet_integrity_check, use packet_done() instead. |  markus | 2001-12-27 | 1 | -9/+8 |
* | auth_rhosts_rsa now accept generic keys. |  markus | 2001-12-27 | 1 | -2/+2 |
* | call fatal() for openssl allocation failures |  markus | 2001-12-27 | 1 | -18/+13 |
* | be more carefull on allocation |  markus | 2001-12-25 | 1 | -1/+3 |
* | basic KNF done while i was looking for something else |  deraadt | 2001-12-19 | 1 | -11/+11 |
* | make it compile with more strict prototype checking |  itojun | 2001-12-05 | 1 | -2/+2 |
* | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok |  dugsong | 2001-06-26 | 1 | -52/+59 |