| Commit message (Expand) | Author | Age | Files | Lines |
* | - Correctly order KERBEROS_LIBS so that the build doesn't try to | mdodd | 2003-01-09 | 2 | -17/+42 |
* | Quoting the submitter: | netchild | 2002-10-25 | 2 | -13/+23 |
* | Update to version 1.2.33. | obrien | 2002-06-30 | 3 | -38/+29 |
* | Update to version 1.2.32. | obrien | 2002-06-30 | 2 | -32/+0 |
* | Update to version 1.2.31. | obrien | 2002-06-30 | 1 | -9/+0 |
* | Update to version 1.2.30. | obrien | 2002-06-30 | 1 | -56/+50 |
* | Update to version 1.2.29. | obrien | 2002-06-30 | 1 | -2/+11 |
* | Update to version 1.2.28. | obrien | 2002-06-30 | 7 | -1338/+792 |
* | Fix libgmp breakage on -current. | sobomax | 2002-04-26 | 1 | -6/+6 |
* | Sigh, the patch released by ssh.com was wrong (kill() had the arguments | kris | 2001-02-10 | 1 | -1/+1 |
* | Commit fixes for the two recent security problems found by BINDVIEW | kris | 2001-02-10 | 2 | -0/+32 |
* | Remove dependency on rsaref, comment out RESTRICTED line (but leave it | kris | 2000-09-17 | 1 | -8/+5 |
* | Don't make sshd listen on two ports by default (!) - this "feature" was | kris | 2000-04-21 | 1 | -4/+16 |
* | Unbreak Kerberos5 support. | kris | 2000-04-21 | 1 | -2/+2 |
* | Convert patch to unidiff; no functional changes. | kris | 2000-04-21 | 1 | -418/+369 |
* | Add better sshd startup scripts; specifically, allow restarting and | will | 2000-04-06 | 1 | -0/+27 |
* | - re-enable TCP_NODELAY | sumikawa | 2000-02-24 | 1 | -41/+30 |
* | Make IPv6-enable ssh works on socks environment. | sumikawa | 2000-02-24 | 3 | -17/+53 |
* | Make buildable on IPv4-only kernel. | sumikawa | 2000-02-21 | 1 | -7/+9 |
* | Checfor OSVERSION _or_ USE_INET6 when deciding if IPv6 support should | torstenb | 2000-02-13 | 1 | -13/+19 |
* | Add IPv6 support to ssh. | torstenb | 2000-01-15 | 23 | -123/+4015 |
* | Default to not allowing root logins. This makes it consistant with | imp | 1999-11-21 | 1 | -1/+1 |
* | Don't overflow rsa bits. As seen on bugtraq and elsewhere. | imp | 1999-11-16 | 1 | -0/+25 |
* | Turn Root Login on again. | torstenb | 1999-09-11 | 1 | -1/+1 |
* | Only use trimdomain() if __FreeBSD_version > 320000 | brian | 1999-06-18 | 2 | -9/+22 |
* | PR: ports/12037 | sada | 1999-06-16 | 9 | -384/+158 |
* | Always use trimdomain(), not just #if __FreeBSD_version >= 400004 | brian | 1999-05-07 | 2 | -22/+8 |
* | Reduce the copy of the DISPLAY variable using | brian | 1999-04-11 | 1 | -2/+24 |
* | Call trimdomain() to reduce the size of the ut_host | brian | 1999-04-11 | 1 | -0/+31 |
* | add official kerberos patch | ache | 1998-11-10 | 1 | -0/+286 |
* | Properly reference the rsaref sources, which are required during the build | jkh | 1998-10-08 | 1 | -5/+8 |
* | Repair a linkage problem, whereis the ssh port was trying to | chuckr | 1998-09-14 | 1 | -186/+121 |
* | 1.2.22 -> 1.2.25 | dima | 1998-06-12 | 2 | -425/+139 |
* | Fix rare DES empty passwords bug | ache | 1998-02-14 | 1 | -0/+13 |
* | Don't print "No mail" for FreeBSD , just print nothing | ache | 1998-01-22 | 1 | -3/+15 |
* | Fix .hushlogin support | ache | 1998-01-22 | 1 | -48/+74 |
* | Upgrade to ssh 1.2.22. Please send problems with the upgrade to me. | imp | 1998-01-21 | 1 | -422/+355 |
* | Merge in change requested by theo: | imp | 1997-12-25 | 1 | -1/+1 |
* | Upgrade to 1.2.21 | torstenb | 1997-09-16 | 1 | -61/+63 |
* | Prevent this server error message: | jdp | 1997-07-20 | 1 | -0/+13 |
* | Handle expired and changed password timeouts now | ache | 1997-06-11 | 1 | -19/+70 |
* | login_getclass() -> login_getpwclass(). | davidn | 1997-05-11 | 1 | -2/+2 |
* | Fix 3 error with login.conf | ache | 1997-05-03 | 1 | -24/+38 |
* | Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just | peter | 1997-04-25 | 4 | -62/+62 |
* | Disable extended LOGIN_CAP $MAIL processing until it will be fixed | ache | 1997-04-17 | 1 | -1/+1 |
* | Upgrade to 1.2.19 | ache | 1997-04-17 | 4 | -74/+147 |
* | Fix argument parsing loop in ssh-agent (original 1.2.18 bug) | ache | 1997-04-01 | 1 | -0/+13 |
* | Upgrade to 1.2.18 | ache | 1997-03-29 | 6 | -186/+187 |
* | Add LOGIN_CAP abilities | ache | 1997-02-27 | 5 | -37/+237 |
* | Make one of our changes for -current work on 2.1. In -current, rresvport() | peter | 1996-12-27 | 1 | -1/+2 |
* | 1.2.16 --> 1.2.17 | adam | 1996-11-20 | 1 | -13/+13 |
* | Remove my ptys patch, because this code is unused, openpty is used instead | ache | 1996-11-12 | 1 | -15/+35 |
* | Use BSD naming convention for pty names, it fixes two problems: | ache | 1996-11-12 | 1 | -0/+19 |
* | Change syslog facility from DAEMON to AUTH | ache | 1996-11-02 | 1 | -0/+19 |
* | Use system shared libgmp now | ache | 1996-10-25 | 2 | -89/+183 |
* | It fixes a really annoying error | ache | 1996-10-18 | 1 | -0/+32 |
* | Upgrade to official 1.2.16 | ache | 1996-10-16 | 2 | -64/+89 |
* | Have ssh use rresvport() to get a privileged socket instead of doing it | peter | 1996-08-12 | 1 | -0/+26 |
* | Back out andrews change - 1.2.14.1 is not an official ssh release. | torstenb | 1996-07-18 | 2 | -67/+65 |
* | Upgrade to 1.2.14.1 | ache | 1996-07-16 | 2 | -65/+67 |
* | If hostname > UT_HOSTSIZE, write its numeric address instead to keep | ache | 1996-06-18 | 1 | -0/+24 |
* | Update ssh-1.2.13 -> ssh-1.2.14 | peter | 1996-06-07 | 1 | -74/+41 |
* | Upgrade to 1.2.13 | ache | 1996-02-17 | 1 | -12/+12 |
* | Fix patch typo. | pst | 1996-02-07 | 1 | -1/+1 |
* | Upgrade to snapshot of ssh. 1.1.12a was recalled due to even worse | pst | 1996-02-06 | 2 | -14/+74 |
* | two minor adjustments to ssh for freebsd specific issues: | peter | 1995-11-21 | 1 | -0/+14 |
* | Ssh is a secure rlogin/rsh/rcp replacement with strong authentication | torstenb | 1995-10-07 | 1 | -0/+19 |