| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Regenerate config.h; I don't know why this didn't hit CVS yesterday. | des | 2004-01-08 | 1 | -36/+107 |
* | | Update to reflect changes since the last version. | des | 2004-01-07 | 1 | -5/+10 |
* | | Resolve conflicts and remove obsolete files. | des | 2004-01-07 | 97 | -5970/+3388 |
* | | This commit was generated by cvs2svn to compensate for changes in r124208, | des | 2004-01-07 | 155 | -3701/+8986 |
|\ \
| |/ |
|
| * | Vendor import of OpenSSH 3.7.1p2. | des | 2004-01-07 | 216 | -7117/+12791 |
* | | Merge OpenSSH 3.7.1p2. | des | 2004-01-07 | 1 | -73/+185 |
* | | Add a missing word. | simon | 2003-10-31 | 1 | -1/+1 |
* | | Plug a memory leak in the PAM child process. It is of no great consequence | des | 2003-10-23 | 1 | -0/+8 |
* | | This commit was generated by cvs2svn to compensate for changes in r120489, | joe | 2003-09-26 | 1 | -4/+9 |
|\ \
| |/ |
|
| * | Additional corrections to OpenSSH buffer handling. | joe | 2003-09-26 | 2 | -6/+12 |
* | | Additional corrections to OpenSSH buffer handling. | joe | 2003-09-26 | 1 | -2/+3 |
* | | Update version string. | des | 2003-09-24 | 5 | -5/+5 |
* | | Remove bogus calls to xfree(). | des | 2003-09-24 | 1 | -4/+0 |
* | | resp is a pointer to an array of structs, not an array of pointers to structs. | des | 2003-09-24 | 1 | -9/+9 |
* | | Return the correct error value when a null query fails. | des | 2003-09-24 | 1 | -1/+1 |
* | | Fix broken shell code. | des | 2003-09-19 | 1 | -2/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r120161, | nectar | 2003-09-17 | 2 | -6/+9 |
|\ \
| |/ |
|
| * | Correct more cases of allocation size bookkeeping being updated before | nectar | 2003-09-17 | 2 | -6/+9 |
* | | Correct more cases of allocation size bookkeeping being updated before | nectar | 2003-09-17 | 3 | -15/+18 |
* | | Update the OpenSSH addendum string for the buffer handling fix. | nectar | 2003-09-16 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r120113, | nectar | 2003-09-16 | 1 | -5/+8 |
|\ \
| |/ |
|
| * | Do not record expanded size before attempting to reallocate associated | nectar | 2003-09-16 | 1 | -5/+8 |
* | | This commit was generated by cvs2svn to compensate for changes in r116791, | des | 2003-06-24 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add a "return" that was missing from 3.6.1p1. Since it's been fixed in | des | 2003-06-24 | 1 | -0/+1 |
* | | Fix off-by-one and initialization errors which prevented sshd from | des | 2003-05-28 | 1 | -1/+2 |
* | | Revert unnecessary part of previous commit. | des | 2003-05-13 | 1 | -7/+7 |
* | | Rename a few functions to avoid stealing common words (error, log, debug | des | 2003-05-12 | 1 | -7/+16 |
* | | Remove RCSID from files which have no other diffs to the vendor branch. | des | 2003-05-01 | 25 | -25/+0 |
* | | Nit. | des | 2003-04-23 | 1 | -1/+1 |
* | | Improvements to the proposed shell code. | des | 2003-04-23 | 1 | -7/+6 |
* | | Regenerate. | des | 2003-04-23 | 1 | -2/+42 |
* | | Resolve conflicts. | des | 2003-04-23 | 47 | -622/+827 |
* | | This commit was generated by cvs2svn to compensate for changes in r113908, | des | 2003-04-23 | 90 | -1208/+3375 |
|\ \
| |/ |
|
| * | Vendor import of OpenSSH-portable 3.6.1p1. | des | 2003-04-23 | 135 | -1771/+4207 |
* | | - when using a child process instead of a thread, change the child's | des | 2003-03-31 | 1 | -2/+13 |
* | | If an ssh1 client initiated challenge-response authentication but did | des | 2003-03-31 | 3 | -1/+22 |
* | | Paranoia: instead of a NULL conversation function, use one that always | des | 2003-02-16 | 1 | -6/+24 |
* | | document the current default value for VersionAddendum. | des | 2003-02-11 | 4 | -4/+4 |
* | | Set the ruid to the euid at startup as a workaround for a bug in pam_ssh. | des | 2003-02-07 | 1 | -0/+1 |
* | | The manual page lists only 2 files, however it reads as `three files' which is | trhodes | 2003-02-05 | 1 | -2/+2 |
* | | Linux-PAM's pam_start(3) fails with a bogus error message if passed the | des | 2003-02-03 | 1 | -1/+2 |
* | | Bump patch date to 2003-02-01 (the day after I fixed PAM authentication | des | 2003-02-03 | 1 | -1/+1 |
* | | Fix keyboard-interactive authentication for ssh1. The problem was twofold: | des | 2003-01-31 | 2 | -0/+21 |
* | | Force early initialization of the resolver library, since the resolver | des | 2003-01-22 | 1 | -0/+15 |
* | | The previous commit contained a stupid mistake: ctxt->pam_[cp]sock was | des | 2002-12-21 | 1 | -2/+2 |
* | | If possible, use pthreads instead of a child process for PAM. | des | 2002-12-14 | 2 | -65/+334 |
* | | Add a missing #include "canohost.h". | des | 2002-12-14 | 1 | -0/+1 |
* | | Remove code related to the PAMAuthenticationViaKbdInt option (which we've | des | 2002-12-14 | 1 | -4/+1 |
* | | Back out a lastlog-related change which is no longer relevant. | des | 2002-12-14 | 1 | -1/+1 |
* | | Fix a rounding error in the block size calculation. | des | 2002-12-14 | 1 | -2/+2 |