| Commit message (Expand) | Author | Age | Files | Lines |
* | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 2 | -1/+5 |
* | * compat_recv.c (accept_a_connection): Test if IPv6 socket returns | Ezra Peisach | 2003-01-03 | 2 | -1/+7 |
* | Add IPv6 support to rshd test/debug code: | Ken Raeburn | 2003-01-01 | 4 | -47/+154 |
* | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 1 | -12/+11 |
* | * configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf | Ezra Peisach | 2002-12-06 | 2 | -1/+6 |
* | update dependencies | Tom Yu | 2002-11-27 | 1 | -9/+18 |
* | This commit fixes up the in-tree callers of krb5_read_password() and | Tom Yu | 2002-11-06 | 2 | -1/+6 |
* | * Makefile.in (rcp): Fix typo in 06-25 change | Ken Raeburn | 2002-09-15 | 2 | -1/+5 |
* | update dependencies | Ken Raeburn | 2002-08-29 | 1 | -1/+1 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
* | retry checkin reviving dead file | Ken Raeburn | 2002-08-29 | 1 | -0/+7 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
* | * compat_recv.c: Include defines.h for prototypes | Ezra Peisach | 2002-08-23 | 2 | -2/+8 |
* | * klogind.M, kshd.M, login.M: changed manual sections 8c, 1c, and | Jen Selby | 2002-08-07 | 7 | -19/+25 |
* | update dependencies | Ken Raeburn | 2002-07-13 | 1 | -19/+19 |
* | Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>. | Ken Raeburn | 2002-07-12 | 2 | -0/+6 |
* | * login.M: added information about different command line options; | Jen Selby | 2002-07-09 | 3 | -16/+27 |
* | * krlogind.c (protocol): Initialize pbp, fbp. Change left to type size_t | Ken Raeburn | 2002-07-09 | 2 | -2/+8 |
* | * rsh.M: added warning that encryption does not encrypt the | Jen Selby | 2002-06-27 | 3 | -4/+12 |
* | enable ipv6 rsh connections | Ken Raeburn | 2002-06-25 | 4 | -80/+126 |
* | * defines.h (default_realm): Declare | Ken Raeburn | 2002-06-25 | 2 | -1/+2 |
* | * kcmd.c (setup_secondary_channel): Use select to time out after 10 minutes, or | Ken Raeburn | 2002-06-25 | 2 | -0/+34 |
* | update dependencies | Ken Raeburn | 2002-06-25 | 1 | -4/+4 |
* | back out some changes that weren't ready | Ken Raeburn | 2002-06-25 | 2 | -68/+45 |
* | some changes missed in last checking | Ken Raeburn | 2002-06-25 | 1 | -2/+2 |
* | Move compat_recv.c from krb5util library. Move some duplicated code into | Ken Raeburn | 2002-06-25 | 7 | -153/+632 |
* | * krsh.c (SECURE_MESSAGE): Only indicate that input/output data are being | Ken Raeburn | 2002-06-25 | 2 | -1/+4 |
* | ipv6 support in krlogind.c | Ken Raeburn | 2002-06-25 | 2 | -18/+34 |
* | update dependencies | Ken Raeburn | 2002-06-21 | 1 | -14/+15 |
* | * klogind.M: documented the -D and -f options | Jen Selby | 2002-06-17 | 4 | -7/+47 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -33/+27 |
* | * krlogin.c (oob): Loop reading data until we actually reach the URG marker | Ken Raeburn | 2002-05-23 | 2 | -7/+17 |
* | update dependencies | Ken Raeburn | 2002-03-26 | 1 | -9/+17 |
* | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 3 | -3/+5 |
* | * Makefile.in: Remove dependencies on krb524_err.h for login.o. If | Ezra Peisach | 2002-03-20 | 2 | -2/+7 |
* | * kcmd.c (kcmd_connect): Actually save errno value when preparing error text to | Ken Raeburn | 2002-03-13 | 2 | -1/+6 |
* | * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been deleted | Ken Raeburn | 2002-03-13 | 2 | -1/+5 |
* | update comment | Ken Raeburn | 2002-03-08 | 1 | -1/+2 |
* | revert accidental checkin of unfinished changes | Ken Raeburn | 2002-03-08 | 5 | -81/+45 |
* | (kcmd_connect): copy out correct remote address to caller | Ken Raeburn | 2002-03-08 | 6 | -47/+82 |
* | * kcmd.c (kcmd_connect): Always call getport with the address family from the | Ken Raeburn | 2002-03-08 | 2 | -24/+27 |
* | move getsockname calls into common code from kcmd/k4cmd | Ken Raeburn | 2002-03-08 | 2 | -47/+40 |
* | Use getaddrinfo. Separate out some AF-independent socket setup code | Ken Raeburn | 2002-03-08 | 2 | -77/+93 |
* | * rcp.M: Document -f and -t options as internal use only | Ken Raeburn | 2002-03-08 | 2 | -0/+15 |
* | Revert getaddrinfo changes in krb5-only code from 2-10. Factor out common | Ken Raeburn | 2002-03-08 | 2 | -288/+195 |
* | changes from 1.2.4 branch | Ken Raeburn | 2002-03-07 | 3 | -8/+22 |
* | fieldbits.h: Deleted | Ken Raeburn | 2002-02-27 | 2 | -180/+4 |
* | Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6 | Ken Raeburn | 2002-02-11 | 4 | -71/+173 |
* | * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c, | Ezra Peisach | 2001-12-06 | 12 | -60/+88 |
* | 2001-11-06 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-07 | 2 | -19/+74 |