2009-08-17 |
Greg Hudson | Bump sonames of libkadm5 libraries, since r22527 change... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Greg Hudson | Modify kadm5 initializers to accept krb5 contexts |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Greg Hudson | Remove unused variables resulting from r22521, and... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
Greg Hudson | In doc/Makefile, specify the new location of the kpassw... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Greg Hudson | Remove kadmin v1 API support |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Greg Hudson | Fix lib/crypto/krb/dk/Makefile.in mydir value |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Greg Hudson | Reply message ordering bug in ftpd |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Ken Raeburn | r22529@squish: raeburn | 2009-08-12 13:49:45 -0400 |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Greg Hudson | Correct the t_nfold build rules again. We don't have... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Greg Hudson | Check for null characters in pkinit cert fields |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Greg Hudson | Narrow the contract of pkinit_client_profile by passing... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Greg Hudson | In pkinit_clnt.c, make private functions static. There... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Greg Hudson | Convert all uses of strtok() in libraries to strtok_r... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Greg Hudson | Remove pkinit_identity_process_option, which wasn't... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Greg Hudson | Fix the LDAP build, which was broken by the build reord... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Greg Hudson | In crypto_tests: for t_nfold, link against an nfold... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Tom Yu | Be a little more verbose about errors from mit_des_key_... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Tom Yu | Fix deplibs for t_crc |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Greg Hudson | Get "make depend" to work in an unbuilt source tree... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Greg Hudson | Re-run make depend. (I am not certain why the dependen... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Greg Hudson | In the crypto-tests check target, refer to t_cf2.expect... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Greg Hudson | In configure.in's list of Makefiles to generate, remove... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Zhanna Tsitkov | Crypto modularity proj: Separate files under crypto... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Zhanna Tsitkov | Fix of the test cleanup |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Greg Hudson | Include <assert.h> in k5-platform.h, since we use asser... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ezra Peisach | Fix memory leak in k5_pac_verify_server_checksum |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ezra Peisach | memory leak in test code t_authdata |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ezra Peisach | Fix memory leak by release context at end of test code |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Greg Hudson | Enctype list configuration enhancements |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Zhanna Tsitkov | Crypto Modularity proj: Added an option --with-crypto... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Greg Hudson | Use zero-terminated enctype lists in the context struct... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Tom Yu | include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_H |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Tom Yu | check for slogin failure in setup_root_shell |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Tom Yu | Add a new '-W' option to kadmind and kdb5_util create... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Greg Hudson | In the dejagnu test suite, remove the no-longer-used... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Tom Yu | Make datetest buildable again |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Hudson | In tests/dejagnu/Makefile.in, remove a --srcdir option... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Hudson | In pre.in, remove some variable expansions in the defin... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Greg Hudson | k5-platform.h no longer takes responsibility for making... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Greg Hudson | In krb5_copy_error_message, pass correct pointer to |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Tom Yu | Add test case omitted in last commit |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Tom Yu | Check for principal expiration prior to checking for... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Ken Raeburn | syms.c doesn't exist; update clean target and dependencies |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Ken Raeburn | GSSAPI init/accept_sec_context performance testing... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Ezra Peisach | Update comments to reflect reality and the fact that... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Ken Raeburn | reduce some mutex performance problems in profile library |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Ken Raeburn | minor memory leak in 'none' replay cache type |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Greg Hudson | Remove the new configure option --enable-static-only... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Greg Hudson | In default.exp, revert an unintended part of the last... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Greg Hudson | In default.exp, import RLOGIN_FLAGS from the environmen... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Ezra Peisach | In the previous patch - I neglected a potential NULL... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Greg Hudson | In ldap_create.c, remove four incorrect uses of krb5_se... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Greg Hudson | Use ticket forwarding in the GSSAPI test cases to exercise |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Ezra Peisach | krb5int_yarrow_final could deref NULL if out of memory |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Ezra Peisach | krb5int_rd_chpw_rep could call krb5_free_error with... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Greg Hudson | Clean up and simplify kdb5.c; no functional changes |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Greg Hudson | In kdb5.c, remove calls to the locking macros which... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Greg Hudson | Restore limited support for static linking |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Greg Hudson | libkdb5 now depends on libgssrpc. So when linking... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Greg Hudson | Don't build the kadm5/unit-test test programs during... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Ezra Peisach | kadmind is parsing acls good deref NULL pointer on... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Ezra Peisach | kadm5int_acl_parse_restrictions could ref uninitialized... |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Greg Hudson | Make results of krb5_db_def_fetch_mkey more predictable |
commit | commitdiff | tree | snapshot |
2009-06-01 |
Greg Hudson | Fix a typo in the admin guide (with not keyword ->... |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Ken Raeburn | Fix minor bug in r21269 - wrong field name |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Ken Raeburn | Revert last change |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Ken Raeburn | Don't re-run test programs to recreate output every... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Ken Raeburn | fix t_prf test code properly |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Ken Raeburn | On error getting forwarded creds, actually print out... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Ken Raeburn | Check for 'encoding ### bytes' message consistently... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Greg Hudson | Fix up kinit -T documentation |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Greg Hudson | Temporarily disable FAST PKINIT for 1.7 release |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Ken Raeburn | If --enable-pkinit is explicitly given, and OpenSSL... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Greg Hudson | Fix vector initialization error in KDC preauth code |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Greg Hudson | Fix test rules for non-gmake make versions |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Greg Hudson | In krb5_ktfileint_write_entry, add a no-op fseek in... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ken Raeburn | whitespace |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ken Raeburn | Make Sun cc error out on unknown attributes |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ken Raeburn | Use correct type for krb5_c_prf_length length arg |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ken Raeburn | Use printf format attribute only with gcc |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ken Raeburn | make prompt string vars point to const |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Ken Raeburn | fix minor syntax error |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Greg Hudson | Remove spurious assertion in handle_authdata |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Sam Hartman | Include regression test for krb-fx-cf2 for RC4 enctype |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Greg Hudson | Add a comment to the r22168 change since it's not obvio... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Greg Hudson | Restore compatibility with KDCs using key usage 8 to... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Greg Hudson | When using keyed checksum types with TGS subkeys, Micro... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Sam Hartman | In practice, key usage 9 requires no translation |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Sam Hartman | Copy the sequence key rather than the subkey for lucid... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Sam Hartman | Document use of key fields in GSS context |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Tom Yu | Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Greg Hudson | gss_krb5int_export_lucid_sec_context was erroneously... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Greg Hudson | UCS2 support doesn't handle upper half of BMP |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Ken Raeburn | remove some old code for debugging the debugging code |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Tom Yu | In util/support/utf8_conv.c, the SWAP16 macro is invoke... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ken Raeburn | reduce character-class table entry size (40%) based... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Greg Hudson | In recvauth_common, convert a use of strcpy to strdup |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Greg Hudson | Refactor rule_an_to_ln, creating a new helper function... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Sam Hartman | Try decrypting using session key if subkey fails in... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Sam Hartman | man1 in title header for man1 manpages |
commit | commitdiff | tree | snapshot |
next |