| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * sendto_kdc.c (service_tcp_fd): If DEBUG defined, ensure that | Ezra Peisach | 2002-10-22 | 2 | -1/+7 |
| * | Thanks, (corrected) patch applied | Tom Yu | 2002-10-15 | 3 | -2/+10 |
| * | implement krb5_read_password, des_read_password via krb5_prompter_posix | Tom Yu | 2002-10-11 | 2 | -5/+15 |
| * | Implement krb5_read_password an des_read_pw_string | Sam Hartman | 2002-10-10 | 2 | -109/+37 |
| * | * sendto_kdc.c (krb5int_cm_call_select): Fix last change | Ken Raeburn | 2002-09-27 | 2 | -2/+5 |
| * | * sendto_kdc.c (krb5int_cm_call_select): If timeout value has tv_sec==0, treat | Ken Raeburn | 2002-09-19 | 2 | -14/+28 |
| * | update dependencies | Ken Raeburn | 2002-09-18 | 1 | -1/+1 |
| * | * sendto_kdc.c: Include cm.h. | Ken Raeburn | 2002-09-18 | 2 | -48/+87 |
| * | Return errno not retval from getpeername failure | Sam Hartman | 2002-09-17 | 2 | -1/+6 |
| * | * sendto_kdc.c (service_fds): Fix bug in last change. | Ken Raeburn | 2002-09-14 | 2 | -30/+36 |
| * | * sendto_kdc.c (struct conn_state): Add new function pointer field 'service' | Ken Raeburn | 2002-09-14 | 2 | -44/+41 |
| * | * t_locate_kdc.c(main):Add new argument -m for looking up master KDC addresses | Ken Raeburn | 2002-09-11 | 2 | -2/+8 |
| * | * locate_kdc.c (get_port): Skip service name lookup, just use the supplied | Ken Raeburn | 2002-09-11 | 2 | -8/+44 |
| * | whitespace | Ken Raeburn | 2002-09-11 | 1 | -1/+3 |
| * | revert init change to flock_zero in krb5_lock_file | Ken Raeburn | 2002-09-03 | 2 | -2/+1 |
| * | protoize | Ken Raeburn | 2002-09-03 | 46 | -320/+124 |
| * | * 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 |