krb5.git
2010-09-20 Greg HudsonAdjust the k5login man page to have a slightly more...
2010-09-19 Greg HudsonSlight revisions to create_workers() in the KDC:
2010-09-17 Greg HudsonKDC worker processes feature
2010-09-17 Greg HudsonAdd an extra arguments parameter to k5test's realm...
2010-09-17 Greg HudsonIn kinit_kdb_init(), ensure that we don't return an...
2010-09-16 Greg HudsonFollow-on to r24315: remove get/set_mkey_list from...
2010-09-15 Greg HudsonIn the PKINIT OpenSSL crypto code, use a signed int...
2010-09-15 Greg HudsonWhitespace
2010-09-15 Greg HudsonAdd a license statement to the new extern.h in kinit...
2010-09-15 Greg HudsonWhitespace
2010-09-15 Greg HudsonFormatting fix
2010-09-15 Sam Hartmankinit: add KDB keytab support
2010-09-15 Sam HartmanRemove dead code from DAL and kdb plugins
2010-09-15 Sam Hartmankdb: store mkey list in context and permit NULL mkey...
2010-09-15 Greg HudsonIn the PKINIT OpenSSL code, ensure that appropriate...
2010-09-15 Greg HudsonUse correct CRL stack macros in pkinit OpenSSL code...
2010-09-15 Greg HudsonWhitespace
2010-09-15 Sam HartmanFix warnings in encrypt_key and decrypt_key. Avoid...
2010-09-15 Greg HudsonIn krb5_sname_to_principal, correctly handle failures...
2010-09-09 Luke HowardAllow a zero checksum type to be passed into krb5_k_ver...
2010-09-09 Luke Howardkrb5_k_make_checksum will use the mandatory checksum...
2010-09-08 Greg HudsonAdd dummy camellia subdir to openssl back end makefile
2010-09-08 Greg HudsonMake depend
2010-09-08 Greg HudsonDon't build the built-in Camellia block cipher code...
2010-09-08 Greg HudsonX509_verify_cert can return without setting cert_ctx...
2010-09-07 Greg HudsonMerge the camellia-ccm branch to trunk. Since there...
2010-09-04 Ezra PeisachEnsure valid key in krb5int_yarrow_cipher_encrypt_block
2010-09-04 Ezra PeisachFix memory leaks in kdb5_verify
2010-09-04 Greg HudsonIn k5_pwqual_load(), if the last vtable initializer...
2010-09-03 Greg HudsonFix output argument ordering and handling in k5_pwqual_...
2010-09-03 Greg HudsonPrevent a double free in k5_pwqual_load()
2010-09-03 Ezra Peisachclean up memory leak and potential unused variable...
2010-09-02 Greg HudsonProperly search for MANDATORY-FOR-KDC authdata elements...
2010-09-01 Greg HudsonOops, pwqual_combo wasn't supposed to make it out of...
2010-09-01 Greg HudsonPassword quality pluggable interface
2010-08-31 Greg HudsonMake the new profile tcl tests work with tcl 8.3
2010-08-30 Greg HudsonMake relative plugin module paths be interpreted as...
2010-08-29 Greg HudsonFix a resource leak in the profile include support
2010-08-29 Greg HudsonAdd simple automated tests for account lockout support
2010-08-29 Greg HudsonFix an account lockout error-handling regression by...
2010-08-27 Tom YuAdd plugin.o to T_ETYPES_OBJS because init_ctx.o needs...
2010-08-27 Greg HudsonNew plugin infrastructure
2010-08-26 Greg HudsonAdd an expansion error table for libkrb5, since krb5_er...
2010-08-25 Sam Hartmanrd_req_decoded: clarify behavior in comment
2010-08-25 Greg HudsonRevise the profile include design so that included...
2010-08-24 Greg HudsonCorrect a comment
2010-08-24 Greg HudsonIn the LDAP KDB module's populate_krb5_db_entry, fix...
2010-08-24 Greg Hudsonadd profile include support
2010-08-23 Greg HudsonFail properly when profile can't be accessed
2010-08-19 Greg HudsonAllow krb5_gss_register_acceptor_identity to unset...
2010-08-12 Greg HudsonAdd GIC option for password/account expiration callback
2010-08-12 Greg HudsonIn AS replies, set the key-expiration field to the...
2010-08-12 Greg HudsonCorrect the documentation for the start_kadmind keyword...
2010-08-12 Greg HudsonRemove two unused source files in lib/gssapi/generic
2010-08-10 Greg HudsonMove the password expiry warning code out of
2010-07-26 Greg HudsonUse xdr_int32 instead of xdr_u_int in xdr_krb5_enctype...
2010-07-26 Greg HudsonFix XDR decoding of large values in xdr_u_int
2010-07-21 Greg HudsonAddendum to r24200: fix kdb5_ldap_util call site of
2010-07-21 Greg HudsonRevert the part of r24157 which added the dal_version...
2010-07-20 Greg HudsonGet the kdb_hdb module to compile again. Probably...
2010-07-19 Greg HudsonIn kdb5_util's kdb5_ldap_create(), add back the assignm...
2010-07-19 Greg HudsonAllow Microsoft HMAC-MD5 checksum types to use non...
2010-07-19 Greg HudsonIn the DAL documentation, describe how a module can...
2010-07-15 Greg HudsonAdd check_allowed_to_delegate to the DAL with a corresp...
2010-07-15 Greg HudsonAddendum to r24182: Fix a comment referencing the db_invoke
2010-07-15 Greg HudsonAdd refresh_config to the DAL with a corresponding...
2010-07-13 Greg HudsonAddendum to r24185: make audit_as_req return void,...
2010-07-13 Greg HudsonAdd audit_as_req to the DAL with a corresponding libkdb...
2010-07-13 Greg HudsonAdd check_policy_as and check_policy_tgs to the DAL...
2010-07-12 Greg HudsonAdd check_transited_realms to the DAL table with a...
2010-07-12 Greg HudsonAdd sign_authdata to the DAL table with a corresponding...
2010-07-09 Greg HudsonAddendum to r24180: make sure osa_adb_get_policy sets...
2010-07-09 Greg HudsonImprove output variable handling of osa_adb_get_policy...
2010-07-08 Greg HudsonFix a memory leak in libkadm5clnt's get_init_creds()
2010-07-08 Greg HudsonCreate a KRB5_KDB_FLAG_ALIAS_OK to control whether...
2010-07-07 Greg HudsonAdd a missing break in the parsing of krb5kdc's -P...
2010-07-06 Greg HudsonRemove count parameters from get_principal, put_principal,
2010-07-04 Greg HudsonFollow-on to r24168: in kdb5_ldap_util, indirect through
2010-07-03 Greg HudsonIn kdb5.c, simplify the code for getting the profile...
2010-07-03 Greg HudsonRemove assertions for non-nullity of init_module and...
2010-07-03 Greg HudsonMake the APIs for iterate, get_master_key_list, set_mas...
2010-07-03 Greg HudsonUse KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code...
2010-07-03 Ken RaeburnRemove return value from void function
2010-07-02 Greg HudsonRemove store_master_key from the DAL table, and implement
2010-07-02 Greg HudsonMake krb5_db_free_principal and krb5_db_free_mkey_list...
2010-07-02 Greg HudsonRemove verify_master_key from the DAL table, as well...
2010-07-02 Greg HudsonRemove db_ and similar prefixes from DAL function names...
2010-07-02 Greg HudsonRename krb5_dbekd_encrypt_key_data and krb5_dbekd_decry...
2010-07-02 Greg HudsonRemove setup_master_key_name from the DAL table as...
2010-07-02 Greg HudsonRemove the set_master_key and get_master_key DAL interf...
2010-07-02 Greg HudsonFollow-up to r24157: return correctly from krb5_ldap_li...
2010-07-02 Greg HudsonFollow-on to r24157: pass KRB5_KDB_DAL_VERSION to krb5_...
2010-07-02 Greg HudsonRemove errcode_2_string and release_errcode_string...
2010-07-02 Greg HudsonRemove db_supported_realms and db_free_supported_realms...
2010-07-02 Greg HudsonDAL improvements
2010-07-01 Greg HudsonIn kpropd, when getting a wildcard address to listen...
2010-06-30 Greg HudsonFactor out a common socket creation sequence in net...
2010-06-30 Greg HudsonEliminate warnings in net-server.c
2010-06-30 Greg HudsonImprove coding style conformance in net-server.c
2010-06-26 Greg HudsonFix a bug in r24147 where svctcp_create() was passing...
next