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