| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+2 |
| * | * sendto_kdc.c (merge_addrlists): Truncate source address list after copying | Ken Raeburn | 2002-08-24 | 2 | -0/+4 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | * locate_kdc.c (krb5_locate_kdc): Don't look up kerberos-sec for TCP service | Ken Raeburn | 2002-08-23 | 2 | -5/+10 |
| * | turn off debug code | Ken Raeburn | 2002-08-23 | 1 | -1/+1 |
| * | * accessor.c (krb5int_accessor): Use krb5int_sendto instead of | Ken Raeburn | 2002-08-22 | 2 | -1/+3 |
| * | * sendto_kdc.c (MAX_PASS, dprint): New macros. | Ken Raeburn | 2002-08-22 | 2 | -402/+539 |
| * | * locate_kdc.c (krb5int_grow_addrlist): Renamed from grow_list, now external. | Ken Raeburn | 2002-08-22 | 2 | -2/+9 |
| * | * sendto_kdc.c (DEFAULT_UDP_PREF_LIMIT, HARD_UDP_LIMIT): New macros. | Ken Raeburn | 2002-08-15 | 2 | -3/+47 |
| * | * localaddr.c (get_localaddrs): Add prototype before being used | Ezra Peisach | 2002-07-23 | 2 | -0/+8 |
| * | update copyright dates | Ken Raeburn | 2002-07-09 | 1 | -1/+1 |
| * | update dependencies | Ken Raeburn | 2002-07-09 | 1 | -24/+47 |
| * | * sn2princ.c: Include fake-addrinfo.h. | Ken Raeburn | 2002-07-09 | 2 | -15/+46 |
| * | * hst_realm.c (krb5_get_host_realm): Return KRB5_ERR_NUMERIC_REALM if the | Ken Raeburn | 2002-07-09 | 2 | -0/+27 |
| * | back out changes accidentally checked in | Ken Raeburn | 2002-07-08 | 2 | -52/+16 |
| * | * localaddr.c (get_localaddrs): Split out main body of krb5_os_localaddr, add | Ken Raeburn | 2002-07-08 | 4 | -18/+75 |
| * | Add hooks to optionally report local address used when contacting a KDC-like | Ken Raeburn | 2002-07-08 | 2 | -2/+19 |
| * | * sendto_kdc.c (service_tcp_fd): sockerrlen should have type socklen_t | Ken Raeburn | 2002-07-05 | 2 | -1/+6 |
| * | * init_os_ctx.c: krb4 needs to get the os config files so it can use | Tom Yu | 2002-07-03 | 2 | -107/+11 |
| * | * c_ustime.c: Remove various things missed in 1-2-2-branch MacOS | Tom Yu | 2002-06-22 | 5 | -146/+66 |
| * | update dependencies | Ken Raeburn | 2002-06-21 | 1 | -6/+6 |
| * | * init_os_ctx.c: Don't include sys/ioctl.h or sys/filio.h. | Ken Raeburn | 2002-06-19 | 2 | -46/+6 |
| * | * toffset.c (krb5_get_time_offsets), an_to_ln.c | Tom Yu | 2002-06-18 | 3 | -2/+8 |
| * | avoid redundant definitions of socket-related error codes for Windows | Ken Raeburn | 2002-06-18 | 3 | -20/+5 |
| * | Client-side TCP support update for Windows. | Ken Raeburn | 2002-06-18 | 2 | -145/+280 |
| * | update copyright | Ken Raeburn | 2002-06-18 | 1 | -1/+1 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -109/+97 |
| * | rebuild dependencies | Ken Raeburn | 2002-06-15 | 1 | -109/+109 |
| * | * sendto_kdc.c: Include sys/ioctl.h and sys/filio.h only if ENABLE_TCP is set | Ken Raeburn | 2002-06-11 | 2 | -5/+12 |
| * | client-side TCP support | Ken Raeburn | 2002-06-11 | 2 | -46/+598 |
| * | * t_std_conf.c: Include fake-addrinfo.h. | Ken Raeburn | 2002-06-11 | 2 | -5/+35 |
| * | * t_locate_kdc.c (main): Free storage allocated by library before exiting | Ken Raeburn | 2002-06-11 | 2 | -0/+8 |
| * | Separate send-to-kdc UDP code, export it via accessor interface, and call in to | Ken Raeburn | 2002-06-05 | 6 | -48/+68 |
| * | change a line break to avoid long lines | Ken Raeburn | 2002-06-04 | 1 | -2/+2 |
| * | Add capability of looking up TCP addresses for KDC in DNS; not enabled yet. | Ken Raeburn | 2002-06-04 | 5 | -100/+133 |
| * | * prompter.c (krb5_prompter_posix): Initialize 'i' and make it volatile | Ken Raeburn | 2002-04-12 | 2 | -1/+4 |
| * | * lock_file.c (krb5_lock_file) [POSIX_FILE_LOCKS]: Make static "zero" variabl... | Ken Raeburn | 2002-04-12 | 2 | -2/+5 |
| * | * locate_kdc.c (add_addrinfo_to_list) [TEST]: Print out socket type before | Ken Raeburn | 2002-04-12 | 2 | -14/+34 |
| * | * locate_kdc.c (translate_ai_error), hst_realm.c | Danilo Almeida | 2002-04-11 | 3 | -0/+18 |
| * | update dependencies | Ken Raeburn | 2002-03-26 | 1 | -1/+1 |
| * | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 5 | -6/+12 |
| * | * localaddr.c: Include foreachaddr.c. | Ken Raeburn | 2002-02-20 | 3 | -693/+11 |
| * | update hst_realm dependencies | Ken Raeburn | 2002-02-14 | 1 | -1/+1 |
| * | update copyright dates | Ken Raeburn | 2002-02-14 | 1 | -1/+1 |
| * | get local ipv6 addresses on linux | Ken Raeburn | 2002-02-10 | 2 | -1/+99 |
| * | * hst_realm.c (EAFNOSUPPORT): On Windows, translate to WSAEAFNOSUPPORT | Ken Raeburn | 2002-01-09 | 2 | -0/+10 |
| * | * Makefile.in (t_localaddr): Link against $(LIBS) | Ken Raeburn | 2002-01-09 | 2 | -1/+3 |
| * | Split out code for getting canonical name of local host, change it to use | Ken Raeburn | 2002-01-09 | 3 | -34/+86 |
| * | update comment | Ken Raeburn | 2002-01-09 | 1 | -2/+3 |