summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-3093/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-79/+0
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-022-1/+5
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-014-0/+7
* make depend, now with dependency sortingKen Raeburn2006-03-311-338/+341
* make dependKen Raeburn2006-03-271-108/+139
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-138/+138
* * locate_kdc.c (module_locate_server): Don't set cbdata.lp at initialization ...Ken Raeburn2006-03-092-1/+7
* make dependKen Raeburn2006-03-081-47/+93
* 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-0710-177/+436
* Qing Dong <dongq@mit.edu> provided a set of changes to allowJeffrey Altman2006-02-272-2/+7
* update copyright datesKen Raeburn2006-01-261-1/+1
* make dependTom Yu2005-11-291-161/+112
* * Correct function prototypes that should have been using Jeffrey Altman2005-11-154-6/+18
* * 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
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-3/+0
* Update dependenciesKen Raeburn2005-06-211-112/+161
* * sendto_kdc.c (service_fds): Don't create a select_state on the stack; take anKen Raeburn2005-06-102-23/+40
* updated dependencies for socket-utils.h changeKen Raeburn2005-04-281-8/+8
* Move WSAStartup/WSACleanup from DllMain to krb5_init_ctx/krb5_free_ctxJeffrey Altman2005-04-232-4/+29
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-1322-25/+24
* * kuserok.c (krb5_kuserok): Use k5_getpwnam_rKen Raeburn2005-03-262-13/+5
* * dnsglue.h: Define ns_rr_class to ns_rr_cl if ns_rr_class doesn'tTom Yu2005-03-232-0/+14
* * sn2princ.c (krb5_sname_to_principal):Jeffrey Altman2005-03-062-20/+55
* Fix some potential resource leaks in dnsglue.cTom Yu2005-01-122-17/+43
* make dependTom Yu2005-01-061-0/+6
* Add new function krb5_boolean krb5_is_thread_safe(void) to library.Jeffrey Altman2005-01-053-0/+47
* run "make depend"Ken Raeburn2004-12-301-261/+276
* * 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
* * locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requestedKen Raeburn2004-11-194-10/+32
* make dependKen Raeburn2004-11-161-17/+17
* * 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-191-7/+7
* ignore t_locate_kdcKen Raeburn2004-10-191-0/+1
* * Makefile.in (TEST_PROGS): Add t_locate_kdc.Ken Raeburn2004-10-192-1/+8
* * 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 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