summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_krb5
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Fix two instances in pam_krb5(8), where the variable 'princ_name' coulddim2012-08-061-4/+4
* Add an option for pam_krb5 to allow it to authenticate users which don't havedfr2012-08-051-4/+7
* - Avoid using deprecated heimdal functions in pam_krb5.stas2012-03-242-69/+102
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-221-0/+2
* Bump .Dd date.delphij2010-05-031-1/+1
* Code indent according to style(9).mm2010-05-031-23/+23
* Implement the no_user_check option to pam_krb5.mm2010-05-032-1/+12
* Always assign WARNS using ?=uqs2010-03-021-1/+1
* Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNSmarcel2010-01-171-0/+1
* Build lib/ with WARNS=6 by default.ed2010-01-021-1/+0
* Fix conflicts after heimdal-1.1 import and add build infrastructure. Importdfr2008-05-071-2/+2
* Adjust for OpenPAM Hydrangea.des2007-12-211-3/+3
* Missed one piece of the cluster's quirk. Need to override WARNS becausekensmith2005-07-081-0/+1
* This is sort of an MFS. Peter made these changes to the RELENG_*kensmith2005-07-072-0/+7
* When "no_ccache" is set as an argument to the pam_krb5 module, don'trwatson2005-01-241-0/+4
* The final argument to verify_krb_v5_tgt() is the debug flag, not therwatson2005-01-231-2/+3
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
* Fix numerous constness and aliasing issues.des2004-02-101-9/+8
* This module doesn't use libgssapi (and it looks never did).ru2004-02-041-3/+2
* Deal better with the crypto version of the PAM library that goesru2004-01-181-0/+1
* More strict aliasing fixes.des2003-12-111-26/+29
* Update copyright dates.des2003-05-311-1/+1
* Remove all instances of pam_std_option()des2003-05-311-60/+25
* style.Makefile(5) policeobrien2003-03-091-8/+7
* Comment-only assistance to lint to kill warnings.markm2003-03-081-0/+4
* In pam_sm_acct_mgmt(), retrieve the cached credentials before trying todes2003-02-031-3/+6
* Whitespace cleanupdes2003-02-031-3/+3
* Do not return inappropriate error codes in pam_sm_setcred.nectar2003-01-291-1/+4
* About September 2001, I consulted with all the previous authors ofnectar2003-01-101-163/+13
* The pam_krb5 module stored a reference to a krb5_ccache structure asnectar2002-11-131-20/+42
* Use `krb5_get_err_text' instead of `error_message' so that instead ofnectar2002-11-131-24/+47
* Don't declare krb5_mcc_ops, it's already declared in <krb5.h>des2002-05-121-2/+0
* Major cleanup:des2002-04-121-109/+89
* Moved SHLIB_NAME definition into one place.ru2002-04-101-2/+1
* Fix broken `checkdpadd'.ru2002-04-101-1/+1
* Turn on NO_WERROR due to namespace pollution in krb5 headers.des2002-04-071-0/+1
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-061-23/+34
* Unbreak the pam_krb5 build: cast a couple of const pointersroam2002-03-061-2/+2
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-051-1/+1
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-061-1/+0
* #include cleanup.des2002-02-051-2/+1
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-242-11/+13
* Spelling police: sucessful -> successful.dd2001-11-241-1/+1
* Don't put an extra space after password prompts, because it violates POLA,sobomax2001-10-251-3/+3
* Add __FBSDID()s to libpamdillon2001-09-301-2/+3
* Document the no_warn option.markm2001-08-151-0/+5
* Clean up this module very extensively. Fix the logging, the codingmarkm2001-08-1012-1410/+1101
* Update to the same code as in the pam_krb5.so port.markm2001-07-174-64/+24
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-131-3/+3
OpenPOWER on IntegriCloud