| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * krcp.c (sink): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 2 | -2/+6 |
* | * loginpaths.h: If _PATH_DEFPATH is defined, undefine LPATH and | Ezra Peisach | 2001-06-18 | 2 | -0/+11 |
* | * configure.in (SETENVOBJ): If setenv is not present on system, | Ezra Peisach | 2001-06-11 | 10 | -11/+45 |
* | * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for | Ezra Peisach | 2001-06-11 | 3 | -3/+14 |
* | * krlogin.c: Always provide prototype for setsignal and not if | Ezra Peisach | 2001-06-04 | 2 | -5/+8 |
* | * login.c: Add braces around initializers. Cleanup assignments in | Ezra Peisach | 2001-06-01 | 11 | -78/+135 |
* | * krlogind.c (protocol): Don't do TIOCPKT on systems with STREAMS | Tom Yu | 2001-05-25 | 2 | -1/+11 |
* | * defines.h: Fix k4cmd prototype to match kcmd.c | Tom Yu | 2001-05-11 | 4 | -4/+14 |
* | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 2 | -2/+4 |
* | * login.M: Don't include "= 0" as part of the "accept_passwd" | Tom Yu | 2001-04-03 | 2 | -1/+6 |
* | * defines.h: Add prototypes for rcmd_stream_init_normal(), | Ezra Peisach | 2001-03-12 | 10 | -93/+173 |
* | * krshd.c: Get path for NOLOGIN file from paths.h if present, | Tom Yu | 2001-01-26 | 2 | -1/+17 |
* | * forward.c (rd_and_store_for_creds): Overwrite any existing value | Tom Yu | 2001-01-24 | 2 | -1/+6 |
* | * krcp.c (error): Always declare with ellipsis | Ken Raeburn | 2001-01-17 | 2 | -6/+5 |
* | Document configure.in change | Sam Hartman | 2001-01-14 | 1 | -0/+4 |
* | 2001-01-12 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-01-14 | 3 | -45/+28 |
* | add "-4" option to rlogin to not try krb5 auth | Ken Raeburn | 2000-12-15 | 3 | -2/+35 |
* | make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in* | Ken Raeburn | 2000-12-06 | 3 | -2/+8 |
* | * configure.in: Update to autoconf 2 macro names: | Ezra Peisach | 2000-11-01 | 2 | -5/+15 |
* | * login.c (k5_get_password): Declare second argument as unsigned | Ezra Peisach | 2000-10-17 | 2 | -0/+6 |