| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change approach for getaddrinfo support. Now, only fake-addrinfo.h is | Ken Raeburn | 2002-03-26 | 1 | -0/+5 |
| * | * Makefile.in: Remove dependencies on krb524_err.h for login.o. If | Ezra Peisach | 2002-03-20 | 1 | -0/+5 |
| * | * kcmd.c (kcmd_connect): Actually save errno value when preparing error text to | Ken Raeburn | 2002-03-13 | 1 | -1/+2 |
| * | * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been deleted | Ken Raeburn | 2002-03-13 | 1 | -0/+5 |
| * | * kcmd.c (kcmd_connect): Always call getport with the address family from the | Ken Raeburn | 2002-03-08 | 1 | -3/+7 |
| * | move getsockname calls into common code from kcmd/k4cmd | Ken Raeburn | 2002-03-08 | 1 | -1/+7 |
| * | Use getaddrinfo. Separate out some AF-independent socket setup code | Ken Raeburn | 2002-03-08 | 1 | -0/+8 |
| * | * rcp.M: Document -f and -t options as internal use only | Ken Raeburn | 2002-03-08 | 1 | -0/+4 |
| * | Revert getaddrinfo changes in krb5-only code from 2-10. Factor out common | Ken Raeburn | 2002-03-08 | 1 | -0/+9 |
| * | changes from 1.2.4 branch | Ken Raeburn | 2002-03-07 | 1 | -0/+9 |
| * | fieldbits.h: Deleted | Ken Raeburn | 2002-02-27 | 1 | -0/+4 |
| * | Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6 | Ken Raeburn | 2002-02-11 | 1 | -0/+13 |
| * | * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c, | Ezra Peisach | 2001-12-06 | 1 | -0/+13 |
| * | 2001-11-06 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-11-07 | 1 | -0/+6 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -0/+4 |
| * | * krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the program name, | Ken Raeburn | 2001-09-14 | 1 | -0/+7 |
| * | dependencies | Ken Raeburn | 2001-09-02 | 1 | -0/+4 |
| * | * setenv.c (setenv): Include stdlib.h for malloc prototypes | Ezra Peisach | 2001-07-23 | 1 | -0/+4 |
| * | * v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd): Allocate | Ken Raeburn | 2001-07-14 | 1 | -0/+6 |
| * | * login.c (sigint): Declare static | Ezra Peisach | 2001-07-08 | 1 | -0/+4 |
| * | * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS | Ezra Peisach | 2001-07-06 | 1 | -0/+27 |
| * | * v4rcp.c, login.c: Fill in prototypes, declare many functions | Ezra Peisach | 2001-07-03 | 1 | -0/+4 |
| * | * krlogind.c: Provide daemon prototype if needed | Ezra Peisach | 2001-06-22 | 1 | -0/+6 |
| * | * login.c: Much cleanup to reduce globals and shadowing | Ezra Peisach | 2001-06-22 | 1 | -0/+9 |
| * | * login.c (read_env_vars_from_file: Only define if | Ezra Peisach | 2001-06-21 | 1 | -0/+5 |
| * | * kcmd.c: Get rid of prototypes for krb5_write_message(), | Ezra Peisach | 2001-06-20 | 1 | -0/+5 |
| * | * krcp.c (sink): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 1 | -0/+4 |
| * | * loginpaths.h: If _PATH_DEFPATH is defined, undefine LPATH and | Ezra Peisach | 2001-06-18 | 1 | -0/+5 |
| * | * configure.in (SETENVOBJ): If setenv is not present on system, | Ezra Peisach | 2001-06-11 | 1 | -0/+23 |
| * | * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> for | Ezra Peisach | 2001-06-11 | 1 | -0/+9 |
| * | * krlogin.c: Always provide prototype for setsignal and not if | Ezra Peisach | 2001-06-04 | 1 | -0/+5 |
| * | * login.c: Add braces around initializers. Cleanup assignments in | Ezra Peisach | 2001-06-01 | 1 | -0/+24 |
| * | * krlogind.c (protocol): Don't do TIOCPKT on systems with STREAMS | Tom Yu | 2001-05-25 | 1 | -0/+9 |
| * | * defines.h: Fix k4cmd prototype to match kcmd.c | Tom Yu | 2001-05-11 | 1 | -0/+8 |
| * | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 1 | -0/+4 |
| * | * login.M: Don't include "= 0" as part of the "accept_passwd" | Tom Yu | 2001-04-03 | 1 | -0/+5 |
| * | * defines.h: Add prototypes for rcmd_stream_init_normal(), | Ezra Peisach | 2001-03-12 | 1 | -0/+13 |
| * | * krshd.c: Get path for NOLOGIN file from paths.h if present, | Tom Yu | 2001-01-26 | 1 | -0/+6 |
| * | * forward.c (rd_and_store_for_creds): Overwrite any existing value | Tom Yu | 2001-01-24 | 1 | -0/+5 |
| * | * krcp.c (error): Always declare with ellipsis | Ken Raeburn | 2001-01-17 | 1 | -0/+4 |
| * | 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 | 1 | -0/+10 |
| * | add "-4" option to rlogin to not try krb5 auth | Ken Raeburn | 2000-12-15 | 1 | -0/+6 |
| * | make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in* | Ken Raeburn | 2000-12-06 | 1 | -0/+6 |
| * | * configure.in: Update to autoconf 2 macro names: | Ezra Peisach | 2000-11-01 | 1 | -0/+8 |
| * | * login.c (k5_get_password): Declare second argument as unsigned | Ezra Peisach | 2000-10-17 | 1 | -0/+5 |
| * | * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing the | Ezra Peisach | 2000-10-10 | 1 | -0/+5 |
| * | * krlogin.c (main): Declare main as int | Ezra Peisach | 2000-10-03 | 1 | -0/+4 |
| * | * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY. | Ken Raeburn | 2000-09-09 | 1 | -0/+7 |
| * | * krlogin.c (read_wrapper): Copy from the current point and not | Ezra Peisach | 2000-08-08 | 1 | -0/+5 |