summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This commit ensures that all files in the library includeJeffrey Altman2005-11-1512-7/+27
* * Correct function prototypes that should have been using Jeffrey Altman2005-11-154-6/+18
* * gssapi32.def: export missing functionsJeffrey Altman2005-10-311-0/+7
* * gssapi32.def: export missing functionsJeffrey Altman2005-10-311-0/+3
* * acquire_cred.c (acquire_init_cred):Jeffrey Altman2005-10-314-20/+58
* When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood2005-10-271-0/+36
* cc_mslsa.c: Jeffrey Altman2005-10-202-9/+16
* gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exportedJeffrey Altman2005-10-202-8/+12
* * Makefile.in (t_ser): Add dl library and thread link options, since kdb5Ken Raeburn2005-10-192-1/+6
* * arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2005-10-192-1/+5
* * libkadm5srv.exports: Don't export internal error-table symbols, or osa*Ken Raeburn2005-10-142-27/+5
* * libkadm5clnt.exports: Don't export internal error-table symbolsKen Raeburn2005-10-142-4/+5
* * lock-test.c (main): Don't call error table initialization routines;Ken Raeburn2005-10-142-4/+5
* * Makefile.in (SHLIB_EXPLIBS): Include support library. Don't include systemKen Raeburn2005-10-112-1/+4
* * libkdb5.exports: Delete __kdb2_*, kdb2_*, and a bunch of other symbols thatKen Raeburn2005-10-112-115/+5
* partial doc on Novell changesKen Raeburn2005-10-111-17/+23
* * configure.in: Don't pull in libdb on AIX any moreKen Raeburn2005-10-102-8/+4
* * Makefile.in (DBDIR, DBOBJLISTS, DBOBJLISTS-sys, DBOBJLISTS-k5): VariablesKen Raeburn2005-10-042-8/+5
* * api.2/init-v2.exp: Temporarily disabled test103Ken Raeburn2005-10-042-1/+8
* * api.1/lock.exp: Temporarily disabled testsKen Raeburn2005-10-042-0/+9
* * kdb5.c (kdb_get_conf_section): If the default realm is null, return null.Ken Raeburn2005-10-042-2/+12
* * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properlyTom Yu2005-10-032-1/+6
* * svr_iters.c (glob_to_regexp): Increment pointer, not character,Tom Yu2005-09-272-1/+6