summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary if statementJeffrey Altman2004-12-151-2/+0
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-43/+88
* * include/k5-int.h (struct _krb5int_access): Add function pointer fieldKen Raeburn2004-12-082-0/+6
* allow build with KRB5_DNS_LOOKUP undefinedTom Yu2004-12-062-0/+7
* 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
* * 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
* * 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
* 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
* * mk_req_ext.c (krb5_mk_req_extended): Free keyblock beforeTom Yu2004-10-262-0/+10
* * 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
* * 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
* Make patchlevel.h be the master version fileTom Yu2004-09-253-8/+71
* make dependKen Raeburn2004-09-241-7/+14
* * Makefile.in (T_STD_CONF_OBJS): Include dnsglue.oKen Raeburn2004-09-232-1/+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
* Add DNS resolver glue layer. Use itTom Yu2004-09-216-327/+565
* Fix error code returned for empty sequences and check the errorJeffrey Altman2004-09-172-2/+10
* * dnssrv.c:Tom Yu2004-09-144-0/+10
* * cc_mslsa.c: Implement krb5_lcc_initialize()Jeffrey Altman2004-09-102-6/+35
* cc_mslsa.c: Correct test for KerbQueryTicketCacheEx2MessageJeffrey Altman2004-09-102-3/+6
* 2004-09-10 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-09-102-8/+374
* * cc_mslsa.c:Jeffrey Altman2004-09-022-23/+246
* oops, forgot changelogTom Yu2004-08-311-0/+5
* fix MITKRB5-SA-2004-003Tom Yu2004-08-312-0/+4
* fix MITKRB5-SA-2004-002Tom Yu2004-08-315-2/+25
* move last patch down a little so it applies to tcp sockets as well as udpKen Raeburn2004-08-281-14/+15
* * sendto_kdc.c (start_connection) [DEBUG]: Log the local socket addressKen Raeburn2004-08-282-0/+27