| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't build auth-pam.c and auth2-pam.c, auth2-pam-freebsd.c is all we need. | des | 2002-12-14 | 1 | -1/+8 |
* | Remove myself as maintainer of openssl; I no longer have enough time to | kris | 2002-11-21 | 3 | -6/+0 |
* | DON'T EVER PUT THIS BACK! | ru | 2002-11-08 | 1 | -1/+1 |
* | Style sync with rest of FreeBSD. | obrien | 2002-11-06 | 6 | -52/+41 |
* | Update for OpenSSH 3.5p1. | des | 2002-10-29 | 3 | -2/+11 |
* | Don't lint contrib'ed sources, even if the builder has asked for linting. | markm | 2002-09-25 | 3 | -0/+6 |
* | Bandaid for a broken world. The real fix is somewhat more | ru | 2002-09-20 | 2 | -12/+10 |
* | Added the missing dependencies for openssl/ headers. | ru | 2002-09-19 | 1 | -5/+7 |
* | Use `uint32_t' instead of `unsigned long', since the code assumes 32-bit | nectar | 2002-08-24 | 1 | -30/+29 |
* | Update list of installed manual pages after regenerating them. | nectar | 2002-07-30 | 1 | -2/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r100946, | nectar | 2002-07-30 | 225 | -673/+1442 |
|\ |
|
| * | Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e. | nectar | 2002-07-30 | 225 | -673/+1442 |
* | | Update to match reality (i.e. reference libcrypto headers and | nectar | 2002-07-30 | 1 | -3/+4 |
* | | s,/usr/include,${INCLUDEDIR}, | ru | 2002-07-22 | 1 | -1/+1 |
* | | Removed the (never used) help-distribute target from here. | ru | 2002-07-11 | 1 | -4/+0 |
* | | ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be | des | 2002-07-05 | 4 | -5/+5 |
* | | Switch over to 3.4p1. | des | 2002-06-29 | 1 | -1/+1 |
* | | No guts, no glory. Switch to OpenSSH-portable. | des | 2002-06-25 | 12 | -12/+24 |
* | | My previous style commits weren't entirely right. Fix some bugs I | des | 2002-06-24 | 7 | -23/+11 |
* | | Previous commit made no sense. | des | 2002-06-24 | 1 | -1/+2 |
* | | Fix style and unbreal static build. | des | 2002-06-24 | 5 | -11/+10 |
* | | Install the new man pages. | des | 2002-06-23 | 2 | -2/+2 |
* | | Update Makefiles for OpenSSH 3.3. | des | 2002-06-23 | 4 | -7/+24 |
* | | Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5). | ru | 2002-06-21 | 1 | -1/+1 |
* | | for OpenSSL 0.9.5a | obrien | 2002-05-15 | 1 | -0/+175 |
* | | Build using pregenerated manpages; don't use perl to translate .pod's. | markm | 2002-05-14 | 2 | -12/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r96593, | markm | 2002-05-14 | 223 | -0/+52244 |
|\ \
| |/ |
|
| * | As the perl-generated assembler files have been committed, add the | markm | 2002-05-14 | 223 | -0/+52244 |
* | Removed now unused INTERNALSTATICLIB. | ru | 2002-05-13 | 1 | -2/+0 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 4 | -27/+10 |
* | Pre-generate the optimized x86 crypto code and check it in rather than | peter | 2002-05-03 | 15 | -41/+14661 |
* | Milestone #1 in cross-arch make releases. | ru | 2002-04-26 | 2 | -12/+8 |
* | The library itself does not depend on Kerberos bits. | ru | 2002-04-23 | 1 | -10/+0 |
* | Switch over to using pam_login_access(8) module in sshd(8). | ru | 2002-03-26 | 1 | -5/+3 |
* | Install headers with -C. Ideally, these Makefiles should not need to | des | 2002-03-23 | 3 | -4/+4 |
* | Use PAM instead of S/Key (or OPIE) for SSH2. | des | 2002-03-21 | 1 | -2/+2 |
* | Don't forget auth-skey.c. | des | 2002-03-18 | 1 | -1/+2 |
* | Adjust for OpenSSH 3.1. | des | 2002-03-18 | 3 | -4/+4 |
* | Fixed some style bugs. Mainly, don't use ${.ALLSRC} in implicit rules. | bde | 2002-03-17 | 1 | -3/+3 |
* | Use NO_PERL as well as NOPERL. The latter is going to (eventually) go. | markm | 2002-03-16 | 2 | -12/+12 |
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | markm | 2002-03-06 | 4 | -216/+92 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 2 | -0/+2 |
* | Now that cross-tools ld(1) has been fixed to look for dynamic | ru | 2002-02-08 | 8 | -14/+17 |
* | Set WFORMAT=0, overlooked in previous commits to libexec/. | kris | 2002-02-06 | 1 | -0/+1 |
* | Update list of manpages | kris | 2002-01-27 | 1 | -23/+30 |
* | Add pam_ssh support to the static PAM library, libpam.a: | ru | 2002-01-23 | 11 | -22/+15 |
* | Clean up makefiles, and turn on WARNS=2. Take into account the telnet | markm | 2001-11-30 | 3 | -11/+17 |
* | Opensslconf for sparc64. Just a copy of the alpha one for now. | jake | 2001-11-18 | 1 | -0/+175 |
* | Install libssh and libssh_pic. These are needed when building | markm | 2001-10-30 | 1 | -4/+1 |
* | __FBSDID() (second half of src/lib/libcrypt changes) | peter | 2001-10-23 | 3 | -6/+10 |