index
:
sssd.git
ad_domain_local_groups
add_upn_support_for_sid_requests
certificate_mapping
email-login
fill_grent_with_view
fq_review
gdm_sc_fix
ipa_automatic_enterprise
ipa_provider_n2
jhrozek-nssattr
jhrozek_sysdb_fqdn
krb5_rebase
libwbclient-0.13
master
master-upn-from_pac
memberof_default_view
my_head
new_backend_target
one_certificate_multiple_users
pam
policy_stuff
prompting
python_api
review
simo
smartcard
sssd-1-2-proxy
subdomain-password-authentication
subdomains
wip
wip-extdom
wip-views
Unnamed repository; edit this file to name it for gitweb.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
sss_krb5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
1
-27
/
+33
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-55
/
+55
*
Fix a trivial typo
Jakub Hrozek
2013-12-09
1
-1
/
+1
*
krb5: Remove unused helper functions
Simo Sorce
2013-09-09
1
-80
/
+0
*
krb5: Remove unused function
Simo Sorce
2013-09-09
1
-30
/
+0
*
krb5: Make check_for_valid_tgt() static
Simo Sorce
2013-09-09
1
-72
/
+0
*
KRB5: Add support for KEYRING cache type
Stephen Gallagher
2013-08-27
1
-0
/
+14
*
KRB5: Add low-level debugging to sss_get_ccache_name_for_principal
Stephen Gallagher
2013-08-27
1
-0
/
+6
*
Fix memory leak insss_krb5_get_error_message
Lukas Slebodnik
2013-08-22
1
-0
/
+1
*
KRB5: Add new #define for collection cache types
Stephen Gallagher
2013-08-22
1
-8
/
+8
*
Add mising argument required by format string
Lukas Slebodnik
2013-07-19
1
-1
/
+1
*
Use conditional build for retrieving ccache.
Lukas Slebodnik
2013-07-15
1
-0
/
+52
*
AD: Write out domain-realm mappings
Jakub Hrozek
2013-06-27
1
-22
/
+0
*
Fix wrong detection of krb5 ccname
Lukas Slebodnik
2013-06-26
1
-1
/
+4
*
subdomains: touch krb5.conf when creating new domain-realm mappings
Pavel Březina
2013-06-16
1
-0
/
+22
*
Allow usage of enterprise principals
Sumit Bose
2013-04-22
1
-0
/
+19
*
krb5: include backwards compatible declaration of krb5_trace_info
Jakub Hrozek
2013-02-11
1
-1
/
+7
*
Search for SHORTNAME$@REALM instead of fqdn$@REALM by default
Jakub Hrozek
2013-01-07
1
-3
/
+35
*
select_principal_from_keytab() do wildcard lookups after specific ones
Sumit Bose
2012-12-18
1
-3
/
+3
*
select_principal_from_keytab() look for plain input as well
Sumit Bose
2012-12-18
1
-2
/
+6
*
Only build extract_and_send_pac on platforms that support it
Jakub Hrozek
2012-11-12
1
-0
/
+111
*
Add replacement for krb5_find_authdata()
Sumit Bose
2012-10-26
1
-0
/
+14
*
Only call krb5_set_trace_callback on platforms that support it
Jakub Hrozek
2012-10-12
1
-1
/
+16
*
Collect krb5 trace on high debug levels
Jakub Hrozek
2012-10-12
1
-0
/
+12
*
remove left over principal selection
Pavel Březina
2012-10-02
1
-102
/
+0
*
Check for errors from krb5_unparse_name
Stephen Gallagher
2012-07-09
1
-1
/
+8
*
Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8
Stef Walter
2012-07-06
1
-143
/
+0
*
KRB5: Auto-detect DIR cache support in configure
Stephen Gallagher
2012-06-15
1
-2
/
+10
*
Add support for storing credential caches in the DIR: back end
Jakub Hrozek
2012-06-14
1
-19
/
+2
*
Residual util functions
Jakub Hrozek
2012-06-14
1
-0
/
+86
*
KRB5: Avoid NULL-dereference with empty keytab
Stephen Gallagher
2012-05-22
1
-7
/
+13
*
Limit krb5_get_init_creds_keytab() to etypes in keytab
Stef Walter
2012-05-07
1
-0
/
+137
*
Remove erroneous failure message in find_principal_in_keytab
Stef Walter
2012-05-07
1
-1
/
+1
*
Clean up log messages about keytab_name
Stephen Gallagher
2012-04-05
1
-11
/
+19
*
Fix off-by-one error in principal selection
Jakub Hrozek
2012-03-29
1
-3
/
+3
*
Always initialize the returned data in sss_krb5_princ_realm()
Sumit Bose
2012-03-26
1
-0
/
+3
*
Raise the debug level of two very noisy statements
Stephen Gallagher
2012-01-17
1
-2
/
+3
*
Add compatibility layer for Heimdal Kerberos implementation
Stephen Gallagher
2011-12-22
1
-12
/
+58
*
Add wrapper for krb5_get_init_creds_opt_set_canonicalize
Jan Zeleny
2011-11-02
1
-0
/
+10
*
Fixed unitialized pointer in select_principal_from_keytab
Jan Zeleny
2011-05-16
1
-1
/
+1
*
Fixed unitialized return value in match_principal
Jan Zeleny
2011-05-16
1
-2
/
+1
*
Added some kerberos functions for building on RHEL5
Jan Zeleny
2011-05-05
1
-5
/
+178
*
Modify principal selection for keytab authentication
Jan Zeleny
2011-04-25
1
-2
/
+172
*
Extend and move function for finding principal in keytab
Jan Zeleny
2011-04-25
1
-0
/
+155
*
Fix unchecked return value in sss_krb5_verify_keytab_ex
Stephen Gallagher
2010-12-17
1
-1
/
+8
*
Add support for FAST in krb5 provider
Sumit Bose
2010-12-07
1
-0
/
+48
*
Add missing error code
Sumit Bose
2010-11-18
1
-0
/
+1
*
Use new MIT krb5 API for better password expiration warnings
Sumit Bose
2010-09-23
1
-1
/
+14
*
Validate keytab at startup
Jakub Hrozek
2010-08-03
1
-0
/
+153
*
Rename server/ directory to src/
Stephen Gallagher
2010-02-18
1
-0
/
+196