This commit was manufactured by cvs2svn to create tag
[krb5.git] / src / appl / bsd / krshd.c
2003-05-15 no authorThis commit was manufactured by cvs2svn to create tag krb5-1.3-beta1
2003-01-01 Ken RaeburnAdd IPv6 support to rshd test/debug code:
2002-06-25 Ken Raeburnenable ipv6 rsh connections
2002-06-25 Ken Raeburnback out some changes that weren't ready
2002-06-25 Ken RaeburnMove compat_recv.c from krb5util library. Move some...
2002-03-08 Ken Raeburnrevert accidental checkin of unfinished changes
2002-03-08 Ken Raeburn(kcmd_connect): copy out correct remote address to...
2002-02-11 Ken RaeburnChange krb5 kcmd to use getaddrinfo, and add some hooks...
2001-12-06 Ezra Peisach * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd...
2001-07-06 Ezra Peisach * Makefile.in: Link krshd with KRSHDLIBS instead of...
2001-06-22 Ezra Peisach * login.c: Much cleanup to reduce globals and...
2001-06-11 Ezra Peisach * configure.in (SETENVOBJ): If setenv is not present...
2001-06-11 Ezra Peisach * krshd.c: Include <grp.h>, <libpty.h>, and <sys/wait...
2001-06-01 Ezra Peisach * login.c: Add braces around initializers. Cleanup...
2001-03-12 Ezra Peisach * defines.h: Add prototypes for rcmd_stream_init_normal(),
2001-01-26 Tom Yu * krshd.c: Get path for NOLOGIN file from paths.h...
2000-12-06 Ken Raeburnmake pty_make_sane_hostname take sockaddr* arg instead...
2000-09-09 Ken Raeburn* Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.
2000-06-30 Ken Raeburn1.2-beta4 pullup
1999-09-01 Ken Raeburnfrom 1.1 branch:
1999-08-02 Ken RaeburnPatches from Brad Thompson for building without krb4...
1999-03-09 Tom Yu * kshd.M: Resync manpage
1999-01-21 Tom Yu * login.c (main): Call setluid()
1998-12-27 Sam HartmanTemporary patch for krb5-appl/678; avoid data from...
1998-10-08 Theodore Tsokrshd.c (doit): Apply ghudson's patch so that rshd...
1998-05-06 Theodore TsoPOSIX states that getopt returns -1 when it is done...
1998-02-24 Tom Yu * kcmd.c: Integrate ghudson's changes for client-side...
1997-12-12 Tom Yu * krlogind.c:
1997-11-18 Tom Yu * krshd.c: Don't set checksum_ignored to 1 if checksum...
1997-11-13 Tom Yu * forward.c (rd_and_store_for_creds): Don't do the...
1997-02-28 Sam Hartmankrshd should not require a user to have a valid home...
1997-02-19 Richard Baschkcmd.c (getport): Let the OS pick the best port rather...
1997-02-18 Richard BaschRemove krb5_xfree from the public interface
1996-11-12 Mark Eichin * krshd "plumbing" fixes
1996-11-11 Mark Eichin * Makefile.in, configure.in, krshd.c, v4rcp.M, v4rcp...
1996-11-07 Theodore Tsologin.c (destroy_tickets): Just use global kcontext...
1996-11-02 Sam Hartman* Remove rhosts support [138]
1996-05-09 Richard Baschkrlogind.c krshd.c:
1996-05-01 Ken RaeburnMerge ... Cygnus sources, changes from Mark Eichin...
1996-04-25 Richard BaschWhitespace cleanup
1996-04-22 Richard Basch One could not specify -c in inetd.conf, because of the
1996-04-21 Richard Basch * krshd.c: If checksumming is required & ALWAYS_V5_KUS...
1996-04-21 Sam Hartman* Remove documentation of how krlogind gets its command...
1996-04-17 Theodore Tsoconfigure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST...
1996-04-16 Sam HartmanDrop support for option names in argv[0]
1996-04-15 Sam HartmanRemove setpgrp() call from krlogind
1996-04-11 Richard Basch * kcmd.c: Cleaned up whitespace and removed...
1996-04-08 Ezra PeisachAdd an option -L to pass an environment variable to...
1996-04-01 Richard BaschWhitespace cleanup for readability
1996-03-25 Richard Baschkrshd.c: use the library routines to do v4 to v5 princi...
1996-03-24 Sam Hartman* krshd no longer does non-blocking IO. It never reall...
1996-03-12 Ezra Peisach * krshd.c (doit): For encrypted rcp, fix logic in...
1996-02-01 Sam Hartman* rcp (client mode) now uses rsh -x but still supports...
1996-01-31 Sam Hartman* krshd: Make sure KRB5CCNAME gets set for forward...
1996-01-24 Sam Hartman* Add checksum support to klogind making sure encrypted...
1996-01-20 Sam HartmanFix a memory leak and reversed arguments
1996-01-20 Sam HartmanIn the client, construct a checksum from the command...
1995-11-13 Mark Eichin * krshd.c (doit): drag TZ= from parent environment...
1995-09-06 Chris Provenzano * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE...
1995-08-01 Sam Hartman Change to use libpty for utmp handling in login.krb5...
1995-07-27 Paul ParkCheck for interrupted select in krshd
1995-07-06 Theodore TsoRemove declaration of errno altoghether. "extern int...
1995-07-02 Sam Hartman--------------------------------------------------...
1995-06-27 Paul ParkCompiler warning cleanup
1995-06-11 Tom Yuchanges to accomodate redefinition of krb5_auth_context
1995-05-13 Ezra Peisachso that credential forwarding works
1995-05-09 Ezra Peisachkcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.
1995-05-03 Chris Provenzano * krlogind.c, krshd.c: (krb5_compat_recvauth()):
1995-04-27 Ezra Peisach * krcp.c (answer_auth): Should not call krb5_cc_close...
1995-04-27 Ezra PeisachNeed to copy the client principal out of ticket before...
1995-04-26 Chris Provenzano * forward.c (rd_and_store_for_creds()) : Rewritten...
1995-04-22 Theodore TsoThe variable krb5_override_default_realm is obsolete...
1995-04-21 Mark Eichin More changes from ian@cygnus.com to support testing
1995-04-21 Mark EichinFri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus...
1995-03-27 Chris Provenzanokcmd.c (kcmd()): Don't pass any data to sendauth()...
1995-02-28 John Gilmore* forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c...
1995-02-02 Chris Provenzano * Removed all #include <krb5/crc-32.h>
1995-01-13 Chris ProvenzanoRemoved all references to DECLARG and OLDDECLARG.
1995-01-10 Theodore Tso * kcmd.c, krlogin.c, krcp.c: Always include fcntl...
1995-01-03 Richard BaschTidied up the comments
1995-01-03 Richard Basch* krsh.c
1995-01-02 Richard BaschCleaned up some of the #ifdef's and code duplication.
1994-12-28 Richard Basch * krlogin.c
1994-12-27 Richard BaschRevamped the utmp/wtmp handling
1994-11-11 Theodore TsoDefining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG...
1994-11-08 Theodore TsoChecked in Richard's changes of November 2nd. (See...
1994-09-30 Theodore TsoMore autoconf portability fixes --- for Solaris Suncc...
1994-08-18 Mark Eichinstamp out rcs keywords
1994-08-17 Mark Eichinloginlibs, sys/select
1994-08-04 Mark Eichinalmost there. safety checkin
1994-07-27 Mark EichinHAVE_SYS_LABEL_H
1994-07-26 Mark Eichin * configure.in: Added tests for HAVE_SETOWN, HAVE_SYS_...
1994-07-23 Tom Yu * kcmd.c:
1994-06-15 Mark Eichinstep 1: bzero->memset(,0,)
1994-01-14 Theodore TsoDon't use V4 Kerberos routines unless compiled with...
1993-12-24 Theodore TsoLots of cleanup. V4/V5 compatibility recvauth moved...
1993-10-15 Theodore TsoChange use of xfree to krb5_xfree to prevent namespace...
1993-06-03 Theodore TsoAdded support for credentials forwarding
1992-11-10 Theodore TsoDeclare environ to be an extern variable
1992-09-29 Theodore Tso*** empty log message ***