aboutsummaryrefslogtreecommitdiff
path: root/secure
Commit message (Expand)AuthorAgeFilesLines
* Switch over to using pam_login_access(8) module in sshd(8).Ruslan Ermilov2002-03-261-5/+3
* Install headers with -C. Ideally, these Makefiles should not need toDag-Erling Smørgrav2002-03-233-4/+4
* Use PAM instead of S/Key (or OPIE) for SSH2.Dag-Erling Smørgrav2002-03-211-2/+2
* Don't forget auth-skey.c.Dag-Erling Smørgrav2002-03-181-1/+2
* Adjust for OpenSSH 3.1.Dag-Erling Smørgrav2002-03-183-4/+4
* Fixed some style bugs. Mainly, don't use ${.ALLSRC} in implicit rules.Bruce Evans2002-03-171-3/+3
* Use NO_PERL as well as NOPERL. The latter is going to (eventually) go.Mark Murray2002-03-162-12/+12
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).Mark Murray2002-03-064-216/+92
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-182-0/+2
* Now that cross-tools ld(1) has been fixed to look for dynamicRuslan Ermilov2002-02-088-14/+17
* Set WFORMAT=0, overlooked in previous commits to libexec/.Kris Kennaway2002-02-061-0/+1
* Update list of manpagesKris Kennaway2002-01-271-23/+30
* Add pam_ssh support to the static PAM library, libpam.a:Ruslan Ermilov2002-01-2311-22/+15
* Clean up makefiles, and turn on WARNS=2. Take into account the telnetMark Murray2001-11-303-11/+17
* Opensslconf for sparc64. Just a copy of the alpha one for now.Jake Burkholder2001-11-181-0/+175
* Install libssh and libssh_pic. These are needed when buildingMark Murray2001-10-301-4/+1
* __FBSDID() (second half of src/lib/libcrypt changes)Peter Wemm2001-10-233-6/+10
* Argh! Shoot me! (add closing */ after $FreeBSD$ )Peter Wemm2001-10-221-1/+1
* Add an ia64 configuration. This is not likely to be optimal, but doesPeter Wemm2001-10-101-0/+175
* Sync this file up with its i386 brother. This appears to have been missedPeter Wemm2001-10-092-8/+70
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* Fix cross-building, etc:Ruslan Ermilov2001-09-291-5/+9
* Fixed world breakage in rev.1.13. -lpam must never be used directly sinceBruce Evans2001-08-291-1/+1
* Diff reduce all the crypto telnet Makefiles.Mark Murray2001-08-202-2/+2
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.Ruslan Ermilov2001-08-131-1/+3
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+1
* Link to libcipher in the usual way. `bdes' depended on a nonexistentBruce Evans2001-08-031-10/+2
* Revamp and diff-reduce the various secure telnets. Make sure thatMark Murray2001-08-034-7/+7
* Fixed world breakage when NOSHARED=yes. libmp now depends on libcrypto,Bruce Evans2001-07-302-6/+6
* Added missing DPADD and CLEANFILES.Ruslan Ermilov2001-07-121-0/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Remove stale file.Kris Kennaway2001-07-041-11/+0
* Enable Kerberos 5 support in sshd again.Brian Feldman2001-06-121-2/+0
* Update for OpenSSL 0.9.6aKris Kennaway2001-05-201-2/+5
* Fixed world breakage in previous commit. -lpam must never be usedBruce Evans2001-05-091-4/+4
* Fixed world breakage in previous commit. -lpam must never be usedBruce Evans2001-05-091-3/+4
* Add PAM support to SRA authentication. Cribbed mostly from ftpd. ThisNick Sayer2001-05-072-2/+2
* Update to OpenSSH 2.9. Somehow this missed getting committed yesterday.Brian Feldman2001-05-041-3/+3
* Don't build with Kerberos 5 support for now. I'll fix this soon,Brian Feldman2001-05-041-0/+2
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newBrian Feldman2001-05-0410-20/+42
* Add the new version.c to libssh.Brian Feldman2001-05-031-1/+1
* Reactivate SRA.Nick Sayer2001-04-051-2/+2
* Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete sharedRuslan Ermilov2001-03-281-8/+5
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-284-4/+11
* secure/ build fixes:Ruslan Ermilov2001-03-2618-109/+62
* disable SRAAssar Westerlund2001-03-231-2/+2
* Attempt to fix the problem with -j builds, and du-uglify the asm codeKris Kennaway2001-03-141-10/+6
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-113-0/+1249
* MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6Kris Kennaway2001-03-082-2/+2
* Install the des.h link under ${DESTDIR}. Fixes buildworld.Kris Kennaway2001-03-041-1/+1