summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* In k5_pwqual_load(), if the last vtable initializer fails, return 0Greg Hudson2010-09-041-0/+1
* Fix output argument ordering and handling in k5_pwqual_load()Greg Hudson2010-09-033-7/+9
* Prevent a double free in k5_pwqual_load()Greg Hudson2010-09-031-0/+1
* clean up memory leak and potential unused variable in crypto testsEzra Peisach2010-09-032-0/+5
* Properly search for MANDATORY-FOR-KDC authdata elements. Reported byGreg Hudson2010-09-021-1/+1
* Password quality pluggable interfaceGreg Hudson2010-09-0119-367/+988
* Make the new profile tcl tests work with tcl 8.3Greg Hudson2010-08-311-4/+4
* Make relative plugin module paths be interpreted as relative toGreg Hudson2010-08-301-2/+35
* Fix a resource leak in the profile include supportGreg Hudson2010-08-291-5/+8
* Add simple automated tests for account lockout supportGreg Hudson2010-08-292-0/+49
* Fix an account lockout error-handling regression by converting theGreg Hudson2010-08-291-11/+23
* Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it nowTom Yu2010-08-271-1/+1
* New plugin infrastructureGreg Hudson2010-08-278-0/+549
* Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson2010-08-264-11/+55
* rd_req_decoded: clarify behavior in commentSam Hartman2010-08-251-1/+8
* Revise the profile include design so that included files areGreg Hudson2010-08-253-16/+54
* Correct a commentGreg Hudson2010-08-241-2/+2
* In the LDAP KDB module's populate_krb5_db_entry, fix the checks forGreg Hudson2010-08-241-2/+2
* add profile include supportGreg Hudson2010-08-244-14/+166
* Fail properly when profile can't be accessedGreg Hudson2010-08-231-4/+9
* Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2010-08-192-10/+8
* Add GIC option for password/account expiration callbackGreg Hudson2010-08-128-24/+273
* In AS replies, set the key-expiration field to the minimum of accountGreg Hudson2010-08-121-1/+12
* Correct the documentation for the start_kadmind keyword in k5test.pyGreg Hudson2010-08-121-1/+1
* Remove two unused source files in lib/gssapi/genericGreg Hudson2010-08-122-118/+0
* Move the password expiry warning code out ofGreg Hudson2010-08-101-84/+92
* Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), sinceGreg Hudson2010-07-261-1/+1
* Fix XDR decoding of large values in xdr_u_intGreg Hudson2010-07-261-1/+1
* Addendum to r24200: fix kdb5_ldap_util call site ofGreg Hudson2010-07-211-1/+1
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-217-20/+19
* Get the kdb_hdb module to compile again. Probably still buggy,Greg Hudson2010-07-204-293/+161
* In kdb5_util's kdb5_ldap_create(), add back the assignment ofGreg Hudson2010-07-191-0/+1
* Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2010-07-192-4/+6
* In the DAL documentation, describe how a module can supply referralGreg Hudson2010-07-191-1/+4
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-1514-236/+72
* Addendum to r24182: Fix a comment referencing the db_invokeGreg Hudson2010-07-151-4/+2
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-156-9/+25
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-138-33/+24
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-1313-103/+77
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-1314-174/+156
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-126-40/+40
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-128-116/+111
* Addendum to r24180: make sure osa_adb_get_policy sets its outputGreg Hudson2010-07-091-0/+1
* Improve output variable handling of osa_adb_get_policy() in the db2Greg Hudson2010-07-091-19/+20
* Fix a memory leak in libkadm5clnt's get_init_creds()Greg Hudson2010-07-081-4/+3
* Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modulesGreg Hudson2010-07-085-36/+20
* Add a missing break in the parsing of krb5kdc's -P option. ReportedGreg Hudson2010-07-071-0/+1
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-0645-2504/+1908
* Follow-on to r24168: in kdb5_ldap_util, indirect throughGreg Hudson2010-07-041-5/+5
* In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson2010-07-031-93/+54