summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-263-3/+5
* * Makefile.in: Remove dependencies on krb524_err.h for login.o. IfEzra Peisach2002-03-202-2/+7
* * kcmd.c (kcmd_connect): Actually save errno value when preparing error text toKen Raeburn2002-03-132-1/+6
* * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been deletedKen Raeburn2002-03-132-1/+5
* update commentKen Raeburn2002-03-081-1/+2
* revert accidental checkin of unfinished changesKen Raeburn2002-03-085-81/+45
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-086-47/+82
* * kcmd.c (kcmd_connect): Always call getport with the address family from theKen Raeburn2002-03-082-24/+27
* move getsockname calls into common code from kcmd/k4cmdKen Raeburn2002-03-082-47/+40
* Use getaddrinfo. Separate out some AF-independent socket setup codeKen Raeburn2002-03-082-77/+93
* * rcp.M: Document -f and -t options as internal use onlyKen Raeburn2002-03-082-0/+15
* Revert getaddrinfo changes in krb5-only code from 2-10. Factor out commonKen Raeburn2002-03-082-288/+195
* changes from 1.2.4 branchKen Raeburn2002-03-073-8/+22
* fieldbits.h: DeletedKen Raeburn2002-02-272-180/+4
* Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6Ken Raeburn2002-02-114-71/+173
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-0612-60/+88
* 2001-11-06 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-072-19/+74
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-35/+39
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-102-7/+11
* * krlogin.c (try_normal): Permit "rsh" as well as "rlogin" as the program name,Ken Raeburn2001-09-142-2/+9
* dependenciesKen Raeburn2001-09-022-2/+57
* * setenv.c (setenv): Include stdlib.h for malloc prototypesEzra Peisach2001-07-232-1/+5
* * v4rcp.c (kstream_create_rcp_from_fd, kstream_create_from_fd): AllocateKen Raeburn2001-07-142-2/+8
* * login.c (sigint): Declare staticEzra Peisach2001-07-082-2/+7
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-0610-44/+133
* * v4rcp.c, login.c: Fill in prototypes, declare many functionsEzra Peisach2001-07-034-36/+42
* * krlogind.c: Provide daemon prototype if neededEzra Peisach2001-06-223-0/+15
* * login.c: Much cleanup to reduce globals and shadowingEzra Peisach2001-06-224-56/+81
* * login.c (read_env_vars_from_file: Only define ifEzra Peisach2001-06-212-0/+7
* * kcmd.c: Get rid of prototypes for krb5_write_message(),Ezra Peisach2001-06-202-6/+5
* * krcp.c (sink): Cast argument to isdigit() to intEzra Peisach2001-06-182-2/+6
* * loginpaths.h: If _PATH_DEFPATH is defined, undefine LPATH andEzra Peisach2001-06-182-0/+11
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-1110-11/+45
* * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> forEzra Peisach2001-06-113-3/+14
* * krlogin.c: Always provide prototype for setsignal and not ifEzra Peisach2001-06-042-5/+8
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-0111-78/+135
* * krlogind.c (protocol): Don't do TIOCPKT on systems with STREAMSTom Yu2001-05-252-1/+11
* * defines.h: Fix k4cmd prototype to match kcmd.cTom Yu2001-05-114-4/+14
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-262-2/+4
* * login.M: Don't include "= 0" as part of the "accept_passwd"Tom Yu2001-04-032-1/+6
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-1210-93/+173
* * krshd.c: Get path for NOLOGIN file from paths.h if present,Tom Yu2001-01-262-1/+17
* * forward.c (rd_and_store_for_creds): Overwrite any existing valueTom Yu2001-01-242-1/+6
* * krcp.c (error): Always declare with ellipsisKen Raeburn2001-01-172-6/+5
* Document configure.in changeSam Hartman2001-01-141-0/+4
* 2001-01-12 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-01-143-45/+28
* add "-4" option to rlogin to not try krb5 authKen Raeburn2000-12-153-2/+35
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-063-2/+8
* * configure.in: Update to autoconf 2 macro names:Ezra Peisach2000-11-012-5/+15
* * login.c (k5_get_password): Declare second argument as unsignedEzra Peisach2000-10-172-0/+6