summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krshd.c
Commit message (Expand)AuthorAgeFilesLines
* enable ipv6 rsh connectionsKen Raeburn2002-06-251-78/+110
* back out some changes that weren't readyKen Raeburn2002-06-251-59/+45
* Move compat_recv.c from krb5util library. Move some duplicated code intoKen Raeburn2002-06-251-84/+59
* revert accidental checkin of unfinished changesKen Raeburn2002-03-081-10/+13
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-081-13/+10
* Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6Ken Raeburn2002-02-111-1/+2
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-4/+4
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-061-10/+31
* * login.c: Much cleanup to reduce globals and shadowingEzra Peisach2001-06-221-18/+18
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-0/+1
* * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait.h> forEzra Peisach2001-06-111-3/+4
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-5/+11
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-121-23/+31
* * krshd.c: Get path for NOLOGIN file from paths.h if present,Tom Yu2001-01-261-1/+11
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-061-1/+1
* * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn2000-09-091-1/+6
* 1.2-beta4 pullupKen Raeburn2000-06-301-24/+47
* from 1.1 branch:Ken Raeburn1999-09-011-0/+2
* Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn1999-08-021-3/+19
* * kshd.M: Resync manpageTom Yu1999-03-091-36/+80
* * login.c (main): Call setluid()Tom Yu1999-01-211-0/+7
* Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderrSam Hartman1998-12-271-4/+6
* krshd.c (doit): Apply ghudson's patch so that rshd passes the portTheodore Tso1998-10-081-2/+12
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-241-158/+19
* * krlogind.c:Tom Yu1997-12-121-2/+8
* * krshd.c: Don't set checksum_ignored to 1 if checksum_required isTom Yu1997-11-181-4/+1
* * forward.c (rd_and_store_for_creds): Don't do the chown. AvoidsTom Yu1997-11-131-1/+16
* krshd should not require a user to have a valid home directory. [krb5-appl/167]Sam Hartman1997-02-281-4/+4
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-191-5/+3
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-1/+1
* * krshd "plumbing" fixesMark Eichin1996-11-121-66/+91
* * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp.c: addedMark Eichin1996-11-111-11/+40
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-071-3/+6
* * Remove rhosts support [138]Sam Hartman1996-11-021-24/+4
* krlogind.c krshd.c:Richard Basch1996-05-091-1/+22
* Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1996-05-011-8/+8
* Whitespace cleanupRichard Basch1996-04-251-8/+6
* One could not specify -c in inetd.conf, because of theRichard Basch1996-04-221-10/+9
* * krshd.c: If checksumming is required & ALWAYS_V5_KUSEROK isRichard Basch1996-04-211-6/+11
* * Remove documentation of how krlogind gets its command line optionsSam Hartman1996-04-211-4/+19
* configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's noTheodore Tso1996-04-171-103/+97
* Drop support for option names in argv[0]Sam Hartman1996-04-161-25/+0
* Remove setpgrp() call from krlogindSam Hartman1996-04-151-1/+5
* * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1996-04-111-9/+1
* Add an option -L to pass an environment variable to a client.Ezra Peisach1996-04-081-10/+48
* Whitespace cleanup for readabilityRichard Basch1996-04-011-12/+14
* krshd.c: use the library routines to do v4 to v5 principal translationRichard Basch1996-03-251-8/+8
* * krshd no longer does non-blocking IO. It never really needed itSam Hartman1996-03-241-5/+1
* * krshd.c (doit): For encrypted rcp, fix logic in determiningEzra Peisach1996-03-121-14/+15