| Commit message (Expand) | Author | Age | Files | Lines |
* | Under gcc, declare k5_v?asprintf with format attribute | Ken Raeburn | 2007-06-29 | 1 | -0/+8 |
* | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 3 | -8/+28 |
* | For Win32 environment, define CAN_COPY_VA_LIST, and define an inline | Ken Raeburn | 2007-06-27 | 1 | -1/+21 |
* | If mkstemp is missing, define the mkstemp macro is k5-platform.h, not autoconf.h | Ken Raeburn | 2007-06-27 | 1 | -0/+1 |
* | Add the libdb2 type-existence tests to the top-level configure script. | Ken Raeburn | 2007-06-20 | 1 | -0/+1 |
* | Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and rename | Ken Raeburn | 2007-06-20 | 1 | -0/+3 |
* | provide asprintf functionality for internal use | Ken Raeburn | 2007-06-20 | 1 | -3/+92 |
* | don't include time.h in CredentialsCache.h if it's not needed | Alexandra Ellwood | 2007-06-14 | 1 | -3/+1 |
* | The #if _WIN32 block threw an error with Visual Studio 2005. Bumped the _MSC... | Kevin Koch | 2007-06-05 | 1 | -1/+1 |
* | Move CCAPI sources to krb5 repository | Alexandra Ellwood | 2007-05-31 | 2 | -0/+878 |
* | On Solaris 10, define NO_WEAK_PTHREADS for the build. When that symbol is | Ken Raeburn | 2007-05-23 | 1 | -5/+9 |
* | Change struct _krb5_context.os_context into a single element instead of array[1] | Ken Raeburn | 2007-05-21 | 1 | -10/+1 |
* | Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset, | Ken Raeburn | 2007-05-21 | 1 | -10/+6 |
* | Define and use some inline helper functions for comparing data and authdata s... | Ken Raeburn | 2007-05-10 | 1 | -1/+38 |
* | k5-int.h, gic_opt.c | Jeffrey Altman | 2007-05-02 | 1 | -2/+2 |
* | Add a few comments on k5_mutex_t handling | Ken Raeburn | 2007-04-13 | 1 | -1/+18 |
* | Remove unused scc_default_format field from krb5_context | Ken Raeburn | 2007-03-26 | 1 | -1/+0 |
* | Use "unsigned __int{16,32}" types for Windows in load_{16,32}_n, per Kevin | Ken Raeburn | 2007-03-14 | 1 | -0/+8 |
* | * include/k5-platform.h: Add load_{16,32,64}_n for loading values from | Ken Raeburn | 2007-03-14 | 1 | -0/+24 |
* | Windows - some apps define ssize_t as a preprocessor symbol | Jeffrey Altman | 2007-02-28 | 1 | -0/+3 |
* | Ensure consistancy between prototypes and functions | Ezra Peisach | 2007-02-19 | 1 | -1/+1 |
* | rename krb5_server_decrypt_ticket_keyblock() to | Tom Yu | 2007-02-13 | 1 | -1/+1 |
* | krb5_kt_default_name should take an unsized length | Ezra Peisach | 2007-02-05 | 1 | -1/+1 |
* | krb5_kt_get_type should return const char *. | Ezra Peisach | 2007-02-05 | 1 | -1/+1 |
* | update def-check to look at preauth_plugin.h | Tom Yu | 2007-01-30 | 1 | -2/+5 |
* | get_init_creds_opt extensibility | Tom Yu | 2007-01-30 | 3 | -7/+157 |
* | Microsoft Windows Visual Studio does not define ssize_t | Jeffrey Altman | 2007-01-30 | 1 | -0/+8 |
* | Change second argument to krb5_cc_register to take a const krb5_cc_ops *. Makes | Ezra Peisach | 2007-01-23 | 1 | -1/+1 |
* | Use intermediate target to prevent parallel invocations of 'make includes' in... | Ken Raeburn | 2007-01-20 | 1 | -1/+2 |
* | Use move-if-changed and a timestamp file to avoid re-running commands and | Ken Raeburn | 2007-01-20 | 1 | -7/+10 |
* | Build krb5.h using the _err.h files from the error_tables directory, not | Ken Raeburn | 2007-01-20 | 1 | -10/+9 |
* | Mark as C source for Emacs mode selection | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
* | Move osconf input file to include directory instead of keeping it in its own | Ken Raeburn | 2007-01-20 | 2 | -3/+3 |
* | * Makefile.in (osconf.h): Use move-if-changed script | Ken Raeburn | 2007-01-20 | 1 | -3/+1 |
* | Include stdarg.h, and don't conditionalize declarations of functions with | Ken Raeburn | 2007-01-20 | 1 | -5/+1 |
* | Mark as C source for Emacs mode selection | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
* | Don't define KRB5_PRIVATE, since it's not tested any more | Ken Raeburn | 2007-01-20 | 1 | -4/+0 |
* | Move all KRB5_PRIVATE declarations from krb5.h(in) to k5-int.h, and drop the | Ken Raeburn | 2007-01-20 | 2 | -376/+305 |
* | * Makefile.in (private-and-public-decls): New target file, created from | Ken Raeburn | 2007-01-20 | 1 | -3/+5 |
* | Fix typo in checked-in version | Ken Raeburn | 2007-01-16 | 1 | -1/+1 |
* | This commit adds two new functions, krb5_server_decrypt_ticket_keyblock | Jeffrey Altman | 2007-01-16 | 1 | -0/+12 |
* | * lib/krb5/krb/copy_creds.c (krb5int_copy_creds_contents): New function, split | Ken Raeburn | 2006-12-28 | 1 | -0/+3 |
* | krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn't | Ken Raeburn | 2006-12-19 | 1 | -1/+1 |
* | (k5_mutex_lock_update_stats) [!DEBUG_THREADS_STATS && __GNUC__]: Declare | Ken Raeburn | 2006-12-19 | 1 | -2/+3 |
* | build the trunk on Windows (again) | Jeffrey Altman | 2006-12-08 | 2 | -5/+1 |
* | Modifications to support the generation and embedding | Jeffrey Altman | 2006-12-07 | 1 | -2/+5 |
* | krb5_cc_remove should work for the CCAPI | Alexandra Ellwood | 2006-12-05 | 1 | -0/+5 |
* | Remove unused prototype for krb5_find_config_files | Ezra Peisach | 2006-12-03 | 1 | -2/+0 |
* | send a new request with the new padata returned by krb5_do_preauth_tryagain() | Kevin Coffman | 2006-12-01 | 1 | -1/+1 |
* | * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): Internal | Tom Yu | 2006-11-18 | 1 | -0/+6 |