| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Memory leak in new memory keytab | Ezra Peisach | 2007-02-03 | 1 | -0/+2 |
| * | buffer overflow in krb5_kt_get_name | Ezra Peisach | 2007-02-01 | 3 | -3/+3 |
| * | Use krb5.h now for kdb errors, not kdb5_err.h | Ken Raeburn | 2007-02-01 | 2 | -3/+3 |
| * | Don't need to initialize error tables | Ken Raeburn | 2007-02-01 | 1 | -2/+0 |
| * | Don't need to register WRFILE: keytab type, it's already in the compiled-in | Ken Raeburn | 2007-02-01 | 2 | -17/+1 |
| * | Fix merge botches: | Tom Yu | 2007-01-31 | 2 | -12/+30 |
| * | remove krb5_get_init_creds_opt_set_pkinit() for now | Tom Yu | 2007-01-31 | 3 | -82/+0 |
| * | sort, remove duplicates | Ken Raeburn | 2007-01-30 | 1 | -7/+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 | 15 | -101/+925 |
| * | This commit adds a thread safe MEMORY keytab implementation | Jeffrey Altman | 2007-01-30 | 5 | -11/+720 |
| * | Conditionalize ssize_t declaration | Jeffrey Altman | 2007-01-30 | 1 | -0/+3 |
| * | The fix for the command line race conditions | Jeffrey Altman | 2007-01-30 | 1 | -3/+4 |
| * | Microsoft Windows Visual Studio does not define ssize_t | Jeffrey Altman | 2007-01-30 | 1 | -0/+8 |
| * | KFW: 32-bit builds use the pismere krbv4w32.dll library | Jeffrey Altman | 2007-01-30 | 1 | -2/+2 |
| * | sort | Ken Raeburn | 2007-01-27 | 1 | -9/+9 |
| * | sort | Ken Raeburn | 2007-01-27 | 1 | -1/+1 |
| * | NIM Bug Fixes | Jeffrey Altman | 2007-01-24 | 6 | -59/+186 |
| * | Add const to variable to cleanup warnings | Ezra Peisach | 2007-01-23 | 1 | -1/+1 |
| * | Include k5-int.h for krb5_cc_register() prototype. Remove defintion of | Ezra Peisach | 2007-01-23 | 1 | -2/+1 |
| * | Change second argument to krb5_cc_register to take a const krb5_cc_ops *. Makes | Ezra Peisach | 2007-01-23 | 2 | -2/+3 |
| * | gss_krb5int_unseal_token_v3() - change bodysize argument to unsigned - | Ezra Peisach | 2007-01-23 | 2 | -2/+3 |
| * | kt_file.c memory leak on error in krb5_kt_resolve / krb5_kt_wresolve | Jeffrey Altman | 2007-01-23 | 1 | -0/+2 |
| * | Include fake-addrinfo.h before krb5.h to get proper structure declarations | Ezra Peisach | 2007-01-22 | 1 | -3/+4 |
| * | Only declare cc_fcc_entry if USE_KEYRING_CCACHE is not defined | Ezra Peisach | 2007-01-21 | 1 | -0/+3 |
| * | small fixes | Jeffrey Altman | 2007-01-20 | 2 | -3/+5 |
| * | Move files to their correct location | Jeffrey Altman | 2007-01-20 | 2 | -0/+0 |
| * | 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 |
| * | Don't copy headers to .../include | Ken Raeburn | 2007-01-20 | 1 | -8/+1 |
| * | make depend | Ken Raeburn | 2007-01-20 | 2 | -11/+8 |
| * | Build krb5.h using the _err.h files from the error_tables directory, not | Ken Raeburn | 2007-01-20 | 1 | -10/+9 |
| * | Don't explicitly include error table headers that are also in krb5.h | Ken Raeburn | 2007-01-20 | 2 | -5/+0 |
| * | 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 |
| * | * pre.in (MOVEIFCHANGED): New variable | Ken Raeburn | 2007-01-20 | 1 | -1/+2 |
| * | Remove unused file | Ken Raeburn | 2007-01-20 | 1 | -50/+0 |
| * | Remove varargs.h paths, always use stdarg.h | Ken Raeburn | 2007-01-20 | 7 | -43/+2 |
| * | Include stdarg.h, and don't conditionalize declarations of functions with | Ken Raeburn | 2007-01-20 | 1 | -5/+1 |
| * | make depend | Ken Raeburn | 2007-01-20 | 2 | -16/+36 |
| * | Handle function names immediately preceded by "*", like "*strdup" | Ken Raeburn | 2007-01-20 | 1 | -1/+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 | 5 | -13/+3 |
| * | 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 |
| * | Include k5-int.h instead of krb5.h when 'private' functions are needed | Ken Raeburn | 2007-01-20 | 10 | -10/+10 |
| * | * pre.in (.et.h, .et.c): Use temporary files in the current directory with | Ken Raeburn | 2007-01-20 | 2 | -6/+11 |
| * | KFW MSI installer corrections | Jeffrey Altman | 2007-01-20 | 3 | -42/+65 |
| * | NIM - Context sensitive system tray menu and more | Jeffrey Altman | 2007-01-20 | 24 | -41/+569 |