| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Since OpenSSH drops privileges before calling pam_open_session(3), | des | 2002-12-03 | 2 | -170/+202 |
* | Merge argument parsing changes into this copy of telnet. | eric | 2002-11-27 | 1 | -2/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r107207, | nectar | 2002-11-24 | 110 | -1442/+1246 |
|\ |
|
| * | Import of Heimdal 0.5.1. | nectar | 2002-11-24 | 110 | -1442/+1246 |
* | | Add caveats regarding the effect of PAM on PasswordAuthentication and | des | 2002-11-06 | 1 | -0/+23 |
* | | Document the current default for VersionAddendum. | des | 2002-11-05 | 1 | -0/+2 |
* | | Accurately reflect our local changes and additions. | des | 2002-11-05 | 1 | -11/+9 |
* | | Document the current default value for VersionAddendum. | des | 2002-11-05 | 2 | -2/+2 |
* | | Switch to two-clause license, with NAI's permission. | des | 2002-11-02 | 1 | -3/+0 |
* | | Resolve conflicts. | des | 2002-10-29 | 57 | -526/+1253 |
* | | Protect against tag expansion + fix some brainos. | des | 2002-10-29 | 1 | -6/+6 |
* | | Some tricks I use when I upgrade. | des | 2002-10-29 | 1 | -0/+20 |
* | | Correct shell code to expand globs in FREEBSD-Xlist | des | 2002-10-29 | 1 | -1/+1 |
* | | More cruft. | des | 2002-10-29 | 1 | -0/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r106121, | des | 2002-10-29 | 78 | -1597/+3674 |
|\ \ |
|
| * | | Vendor import of OpenSSH-portable 3.5p1. | des | 2002-10-29 | 133 | -2117/+4911 |
* | | | This commit was generated by cvs2svn to compensate for changes in r105765, | assar | 2002-10-23 | 1 | -2/+11 |
|\ \ \ |
|
| * | | | import 1.29 to fix buffer overflow: | assar | 2002-10-23 | 1 | -2/+11 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r105672, | assar | 2002-10-22 | 1 | -1/+8 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | import 1.27 to fix buffer overflow: | assar | 2002-10-22 | 1 | -1/+8 |
* | | | | Permit the argument to the -s option to be a hostname. I see no | dd | 2002-10-02 | 1 | -1/+0 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r104204, | nectar | 2002-09-30 | 1 | -2/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix an annoying bug that causes a spurious error message when changing | nectar | 2002-09-30 | 1 | -2/+2 |
* | | | | Catch up with "base" telnet. | markm | 2002-09-25 | 1 | -3/+3 |
* | | | | Catch up with "base" telnet. | markm | 2002-09-25 | 3 | -12/+8 |
* | | | | From the requestor: | markm | 2002-09-25 | 1 | -1/+1 |
* | | | | These RFCs and internet-drafts are not really needed in the base | nectar | 2002-09-18 | 60 | -103705/+0 |
* | | | | Resolve conflicts. | nectar | 2002-09-16 | 7 | -77/+29 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r103423, | nectar | 2002-09-16 | 101 | -3883/+6985 |
|\ \ \ \
| |/ / / |
|
| * | | | Import of Heimdal Kerberos from KTH repository circa 2002/09/16. | nectar | 2002-09-16 | 112 | -4046/+7133 |
* | | | | sshd didn't handle actual size of struct sockaddr correctly, | ume | 2002-09-09 | 4 | -12/+13 |
* | | | | Fix typo (s@src/crypto/openssh-portable@src/crypto/openssh@). | kuriyama | 2002-09-09 | 1 | -1/+1 |
* | | | | Pass the pointy hat! Remove accidently imported files. | nectar | 2002-08-30 | 126 | -85067/+0 |
* | | | | Remove some parts of the Heimdal distribution which we do not use | nectar | 2002-08-30 | 131 | -30717/+0 |
* | | | | Remove files no longer relevant after latest import. | nectar | 2002-08-30 | 28 | -3634/+0 |
* | | | | Resolve conflicts after import of Heimdal Kerberos circa 2002/08/29. | nectar | 2002-08-30 | 2 | -28/+45 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r102644, | nectar | 2002-08-30 | 513 | -21423/+130256 |
|\ \ \ \
| |/ / / |
|
| * | | | Import of Heimdal Kerberos from KTH repository circa 2002/08/29. | nectar | 2002-08-30 | 515 | -21451/+130301 |
* | | | | Encrypted strings (after hex decoding) aren't null terminated, because | nsayer | 2002-08-22 | 1 | -4/+0 |
* | | | | Resolve conflicts. | nectar | 2002-08-10 | 4 | -34/+100 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r101618, | nectar | 2002-08-10 | 9 | -12/+27 |
|\ \ \ \ |
|
| * | | | | Import of OpenSSL 0.9.6g. | nectar | 2002-08-10 | 9 | -12/+27 |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r101615, | nectar | 2002-08-10 | 9 | -8/+34 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Import of OpenSSL 0.9.6f. | nectar | 2002-08-10 | 13 | -42/+134 |