summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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
* * cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, justKen Raeburn2004-11-192-6/+6
* * Makefile.in (SHLIB_EXPLIBS): Remove -ldl accidentally added in last changeKen Raeburn2004-11-182-1/+6
* install rpc headers into correct directoryTom Yu2004-11-182-2/+7
* * 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-161-4/+5
* Now a kvno invocation will only open the ccache file a small number ofKen Raeburn2004-11-162-2/+23
* 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
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-012-7/+47
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-304-17/+29
* * Initial commit of C CCAPI implementationJeffrey Altman2004-10-2746-0/+10711
* * 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
* * locate_kdc.c: Include stdarg.h.Ken Raeburn2004-10-212-52/+40
* * dnssrv.c (krb5int_make_srv_query_realm): Append a dot to the hostname, ifKen Raeburn2004-10-192-0/+10
* * dnsglue.c (initparse): Skip query type and class when we lackTom Yu2004-10-192-3/+12
* add dependencies for t_*.c test programsKen Raeburn2004-10-192-0/+24
* make dependKen Raeburn2004-10-192-9/+10
* ignore t_locate_kdcKen Raeburn2004-10-191-0/+1
* * Makefile.in (TEST_PROGS): Add t_locate_kdc.Ken Raeburn2004-10-192-1/+8
* * Makefile.in (install-unix): Install headersTom Yu2004-10-182-0/+12
* * t_deltat.c (main): Unadorned integer no longer fails now that weTom Yu2004-10-142-1/+6
* krb5_string_to_deltat should default to seconds if no unit is provided. If t...Alexandra Ellwood2004-10-135-721/+541
* Fix the forced setting of the Initial Ticket Flag on Win2000 andJeffrey Altman2004-10-082-1/+21
* * localaddr.c (print_addr): If getnameinfo returns EAI_SYSTEM, report what theKen Raeburn2004-10-062-5/+10
* * localaddr.c (foreach_localaddr): Be more careful not to walk past the end ofKen Raeburn2004-10-062-6/+13
* * localaddr.c (get_ifreq_array): Split out from foreach_localaddr generalKen Raeburn2004-10-062-27/+50
* * localaddr.c (foreach_localaddr) [HAVE_STRUCT_IF_LADDRCONF && 0]: FixKen Raeburn2004-10-052-2/+9
* * localaddr.c (get_if_laddrconf, foreach_localaddr): New implementation forKen Raeburn2004-10-012-0/+205
* * hst_realm.c: provide definition for MAXDNAME ifJeffrey Altman2004-10-012-1/+11
* * vbaxam.doc: File deletedKen Raeburn2004-09-282-0/+4
* Make patchlevel.h be the master version fileTom Yu2004-09-255-9/+76
* * xdr_rec.c (LAST_FRAG): Use 1L in case int is smallKen Raeburn2004-09-242-1/+5
* make dependKen Raeburn2004-09-241-7/+14
* * Makefile.in: Delete @SHARED_RULE@ line.Ken Raeburn2004-09-232-3/+6
* * Makefile.in (T_STD_CONF_OBJS): Include dnsglue.oKen Raeburn2004-09-232-1/+5
* * libgssrpc.exports: Export svc_maxfdTom Yu2004-09-222-0/+5
* Don't assume that presence of res_nsearch() means we have ns_initparse()Tom Yu2004-09-212-6/+15
* memory leak in rd_cred.cTom Yu2004-09-212-1/+10
* memory leak in arcfour string_to_keySam Hartman2004-09-212-0/+6
* * configure.in: Check for sockaddr_in.sin_len andTom Yu2004-09-2113-117/+186