Age | Commit message (Expand) | Author | Files | Lines |
2010-02-12 | Don't pass a variable as format to talloc_asprintf() | Martin Nagy | 1 | -1/+1 |
2010-02-10 | Fix other memory alignment issues | Jakub Hrozek | 2 | -28/+35 |
2010-02-10 | Make return values more specific during password change | Sumit Bose | 1 | -0/+1 |
2010-02-05 | Internationalize the command-line help message | Stephen Gallagher | 1 | -3/+3 |
2010-02-05 | Enable debug_timestamps by default | Stephen Gallagher | 1 | -1/+1 |
2010-02-01 | Avoid 'PAM' at the beginning of define and enum names | Sumit Bose | 2 | -7/+8 |
2010-02-01 | Rename PAM_USER_INFO to PAM_SYSTEM_INFO | Sumit Bose | 1 | -2/+2 |
2010-01-11 | Fix return value when offline and TGT is valid | Sumit Bose | 1 | -1/+1 |
2010-01-05 | Return an error for an unknown PAM request | Sumit Bose | 1 | -6/+18 |
2009-12-18 | Do not blindly accept zero-length passwords | Stephen Gallagher | 2 | -8/+17 |
2009-12-18 | Fix ldap child memory hierarchy and other issues | Simo Sorce | 2 | -63/+97 |
2009-12-18 | Fix for #344 | Sumit Bose | 1 | -13/+11 |
2009-12-18 | Do not overwrite valid TGTs when offline | Sumit Bose | 2 | -42/+88 |
2009-12-18 | Handle chauthtok with PAM_PRELIM_CHECK separately | Sumit Bose | 2 | -13/+37 |
2009-12-15 | Don't consider one address with different port numbers as the same | Martin Nagy | 1 | -1/+3 |
2009-12-10 | Consolidate code for splitting strings by separator | Jakub Hrozek | 1 | -5/+3 |
2009-12-09 | Reduce code duplication between LDAP child and Kerberos child | Jakub Hrozek | 1 | -116/+7 |
2009-12-08 | Add dummy credentials to an empty ccache file | Sumit Bose | 1 | -2/+54 |
2009-12-01 | Immediately return a krb5 change password request when offline | Sumit Bose | 1 | -0/+7 |
2009-11-25 | Remove unneeded debugging code | Sumit Bose | 1 | -9/+0 |
2009-11-25 | Fix an internal error when cache_credentials=FALSE | Sumit Bose | 1 | -1/+4 |
2009-11-25 | Split helpers for child processes | Jakub Hrozek | 4 | -173/+4 |
2009-11-23 | Read KDC info from file instead from environment | Sumit Bose | 5 | -30/+323 |
2009-11-20 | Add initial failover support for ldap and ipa | Simo Sorce | 3 | -2/+9 |
2009-11-20 | Add ipa_auth | Sumit Bose | 1 | -0/+3 |
2009-11-20 | Improve handling of ccache files | Sumit Bose | 3 | -202/+597 |
2009-11-20 | Validate Kerberos credentials with local keytab | Sumit Bose | 6 | -39/+250 |
2009-11-13 | Fix option name krb5_changepw_principal | Sumit Bose | 1 | -1/+1 |
2009-11-12 | Fix inconsistent use of krb5_ccname_template | Sumit Bose | 1 | -1/+1 |
2009-11-10 | Simplify krb5 child handler | Sumit Bose | 1 | -17/+18 |
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 1 | -23/+20 |
2009-11-06 | Check is ccache structure is initialized before calling krb5_cc_destroy | Sumit Bose | 1 | -8/+16 |
2009-11-05 | add replacements for missing Kerberos calls | Sumit Bose | 3 | -38/+9 |
2009-10-22 | update krb5 option handling to new option scheme | Sumit Bose | 7 | -125/+273 |
2009-10-16 | Move all krb5 provider init functions | Simo Sorce | 4 | -193/+261 |
2009-10-15 | enable debugging of krb5_child | Sumit Bose | 3 | -4/+142 |
2009-10-15 | Return the dp error from the providers | Simo Sorce | 1 | -16/+30 |
2009-10-12 | fix a wrong argument to unpack_buffer | Sumit Bose | 1 | -18/+40 |
2009-10-09 | use the correct kerberos context for each target | Sumit Bose | 1 | -4/+33 |
2009-10-05 | handle expired password during authentication | Sumit Bose | 1 | -2/+25 |
2009-09-25 | remove krb5_try_simple_upn option and make it a default fallback | Sumit Bose | 2 | -9/+1 |
2009-09-25 | fix possible short reads in kerberos provider | Sumit Bose | 2 | -15/+46 |
2009-09-25 | Upgrade confdb to version 2 | Stephen Gallagher | 1 | -7/+10 |
2009-09-24 | added support for older MIT kerberos versions | sbose | 3 | -7/+37 |
2009-09-23 | Revert "Use syslog for logging error conditions in SSSD" | Stephen Gallagher | 1 | -2/+2 |
2009-09-21 | Use syslog for logging error conditions in SSSD | Jakub Hrozek | 1 | -2/+2 |
2009-09-14 | added child timeout handler | Sumit Bose | 2 | -6/+90 |
2009-09-14 | fix the wrong usage of an offset | Sumit Bose | 1 | -1/+1 |
2009-09-14 | add krb5ccache_dir and krb5ccname_template option | Sumit Bose | 5 | -50/+356 |
2009-09-14 | Make the offline status backend-global | Simo Sorce | 1 | -4/+13 |