| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Provide more detailed error message for 'client not found in kdb' | Ken Raeburn | 2007-04-13 | 1 | -0/+17 |
| * | If select returns EINTR, recompute the expiration time and call it again | Ken Raeburn | 2007-04-13 | 1 | -1/+5 |
| * | EAI_NODATA deprecated, not always defined | Ken Raeburn | 2007-04-09 | 2 | -2/+11 |
| * | service location plugin returning no addresses handled incorrectly | Ken Raeburn | 2007-04-05 | 1 | -18/+18 |
| * | MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslog | Tom Yu | 2007-04-03 | 1 | -3/+7 |
| * | Remove unused scc_default_format field from krb5_context | Ken Raeburn | 2007-03-26 | 2 | -13/+0 |
| * | Initialize 'now' to avoid compiler warning | Ken Raeburn | 2007-03-25 | 1 | -0/+1 |
| * | MAX_FORMAT_BUFFER should be type size_t to reduce warnings | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Adjust type of 'stable' in krb5_register_serializer to reduce warnings | Ken Raeburn | 2007-03-25 | 1 | -4/+4 |
| * | Change strnchr sought value to int to match passed value | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Initialize values to avoid 'possibly uninitialized' compiler warnings | Ken Raeburn | 2007-03-25 | 1 | -2/+2 |
| * | Convert keyblock or padata types to krb5_data without compiler warnings. | Ken Raeburn | 2007-03-25 | 3 | -7/+33 |
| * | Use memset to silence some 'may be used uninitialized' warnings | Ken Raeburn | 2007-03-25 | 2 | -0/+2 |
| * | whitespace (mostly wrapping long lines produced by protoize) | Ken Raeburn | 2007-03-25 | 13 | -36/+74 |
| * | Generate makefiles for two static libs plus the python plugin from the top-le... | Ken Raeburn | 2007-03-25 | 2 | -8/+2 |
| * | Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARY | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -0/+1 |
| * | Store a little more detail for unknown enctype error | Ken Raeburn | 2007-03-25 | 1 | -1/+5 |
| * | krb5 library uses kdc.conf when it shouldn't | Ken Raeburn | 2007-03-21 | 1 | -1/+1 |
| * | Enable Vista support for MSLSA | Jeffrey Altman | 2007-03-20 | 1 | -9/+99 |
| * | * include/k5-platform.h: Add load_{16,32,64}_n for loading values from | Ken Raeburn | 2007-03-14 | 1 | -2/+15 |
| * | * sendto_kdc.c (default_debug_handler): If writing to a log file, keep | Ken Raeburn | 2007-03-14 | 1 | -8/+22 |
| * | On unload, free up g_mechSet and g_mechList | Ken Raeburn | 2007-03-02 | 1 | -7/+33 |
| * | update dependencies | Ken Raeburn | 2007-03-02 | 2 | -3/+8 |
| * | Delete more stuff for 'clean' and 'distclean' targets | Ken Raeburn | 2007-03-02 | 1 | -1/+2 |
| * | valgrind detects uninitialized (but really unused) bytes in 'queue' | Ken Raeburn | 2007-03-01 | 1 | -0/+6 |
| * | krb5_get_cred_from_kdc fails to null terminate the tgt list | Jeffrey Altman | 2007-03-01 | 1 | -0/+1 |
| * | When importing a name with a valid (non-null) handle but a zero | Ken Raeburn | 2007-02-24 | 1 | -1/+4 |
| * | If a reflection is detected, zap the message buffer pointer output | Ken Raeburn | 2007-02-24 | 1 | -1/+4 |
| * | Initialize "loopback" field in newly allocated name structure | Ken Raeburn | 2007-02-22 | 1 | -0/+1 |
| * | Ensure consistancy between prototypes and functions | Ezra Peisach | 2007-02-19 | 8 | -29/+22 |
| * | Conditionalize some ipv6 bits | Ken Raeburn | 2007-02-16 | 1 | -1/+9 |
| * | rename krb5_server_decrypt_ticket_keyblock() to | Tom Yu | 2007-02-13 | 1 | -4/+5 |
| * | hack to permit GetEnvironmentVariable usage without requiring getenv() conver... | Jeffrey Altman | 2007-02-12 | 1 | -0/+9 |
| * | In the resolve function - ensure on memory allocation error - | Ezra Peisach | 2007-02-12 | 1 | -3/+6 |
| * | krb5_kt_default_name should take an unsized length | Ezra Peisach | 2007-02-05 | 1 | -5/+5 |
| * | krb5_kt_get_type should return const char *. | Ezra Peisach | 2007-02-05 | 3 | -4/+4 |
| * | Add a new program to perform various tests on the WRFILE: and MEMORY: keytabs | Ezra Peisach | 2007-02-04 | 2 | -8/+461 |
| * | MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecified | Ezra Peisach | 2007-02-04 | 1 | -10/+10 |
| * | MEMORY keytab does not copy keytab_entry keyblock contents | Ezra Peisach | 2007-02-04 | 1 | -3/+21 |
| * | 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 |
| * | 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 | 1 | -7/+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 | 2 | -64/+0 |
| * | sort, remove duplicates | Ken Raeburn | 2007-01-30 | 1 | -7/+1 |
| * | get_init_creds_opt extensibility | Tom Yu | 2007-01-30 | 7 | -63/+590 |
| * | This commit adds a thread safe MEMORY keytab implementation | Jeffrey Altman | 2007-01-30 | 5 | -11/+720 |
| * | sort | Ken Raeburn | 2007-01-27 | 1 | -9/+9 |