aboutsummaryrefslogtreecommitdiff
path: root/security/pam_krb5/files
Commit message (Collapse)AuthorAgeFilesLines
* 1. Update 1.0.3 --> 1.3-rc7Cy Schubert2004-01-293-12/+21
| | | | | | | | | 2. Update master site list 3. As 5.x already ships with it's own pam_krb5, configure the port to only install on 4.x systems. Notes: svn path=/head/; revision=99427
* Resurrect pam_krb5 for MIT KRB5.Cy Schubert2003-02-121-0/+12
| | | | | | | 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-051-12/+0
| | | | Notes: svn path=/head/; revision=74892
* Add missing <syslog.h>. Noticed in -CURRENT.Jacques Vidrine2002-09-071-0/+12
| | | | Notes: svn path=/head/; revision=65785
* Update pam_krb5 1.0 -> 1.0.1.Jacques Vidrine2001-07-249-1231/+0
| | | | | | | | | | | 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
* Update for heimdal-0.3f interface changes.Jacques Vidrine2001-06-114-32/+13
| | | | Notes: svn path=/head/; revision=43864
* 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
* Oops,Jacques Vidrine2000-11-066-115/+399
| | | | Notes: svn path=/head/; revision=34855
* A Pluggable Authentication Module for Kerberos 5.Jacques Vidrine2000-11-069-0/+841
Notes: svn path=/head/; revision=34851