| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | kpasswd: if a credential cache is present, use FAST | Sam Hartman | 2010-09-27 | 5 | -27/+76 |
| * | Simplify acquire_accept_cred very slightly, avoiding some long lines | Greg Hudson | 2010-09-27 | 1 | -7/+6 |
| * | Add gss_krb5_import_cred | Greg Hudson | 2010-09-27 | 15 | -296/+659 |
| * | Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, like | Greg Hudson | 2010-09-22 | 1 | -1/+1 |
| * | relicense Sun RPC to 3-clause BSD-style | Tom Yu | 2010-09-22 | 54 | -1222/+1370 |
| * | Adjust the k5login man page to have a slightly more neutral tone | Greg Hudson | 2010-09-20 | 1 | -12/+11 |
| * | Slight revisions to create_workers() in the KDC: | Greg Hudson | 2010-09-19 | 1 | -6/+9 |
| * | KDC worker processes feature | Greg Hudson | 2010-09-17 | 7 | -13/+168 |
| * | Add an extra arguments parameter to k5test's realm.start_kdc() | Greg Hudson | 2010-09-17 | 1 | -4/+5 |
| * | In kinit_kdb_init(), ensure that we don't return an error with the | Greg Hudson | 2010-09-17 | 1 | -1/+3 |
| * | Follow-on to r24315: remove get/set_mkey_list from export list of | Greg Hudson | 2010-09-16 | 1 | -2/+0 |
| * | In the PKINIT OpenSSL crypto code, use a signed int to hold the result | Greg Hudson | 2010-09-15 | 1 | -3/+3 |
| * | Whitespace | Greg Hudson | 2010-09-15 | 3 | -25/+29 |
| * | Add a license statement to the new extern.h in kinit, use an include | Greg Hudson | 2010-09-15 | 1 | -6/+35 |
| * | Whitespace | Greg Hudson | 2010-09-15 | 1 | -26/+29 |
| * | Formatting fix | Greg Hudson | 2010-09-15 | 1 | -2/+2 |
| * | kinit: add KDB keytab support | Sam Hartman | 2010-09-15 | 6 | -6/+103 |
| * | Remove dead code from DAL and kdb plugins | Sam Hartman | 2010-09-15 | 9 | -143/+0 |
| * | kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_... | Sam Hartman | 2010-09-15 | 13 | -250/+114 |
| * | In the PKINIT OpenSSL code, ensure that appropriate cerficiate fields | Greg Hudson | 2010-09-15 | 1 | -0/+2 |
| * | Use correct CRL stack macros in pkinit OpenSSL code. Patch from Olaf | Greg Hudson | 2010-09-15 | 1 | -3/+3 |
| * | Whitespace | Greg Hudson | 2010-09-15 | 1 | -1/+1 |
| * | Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULL | Sam Hartman | 2010-09-15 | 2 | -6/+10 |
| * | In krb5_sname_to_principal, correctly handle failures from | Greg Hudson | 2010-09-15 | 1 | -2/+2 |
| * | Allow a zero checksum type to be passed into krb5_k_verify_checksum_iov; | Luke Howard | 2010-09-09 | 1 | -0/+6 |
| * | krb5_k_make_checksum will use the mandatory checksum type if 0 is | Luke Howard | 2010-09-09 | 1 | -0/+6 |
| * | Add dummy camellia subdir to openssl back end makefile | Greg Hudson | 2010-09-08 | 1 | -1/+1 |
| * | Make depend | Greg Hudson | 2010-09-08 | 55 | -1306/+1756 |
| * | Don't build the built-in Camellia block cipher code if Camellia-CCM | Greg Hudson | 2010-09-08 | 2 | -0/+10 |
| * | X509_verify_cert can return without setting cert_ctx.current_cert. If | Greg Hudson | 2010-09-08 | 1 | -2/+5 |
| * | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 63 | -333/+6298 |
| * | Ensure valid key in krb5int_yarrow_cipher_encrypt_block | Ezra Peisach | 2010-09-04 | 1 | -0/+6 |
| * | Fix memory leaks in kdb5_verify | Ezra Peisach | 2010-09-04 | 1 | -0/+2 |
| * | In k5_pwqual_load(), if the last vtable initializer fails, return 0 | Greg Hudson | 2010-09-04 | 1 | -0/+1 |
| * | Fix output argument ordering and handling in k5_pwqual_load() | Greg Hudson | 2010-09-03 | 3 | -7/+9 |
| * | Prevent a double free in k5_pwqual_load() | Greg Hudson | 2010-09-03 | 1 | -0/+1 |
| * | clean up memory leak and potential unused variable in crypto tests | Ezra Peisach | 2010-09-03 | 2 | -0/+5 |
| * | Properly search for MANDATORY-FOR-KDC authdata elements. Reported by | Greg Hudson | 2010-09-02 | 1 | -1/+1 |
| * | Oops, pwqual_combo wasn't supposed to make it out of the plugins2 | Greg Hudson | 2010-09-01 | 2 | -201/+0 |
| * | Password quality pluggable interface | Greg Hudson | 2010-09-01 | 23 | -369/+1254 |
| * | Make the new profile tcl tests work with tcl 8.3 | Greg Hudson | 2010-08-31 | 1 | -4/+4 |
| * | Make relative plugin module paths be interpreted as relative to | Greg Hudson | 2010-08-30 | 1 | -2/+35 |
| * | Fix a resource leak in the profile include support | Greg Hudson | 2010-08-29 | 1 | -5/+8 |
| * | Add simple automated tests for account lockout support | Greg Hudson | 2010-08-29 | 2 | -0/+49 |
| * | Fix an account lockout error-handling regression by converting the | Greg Hudson | 2010-08-29 | 1 | -11/+23 |
| * | Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it now | Tom Yu | 2010-08-27 | 1 | -1/+1 |
| * | New plugin infrastructure | Greg Hudson | 2010-08-27 | 8 | -0/+549 |
| * | Add an expansion error table for libkrb5, since krb5_err.et is full | Greg Hudson | 2010-08-26 | 4 | -11/+55 |
| * | rd_req_decoded: clarify behavior in comment | Sam Hartman | 2010-08-25 | 1 | -1/+8 |
| * | Revise the profile include design so that included files are | Greg Hudson | 2010-08-25 | 4 | -18/+57 |