summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-1110-11890/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-1112-540/+0
* make dependKen Raeburn2006-04-041-2/+2
* * Makefile.in (DEFS): Make empty.Ken Raeburn2006-04-043-0/+8
* include autoconf.h in a few more placesKen Raeburn2006-04-034-0/+6
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-0218-2/+45
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-014-0/+7
* * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): ReadKen Raeburn2006-03-312-21/+13
* make depend, now with dependency sortingKen Raeburn2006-03-318-1286/+1293
* make dependKen Raeburn2006-03-277-412/+529
* 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
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-119-507/+511
* * locate_kdc.c (module_locate_server): Don't set cbdata.lp at initialization ...Ken Raeburn2006-03-092-1/+7
* make dependKen Raeburn2006-03-087-172/+343
* 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
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-272-2/+7
* Define new error codes for errors loading dal plugins.Sam Hartman2006-01-272-0/+8
* update copyright datesKen Raeburn2006-01-261-1/+1
* Include the support library when linking various test programs, because onKen Raeburn2006-01-182-2/+6
* * 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
* Increase size of PurgeRequest buffers for MSLSAJeffrey Altman2005-12-022-2/+6
* make dependTom Yu2005-11-297-566/+385
* This commit ensures that all files in the library includeJeffrey Altman2005-11-1510-6/+22
* * Correct function prototypes that should have been using Jeffrey Altman2005-11-154-6/+18
* * acquire_cred.c (acquire_init_cred):Jeffrey Altman2005-10-312-8/+14
* cc_mslsa.c: Jeffrey Altman2005-10-202-9/+16
* * Makefile.in (t_ser): Add dl library and thread link options, since kdb5Ken Raeburn2005-10-192-1/+6
* * asn1_get.c (asn1_get_tag_2): Patch from Zhihong Zhang to properlyTom Yu2005-10-032-1/+6
* fix krb5_mk_rep subkey leaksTom Yu2005-09-222-0/+11
* * dnsglue.c (USE_RES_NINIT): Fix braino: define to 1, not emptyTom Yu2005-09-162-1/+6
* Rework logic for using res_ninit() and friends to fall back toTom Yu2005-09-082-10/+28
* fix more executable permissionsTom Yu2005-08-251-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-245-22/+0
* * t_ser.c (ser_kcontext_test): Remove statement declaring anEzra Peisach2005-08-232-1/+5
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* * get_in_tkt.c (krb5_get_init_creds): Free tempstr on non-errorTom Yu2005-08-162-4/+11
* fix MITKRB5-SA-2005-003 krb5_recvauth double-freeTom Yu2005-07-122-2/+4
* fix MITKRB5-SA-2005-002 KDC double-free and heap overflowTom Yu2005-07-122-0/+9
* * t_ser.c (ser_data): Don't initialize db serialization code that doesn't existKen Raeburn2005-06-302-13/+7
* Update dependenciesKen Raeburn2005-06-217-383/+562
* ksu keeps old ccache lockedKen Raeburn2005-06-152-1/+6
* * sendto_kdc.c (service_fds): Don't create a select_state on the stack; take anKen Raeburn2005-06-102-23/+40
* Implement RFC 3961 PRFSam Hartman2005-05-204-46/+35
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-8/+8
* 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-232-4/+29
* * Makefile.in (BISONFLAGS): Drop -v.Ken Raeburn2005-04-133-23/+27