| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make the crc32 hash provider correctly chain multiple input buffers, | Greg Hudson | 2009-11-30 | 5 | -12/+13 |
| * | Stream decryption is handled in krb5_k_decrypt_iov; remove some | Greg Hudson | 2009-11-30 | 2 | -12/+0 |
| * | Fix memory leak | Sam Hartman | 2009-11-30 | 1 | -1/+2 |
| * | Terminate the loop in find_authdata_1 if we get an error in one of the | Greg Hudson | 2009-11-30 | 1 | -1/+1 |
| * | Remove the non-iov entry point introduced in r23378, since it's easy | Greg Hudson | 2009-11-29 | 6 | -70/+13 |
| * | Avoid using strncpy in the production of the arcfour salt because it | Greg Hudson | 2009-11-29 | 1 | -4/+3 |
| * | Add do-while(0) around multi-statement macros in f_tables.h for more | Greg Hudson | 2009-11-29 | 1 | -44/+48 |
| * | Create functional internal interfaces to allow GSSAPI to perform | Greg Hudson | 2009-11-28 | 8 | -147/+143 |
| * | Clean up the arcfour token encryption and decryption functions by | Greg Hudson | 2009-11-28 | 3 | -404/+272 |
| * | Add a convenience inline function in k5-int.h to initialize a | Greg Hudson | 2009-11-28 | 1 | -0/+13 |
| * | Mark and reindent lib/crypto | Greg Hudson | 2009-11-28 | 173 | -7792/+7932 |
| * | Add krb5_key versions of the auth context key accessors, and use them | Greg Hudson | 2009-11-27 | 4 | -29/+51 |
| * | Allow null keys to be referenced (a no-op) for simpler "copying" of | Greg Hudson | 2009-11-27 | 1 | -1/+2 |
| * | Export krb5_k_reference_key since it's part of the public API | Greg Hudson | 2009-11-27 | 1 | -0/+1 |
| * | Clean up the flow control in krb5int_send_tgs, and avoid setting the | Greg Hudson | 2009-11-27 | 1 | -38/+39 |
| * | If krb5_init_creds_step is called on an already complete context, | Greg Hudson | 2009-11-27 | 1 | -1/+1 |
| * | Move the arcfour directory from the crypto module dirs into krb. This | Greg Hudson | 2009-11-27 | 33 | -1068/+164 |
| * | Make depend | Greg Hudson | 2009-11-27 | 1 | -3/+3 |
| * | Add krb5_k_prf, the krb5_key version of krb5_c_prf | Greg Hudson | 2009-11-27 | 3 | -4/+18 |
| * | Clean up a few cases where krb5_get_in_tkt_with_keytab would leak the | Greg Hudson | 2009-11-26 | 1 | -3/+4 |
| * | Pullup to 1.7-branch is only for the test case, as krb5-1.7 behaved | Tom Yu | 2009-11-26 | 4 | -19/+138 |
| * | libkrb5 support for non-blocking AS requests | Greg Hudson | 2009-11-26 | 11 | -634/+1293 |
| * | Defer the conversion of the gic options structure to the extended form | Greg Hudson | 2009-11-25 | 6 | -99/+79 |
| * | Coding Style related fixes | Zhanna Tsitkov | 2009-11-25 | 3 | -414/+379 |
| * | In krb5_db2_db_init, make a format string constant to make Coverity | Greg Hudson | 2009-11-25 | 1 | -3/+2 |
| * | Mark and reindent the pkinit plugin code, except for the header files | Greg Hudson | 2009-11-25 | 9 | -4814/+4820 |
| * | Mark and reindent plugins, except for pkinit, which needs a little | Greg Hudson | 2009-11-24 | 66 | -11372/+11100 |
| * | Remove krb5_ prefix from the name of the static func get_as_key_keytab. Reindent | Zhanna Tsitkov | 2009-11-24 | 1 | -13/+12 |
| * | Mark and reindent what's left of the appl directory | Greg Hudson | 2009-11-24 | 13 | -1710/+1700 |
| * | Fix boilerplate in zap.c | Greg Hudson | 2009-11-24 | 1 | -2/+2 |
| * | Punt the volatile cast in the non-gcc, non-Windows version of zap. | Greg Hudson | 2009-11-24 | 6 | -3/+51 |
| * | KDC MUST NOT accept ap-request armor in FAST TGS | Sam Hartman | 2009-11-24 | 1 | -0/+5 |
| * | Expand comments around 'zap' code | Ken Raeburn | 2009-11-24 | 1 | -1/+29 |
| * | Simplify depfix.pl by assuming that all files outside of the source | Greg Hudson | 2009-11-23 | 2 | -27/+5 |
| * | Check return value of gethostname in krb5_klog_init | Greg Hudson | 2009-11-23 | 1 | -2/+5 |
| * | 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 | 236 | -5117/+4965 |
| * | Remove functions from aclocal.m4 which are no longer needed now that | Greg Hudson | 2009-11-22 | 1 | -81/+0 |
| * | Unbundle applications into separate repository | Greg Hudson | 2009-11-22 | 170 | -70821/+2 |
| * | In _kadm5_init_any on error - if we created a cache entry, destroy it | Ezra Peisach | 2009-11-22 | 1 | -0/+8 |
| * | Clean up some memory leaks by releasing context | Ezra Peisach | 2009-11-22 | 2 | -1/+5 |
| * | For the moment, test for nullity of pointers returned by k5alloc | Greg Hudson | 2009-11-21 | 1 | -1/+1 |
| * | Memory leak in _kadm5_init_any introduced with ipropd | Ezra Peisach | 2009-11-21 | 1 | -0/+2 |
| * | Correct argument to kadm5_get_principal is a pointer to a struct - not | Ezra Peisach | 2009-11-20 | 1 | -2/+6 |
| * | The size of kadm5_server_handle_rec differs between the client and | Ezra Peisach | 2009-11-20 | 2 | -4/+11 |
| * | krb5_free_ad_signedpath must free outer structure | Luke Howard | 2009-11-19 | 1 | -0/+1 |
| * | Put krb5_auth_con_set_req_cksumtype back in the public API, since it | Greg Hudson | 2009-11-19 | 2 | -4/+4 |
| * | Minor reindent fix | Zhanna Tsitkov | 2009-11-18 | 1 | -24/+20 |
| * | minor reindent | Zhanna Tsitkov | 2009-11-18 | 1 | -24/+16 |
| * | Rework using "do { } while (0)" in macro bodies to avoid divergent | Tom Yu | 2009-11-17 | 1 | -4/+8 |