| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Don't USE_PIPES | brian | 2000-05-22 | 1 | -1/+3 |
* | | | | Correct two stupid typos in the DSA key location. | kris | 2000-05-18 | 1 | -1/+1 |
* | | | | Unbreak Kerberos5 compilation. This still remains untested. | kris | 2000-05-17 | 4 | -8/+12 |
* | | | | Oops, rename S/Key to Opie in line with FreeBSD usage. | kris | 2000-05-15 | 1 | -1/+1 |
* | | | | Create a DSA host key if one does not already exist, and teach sshd_config | kris | 2000-05-15 | 1 | -0/+1 |
* | | | | Resolve conflicts and update for FreeBSD. | kris | 2000-05-15 | 39 | -4195/+2801 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r60573, | kris | 2000-05-15 | 70 | -1547/+9125 |
|\ \ \ \
| |/ / / |
|
| * | | | Initial import of OpenSSH v2.1. | kris | 2000-05-15 | 102 | -5065/+11263 |
* | | | | Note that X11 Forwarding is off by default. | nik | 2000-04-30 | 1 | -4/+5 |
* | | | | MFF: catch up with FreeFall | markm | 2000-04-19 | 1 | -90/+0 |
* | | | | If stderr is closed, report the error message about missing libraries | kris | 2000-04-18 | 2 | -11/+31 |
* | | | | Internat diff reducer. | markm | 2000-04-16 | 1 | -0/+1 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r59281, | markm | 2000-04-16 | 1 | -0/+90 |
|\ \ \ \ |
|
| * | | | | Virgin import of OpenSSL v0.9.5a | markm | 2000-04-16 | 4 | -5/+97 |
* | | | | | Resolve conflicts. | kris | 2000-04-13 | 17 | -167/+420 |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r59191, | kris | 2000-04-13 | 696 | -9434/+55806 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Initial import of OpenSSL 0.9.5a | kris | 2000-04-13 | 713 | -9597/+56254 |
* | | | | | Correct a typo and interchanged library names | kris | 2000-04-05 | 1 | -2/+2 |
* | | | | | Fix a memory leak. | kris | 2000-03-29 | 1 | -5/+8 |
* | | | | | #include <ssl/foo.h> -> #include <openssl/foo.h> | kris | 2000-03-26 | 3 | -7/+11 |
* | | | | | Resolve conflicts. | kris | 2000-03-26 | 16 | -544/+684 |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r58582, | kris | 2000-03-26 | 24 | -272/+628 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Virgin import of OpenSSH sources dated 2000/03/25 | kris | 2000-03-26 | 41 | -839/+1340 |
* | | | | | Don't refer to the openssl handbook chapter by name - the doc guys keep | kris | 2000-03-25 | 2 | -2/+2 |
* | | | | | Use pipe() instead of socketpair() in sshd when communicating | brian | 2000-03-24 | 1 | -1/+3 |
* | | | | | Fix a few spelling errors. | mpp | 2000-03-24 | 2 | -3/+3 |
* | | | | | IgnoreUserKnownHosts is a boolean flag, not an integer value. | sheldonh | 2000-03-22 | 1 | -1/+1 |
* | | | | | Add a new function stub to libcrypto() which resolves to a symbol in | kris | 2000-03-13 | 5 | -2/+71 |
* | | | | | Various manpage style/grammar/formatting cleanups | kris | 2000-03-13 | 1 | -28/+46 |
* | | | | | - typos | nik | 2000-03-10 | 1 | -55/+61 |
* | | | | | Make LOGIN_CAP work properly. | markm | 2000-03-09 | 1 | -18/+27 |
* | | | | | /etc -> /etc/ssh | kris | 2000-03-08 | 2 | -29/+29 |
* | | | | | MFI: Use krb5 functions in krb5 files. | jhay | 2000-03-03 | 1 | -1/+1 |
* | | | | | Replace structure copy form ifreq obtained by SIOCGIFADDR | shin | 2000-03-03 | 1 | -1/+3 |
* | | | | | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -14/+12 |
* | | | | | Turn off X11 forwarding in the client. X11 forwarding in the server by | green | 2000-03-03 | 3 | -4/+8 |
* | | | | | Update the wording on the error message when libcrypto.so can't find an | kris | 2000-03-02 | 2 | -4/+8 |
* | | | | | Enable connection logging. FreeBSD's libwrap is IPv6 ready. | ume | 2000-02-29 | 1 | -2/+1 |
* | | | | | 1) Add kerberos5 functionality. | markm | 2000-02-28 | 12 | -171/+1041 |
* | | | | | Don't put truncated hostnames in utmp | brian | 2000-02-28 | 1 | -1/+1 |
* | | | | | Sync with internat.freebsd.org; weak symbols vs static libs == trouble | peter | 2000-02-26 | 2 | -42/+26 |
* | | | | | Merge from internat.freebsd.org; move VERBOSE_STUBS to a better spot. | peter | 2000-02-26 | 1 | -1/+2 |
* | | | | | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) | peter | 2000-02-26 | 1 | -0/+121 |
* | | | | | Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) | peter | 2000-02-26 | 7 | -33/+13 |
* | | | | | At great personal risk (to my already fragile sanity), reorganize | peter | 2000-02-26 | 1 | -1/+2 |
* | | | | | Redo this with a repo copy from the original file and reset the | peter | 2000-02-26 | 1 | -1/+1 |
* | | | | | oops, update path to /etc/ssh/ssh_host_key | peter | 2000-02-26 | 1 | -1/+1 |
* | | | | | Merge from internat.freebsd.org; move ssh files from /etc to /etc/ssh | peter | 2000-02-25 | 1 | -1/+1 |
* | | | | | Don't use the dlopen() stubs if comiling with PIC. This still | peter | 2000-02-25 | 1 | -2/+2 |
* | | | | | Fix a bug that crawled in pretty recently (from the port). It made | green | 2000-02-25 | 1 | -2/+2 |