summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hooks for recording statistics on locking behaviorKen Raeburn2004-12-066-10/+189
* ticket: newSam Hartman2004-11-262-7/+6
* fix missing mutex initialization in keytab file codeKen Raeburn2004-11-262-0/+12
* fix missing locking in keytab; fix stdio handling tooKen Raeburn2004-11-242-24/+102
* set errno=0 prior to fopen in kt_fileTom Yu2004-11-242-2/+11
* KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2004-11-232-12/+47
* document Solaris patches for pty-close bugTom Yu2004-11-202-0/+11
* * locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn2004-11-194-10/+32
* * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell toTom Yu2004-11-192-2/+7
* create rpc header install directoryTom Yu2004-11-192-1/+6
* * cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, justKen Raeburn2004-11-192-6/+6
* * fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO)[_WIN32]: Don't defineKen Raeburn2004-11-192-8/+15
* * win-mac.h (HAVE_GETADDRINFO, HAVE_GETNAMEINFO): DefineKen Raeburn2004-11-192-0/+6
* * aclocal.m4 (KRB5_AC_PRIOCNTL_HACK): Check for Solaris patchTom Yu2004-11-192-3/+32
* after 1.4 branch, trunk is effectively krb5-1.5-prereleaseTom Yu2004-11-191-1/+1
* * Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally added in last changeKen Raeburn2004-11-182-1/+6
* install rpc headers into correct directoryTom Yu2004-11-184-2/+12
* * prng.c (do_yarrow_init): Move mutex initialization here.Ken Raeburn2004-11-172-1/+12
* * Makefile.in (SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add support libraryKen Raeburn2004-11-172-2/+7
* oops, bad updateKen Raeburn2004-11-161-2/+2
* make dependKen Raeburn2004-11-162-19/+19
* make dependKen Raeburn2004-11-166-26/+24
* * k5-int.h (struct _krb5_cc_ops): Add new function pointer field get_flagsKen Raeburn2004-11-162-0/+5
* Now a kvno invocation will only open the ccache file a small number ofKen Raeburn2004-11-162-2/+23
* * krb5.hin (krb5_cc_get_flags): DeclareKen Raeburn2004-11-162-0/+7
* Create a ccache get-flags operation.Ken Raeburn2004-11-168-1/+94
* Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2004-11-166-11/+20
* Make static linking not require -lsocket, -lnsl, etc.Ken Raeburn2004-11-156-106/+217
* Merge Athena changes for requiring encrypted connectionsTom Yu2004-11-1510-36/+203
* * et_h.awk: Declare initialize_*_error_table as taking no arguments.Ken Raeburn2004-11-053-2/+8
* Added new exported symbols to profile and GSS and updated project file to inc...Alexandra Ellwood2004-11-043-5/+31
* * prof_init.c, profile.hin: added profile_is_modified and profile_is_writable...Alexandra Ellwood2004-11-043-0/+41
* * prof_set.c: profile calls which set values should not fail if file is not ...Alexandra Ellwood2004-11-042-3/+7
* merge athena ftpd changes for requiring encrypted passwordsTom Yu2004-11-034-4/+35
* Fix typo in last changeKen Raeburn2004-11-031-1/+1
* * Makefile.in (SRCS): DefineKen Raeburn2004-11-032-0/+18
* move getaddrinfo hacks into support lib for easier maintenanceKen Raeburn2004-11-035-1167/+1394
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-012-7/+47
* fix mkrel's RELTAIL handlingTom Yu2004-10-312-4/+10
* call stat less often on krb5.confKen Raeburn2004-10-303-0/+37
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-304-17/+29
* * fake-addrinfo.h: Include errno.h earlierKen Raeburn2004-10-292-2/+5
* * misc.c (check_min_life): Actually return a value on successTom Yu2004-10-282-3/+5
* * k5-thread.h (return_after_yield, k5_mutex_lock) [__GNUC__]: Add macroKen Raeburn2004-10-282-1/+27
* * misc.c, misc.h: New function check_min_life(), containing commonTom Yu2004-10-274-40/+49
* * Initial commit of C CCAPI implementationJeffrey Altman2004-10-2746-0/+10711
* Create new C CCAPI implementationJeffrey Altman2004-10-272-0/+9
* Permit exporting profile file data into a bufferKen Raeburn2004-10-279-32/+215
* * mk_req_ext.c (krb5_mk_req_extended): Free keyblock beforeTom Yu2004-10-262-0/+10
* Kevin Coffman's patches to support passing gss context state to kernelTom Yu2004-10-267-70/+109