| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -35/+39 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 2 | -7/+11 |
| * | * krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the program name, | Ken Raeburn | 2001-09-14 | 2 | -2/+9 |
| * | dependencies | Ken Raeburn | 2001-09-02 | 2 | -2/+57 |
| * | * setenv.c (setenv): Include stdlib.h for malloc prototypes | Ezra Peisach | 2001-07-23 | 2 | -1/+5 |
| * | * v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd): Allocate | Ken Raeburn | 2001-07-14 | 2 | -2/+8 |
| * | * login.c (sigint): Declare static | Ezra Peisach | 2001-07-08 | 2 | -2/+7 |
| * | * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS | Ezra Peisach | 2001-07-06 | 10 | -44/+133 |
| * | * v4rcp.c, login.c: Fill in prototypes, declare many functions | Ezra Peisach | 2001-07-03 | 4 | -36/+42 |
| * | * krlogind.c: Provide daemon prototype if needed | Ezra Peisach | 2001-06-22 | 3 | -0/+15 |
| * | * login.c: Much cleanup to reduce globals and shadowing | Ezra Peisach | 2001-06-22 | 4 | -56/+81 |
| * | * login.c (read_env_vars_from_file: Only define if | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
| * | * kcmd.c: Get rid of prototypes for krb5_write_message(), | Ezra Peisach | 2001-06-20 | 2 | -6/+5 |