summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-0218-2/+45
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-0230-0/+75
* make dependKen Raeburn2006-04-011-48/+53
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-0127-3/+55
* * configure.in: Never define size_tKen Raeburn2006-04-012-1/+4
* * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): ReadKen Raeburn2006-03-312-21/+13
* * configure.in: Don't test sizes of natural typesKen Raeburn2006-03-312-3/+4
* Stop checking sizeof(type) at configure time.Ken Raeburn2006-03-316-19/+28
* * util_token.c: Include limits.h.Ken Raeburn2006-03-312-3/+11
* make depend, now with dependency sortingKen Raeburn2006-03-3134-3381/+3463
* * dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy branches.Ken Raeburn2006-03-302-22/+5
* * aesopt.h: Include autoconf.hKen Raeburn2006-03-303-3/+10
* * shs.c: Include shs.h firstKen Raeburn2006-03-302-1/+5
* fill a paragraph in a comment because it's making my scripted parsing difficultKen Raeburn2006-03-301-5/+5
* * configure.in: Always supply three arguments to AC_DEFINE_UNQUOTEDKen Raeburn2006-03-282-2/+7
* make dependKen Raeburn2006-03-2731-960/+1162
* * Makefile.in (include_xom): Define as "rem" instead of empty on WindowsKen Raeburn2006-03-272-1/+6
* build and export set/reset_com_err_hook on windowsKen Raeburn2006-03-271-0/+2
* * krb5_32.def: Add the new error-message functionsKen Raeburn2006-03-272-1/+10
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-267-1/+103
* * Makefile.in (check-unix): Use RUN_SETUP for t_deltatKen Raeburn2006-03-132-1/+5
* * Makefile.in (check-unix): Use RUN_SETUPKen Raeburn2006-03-132-2/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-1163-1120/+1116
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-114-0/+12
* * locate_kdc.c (module_locate_server): Don't set cbdata.lp at initialization ...Ken Raeburn2006-03-092-1/+7
* make dependKen Raeburn2006-03-084-91/+142
* * kdb5.c: Don't include pthread.hKen Raeburn2006-03-082-4/+4
* make dependKen Raeburn2006-03-0831-336/+671
* krb5.h, which is built after util/et, which is built after the supportKen Raeburn2006-03-082-1/+5
* Merge from plugin branchKen Raeburn2006-03-0712-177/+442
* 2006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2006-03-072-0/+14
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-274-112/+130
* Mark #else of KDB5_STATIC_LINK with ifdef nameSam Hartman2006-01-271-1/+1
* Note that caller must free result of conf_get_sectionSam Hartman2006-01-272-0/+2
* Define new error codes for errors loading dal plugins.Sam Hartman2006-01-274-5/+19
* update copyright datesKen Raeburn2006-01-261-1/+1
* add/update copyright notices for non-trivial code additions/changes in 2006Ken Raeburn2006-01-261-0/+24
* Delete the rest of the support in the kdb library for doing locking onKen Raeburn2006-01-254-94/+28
* Remove the thread-safety flag from the kdb plugin interface. Instead,Ken Raeburn2006-01-253-22/+11
* Include the support library when linking various test programs, because onKen Raeburn2006-01-1814-23/+54
* Remove krb5_callconv from non-exported internal functionSam Hartman2006-01-112-1/+5
* * gc_frm_kdc.c: Rewrite to modularize significantly. (~400-lineTom Yu2005-12-302-381/+752
* * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause free_tgt andTom Yu2005-12-282-12/+19
* * Makefile.in (t_crc): Build against support library.Ken Raeburn2005-12-022-3/+8
* * kdb5.c (kdb_load_library): Make dbpath_names static, to keep Solaris nativeKen Raeburn2005-12-022-1/+11
* Increase size of PurgeRequest buffers for MSLSAJeffrey Altman2005-12-022-2/+6
* make dependTom Yu2005-11-2932-1505/+1115
* don't break make depend in lib/crypto on k5-int.h orderingTom Yu2005-11-293-6/+6
* * t_hmac.c, t_pkcs5.c: Don't include krb5.hKen Raeburn2005-11-183-2/+4
* Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn2005-11-1815-8/+34