| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a missing word. | Simon L. B. Nielsen | 2003-10-31 | 1 | -1/+1 |
| * | Plug a memory leak in the PAM child process. It is of no great consequence | Dag-Erling Smørgrav | 2003-10-23 | 1 | -0/+8 |
| * | This commit was generated by cvs2svn to compensate for changes in r120489, | Josef Karthauser | 2003-09-26 | 1 | -4/+9 |
| |\ |
|
| | * | Additional corrections to OpenSSH buffer handling. | Josef Karthauser | 2003-09-26 | 2 | -6/+12 |
| * | | Additional corrections to OpenSSH buffer handling. | Josef Karthauser | 2003-09-26 | 1 | -2/+3 |
| * | | Update version string. | Dag-Erling Smørgrav | 2003-09-24 | 5 | -5/+5 |
| * | | Remove bogus calls to xfree(). | Dag-Erling Smørgrav | 2003-09-24 | 1 | -4/+0 |
| * | | resp is a pointer to an array of structs, not an array of pointers to structs. | Dag-Erling Smørgrav | 2003-09-24 | 1 | -9/+9 |
| * | | Return the correct error value when a null query fails. | Dag-Erling Smørgrav | 2003-09-24 | 1 | -1/+1 |
| * | | Fix broken shell code. | Dag-Erling Smørgrav | 2003-09-19 | 1 | -2/+2 |
| * | | This commit was generated by cvs2svn to compensate for changes in r120161, | Jacques Vidrine | 2003-09-17 | 2 | -6/+9 |
| |\| |
|
| | * | Correct more cases of allocation size bookkeeping being updated before | Jacques Vidrine | 2003-09-17 | 2 | -6/+9 |
| * | | Correct more cases of allocation size bookkeeping being updated before | Jacques Vidrine | 2003-09-17 | 3 | -15/+18 |
| * | | Update the OpenSSH addendum string for the buffer handling fix. | Jacques Vidrine | 2003-09-16 | 1 | -1/+1 |
| * | | This commit was generated by cvs2svn to compensate for changes in r120113, | Jacques Vidrine | 2003-09-16 | 1 | -5/+8 |
| |\| |
|
| | * | Do not record expanded size before attempting to reallocate associated | Jacques Vidrine | 2003-09-16 | 1 | -5/+8 |
| * | | This commit was generated by cvs2svn to compensate for changes in r116791, | Dag-Erling Smørgrav | 2003-06-24 | 1 | -0/+1 |
| |\| |
|
| | * | Add a "return" that was missing from 3.6.1p1. Since it's been fixed in | Dag-Erling Smørgrav | 2003-06-24 | 1 | -0/+1 |
| * | | Fix off-by-one and initialization errors which prevented sshd from | Dag-Erling Smørgrav | 2003-05-28 | 1 | -1/+2 |
| * | | Revert unnecessary part of previous commit. | Dag-Erling Smørgrav | 2003-05-13 | 1 | -7/+7 |
| * | | Rename a few functions to avoid stealing common words (error, log, debug | Dag-Erling Smørgrav | 2003-05-12 | 1 | -7/+16 |
| * | | Remove RCSID from files which have no other diffs to the vendor branch. | Dag-Erling Smørgrav | 2003-05-01 | 25 | -25/+0 |
| * | | Nit. | Dag-Erling Smørgrav | 2003-04-23 | 1 | -1/+1 |
| * | | Improvements to the proposed shell code. | Dag-Erling Smørgrav | 2003-04-23 | 1 | -7/+6 |
| * | | Regenerate. | Dag-Erling Smørgrav | 2003-04-23 | 1 | -2/+42 |
| * | | Resolve conflicts. | Dag-Erling Smørgrav | 2003-04-23 | 47 | -622/+827 |
| * | | This commit was generated by cvs2svn to compensate for changes in r113908, | Dag-Erling Smørgrav | 2003-04-23 | 90 | -1204/+3371 |
| |\| |
|
| | * | Vendor import of OpenSSH-portable 3.6.1p1. | Dag-Erling Smørgrav | 2003-04-23 | 135 | -1767/+4203 |
| * | | - when using a child process instead of a thread, change the child's | Dag-Erling Smørgrav | 2003-03-31 | 1 | -2/+13 |
| * | | If an ssh1 client initiated challenge-response authentication but did | Dag-Erling Smørgrav | 2003-03-31 | 3 | -1/+22 |
| * | | Paranoia: instead of a NULL conversation function, use one that always | Dag-Erling Smørgrav | 2003-02-16 | 1 | -6/+24 |
| * | | document the current default value for VersionAddendum. | Dag-Erling Smørgrav | 2003-02-11 | 4 | -4/+4 |
| * | | Set the ruid to the euid at startup as a workaround for a bug in pam_ssh. | Dag-Erling Smørgrav | 2003-02-07 | 1 | -0/+1 |
| * | | The manual page lists only 2 files, however it reads as `three files' which is | Tom Rhodes | 2003-02-05 | 1 | -2/+2 |
| * | | Linux-PAM's pam_start(3) fails with a bogus error message if passed the | Dag-Erling Smørgrav | 2003-02-03 | 1 | -1/+2 |
| * | | Bump patch date to 2003-02-01 (the day after I fixed PAM authentication | Dag-Erling Smørgrav | 2003-02-03 | 1 | -1/+1 |
| * | | Fix keyboard-interactive authentication for ssh1. The problem was twofold: | Dag-Erling Smørgrav | 2003-01-31 | 2 | -0/+21 |
| * | | Force early initialization of the resolver library, since the resolver | Dag-Erling Smørgrav | 2003-01-22 | 1 | -0/+15 |
| * | | The previous commit contained a stupid mistake: ctxt->pam_[cp]sock was | Dag-Erling Smørgrav | 2002-12-21 | 1 | -2/+2 |
| * | | If possible, use pthreads instead of a child process for PAM. | Dag-Erling Smørgrav | 2002-12-14 | 2 | -65/+334 |
| * | | Add a missing #include "canohost.h". | Dag-Erling Smørgrav | 2002-12-14 | 1 | -0/+1 |
| * | | Remove code related to the PAMAuthenticationViaKbdInt option (which we've | Dag-Erling Smørgrav | 2002-12-14 | 1 | -4/+1 |
| * | | Back out a lastlog-related change which is no longer relevant. | Dag-Erling Smørgrav | 2002-12-14 | 1 | -1/+1 |
| * | | Fix a rounding error in the block size calculation. | Dag-Erling Smørgrav | 2002-12-14 | 1 | -2/+2 |
| * | | Since OpenSSH drops privileges before calling pam_open_session(3), | Dag-Erling Smørgrav | 2002-12-03 | 2 | -170/+202 |
| * | | Add caveats regarding the effect of PAM on PasswordAuthentication and | Dag-Erling Smørgrav | 2002-11-06 | 1 | -0/+23 |
| * | | Document the current default for VersionAddendum. | Dag-Erling Smørgrav | 2002-11-05 | 1 | -0/+2 |
| * | | Accurately reflect our local changes and additions. | Dag-Erling Smørgrav | 2002-11-05 | 1 | -11/+9 |
| * | | Document the current default value for VersionAddendum. | Dag-Erling Smørgrav | 2002-11-05 | 2 | -2/+2 |
| * | | Switch to two-clause license, with NAI's permission. | Dag-Erling Smørgrav | 2002-11-02 | 1 | -3/+0 |