summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+2
* * sendto_kdc.c (merge_addrlists): Truncate source address list after copyingKen Raeburn2002-08-242-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * locate_kdc.c (krb5_locate_kdc): Don't look up kerberos-sec for TCP serviceKen Raeburn2002-08-232-5/+10
* turn off debug codeKen Raeburn2002-08-231-1/+1
* * accessor.c (krb5int_accessor): Use krb5int_sendto instead ofKen Raeburn2002-08-222-1/+3
* * sendto_kdc.c (MAX_PASS, dprint): New macros.Ken Raeburn2002-08-222-402/+539
* * locate_kdc.c (krb5int_grow_addrlist): Renamed from grow_list, now external.Ken Raeburn2002-08-222-2/+9
* * sendto_kdc.c (DEFAULT_UDP_PREF_LIMIT, HARD_UDP_LIMIT): New macros.Ken Raeburn2002-08-152-3/+47
* * localaddr.c (get_localaddrs): Add prototype before being usedEzra Peisach2002-07-232-0/+8
* update copyright datesKen Raeburn2002-07-091-1/+1
* update dependenciesKen Raeburn2002-07-091-24/+47
* * sn2princ.c: Include fake-addrinfo.h.Ken Raeburn2002-07-092-15/+46
* * hst_realm.c (krb5_get_host_realm): Return KRB5_ERR_NUMERIC_REALM if theKen Raeburn2002-07-092-0/+27
* back out changes accidentally checked inKen Raeburn2002-07-082-52/+16
* * localaddr.c (get_localaddrs): Split out main body of krb5_os_localaddr, addKen Raeburn2002-07-084-18/+75
* Add hooks to optionally report local address used when contacting a KDC-likeKen Raeburn2002-07-082-2/+19
* * sendto_kdc.c (service_tcp_fd): sockerrlen should have type socklen_tKen Raeburn2002-07-052-1/+6
* * init_os_ctx.c: krb4 needs to get the os config files so it can useTom Yu2002-07-032-107/+11
* * c_ustime.c: Remove various things missed in 1-2-2-branch MacOSTom Yu2002-06-225-146/+66
* update dependenciesKen Raeburn2002-06-211-6/+6
* * init_os_ctx.c: Don't include sys/ioctl.h or sys/filio.h.Ken Raeburn2002-06-192-46/+6
* * toffset.c (krb5_get_time_offsets), an_to_ln.cTom Yu2002-06-183-2/+8
* avoid redundant definitions of socket-related error codes for WindowsKen Raeburn2002-06-183-20/+5
* Client-side TCP support update for Windows.Ken Raeburn2002-06-182-145/+280
* update copyrightKen Raeburn2002-06-181-1/+1
* update dependenciesKen Raeburn2002-06-151-109/+97
* rebuild dependenciesKen Raeburn2002-06-151-109/+109
* * sendto_kdc.c: Include sys/ioctl.h and sys/filio.h only if ENABLE_TCP is setKen Raeburn2002-06-112-5/+12
* client-side TCP supportKen Raeburn2002-06-112-46/+598
* * t_std_conf.c: Include fake-addrinfo.h.Ken Raeburn2002-06-112-5/+35
* * t_locate_kdc.c (main): Free storage allocated by library before exitingKen Raeburn2002-06-112-0/+8
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-056-48/+68
* change a line break to avoid long linesKen Raeburn2002-06-041-2/+2
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-045-100/+133
* * prompter.c (krb5_prompter_posix): Initialize 'i' and make it volatileKen Raeburn2002-04-122-1/+4
* * lock_file.c (krb5_lock_file) [POSIX_FILE_LOCKS]: Make static "zero" variabl...Ken Raeburn2002-04-122-2/+5
* * locate_kdc.c (add_addrinfo_to_list) [TEST]: Print out socket type beforeKen Raeburn2002-04-122-14/+34
* * locate_kdc.c (translate_ai_error), hst_realm.cDanilo Almeida2002-04-113-0/+18
* update dependenciesKen Raeburn2002-03-261-1/+1
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-265-6/+12
* * localaddr.c: Include foreachaddr.c.Ken Raeburn2002-02-203-693/+11
* update hst_realm dependenciesKen Raeburn2002-02-141-1/+1
* update copyright datesKen Raeburn2002-02-141-1/+1
* get local ipv6 addresses on linuxKen Raeburn2002-02-102-1/+99
* * hst_realm.c (EAFNOSUPPORT): On Windows, translate to WSAEAFNOSUPPORTKen Raeburn2002-01-092-0/+10
* * Makefile.in (t_localaddr): Link against $(LIBS)Ken Raeburn2002-01-092-1/+3
* Split out code for getting canonical name of local host, change it to useKen Raeburn2002-01-093-34/+86
* update commentKen Raeburn2002-01-091-2/+3