aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-20gss_export_name_composite support for mechanisms that don'tlhoward/namingexts-mechglueLuke Howard13-159/+339
2010-09-20GSS_C_NT_COMPOSITE_EXPORT supportLuke Howard6-2/+23
2010-09-20Add naming extensions support to sample server, MoonshotLuke Howard2-1/+95
2010-09-19prototype (untested) codeLuke Howard9-11/+663
2010-09-19Creating a branch for prototype gss_export_name_compositeLuke Howard0-0/+0
2010-09-19Slight revisions to create_workers() in the KDC:Greg Hudson1-6/+9
2010-09-17KDC worker processes featureGreg Hudson7-13/+168
2010-09-17Add an extra arguments parameter to k5test's realm.start_kdc()Greg Hudson1-4/+5
2010-09-17In kinit_kdb_init(), ensure that we don't return an error with theGreg Hudson1-1/+3
2010-09-16Follow-on to r24315: remove get/set_mkey_list from export list ofGreg Hudson1-2/+0
2010-09-15In the PKINIT OpenSSL crypto code, use a signed int to hold the resultGreg Hudson1-3/+3
2010-09-15WhitespaceGreg Hudson3-25/+29
2010-09-15Add a license statement to the new extern.h in kinit, use an includeGreg Hudson1-6/+35
2010-09-15WhitespaceGreg Hudson1-26/+29
2010-09-15Formatting fixGreg Hudson1-2/+2
2010-09-15kinit: add KDB keytab supportSam Hartman6-6/+103
2010-09-15Remove dead code from DAL and kdb pluginsSam Hartman9-143/+0
2010-09-15kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman13-250/+114
2010-09-15In the PKINIT OpenSSL code, ensure that appropriate cerficiate fieldsGreg Hudson1-0/+2
2010-09-15Use correct CRL stack macros in pkinit OpenSSL code. Patch from OlafGreg Hudson1-3/+3
2010-09-15WhitespaceGreg Hudson1-1/+1
2010-09-15Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman2-6/+10
2010-09-15In krb5_sname_to_principal, correctly handle failures fromGreg Hudson1-2/+2
2010-09-09Allow a zero checksum type to be passed into krb5_k_verify_checksum_iov;Luke Howard1-0/+6
2010-09-09krb5_k_make_checksum will use the mandatory checksum type if 0 isLuke Howard1-0/+6
2010-09-08Add dummy camellia subdir to openssl back end makefileGreg Hudson1-1/+1
2010-09-08Make dependGreg Hudson55-1306/+1756
2010-09-08Don't build the built-in Camellia block cipher code if Camellia-CCMGreg Hudson2-0/+10
2010-09-08X509_verify_cert can return without setting cert_ctx.current_cert. IfGreg Hudson1-2/+5
2010-09-07Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson63-333/+6298
2010-09-04Ensure valid key in krb5int_yarrow_cipher_encrypt_blockEzra Peisach1-0/+6
2010-09-04Fix memory leaks in kdb5_verifyEzra Peisach1-0/+2
2010-09-04In k5_pwqual_load(), if the last vtable initializer fails, return 0Greg Hudson1-0/+1
2010-09-03Fix output argument ordering and handling in k5_pwqual_load()Greg Hudson3-7/+9
2010-09-03Prevent a double free in k5_pwqual_load()Greg Hudson1-0/+1
2010-09-03clean up memory leak and potential unused variable in crypto testsEzra Peisach2-0/+5
2010-09-02Properly search for MANDATORY-FOR-KDC authdata elements. Reported byGreg Hudson1-1/+1
2010-09-01Oops, pwqual_combo wasn't supposed to make it out of the plugins2Greg Hudson2-201/+0
2010-09-01Password quality pluggable interfaceGreg Hudson23-369/+1254
2010-08-31Make the new profile tcl tests work with tcl 8.3Greg Hudson1-4/+4
2010-08-30Make relative plugin module paths be interpreted as relative toGreg Hudson1-2/+35
2010-08-29Fix a resource leak in the profile include supportGreg Hudson1-5/+8
2010-08-29Add simple automated tests for account lockout supportGreg Hudson2-0/+49
2010-08-29Fix an account lockout error-handling regression by converting theGreg Hudson1-11/+23
2010-08-27Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it nowTom Yu1-1/+1
2010-08-27New plugin infrastructureGreg Hudson8-0/+549
2010-08-26Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson4-11/+55
2010-08-25rd_req_decoded: clarify behavior in commentSam Hartman1-1/+8
2010-08-25Revise the profile include design so that included files areGreg Hudson4-18/+57
2010-08-24Correct a commentGreg Hudson1-2/+2