aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2006-03-08make dependKen Raeburn31-336/+671
2006-03-08krb5.h, which is built after util/et, which is built after the supportKen Raeburn2-1/+5
2006-03-07Merge from plugin branchKen Raeburn12-177/+442
2006-03-072006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2-0/+14
2006-02-27Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman4-112/+130
2006-01-27Mark #else of KDB5_STATIC_LINK with ifdef nameSam Hartman1-1/+1
2006-01-27Note that caller must free result of conf_get_sectionSam Hartman2-0/+2
2006-01-27Define new error codes for errors loading dal plugins.Sam Hartman4-5/+19
2006-01-26update copyright datesKen Raeburn1-1/+1
2006-01-26add/update copyright notices for non-trivial code additions/changes in 2006Ken Raeburn1-0/+24
2006-01-25Delete the rest of the support in the kdb library for doing locking onKen Raeburn4-94/+28
2006-01-25Remove the thread-safety flag from the kdb plugin interface. Instead,Ken Raeburn3-22/+11
2006-01-18Include the support library when linking various test programs, because onKen Raeburn14-23/+54
2006-01-11Remove krb5_callconv from non-exported internal functionSam Hartman2-1/+5
2005-12-30 * gc_frm_kdc.c: Rewrite to modularize significantly. (~400-lineTom Yu2-381/+752
2005-12-28 * gc_frm_kdc.c (krb5_get_cred_from_kdc_opt): Cause free_tgt andTom Yu2-12/+19
2005-12-02* Makefile.in (t_crc): Build against support library.Ken Raeburn2-3/+8
2005-12-02 * kdb5.c (kdb_load_library): Make dbpath_names static, to keep Solaris nativeKen Raeburn2-1/+11
2005-12-02Increase size of PurgeRequest buffers for MSLSAJeffrey Altman2-2/+6
2005-11-29make dependTom Yu32-1505/+1115
2005-11-29don't break make depend in lib/crypto on k5-int.h orderingTom Yu3-6/+6
2005-11-18* t_hmac.c, t_pkcs5.c: Don't include krb5.hKen Raeburn3-2/+4
2005-11-18Fix additional cases where krb5.h is included before k5-int.h. In most cases,Ken Raeburn15-8/+34
2005-11-15This commit ensures that all files in the library includeJeffrey Altman12-7/+27
2005-11-15 * Correct function prototypes that should have been using Jeffrey Altman4-6/+18
2005-10-31 * gssapi32.def: export missing functionsJeffrey Altman1-0/+7
2005-10-31 * gssapi32.def: export missing functionsJeffrey Altman1-0/+3
2005-10-31 * acquire_cred.c (acquire_init_cred):Jeffrey Altman4-20/+58
2005-10-27When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood1-0/+36
2005-10-20cc_mslsa.c: Jeffrey Altman2-9/+16
2005-10-20gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exportedJeffrey Altman2-8/+12
2005-10-19* Makefile.in (t_ser): Add dl library and thread link options, since kdb5Ken Raeburn2-1/+6
2005-10-19* arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2-1/+5
2005-10-14* libkadm5srv.exports: Don't export internal error-table symbols, or osa*Ken Raeburn2-27/+5
2005-10-14* libkadm5clnt.exports: Don't export internal error-table symbolsKen Raeburn2-4/+5
2005-10-14* lock-test.c (main): Don't call error table initialization routines;Ken Raeburn2-4/+5
2005-10-11* Makefile.in (SHLIB_EXPLIBS): Include support library. Don't include systemKen Raeburn2-1/+4
2005-10-11* libkdb5.exports: Delete __kdb2_*, kdb2_*, and a bunch of other symbols thatKen Raeburn2-115/+5
2005-10-11partial doc on Novell changesKen Raeburn1-17/+23
2005-10-10* configure.in: Don't pull in libdb on AIX any moreKen Raeburn2-8/+4
2005-10-04* Makefile.in (DBDIR, DBOBJLISTS, DBOBJLISTS-sys, DBOBJLISTS-k5): VariablesKen Raeburn2-8/+5
2005-10-04* api.2/init-v2.exp: Temporarily disabled test103Ken Raeburn2-1/+8
2005-10-04* api.1/lock.exp: Temporarily disabled testsKen Raeburn2-0/+9
2005-10-04* kdb5.c (kdb_get_conf_section): If the default realm is null, return null.Ken Raeburn2-2/+12
2005-10-03 * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properlyTom Yu2-1/+6
2005-09-27 * svr_iters.c (glob_to_regexp): Increment pointer, not character,Tom Yu2-1/+6
2005-09-22Move lib/kdb/kdb_db2 to modules/kdb/db2, and patch up pathnames in variousKen Raeburn16-3988/+6
2005-09-22gss_release_buffer can leak zero-length buffersTom Yu2-2/+6
2005-09-22fix krb5_mk_rep subkey leaksTom Yu2-0/+11
2005-09-22fix memory leaks in krb5_gss_import_name() and krb5_gss_inquire_cred()Tom Yu3-2/+13