summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * api.1/lock.exp (lock_test_continue): After exiting the loop, send the processKen Raeburn2005-07-082-0/+7
* * kdb5.c (kdb_get_library_name, kdb_load_library): Change default name to "db2".Ken Raeburn2005-07-062-8/+11
* Rename module to "db2"Ken Raeburn2005-07-065-8/+17
* kdb_db2.c change from fridayKen Raeburn2005-07-061-0/+5
* rename string_to_key.c to arcfour_s2k.cKen Raeburn2005-07-023-5/+10
* rename arcfour.c to rc4.cKen Raeburn2005-07-023-12/+16
* * err_handle.c (krb5_err_key): Variable deleted.Ken Raeburn2005-07-024-14/+24
* * Makefile.in (check-unix): Don't run dyntest automaticallyKen Raeburn2005-07-022-1/+5
* delete functions in '#if 0'Ken Raeburn2005-07-021-332/+0
* whitespaceKen Raeburn2005-07-021-12/+12
* Convert to ISO C function declaration style.Ken Raeburn2005-07-021-116/+71
* reformatKen Raeburn2005-07-021-520/+452
* * Makefile.in (t_kdb, check, clean): Delete t_kdb referencesKen Raeburn2005-06-302-12/+4
* * Makefile.in: Use libnover_frag.Ken Raeburn2005-06-302-21/+9
* * t_ser.c (ser_data): Don't initialize db serialization code that doesn't existKen Raeburn2005-06-302-13/+7
* * Makefile.in (LIB): Variable deleted, uses replaced with LIBBASE.Ken Raeburn2005-06-292-7/+16
* Fix build problems on AIX, Tru64Ken Raeburn2005-06-272-7/+12
* * Makefile.in (SHLIB_EXPLIBS): Add $(DL_LIB)Ken Raeburn2005-06-212-1/+3
* * err_handle.c, kdb5.c: Test ENABLE_THREADS, not just HAVE_PTHREAD_HKen Raeburn2005-06-213-6/+16
* reformatKen Raeburn2005-06-215-1091/+1005
* Use DL_LIB and THREAD_LINKOPTS instead of explicitly specifying the dlKen Raeburn2005-06-212-1/+4
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-2173-2324/+5263
* Update dependenciesKen Raeburn2005-06-2132-921/+1354
* ksu keeps old ccache lockedKen Raeburn2005-06-152-1/+6
* * destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2005-06-102-3/+17
* * kdb_dbm.c: Unused file deletedKen Raeburn2005-06-102-1409/+4
* * sendto_kdc.c (service_fds): Don't create a select_state on the stack; take anKen Raeburn2005-06-102-23/+40
* * f_tables.h: Include k5-platform.h.Ken Raeburn2005-06-092-11/+9
* Make "make check" able to link things again..Ken Raeburn2005-05-242-1/+7
* Implement RFC 3961 PRFSam Hartman2005-05-2016-67/+491
* * err_txt.c: Don't include krb_err.c if DEPEND is definedKen Raeburn2005-05-132-1/+5
* build failure on sparc64-solarisKen Raeburn2005-05-042-1/+5
* typo fixKen Raeburn2005-05-011-1/+1
* * ytypes.h: Include autoconf.h. Include sys/types.h only if it existsKen Raeburn2005-05-012-0/+8
* * shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+32
* * md5.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+60
* * md4.c (Transform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+27
* * t_crc.c (main): Don't run timing test for nowKen Raeburn2005-05-012-1/+7
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-282-9/+9
* * yarrow.c: Delete old macintosh support.Ken Raeburn2005-04-282-13/+21
* the purpose of the krb5_get_credentials call is toJeffrey Altman2005-04-252-2/+19
* Move WSAStartup/WSACleanup from DllMain to krb5_init_ctx/krb5_free_ctxJeffrey Altman2005-04-234-47/+34
* * lib/kadm5/configure.in, kadmin/configure.in: Don't invoke AC_CANONICAL_HOSTKen Raeburn2005-04-202-1/+5
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-135-15/+61
* * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag.Ken Raeburn2005-04-132-7/+14
* * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor...Ken Raeburn2005-04-132-1/+8
* * Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ...Ken Raeburn2005-04-132-1/+6
* * Makefile.in (BISONFLAGS): Drop -v.Ken Raeburn2005-04-133-23/+27
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-1335-35/+47
* Work around Makefile quoting problemsTom Yu2005-04-076-5/+20