aboutsummaryrefslogtreecommitdiff
path: root/security/lsh/files
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 4.XPav Lucistnik2006-08-121-0/+10
| | | | | | | | | | - Respect CC and CFLAGS PR: ports/101750 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer) Notes: svn path=/head/; revision=170439
* - Update to 1.5.2Dirk Meyer2003-06-135-129/+0
| | | | | | | | - removed patches that are now part of distribution - New option: WITH_THREADS or WITH_LSH_THREADS Notes: svn path=/head/; revision=82916
* - Update to 1.5.1Dirk Meyer2003-03-027-63/+38
| | | | | | | | | - removed patches that are now part of distribution - support for guile/slib - fixed several new build errors Notes: svn path=/head/; revision=76727
* - Update to 1.5Dirk Meyer2003-01-271-56/+0
| | | | Notes: svn path=/head/; revision=74066
* - Fix build with threadsDirk Meyer2002-12-246-32/+161
| | | | | | | | - Fix build under current - Fix build with krb5 Notes: svn path=/head/; revision=71834
* - Fix some of the build problems on CURRENT, not all.Dirk Meyer2002-12-182-0/+21
| | | | | | | | | - make PREFIX aware - mark BROKEN for conflicts with getopt.h - take maintainership Notes: svn path=/head/; revision=71695
* Update to version 1.0. The maintainer forgot to fix patches, I fixed them.Kevin Lo2000-07-111-8/+12
| | | | | | | | PR: 19834 Submitted by: Eric S <eric@cybernut.com> Notes: svn path=/head/; revision=30466
* Update to 0.9.11, which fixes a serious bug in the lsh-authorize script.Will Andrews2000-06-021-1/+1
| | | | | | | | PR: 18968 Submitted by: maintainer Notes: svn path=/head/; revision=29113
* Add LSH, a login program similar to SSH. It depends on SECSH, which doesWill Andrews2000-06-021-0/+56
not require any patent-encumbered encryption algorithms, unlike SSH1, which depends on RSA, and SSH2, which is not free (of course, these days, this is not so true thanks to OpenSSH, but it's good to have alternatives!). PR: 18879 Submitted by: Eric Schwertfeger <eric@cybernut.com> Notes: svn path=/head/; revision=29082