summaryrefslogtreecommitdiff
path: root/security/pam_krb5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Resurrect pam_krb5 for MIT KRB5.Cy Schubert2003-02-126-0/+76
| | | | | | | Approved by: nectar Notes: svn path=/head/; revision=75340
* Remove this port. The pam_krb5 in the base system should be utilized.Jacques Vidrine2003-02-056-76/+0
| | | | Notes: svn path=/head/; revision=74892
* port needs pod2man -> USE_PERL5=yesEdwin Groothuis2002-11-051-0/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=69503
* Add missing <syslog.h>. Noticed in -CURRENT.Jacques Vidrine2002-09-071-0/+12
| | | | Notes: svn path=/head/; revision=65785
* Update to 1.0.3.Jacques Vidrine2002-05-282-3/+3
| | | | | | | Reminded by: cy Notes: svn path=/head/; revision=60223
* Update pam_krb5 1.0 -> 1.0.1.Jacques Vidrine2001-07-2412-1271/+40
| | | | | | | | | | | Change MASTER_SITES. NB: This versioning is bogus. Unfortunately, there is no official release of pam_krb5 yet, but it has substantially changed. I made this release based on what is in CVS. Notes: svn path=/head/; revision=45448
* Oops, forgot to bump PORTREVISION.Jacques Vidrine2001-06-111-1/+1
| | | | Notes: svn path=/head/; revision=43865
* Update for heimdal-0.3f interface changes.Jacques Vidrine2001-06-115-34/+15
| | | | Notes: svn path=/head/; revision=43864
* Bump libkrb5 version dependency for the Heimdal case.Jacques Vidrine2001-02-051-3/+5
| | | | Notes: svn path=/head/; revision=37995
* Bug fixes and paranoia:Jacques Vidrine2001-01-244-49/+163
| | | | | | | | | | | | | | | | | | | | compat_heimdal.c: = Stop shooting at feet when freeing a particular chunk of memory. Found by complaints from free(), and pinpointed with MALLOC_OPTIONS=A. pam_krb5_auth.c: = In addition to dropping and restoring uid when delving in /tmp, drop and restore gid. = Explicitly set permissions on the credentials cache for good measure. The following was Obtained from: Sam Hartman <hartmans@mit.edu> via bugs.debian.org support.c: = verify_krb_v5_tgt: Do a little more to prevent KDC spoofing. Allow for a key separate from the host key to use only for PAM. Notes: svn path=/head/; revision=37547
* Fix linking the pam_krb5.so module:Jacques Vidrine2001-01-231-18/+29
| | | | | | | | | = Be very specific about where we think the libraries are, to avoid getting the old crusty Heimdal from the base system. = Minimize the undefined symbols in pam_krb5.so Notes: svn path=/head/; revision=37508
* Update library dependency to catch up with Heimdal port.Jacques Vidrine2001-01-231-2/+3
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=37507
* Change .error to BROKEN, otherwise it will kill make release, makeSatoshi Asami2000-11-071-1/+1
| | | | | | | | | index and freshports (and many other things). Reported by: Dan Languille and John Hay Notes: svn path=/head/; revision=34871
* Oops,Jacques Vidrine2000-11-066-115/+399
| | | | Notes: svn path=/head/; revision=34855
* A Pluggable Authentication Module for Kerberos 5.Jacques Vidrine2000-11-0614-0/+901
Notes: svn path=/head/; revision=34851