| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the (never used) help-distribute target from here. | Ruslan Ermilov | 2002-07-11 | 1 | -4/+0 |
* | ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be | Dag-Erling Smørgrav | 2002-07-05 | 4 | -5/+5 |
* | Switch over to 3.4p1. | Dag-Erling Smørgrav | 2002-06-29 | 1 | -1/+1 |
* | No guts, no glory. Switch to OpenSSH-portable. | Dag-Erling Smørgrav | 2002-06-25 | 12 | -12/+24 |
* | My previous style commits weren't entirely right. Fix some bugs I | Dag-Erling Smørgrav | 2002-06-24 | 7 | -23/+11 |
* | Previous commit made no sense. | Dag-Erling Smørgrav | 2002-06-24 | 1 | -1/+2 |
* | Fix style and unbreal static build. | Dag-Erling Smørgrav | 2002-06-24 | 5 | -11/+10 |
* | Install the new man pages. | Dag-Erling Smørgrav | 2002-06-23 | 2 | -2/+2 |
* | Update Makefiles for OpenSSH 3.3. | Dag-Erling Smørgrav | 2002-06-23 | 4 | -7/+24 |
* | Make NO_OPENSSL actually imply NO_OPENSSH, as documented in make.conf(5). | Ruslan Ermilov | 2002-06-21 | 1 | -1/+1 |
* | for OpenSSL 0.9.5a | David E. O'Brien | 2002-05-15 | 1 | -0/+175 |
* | Build using pregenerated manpages; don't use perl to translate .pod's. | Mark Murray | 2002-05-14 | 2 | -12/+2 |
* | As the perl-generated assembler files have been committed, add the | Mark Murray | 2002-05-14 | 223 | -0/+52244 |
* | Removed now unused INTERNALSTATICLIB. | Ruslan Ermilov | 2002-05-13 | 1 | -2/+0 |
* | Added new bsd.incs.mk which handles installing of header files | Ruslan Ermilov | 2002-05-12 | 4 | -27/+10 |
* | Pre-generate the optimized x86 crypto code and check it in rather than | Peter Wemm | 2002-05-03 | 15 | -41/+14661 |
* | Milestone #1 in cross-arch make releases. | Ruslan Ermilov | 2002-04-26 | 2 | -12/+8 |
* | The library itself does not depend on Kerberos bits. | Ruslan Ermilov | 2002-04-23 | 1 | -10/+0 |
* | Switch over to using pam_login_access(8) module in sshd(8). | Ruslan Ermilov | 2002-03-26 | 1 | -5/+3 |
* | Install headers with -C. Ideally, these Makefiles should not need to | Dag-Erling Smørgrav | 2002-03-23 | 3 | -4/+4 |
* | Use PAM instead of S/Key (or OPIE) for SSH2. | Dag-Erling Smørgrav | 2002-03-21 | 1 | -2/+2 |
* | Don't forget auth-skey.c. | Dag-Erling Smørgrav | 2002-03-18 | 1 | -1/+2 |
* | Adjust for OpenSSH 3.1. | Dag-Erling Smørgrav | 2002-03-18 | 3 | -4/+4 |
* | Fixed some style bugs. Mainly, don't use ${.ALLSRC} in implicit rules. | Bruce Evans | 2002-03-17 | 1 | -3/+3 |
* | Use NO_PERL as well as NOPERL. The latter is going to (eventually) go. | Mark Murray | 2002-03-16 | 2 | -12/+12 |
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | Mark Murray | 2002-03-06 | 4 | -216/+92 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | Mike Barcroft | 2002-02-18 | 2 | -0/+2 |
* | Now that cross-tools ld(1) has been fixed to look for dynamic | Ruslan Ermilov | 2002-02-08 | 8 | -14/+17 |
* | Set WFORMAT=0, overlooked in previous commits to libexec/. | Kris Kennaway | 2002-02-06 | 1 | -0/+1 |
* | Update list of manpages | Kris Kennaway | 2002-01-27 | 1 | -23/+30 |
* | Add pam_ssh support to the static PAM library, libpam.a: | Ruslan Ermilov | 2002-01-23 | 11 | -22/+15 |
* | Clean up makefiles, and turn on WARNS=2. Take into account the telnet | Mark Murray | 2001-11-30 | 3 | -11/+17 |
* | Opensslconf for sparc64. Just a copy of the alpha one for now. | Jake Burkholder | 2001-11-18 | 1 | -0/+175 |
* | Install libssh and libssh_pic. These are needed when building | Mark Murray | 2001-10-30 | 1 | -4/+1 |
* | __FBSDID() (second half of src/lib/libcrypt changes) | Peter Wemm | 2001-10-23 | 3 | -6/+10 |
* | Argh! Shoot me! (add closing */ after $FreeBSD$ ) | Peter Wemm | 2001-10-22 | 1 | -1/+1 |
* | Add an ia64 configuration. This is not likely to be optimal, but does | Peter Wemm | 2001-10-10 | 1 | -0/+175 |
* | Sync this file up with its i386 brother. This appears to have been missed | Peter Wemm | 2001-10-09 | 2 | -8/+70 |
* | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -1/+1 |
* | Fix cross-building, etc: | Ruslan Ermilov | 2001-09-29 | 1 | -5/+9 |
* | Fixed world breakage in rev.1.13. -lpam must never be used directly since | Bruce Evans | 2001-08-29 | 1 | -1/+1 |
* | Diff reduce all the crypto telnet Makefiles. | Mark Murray | 2001-08-20 | 2 | -2/+2 |
* | mdoc(7) police: s/NetBSD/.Nx/ where appropriate. | Ruslan Ermilov | 2001-08-13 | 1 | -1/+3 |
* | mdoc(7) police: join split punctuation to macro calls. | Ruslan Ermilov | 2001-08-10 | 1 | -2/+1 |
* | Link to libcipher in the usual way. `bdes' depended on a nonexistent | Bruce Evans | 2001-08-03 | 1 | -10/+2 |
* | Revamp and diff-reduce the various secure telnets. Make sure that | Mark Murray | 2001-08-03 | 4 | -7/+7 |
* | Fixed world breakage when NOSHARED=yes. libmp now depends on libcrypto, | Bruce Evans | 2001-07-30 | 2 | -6/+6 |
* | Added missing DPADD and CLEANFILES. | Ruslan Ermilov | 2001-07-12 | 1 | -0/+3 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | Remove stale file. | Kris Kennaway | 2001-07-04 | 1 | -11/+0 |