aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2006-05-23install headers into include/krb5Ken Raeburn8-884/+938
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn3-16/+56
2006-05-13* configure.in: Don't create a makefile for posix subdirKen Raeburn1-1/+1
2006-05-13* syslog.c: Discard all the non-Windows bits, since we don't build this onKen Raeburn1-248/+1
2006-05-13* getuid.c, memmove.c, sscanf.c, strcasecmp.c, strdup.c, strerror.c,Ken Raeburn8-1240/+0
2006-05-13Use unsigned char rather than u_int8_t in random_string()Tom Yu1-1/+1
2006-05-10Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2-7/+72
2006-05-09* send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata isKen Raeburn1-1/+1
2006-05-04Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2-6/+7
2006-04-29Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn11-50/+2
2006-04-25Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn1-3/+6
2006-04-24Added CoreFoundation bundle plugin supportAlexandra Ellwood1-0/+4
2006-04-21unsigned/signed int warnings in krb5_context variablesEzra Peisach1-1/+1
2006-04-18(LOCAL_SUBDIRS, STOBJLISTS, SUBDIROBJLISTS): Don't build posix dir on UNIXKen Raeburn1-3/+1
2006-04-18(krb5int_debug_fprint): Use strerror_r if available.Ken Raeburn1-12/+11
2006-04-14Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn4-144/+2
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-0/+1
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn8-416/+367
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman10-11890/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn12-540/+0
2006-04-04make dependKen Raeburn1-2/+2
2006-04-04* Makefile.in (DEFS): Make empty.Ken Raeburn3-0/+8
2006-04-03include autoconf.h in a few more placesKen Raeburn4-0/+6
2006-04-02* Makefile.in (DEFS): Make emptyKen Raeburn18-2/+45
2006-04-01Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn4-0/+7
2006-03-31* kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): ReadKen Raeburn2-21/+13
2006-03-31make depend, now with dependency sortingKen Raeburn8-1286/+1293
2006-03-27make dependKen Raeburn7-412/+529
2006-03-26Initial enhanced error message support, similar to what I sent toKen Raeburn7-1/+103
2006-03-13* Makefile.in (check-unix): Use RUN_SETUP for t_deltatKen Raeburn2-1/+5
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn9-507/+511
2006-03-09* locate_kdc.c (module_locate_server): Don't set cbdata.lp at initialization ...Ken Raeburn2-1/+7
2006-03-08make dependKen Raeburn7-172/+343
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-02-27Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2-2/+7
2006-01-27Define new error codes for errors loading dal plugins.Sam Hartman2-0/+8
2006-01-26update copyright datesKen Raeburn1-1/+1
2006-01-18Include the support library when linking various test programs, because onKen Raeburn2-2/+6
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-02Increase size of PurgeRequest buffers for MSLSAJeffrey Altman2-2/+6
2005-11-29make dependTom Yu7-566/+385
2005-11-15This commit ensures that all files in the library includeJeffrey Altman10-6/+22
2005-11-15 * Correct function prototypes that should have been using Jeffrey Altman4-6/+18
2005-10-31 * acquire_cred.c (acquire_init_cred):Jeffrey Altman2-8/+14
2005-10-20cc_mslsa.c: Jeffrey Altman2-9/+16
2005-10-19* Makefile.in (t_ser): Add dl library and thread link options, since kdb5Ken Raeburn2-1/+6
2005-10-03 * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properlyTom Yu2-1/+6
2005-09-22fix krb5_mk_rep subkey leaksTom Yu2-0/+11