| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | partial doc of Novell changes | Ken Raeburn | 2005-08-19 | 1 | -3/+27 |
| * | * kdb5.c (kdb_load_library): Look up db_modules>db_module_dir in config file, | Ken Raeburn | 2005-08-17 | 2 | -2/+37 |
| * | * get_in_tkt.c (krb5_get_init_creds): Free tempstr on non-error | Tom Yu | 2005-08-16 | 2 | -4/+11 |
| * | consistently include stdio.h in lib/gssapi/krb5/import_name.c | Tom Yu | 2005-08-11 | 2 | -2/+6 |
| * | doc Novell changes | Ken Raeburn | 2005-07-22 | 3 | -26/+107 |
| * | coding style | Ken Raeburn | 2005-07-22 | 1 | -45/+32 |
| * | describe Novell changes | Ken Raeburn | 2005-07-21 | 1 | -9/+31 |
| * | cleanup | Ken Raeburn | 2005-07-21 | 1 | -2/+1 |
| * | fix MITKRB5-SA-2005-003 krb5_recvauth double-free | Tom Yu | 2005-07-12 | 2 | -2/+4 |
| * | fix MITKRB5-SA-2005-002 KDC double-free and heap overflow | Tom Yu | 2005-07-12 | 2 | -0/+9 |
| * | * api.1/lock.exp (lock_test_continue): After exiting the loop, send the process | Ken Raeburn | 2005-07-08 | 2 | -0/+7 |
| * | * kdb5.c (kdb_get_library_name, kdb_load_library): Change default name to "db2". | Ken Raeburn | 2005-07-06 | 2 | -8/+11 |
| * | Rename module to "db2" | Ken Raeburn | 2005-07-06 | 5 | -8/+17 |
| * | kdb_db2.c change from friday | Ken Raeburn | 2005-07-06 | 1 | -0/+5 |
| * | rename string_to_key.c to arcfour_s2k.c | Ken Raeburn | 2005-07-02 | 3 | -5/+10 |
| * | rename arcfour.c to rc4.c | Ken Raeburn | 2005-07-02 | 3 | -12/+16 |
| * | * err_handle.c (krb5_err_key): Variable deleted. | Ken Raeburn | 2005-07-02 | 4 | -14/+24 |
| * | * Makefile.in (check-unix): Don't run dyntest automatically | Ken Raeburn | 2005-07-02 | 2 | -1/+5 |
| * | delete functions in '#if 0' | Ken Raeburn | 2005-07-02 | 1 | -332/+0 |
| * | whitespace | Ken Raeburn | 2005-07-02 | 1 | -12/+12 |
| * | Convert to ISO C function declaration style. | Ken Raeburn | 2005-07-02 | 1 | -116/+71 |
| * | reformat | Ken Raeburn | 2005-07-02 | 1 | -520/+452 |
| * | * Makefile.in (t_kdb, check, clean): Delete t_kdb references | Ken Raeburn | 2005-06-30 | 2 | -12/+4 |
| * | * Makefile.in: Use libnover_frag. | Ken Raeburn | 2005-06-30 | 2 | -21/+9 |
| * | * t_ser.c (ser_data): Don't initialize db serialization code that doesn't exist | Ken Raeburn | 2005-06-30 | 2 | -13/+7 |
| * | * Makefile.in (LIB): Variable deleted, uses replaced with LIBBASE. | Ken Raeburn | 2005-06-29 | 2 | -7/+16 |
| * | Fix build problems on AIX, Tru64 | Ken Raeburn | 2005-06-27 | 2 | -7/+12 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(DL_LIB) | Ken Raeburn | 2005-06-21 | 2 | -1/+3 |
| * | * err_handle.c, kdb5.c: Test ENABLE_THREADS, not just HAVE_PTHREAD_H | Ken Raeburn | 2005-06-21 | 3 | -6/+16 |
| * | reformat | Ken Raeburn | 2005-06-21 | 5 | -1091/+1005 |
| * | Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dl | Ken Raeburn | 2005-06-21 | 2 | -1/+4 |
| * | Novell Database Abstraction Layer merge. | Ken Raeburn | 2005-06-21 | 73 | -2324/+5263 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 32 | -921/+1354 |
| * | ksu keeps old ccache locked | Ken Raeburn | 2005-06-15 | 2 | -1/+6 |
| * | * destest.c (main): Force testing of unaligned access to input, output, and key | Ken Raeburn | 2005-06-10 | 2 | -3/+17 |