| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In k5_pwqual_load(), if the last vtable initializer fails, return 0 | Greg Hudson | 2010-09-04 | 1 | -0/+1 |
* | Fix output argument ordering and handling in k5_pwqual_load() | Greg Hudson | 2010-09-03 | 3 | -7/+9 |
* | Prevent a double free in k5_pwqual_load() | Greg Hudson | 2010-09-03 | 1 | -0/+1 |
* | clean up memory leak and potential unused variable in crypto tests | Ezra Peisach | 2010-09-03 | 2 | -0/+5 |
* | Properly search for MANDATORY-FOR-KDC authdata elements. Reported by | Greg Hudson | 2010-09-02 | 1 | -1/+1 |
* | Password quality pluggable interface | Greg Hudson | 2010-09-01 | 19 | -367/+988 |
* | Make the new profile tcl tests work with tcl 8.3 | Greg Hudson | 2010-08-31 | 1 | -4/+4 |
* | Make relative plugin module paths be interpreted as relative to | Greg Hudson | 2010-08-30 | 1 | -2/+35 |
* | Fix a resource leak in the profile include support | Greg Hudson | 2010-08-29 | 1 | -5/+8 |
* | Add simple automated tests for account lockout support | Greg Hudson | 2010-08-29 | 2 | -0/+49 |
* | Fix an account lockout error-handling regression by converting the | Greg Hudson | 2010-08-29 | 1 | -11/+23 |
* | Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it now | Tom Yu | 2010-08-27 | 1 | -1/+1 |
* | New plugin infrastructure | Greg Hudson | 2010-08-27 | 8 | -0/+549 |
* | Add an expansion error table for libkrb5, since krb5_err.et is full | Greg Hudson | 2010-08-26 | 4 | -11/+55 |
* | rd_req_decoded: clarify behavior in comment | Sam Hartman | 2010-08-25 | 1 | -1/+8 |
* | Revise the profile include design so that included files are | Greg Hudson | 2010-08-25 | 3 | -16/+54 |
* | Correct a comment | Greg Hudson | 2010-08-24 | 1 | -2/+2 |
* | In the LDAP KDB module's populate_krb5_db_entry, fix the checks for | Greg Hudson | 2010-08-24 | 1 | -2/+2 |
* | add profile include support | Greg Hudson | 2010-08-24 | 4 | -14/+166 |
* | Fail properly when profile can't be accessed | Greg Hudson | 2010-08-23 | 1 | -4/+9 |
* | Allow krb5_gss_register_acceptor_identity to unset keytab name | Greg Hudson | 2010-08-19 | 2 | -10/+8 |
* | Add GIC option for password/account expiration callback | Greg Hudson | 2010-08-12 | 8 | -24/+273 |
* | In AS replies, set the key-expiration field to the minimum of account | Greg Hudson | 2010-08-12 | 1 | -1/+12 |
* | Correct the documentation for the start_kadmind keyword in k5test.py | Greg Hudson | 2010-08-12 | 1 | -1/+1 |
* | Remove two unused source files in lib/gssapi/generic | Greg Hudson | 2010-08-12 | 2 | -118/+0 |
* | Move the password expiry warning code out of | Greg Hudson | 2010-08-10 | 1 | -84/+92 |
* | Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), since | Greg Hudson | 2010-07-26 | 1 | -1/+1 |
* | Fix XDR decoding of large values in xdr_u_int | Greg Hudson | 2010-07-26 | 1 | -1/+1 |
* | Addendum to r24200: fix kdb5_ldap_util call site of | Greg Hudson | 2010-07-21 | 1 | -1/+1 |
* | Revert the part of r24157 which added the dal_version argument to the | Greg Hudson | 2010-07-21 | 7 | -20/+19 |
* | Get the kdb_hdb module to compile again. Probably still buggy, | Greg Hudson | 2010-07-20 | 4 | -293/+161 |
* | In kdb5_util's kdb5_ldap_create(), add back the assignment of | Greg Hudson | 2010-07-19 | 1 | -0/+1 |
* | Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keys | Greg Hudson | 2010-07-19 | 2 | -4/+6 |
* | In the DAL documentation, describe how a module can supply referral | Greg Hudson | 2010-07-19 | 1 | -1/+4 |
* | Add check_allowed_to_delegate to the DAL with a corresponding libkdb5 | Greg Hudson | 2010-07-15 | 14 | -236/+72 |
* | Addendum to r24182: Fix a comment referencing the db_invoke | Greg Hudson | 2010-07-15 | 1 | -4/+2 |
* | Add refresh_config to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-15 | 6 | -9/+25 |
* | Addendum to r24185: make audit_as_req return void, since it's an | Greg Hudson | 2010-07-13 | 8 | -33/+24 |
* | Add audit_as_req to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-13 | 13 | -103/+77 |
* | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 14 | -174/+156 |
* | Add check_transited_realms to the DAL table with a corresponding | Greg Hudson | 2010-07-12 | 6 | -40/+40 |
* | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 8 | -116/+111 |
* | Addendum to r24180: make sure osa_adb_get_policy sets its output | Greg Hudson | 2010-07-09 | 1 | -0/+1 |
* | Improve output variable handling of osa_adb_get_policy() in the db2 | Greg Hudson | 2010-07-09 | 1 | -19/+20 |
* | Fix a memory leak in libkadm5clnt's get_init_creds() | Greg Hudson | 2010-07-08 | 1 | -4/+3 |
* | Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modules | Greg Hudson | 2010-07-08 | 5 | -36/+20 |
* | Add a missing break in the parsing of krb5kdc's -P option. Reported | Greg Hudson | 2010-07-07 | 1 | -0/+1 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 45 | -2504/+1908 |
* | Follow-on to r24168: in kdb5_ldap_util, indirect through | Greg Hudson | 2010-07-04 | 1 | -5/+5 |
* | In kdb5.c, simplify the code for getting the profile config section | Greg Hudson | 2010-07-03 | 1 | -93/+54 |