index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpam
/
modules
/
pam_krb5
/
pam_krb5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is sort of an MFS. Peter made these changes to the RELENG_*
kensmith
2005-07-07
1
-0
/
+4
*
When "no_ccache" is set as an argument to the pam_krb5 module, don't
rwatson
2005-01-24
1
-0
/
+4
*
The final argument to verify_krb_v5_tgt() is the debug flag, not the
rwatson
2005-01-23
1
-2
/
+3
*
Fix numerous constness and aliasing issues.
des
2004-02-10
1
-9
/
+8
*
More strict aliasing fixes.
des
2003-12-11
1
-26
/
+29
*
Update copyright dates.
des
2003-05-31
1
-1
/
+1
*
Remove all instances of pam_std_option()
des
2003-05-31
1
-60
/
+25
*
Comment-only assistance to lint to kill warnings.
markm
2003-03-08
1
-0
/
+4
*
In pam_sm_acct_mgmt(), retrieve the cached credentials before trying to
des
2003-02-03
1
-3
/
+6
*
Whitespace cleanup
des
2003-02-03
1
-3
/
+3
*
Do not return inappropriate error codes in pam_sm_setcred.
nectar
2003-01-29
1
-1
/
+4
*
About September 2001, I consulted with all the previous authors of
nectar
2003-01-10
1
-163
/
+13
*
The pam_krb5 module stored a reference to a krb5_ccache structure as
nectar
2002-11-13
1
-20
/
+42
*
Use `krb5_get_err_text' instead of `error_message' so that instead of
nectar
2002-11-13
1
-24
/
+47
*
Don't declare krb5_mcc_ops, it's already declared in <krb5.h>
des
2002-05-12
1
-2
/
+0
*
Major cleanup:
des
2002-04-12
1
-109
/
+89
*
Aggressive cleanup of warnings + authtok-related code in preparation for
des
2002-04-06
1
-23
/
+34
*
Unbreak the pam_krb5 build: cast a couple of const pointers
roam
2002-03-06
1
-2
/
+2
*
#include cleanup.
des
2002-02-05
1
-2
/
+1
*
WARNS=4 fixes. Protect with NO_WERROR for the modules that have
markm
2002-01-24
1
-11
/
+12
*
Don't put an extra space after password prompts, because it violates POLA,
sobomax
2001-10-25
1
-3
/
+3
*
Add __FBSDID()s to libpam
dillon
2001-09-30
1
-2
/
+3
*
Clean up this module very extensively. Fix the logging, the coding
markm
2001-08-10
1
-0
/
+1100