| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove the thread-safety flag from the kdb plugin interface. Instead, | Ken Raeburn | 2006-01-25 | 3 | -22/+11 |
| * | Include the support library when linking various test programs, because on | Ken Raeburn | 2006-01-18 | 14 | -23/+54 |
| * | Remove krb5_callconv from non-exported internal function | Sam Hartman | 2006-01-11 | 2 | -1/+5 |
| * | * gc_frm_kdc.c: Rewrite to modularize significantly. (~400-line | Tom Yu | 2005-12-30 | 2 | -381/+752 |
| * | * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause free_tgt and | Tom Yu | 2005-12-28 | 2 | -12/+19 |
| * | * Makefile.in (t_crc): Build against support library. | Ken Raeburn | 2005-12-02 | 2 | -3/+8 |
| * | * kdb5.c (kdb_load_library): Make dbpath_names static, to keep Solaris native | Ken Raeburn | 2005-12-02 | 2 | -1/+11 |
| * | Increase size of PurgeRequest buffers for MSLSA | Jeffrey Altman | 2005-12-02 | 2 | -2/+6 |
| * | make depend | Tom Yu | 2005-11-29 | 32 | -1505/+1115 |
| * | don't break make depend in lib/crypto on k5-int.h ordering | Tom Yu | 2005-11-29 | 3 | -6/+6 |
| * | * t_hmac.c, t_pkcs5.c: Don't include krb5.h | Ken Raeburn | 2005-11-18 | 3 | -2/+4 |
| * | Fix additional cases where krb5.h is included before k5-int.h. In most cases, | Ken Raeburn | 2005-11-18 | 15 | -8/+34 |
| * | This commit ensures that all files in the library include | Jeffrey Altman | 2005-11-15 | 12 | -7/+27 |
| * | * Correct function prototypes that should have been using | Jeffrey Altman | 2005-11-15 | 4 | -6/+18 |
| * | * gssapi32.def: export missing functions | Jeffrey Altman | 2005-10-31 | 1 | -0/+7 |
| * | * gssapi32.def: export missing functions | Jeffrey Altman | 2005-10-31 | 1 | -0/+3 |
| * | * acquire_cred.c (acquire_init_cred): | Jeffrey Altman | 2005-10-31 | 4 | -20/+58 |
| * | When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred | Alexandra Ellwood | 2005-10-27 | 1 | -0/+36 |
| * | cc_mslsa.c: | Jeffrey Altman | 2005-10-20 | 2 | -9/+16 |
| * | gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exported | Jeffrey Altman | 2005-10-20 | 2 | -8/+12 |
| * | * Makefile.in (t_ser): Add dl library and thread link options, since kdb5 | Ken Raeburn | 2005-10-19 | 2 | -1/+6 |
| * | * arcfour_s2k.c (asctouni): Counter should be size_t, like len | Ken Raeburn | 2005-10-19 | 2 | -1/+5 |
| * | * libkadm5srv.exports: Don't export internal error-table symbols, or osa* | Ken Raeburn | 2005-10-14 | 2 | -27/+5 |
| * | * libkadm5clnt.exports: Don't export internal error-table symbols | Ken Raeburn | 2005-10-14 | 2 | -4/+5 |
| * | * lock-test.c (main): Don't call error table initialization routines; | Ken Raeburn | 2005-10-14 | 2 | -4/+5 |
| * | * Makefile.in (SHLIB_EXPLIBS): Include support library. Don't include system | Ken Raeburn | 2005-10-11 | 2 | -1/+4 |
| * | * libkdb5.exports: Delete __kdb2_*, kdb2_*, and a bunch of other symbols that | Ken Raeburn | 2005-10-11 | 2 | -115/+5 |
| * | partial doc on Novell changes | Ken Raeburn | 2005-10-11 | 1 | -17/+23 |
| * | * configure.in: Don't pull in libdb on AIX any more | Ken Raeburn | 2005-10-10 | 2 | -8/+4 |
| * | * Makefile.in (DBDIR, DBOBJLISTS, DBOBJLISTS-sys, DBOBJLISTS-k5): Variables | Ken Raeburn | 2005-10-04 | 2 | -8/+5 |
| * | * api.2/init-v2.exp: Temporarily disabled test103 | Ken Raeburn | 2005-10-04 | 2 | -1/+8 |
| * | * api.1/lock.exp: Temporarily disabled tests | Ken Raeburn | 2005-10-04 | 2 | -0/+9 |
| * | * kdb5.c (kdb_get_conf_section): If the default realm is null, return null. | Ken Raeburn | 2005-10-04 | 2 | -2/+12 |
| * | * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properly | Tom Yu | 2005-10-03 | 2 | -1/+6 |
| * | * svr_iters.c (glob_to_regexp): Increment pointer, not character, | Tom Yu | 2005-09-27 | 2 | -1/+6 |
| * | Move lib/kdb/kdb_db2 to modules/kdb/db2, and patch up pathnames in various | Ken Raeburn | 2005-09-22 | 16 | -3988/+6 |
| * | gss_release_buffer can leak zero-length buffers | Tom Yu | 2005-09-22 | 2 | -2/+6 |
| * | fix krb5_mk_rep subkey leaks | Tom Yu | 2005-09-22 | 2 | -0/+11 |
| * | fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred() | Tom Yu | 2005-09-22 | 3 | -2/+13 |
| * | minor_status not cleared sometimes (gsstest nits) | Tom Yu | 2005-09-21 | 3 | -4/+18 |
| * | krb5_gss_inquire_cred can copy out uninitialized pointer | Tom Yu | 2005-09-21 | 2 | -3/+15 |
| * | * dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not empty | Tom Yu | 2005-09-16 | 2 | -1/+6 |
| * | Rework logic for using res_ninit() and friends to fall back to | Tom Yu | 2005-09-08 | 2 | -10/+28 |
| * | fix more executable permissions | Tom Yu | 2005-08-25 | 7 | -0/+0 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 26 | -89/+0 |
| * | * t_ser.c (ser_kcontext_test): Remove statement declaring an | Ezra Peisach | 2005-08-23 | 2 | -1/+5 |
| * | Rename all RPC functions from _1 to _2 to match current program version number; | Ken Raeburn | 2005-08-20 | 9 | -109/+100 |
| * | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 22 | -11/+53 |
| * | Minor changes (shouldn't alter semantics) to increase similarity to code output | Ken Raeburn | 2005-08-20 | 2 | -133/+109 |
| * | * kdb_db2.c (MAX_LOCK_TRIES): New macro. | Ken Raeburn | 2005-08-20 | 2 | -13/+25 |