summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* KDC worker processes featureGreg Hudson2010-09-177-13/+168
* Add an extra arguments parameter to k5test's realm.start_kdc()Greg Hudson2010-09-171-4/+5
* In kinit_kdb_init(), ensure that we don't return an error with theGreg Hudson2010-09-171-1/+3
* Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson2010-09-161-2/+0
* In the PKINIT OpenSSL crypto code, use a signed int to hold the resultGreg Hudson2010-09-151-3/+3
* WhitespaceGreg Hudson2010-09-153-25/+29
* Add a license statement to the new extern.h in kinit, use an includeGreg Hudson2010-09-151-6/+35
* WhitespaceGreg Hudson2010-09-151-26/+29
* Formatting fixGreg Hudson2010-09-151-2/+2
* kinit: add KDB keytab supportSam Hartman2010-09-156-6/+103
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-159-143/+0
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-1513-250/+114
* In the PKINIT OpenSSL code, ensure that appropriate cerficiate fieldsGreg Hudson2010-09-151-0/+2
* Use correct CRL stack macros in pkinit OpenSSL code. Patch from OlafGreg Hudson2010-09-151-3/+3
* WhitespaceGreg Hudson2010-09-151-1/+1
* Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman2010-09-152-6/+10
* In krb5_sname_to_principal, correctly handle failures fromGreg Hudson2010-09-151-2/+2
* Allow a zero checksum type to be passed into krb5_k_verify_checksum_iov;Luke Howard2010-09-091-0/+6
* krb5_k_make_checksum will use the mandatory checksum type if 0 isLuke Howard2010-09-091-0/+6
* Add dummy camellia subdir to openssl back end makefileGreg Hudson2010-09-081-1/+1
* Make dependGreg Hudson2010-09-0855-1306/+1756
* Don't build the built-in Camellia block cipher code if Camellia-CCMGreg Hudson2010-09-082-0/+10
* X509_verify_cert can return without setting cert_ctx.current_cert. IfGreg Hudson2010-09-081-2/+5
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-0763-333/+6298
* Ensure valid key in krb5int_yarrow_cipher_encrypt_blockEzra Peisach2010-09-041-0/+6
* Fix memory leaks in kdb5_verifyEzra Peisach2010-09-041-0/+2
* 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