| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add krb5_cc_dup() to make it possible to copy ccache handles | Greg Hudson | 2010-04-08 | 1 | -0/+7 |
| * | krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSX | Tom Yu | 2010-03-23 | 2 | -11/+13 |
| * | Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512 | Greg Hudson | 2010-03-20 | 1 | -1/+1 |
| * | Untabify | Ken Raeburn | 2010-03-18 | 1 | -6/+6 |
| * | Copyright notice | Ken Raeburn | 2010-03-18 | 1 | -1/+29 |
| * | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 1 | -0/+50 |
| * | Use KRB5_CONF_ macros instead of strings in the source file for profile confi... | Zhanna Tsitkov | 2010-03-10 | 1 | -3/+5 |
| * | Remove vestigial include/spnego-asn1.h | Greg Hudson | 2010-03-10 | 1 | -90/+0 |
| * | Use bswap16 and bswap32 on NetBSD | Ken Raeburn | 2010-02-20 | 1 | -2/+14 |
| * | Correct the DAL documentation of | Greg Hudson | 2010-02-01 | 1 | -5/+9 |
| * | Correct the DAL documentation for how modules should handle referrals | Greg Hudson | 2010-01-29 | 1 | -17/+29 |
| * | Handle migration from pre-1.7 databases with master key kvno != 1 | Greg Hudson | 2010-01-28 | 1 | -0/+8 |
| * | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 2 | -169/+133 |
| * | In the DAL comments, document KRB5_KDB_INCLUDE_PAC, and correct the | Greg Hudson | 2010-01-25 | 1 | -7/+14 |
| * | Document the DAL interface in comments, as an aid to module | Greg Hudson | 2010-01-25 | 1 | -184/+546 |
| * | Add krb5_allow_weak_crypto API | Greg Hudson | 2010-01-19 | 1 | -0/+5 |
| * | Since krb5int_validate_times is used only inside krb dir do not export it and... | Zhanna Tsitkov | 2010-01-06 | 1 | -4/+0 |
| * | Rename krb5_validate_times into krb5int_validate_times as it is internal func... | Zhanna Tsitkov | 2010-01-05 | 1 | -1/+1 |
| * | disable weak crypto by default | Tom Yu | 2010-01-05 | 1 | -1/+1 |
| * | Bring back krb5_kt_free_entry which really does the same thing as | Sam Hartman | 2010-01-04 | 2 | -4/+5 |
| * | Enable caching of key-derived context info such as key schedules from | Ken Raeburn | 2010-01-03 | 1 | -0/+12 |
| * | No comma at end of enumerator list | Ken Raeburn | 2009-12-31 | 1 | -2/+2 |
| * | Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h... | Zhanna Tsitkov | 2009-12-30 | 1 | -0/+3 |
| * | Add a new profile variable preauth_module_dir, which specifies | Greg Hudson | 2009-12-28 | 1 | -0/+1 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 1 | -10/+9 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 3 | -17/+42 |
| * | On Luke's advice, remove krb5_init_creds_store_creds. It is not a | Greg Hudson | 2009-12-15 | 1 | -4/+0 |
| * | fast negotiation projec | Sam Hartman | 2009-12-14 | 2 | -8/+60 |
| * | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 1 | -20/+5 |
| * | Remove the ivec parameters from the keyhash provider functions, as | Greg Hudson | 2009-12-06 | 1 | -6/+3 |
| * | Make the libk5crypto hash_provider interface take crypto_iov lists | Greg Hudson | 2009-12-06 | 1 | -16/+6 |
| * | Make the alloc_data and k5alloc convenience functions work if the | Greg Hudson | 2009-12-05 | 1 | -3/+5 |
| * | Consolidate the IOV and non-IOV encryption/decryption code paths, and | Greg Hudson | 2009-12-04 | 1 | -35/+8 |
| * | Temporarily define UINT16_TYPE and UINT32_TYPE so the load/store | Ken Raeburn | 2009-12-03 | 1 | -24/+15 |
| * | Add store_{16,32,64}_n functions, for potentially-unaligned, native-order values | Ken Raeburn | 2009-12-02 | 1 | -0/+29 |
| * | Remove the non-iov entry point introduced in r23378, since it's easy | Greg Hudson | 2009-11-29 | 1 | -14/+4 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 1 | -16/+24 |
| * | Add a convenience inline function in k5-int.h to initialize a | Greg Hudson | 2009-11-28 | 1 | -0/+13 |
| * | Add krb5_key versions of the auth context key accessors, and use them | Greg Hudson | 2009-11-27 | 1 | -0/+9 |
| * | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 1 | -0/+3 |
| * | libkrb5 support for non-blocking AS requests | Greg Hudson | 2009-11-26 | 1 | -0/+52 |
| * | Defer the conversion of the gic options structure to the extended form | Greg Hudson | 2009-11-25 | 1 | -7/+7 |
| * | Punt the volatile cast in the non-gcc, non-Windows version of zap. | Greg Hudson | 2009-11-24 | 2 | -2/+5 |
| * | Expand comments around 'zap' code | Ken Raeburn | 2009-11-24 | 1 | -1/+29 |
| * | Make zap() work with non-gcc C++ compilers. | Greg Hudson | 2009-11-22 | 1 | -5/+4 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 1 | -9/+7 |
| * | Put krb5_auth_con_set_req_cksumtype back in the public API, since it | Greg Hudson | 2009-11-19 | 2 | -4/+4 |
| * | Rework using "do { } while (0)" in macro bodies to avoid divergent | Tom Yu | 2009-11-17 | 1 | -4/+8 |
| * | Clean up some open-parenthesis problems, and reindent | Tom Yu | 2009-11-16 | 1 | -2/+2 |
| * | Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h. | Ezra Peisach | 2009-11-16 | 1 | -21/+0 |