| Commit message (Expand) | Author | Age | Files | Lines |
* | Update build after import of Heimdal Kerberos 2002/02/17. | nectar | 2002-02-19 | 2 | -204/+1 |
* | Remove files that were dropped from Heimdal Kerberos 2002/02/17. | nectar | 2002-02-19 | 5 | -432/+0 |
* | Resolve conflicts after import of Heimdal Kerberos 2002/02/17. | nectar | 2002-02-19 | 7 | -117/+169 |
* | This commit was generated by cvs2svn to compensate for changes in r90926, | nectar | 2002-02-19 | 408 | -19552/+34202 |
|\ |
|
| * | Import of Heimdal Kerberos from KTH repository circa 2002/02/17. | nectar | 2002-02-19 | 418 | -19831/+34535 |
* | | Don't use non-signal-safe functions (exit(3) in this case) in | sheldonh | 2002-02-05 | 1 | -1/+1 |
* | | Resolve conflicts. | kris | 2002-01-27 | 9 | -84/+361 |
* | | This commit was generated by cvs2svn to compensate for changes in r89837, | kris | 2002-01-27 | 139 | -753/+5117 |
|\ \ |
|
| * | | Initial import of OpenSSL 0.9.6c | kris | 2002-01-27 | 149 | -838/+5487 |
* | | | Make libssh.so useable (undefined reference to IPv4or6). | ru | 2002-01-23 | 3 | -3/+3 |
* | | | This commit was generated by cvs2svn to compensate for changes in r89402, | nectar | 2002-01-15 | 1 | -6/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | Don't use getlogin() to determine whether we are root. | nectar | 2002-01-15 | 1 | -6/+7 |
* | | | Fix a coredump bug occurring if ssh-keygen attempts to change the password | green | 2002-01-07 | 1 | -1/+1 |
* | | | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION. | ru | 2001-12-14 | 1 | -6/+5 |
* | | | Don't assume that the number of fds to select on is known quantity (in | jkh | 2001-12-09 | 1 | -32/+56 |
* | | | Fixed bugs from previous revision. | ru | 2001-12-04 | 1 | -1/+2 |
* | | | Update version string since we applied a fix for the UseLogin issue. | nectar | 2001-12-03 | 1 | -1/+1 |
* | | | Protect variables and function prototypes that are only used in the INET6 | jhay | 2001-12-03 | 1 | -1/+7 |
* | | | More help for alpha WARNS=2. This code is, erm, unusual. Anyone who | markm | 2001-12-03 | 1 | -4/+4 |
* | | | help the alphas out with the WARNS=2 stuff. | markm | 2001-12-03 | 2 | -2/+2 |
* | | | Do not pass user-defined environmental variables to /usr/bin/login. | nectar | 2001-12-03 | 1 | -0/+2 |
* | | | Protect names that are used elsewhere. This fixes WARNS=2 breakage | markm | 2001-12-01 | 1 | -4/+4 |
* | | | Damn. The previous mega-commit was incomplete WRT ANSIfication. This | markm | 2001-11-30 | 13 | -281/+250 |
* | | | Very large style makeover. | markm | 2001-11-30 | 45 | -5317/+2469 |
* | | | In the "UseLogin yes" case we need env to be NULL to make sure it | dwmalone | 2001-11-19 | 1 | -1/+1 |
* | | | Fix world by trimming an extra comment terminator. | jhb | 2001-10-29 | 1 | -1/+1 |
* | | | Add Berkeley copyright to SRA. | nsayer | 2001-10-29 | 3 | -1/+91 |
* | | | Diff-reduce these two. | markm | 2001-10-27 | 1 | -3/+3 |
* | | | Add __FBSDID() to diff-reduce with "base" telnet. | markm | 2001-10-01 | 14 | -28/+40 |
* | | | Modify a "You don't exist" message, pretty rude for transient YP failures. | green | 2001-09-27 | 1 | -1/+1 |
* | | | fix renamed options in some of the code that was #ifdef AFS | assar | 2001-09-04 | 4 | -4/+7 |
* | | | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code. | markm | 2001-08-29 | 11 | -936/+7 |
* | | | Backout last change. I didnt follow the thread and made a mistake | ps | 2001-08-27 | 1 | -1/+1 |
* | | | Correctly spell localizations | ps | 2001-08-27 | 1 | -1/+1 |
* | | | Remove description of an option that only applies to UNICOS < 7.0. | dd | 2001-08-25 | 1 | -13/+0 |
* | | | Code merge and diff reduce with "base" telnet. This is the "later" | markm | 2001-08-20 | 25 | -290/+283 |
* | | | Update the OpenSSH minor-version string. | green | 2001-08-16 | 1 | -1/+1 |
* | | | Removal of following export controll related sentences: | horikawa | 2001-08-15 | 1 | -10/+0 |
* | | | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -3/+6 |
* | | | output_data(), output_datalen() and netflush() didn't actually guarantee | kris | 2001-07-23 | 6 | -45/+50 |
* | | | More potential buffer overflow fixes. | ru | 2001-07-20 | 4 | -35/+7 |
* | | | Resolve conflicts | kris | 2001-07-19 | 4 | -7/+9 |
* | | | This commit was generated by cvs2svn to compensate for changes in r79998, | kris | 2001-07-19 | 92 | -1445/+2518 |
|\ \ \
| | |/
| |/| |
|
| * | | Initial import of OpenSSL 0.9.6b | kris | 2001-07-19 | 97 | -1460/+2538 |
* | | | vsnprintf() can return a value larger than the buffer size. | ru | 2001-07-19 | 1 | -1/+1 |
* | | | Fixed the exploitable remote buffer overflow. | ru | 2001-07-19 | 6 | -314/+219 |
* | | | Bug fix: When the client connects to a server and Kerberos | nectar | 2001-07-13 | 1 | -0/+1 |
* | | | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -3/+2 |
* | | | Fix an incorrect conflict resolution which prevented TISAuthentication | green | 2001-07-07 | 1 | -25/+2 |
* | | | mdoc(7) police: merge all fixes from non-crypto version. | ru | 2001-07-05 | 1 | -58/+92 |