summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure valid key in krb5int_yarrow_cipher_encrypt_blockEzra Peisach2010-09-041-0/+6
* 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
* Password quality pluggable interfaceGreg Hudson2010-09-0115-366/+820
* Make relative plugin module paths be interpreted as relative toGreg Hudson2010-08-301-2/+35
* Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it nowTom Yu2010-08-271-1/+1
* New plugin infrastructureGreg Hudson2010-08-275-0/+381
* Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson2010-08-262-5/+43
* rd_req_decoded: clarify behavior in commentSam Hartman2010-08-251-1/+8
* 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-126-24/+227
* 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
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-211-2/+8
* Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2010-07-192-4/+6
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-152-11/+11
* Add refresh_config to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-152-0/+13
* Addendum to r24185: make audit_as_req return void, since it's anGreg Hudson2010-07-131-7/+4
* Add audit_as_req to the DAL with a corresponding libkdb5 API,Greg Hudson2010-07-132-0/+18
* Add check_policy_as and check_policy_tgs to the DAL table withGreg Hudson2010-07-132-0/+41
* Add check_transited_realms to the DAL table with a correspondingGreg Hudson2010-07-122-0/+19
* Add sign_authdata to the DAL table with a corresponding libkdb5 API,Greg Hudson2010-07-122-0/+25
* 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-081-1/+2
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-0614-967/+767
* In kdb5.c, simplify the code for getting the profile config sectionGreg Hudson2010-07-031-93/+54
* Remove assertions for non-nullity of init_module and fini_module inGreg Hudson2010-07-031-3/+0
* Make the APIs for iterate, get_master_key_list, set_master_key_list,Greg Hudson2010-07-032-38/+14
* Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operationsGreg Hudson2010-07-031-19/+19
* Remove store_master_key from the DAL table, and implementGreg Hudson2010-07-023-29/+6
* Make krb5_db_free_principal and krb5_db_free_mkey_list return void.Greg Hudson2010-07-021-8/+4
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-024-89/+0
* Remove db_ and similar prefixes from DAL function names, forGreg Hudson2010-07-021-55/+54
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-029-82/+68
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-024-53/+0
* Remove errcode_2_string and release_errcode_string from the DAL table,Greg Hudson2010-07-021-104/+29
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-021-32/+0
* DAL improvementsGreg Hudson2010-07-023-3/+5
* Factor out a common socket creation sequence in net-server.c, whichGreg Hudson2010-06-301-116/+67
* Eliminate warnings in net-server.cGreg Hudson2010-06-301-8/+8
* Improve coding style conformance in net-server.cGreg Hudson2010-06-301-131/+155
* Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson2010-06-261-1/+1
* Make kadmin work over IPv6Greg Hudson2010-06-266-45/+145
* Adjust function names and declarations in libkadm5's client_init.c; inGreg Hudson2010-06-251-149/+95
* Simplify the iprop conditionalization of _kadm5_init_any()Greg Hudson2010-06-251-25/+19
* Make OFFLINE!=no work againTom Yu2010-06-211-6/+9