| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few style oddities. | green | 2000-09-10 | 1 | -6/+6 |
* | Fix a goof in timevaldiff. | green | 2000-09-10 | 1 | -1/+1 |
* | Remove files no longer present in OpenSSH 2.2.0 and beyond | kris | 2000-09-10 | 5 | -256/+0 |
* | Resolve conflicts and update for OpenSSH 2.2.0 | kris | 2000-09-10 | 37 | -1659/+2394 |
* | This commit was generated by cvs2svn to compensate for changes in r65668, | kris | 2000-09-10 | 80 | -806/+3146 |
|\ |
|
| * | Initial import of OpenSSH post-2.2.0 snapshot dated 2000-09-09 | kris | 2000-09-10 | 118 | -2247/+5359 |
* | | Nuke RSAREF support from orbit. | kris | 2000-09-10 | 1 | -6/+0 |
* | | ttyname was not being passed into do_login(), so we were erroneously picking | kris | 2000-09-04 | 1 | -3/+3 |
* | | bzero() the struct timeval for paranoia | kris | 2000-09-03 | 1 | -0/+1 |
* | | Err, we weren't even compiling auth1.c with LOGIN_CAP at all. Guess nobody | kris | 2000-09-02 | 2 | -1/+1 |
* | | Repair a broken conflict resolution in r1.2 which had the effect of nullifying | kris | 2000-09-02 | 1 | -23/+23 |
* | | Repair my dyslexia: s/opt/otp/ in the OPIE challenge. D'oh! | kris | 2000-09-02 | 1 | -2/+2 |
* | | Re-add missing "break" which was lost during a previous patch | kris | 2000-09-02 | 1 | -0/+1 |
* | | Turn on X11Forwarding by default on the server. Any risk is to the client, | kris | 2000-09-02 | 2 | -2/+2 |
* | | Increase the default value of LoginGraceTime from 60 seconds to 120 | kris | 2000-08-23 | 3 | -3/+3 |
* | | Respect X11BASE to derive the location of xauth(1) | kris | 2000-08-23 | 1 | -0/+2 |
* | | Chalk up another phkmalloc victim. | asmodai | 2000-08-01 | 1 | -2/+3 |
* | | Fix a weird typo, is -> are. | asmodai | 2000-07-27 | 1 | -1/+1 |
* | | Fixed a minor typo in the header. | marko | 2000-07-27 | 1 | -1/+1 |
* | | Committed, Thanks!! | marko | 2000-07-25 | 1 | -1/+1 |
* | | Sync sshd_config with sshd and manapage internal defaults (Checkmail = yes) | peter | 2000-07-11 | 2 | -2/+2 |
* | | Sync LoginGraceTime with sshd_config = 60 seconds by default, not 600. | peter | 2000-07-11 | 2 | -2/+2 |
* | | Fix out-of-sync defaults. PermitRootLogin is supposed to be 'no' but | peter | 2000-07-11 | 2 | -2/+2 |
* | | Make FallBackToRsh off by default. Falling back to rsh by default is | peter | 2000-07-11 | 2 | -2/+2 |
* | | Allow restarting on SIGHUP when the full path was not given as argv[0]. | green | 2000-07-04 | 1 | -0/+1 |
* | | So /this/ is what has made OpenSSH's SSHv2 support never work right! | green | 2000-06-27 | 2 | -0/+6 |
* | | Also make sure to close the socket that exceeds your rate limit. | green | 2000-06-26 | 1 | -0/+1 |
* | | Make rate limiting work per-listening-socket. Log better messages than | green | 2000-06-26 | 3 | -30/+68 |
* | | Fix syntax error in previous commit. | kris | 2000-06-11 | 1 | -2/+3 |
* | | Fix security botch in "UseLogin Yes" case: commands are executed with | kris | 2000-06-10 | 1 | -0/+4 |
* | | Make `ssh-agent -k' work for csh(1)-like shells. | ru | 2000-06-10 | 1 | -1/+1 |
* | | Allow "DenyUsers" to function. | green | 2000-06-06 | 1 | -0/+1 |
* | | Resolve conflicts | kris | 2000-06-03 | 5 | -80/+33 |
* | | This commit was generated by cvs2svn to compensate for changes in r61209, | kris | 2000-06-03 | 8 | -159/+204 |
|\ \
| |/ |
|
| * | Initial import of OpenSSH snapshot from 2000/05/30 | kris | 2000-06-03 | 13 | -239/+237 |
* | | Resolve conflicts | kris | 2000-06-03 | 1 | -1/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r61206, | kris | 2000-06-03 | 1 | -0/+36 |
|\ \
| |/ |
|
| * | Import from vendor repository. | kris | 2000-06-03 | 2 | -1/+43 |
* | | Bring vendor patches onto the main branch, and resolve conflicts. | kris | 2000-06-03 | 5 | -30/+72 |
* | | This commit was generated by cvs2svn to compensate for changes in r61201, | kris | 2000-06-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Import vendor patches: the first is written by | kris | 2000-06-03 | 4 | -10/+31 |
* | | This commit was generated by cvs2svn to compensate for changes in r61199, | kris | 2000-06-03 | 2 | -25/+17 |
|\ \
| |/ |
|
| * | Import vendor patch originally submitted by the below author: don't | kris | 2000-06-03 | 3 | -38/+48 |
| * | Import vendor fix: "fix key_read() for uuencoded keys w/o '='" | kris | 2000-06-03 | 1 | -7/+11 |
* | | Update to the version of pam_ssh corresponding to OpenSSH 2.1 (taken | kris | 2000-05-30 | 1 | -19/+23 |
* | | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | | Turn on CheckMail to be more login-compatible by default | ache | 2000-05-23 | 1 | -1/+1 |
* | | Don't USE_PIPES | brian | 2000-05-22 | 1 | -1/+3 |
* | | Correct two stupid typos in the DSA key location. | kris | 2000-05-18 | 1 | -1/+1 |