2008-12-01 |
Sam Hartman | des-hmac-sha1 does not support AEAD crypto-iov |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Omit CTS length check |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Update t_encrypt to do some black-box testing of the... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | type in krb5_c_crypto_length is the crypto type not... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Add stream cryptotype |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Fix extern declaration |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Use return value of get/put block to indicate terminati... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Cleanup; stream processing is done now by krb5_c_decryp... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Cleanup IOV code |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Add krb5_c_crypto_length_iov() and krb5_c_padding_lengt... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Change the behaviour of KRB5_CRYPTO_TYPE_STREAM slightl... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Only a single padding buffer is required |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Cleanup code on the assumption HEADER buffer is always... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | cleanup |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | cleanup |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | cleanup |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | KRB5_CRYPTO_TYPE_STREAM handling code was in wrong... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | When pad_to_boundary is set (as it is for CCM), don... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Initialize PADDING buffers that are not preceeded by... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Ensure padding is initialized on return from krb5_c_enc... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Add some notes regarding block IOV APIs |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | CTR mode and associated data do not require explicit... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Cleanup |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Provisional implementation of CCM mode for AES |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | RC4 has a header length that includes the confounder... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Reformat |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Careful not to overwrite mit_des_zeroblock |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Don't reset iov_pos to current index after reading... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | cleanup |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | support KRB5_CRYPTO_TYPE_STREAM |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | fix some more pointer adjustment errors |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Don't encrypt checksum! |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | For RC4, checksum is in header, not trailer |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | No padding for rc4 at krb5 layer |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Expose krb5_hmac_iov via accessor |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Include padding in to be signed data |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Don't require KRB5_CRYPTO_TPYE_HEADER to come before... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Validate input lengths correctly for CTS ciphers |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | KRB5_CRYPTO_TYPE_CHECKSUM should be 96 bits |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Fix some bugs in AEAD code |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Implement 3DES IOV routines |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Initial implementation of krb5int_aes_decrypt_iov() |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Begin work on AES IOV APIs |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | preliminary implementation of krb5int_dk_{en,de}crypt_iov |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | preliminary implementation of krb5int_arcfour_decrypt_iov |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | implement k5_hmac_md5_hash_iov |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Some work on checksum code for AEAD |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Begin work on rc4 krb5 AEAD |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Beginnings of work on AEAD support in libk5crypto |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Branch trunk to record series of commits pulled from... |
commit | commitdiff | tree |
2008-12-01 |
Sam Hartman | Create a branch for the series of commits that define... |
commit | commitdiff | tree |
2008-12-01 |
Ezra Peisach | make depend |
commit | commitdiff | tree |
2008-12-01 |
Ezra Peisach | Move cc_mutex code from k5-int.h - where it is globally... |
commit | commitdiff | tree |
2008-12-01 |
Ken Raeburn | Shawn's fix for some iprop bugs, with some tweaks |
commit | commitdiff | tree |
2008-11-24 |
Ken Raeburn | fix tiny overrun |
commit | commitdiff | tree |
2008-11-24 |
Ken Raeburn | Simplify memory management a bit in places, by allocati... |
commit | commitdiff | tree |
2008-11-24 |
Ken Raeburn | Test with varying numbers of principal name components... |
commit | commitdiff | tree |
2008-11-24 |
Ken Raeburn | Use profile_free_list as appropriate. Fix memory leaks |
commit | commitdiff | tree |
2008-11-24 |
Ken Raeburn | Fix memory leak caught by valgrind |
commit | commitdiff | tree |
2008-11-17 |
Ken Raeburn | Note kprop doesn't do IPv6 yet either |
commit | commitdiff | tree |
2008-11-17 |
Ken Raeburn | Set krb4 and priocntl flags via site.exp instead of... |
commit | commitdiff | tree |
2008-11-17 |
Ken Raeburn | Fix a memory management bug |
commit | commitdiff | tree |
2008-11-17 |
Ken Raeburn | Don't stick '<null>' in log messages. Run kdb5_util... |
commit | commitdiff | tree |
2008-11-17 |
Ken Raeburn | Log more info if ulog_replay fails. Correctly use... |
commit | commitdiff | tree |
2008-11-17 |
Ken Raeburn | Use correct update log file name in messages |
commit | commitdiff | tree |
2008-11-17 |
Zhanna Tsitkov | Lite Client - the following calls are server-side funct... |
commit | commitdiff | tree |
2008-11-17 |
Zhanna Tsitkov | PERF: Introduced a new function krb5_is_permitted_encty... |
commit | commitdiff | tree |
2008-11-12 |
Ken Raeburn | Fix test bug: kpropd -S exits after success |
commit | commitdiff | tree |
2008-11-12 |
Ken Raeburn | Add basic kprop test, and a little more debugging support |
commit | commitdiff | tree |
2008-11-10 |
Ken Raeburn | Delete replay cache before exiting with success indication |
commit | commitdiff | tree |
2008-11-10 |
Ken Raeburn | Generate separate master-KDC and slave-KDC config files... |
commit | commitdiff | tree |
2008-11-10 |
Greg Hudson | Fix a krsh bug introduced in r21001 which could cause... |
commit | commitdiff | tree |
2008-11-10 |
Ken Raeburn | Delete the pass (one of twelve) that does all KDC excha... |
commit | commitdiff | tree |
2008-11-10 |
Greg Hudson | In pa_sam(), free the outer krb5_data structure returned by |
commit | commitdiff | tree |
2008-11-10 |
Greg Hudson | Properly free sam_challenge in pa_sam() |
commit | commitdiff | tree |
2008-11-07 |
Ken Raeburn | Re-add repaired iprop (really, update-log creation... |
commit | commitdiff | tree |
2008-11-07 |
Ken Raeburn | Back out iprop test; it's not working right after all |
commit | commitdiff | tree |
2008-11-07 |
Ken Raeburn | Test that an iprop update log gets properly created... |
commit | commitdiff | tree |
2008-11-07 |
Ken Raeburn | fix typo in 'file delete' change |
commit | commitdiff | tree |
2008-11-07 |
Ken Raeburn | Use 'file delete' instead of spawning an 'rm' process |
commit | commitdiff | tree |
2008-11-06 |
Ken Raeburn | Recognize 'ticket expired' when trying to get a root... |
commit | commitdiff | tree |
2008-11-06 |
Greg Hudson | Fix a kadmin bug introduced in a recent set of string... |
commit | commitdiff | tree |
2008-11-05 |
Ken Raeburn | Only look for IPv4 addresses for the kpasswd server... |
commit | commitdiff | tree |
2008-11-05 |
Greg Hudson | Rename krb5int_buf_cstr to krb5int_buf_data, since... |
commit | commitdiff | tree |
2008-11-05 |
Greg Hudson | Add more svn:ignore entries for generated files |
commit | commitdiff | tree |
2008-11-05 |
Greg Hudson | Convert many uses of strcpy/strcat (and sometimes sprin... |
commit | commitdiff | tree |
2008-11-05 |
Greg Hudson | Replace strcpy/strcat/sprintf uses in a couple of sampl... |
commit | commitdiff | tree |
2008-11-04 |
Ken Raeburn | Check in Nalin's patch, and a test case for changing... |
commit | commitdiff | tree |
2008-11-04 |
Ken Raeburn | Don't build dependencies for fakeka.c |
commit | commitdiff | tree |
2008-11-04 |
Ken Raeburn | Don't build dependencies for v4rcp.c. |
commit | commitdiff | tree |
2008-11-03 |
Alexandra Ellwood | Add _with_password credential acquisition functions... |
commit | commitdiff | tree |
2008-11-03 |
Alexandra Ellwood | BIND_8_COMPAT no longer needed in Leopard |
commit | commitdiff | tree |
2008-11-03 |
Greg Hudson | Apply Apple patch to null out key->contents after freei... |
commit | commitdiff | tree |
2008-11-03 |
Ken Raeburn | Fix conditionals from last change |
commit | commitdiff | tree |
2008-11-03 |
Ken Raeburn | Maybe include printf.o in t_k5buf build |
commit | commitdiff | tree |
2008-11-03 |
Greg Hudson | Apply a patch from Apple to correct a few memory leaks |
commit | commitdiff | tree |
2008-11-03 |
Ken Raeburn | If we're not making asn1buf_insert_octet an inline... |
commit | commitdiff | tree |
2008-11-03 |
Greg Hudson | Apply an adapted Sun patch to fix error string leaks... |
commit | commitdiff | tree |
2008-10-31 |
Justin Anderson | KerberosAgent bindings causing crashes |
commit | commitdiff | tree |
2008-10-31 |
Alexandra Ellwood | No . at end of strings |
commit | commitdiff | tree |
next |