Unfortunately, pre-1.7 krshd fails to support keyed checksums because
[krb5.git] / src / appl / bsd / kcmd.c
2009-04-03 Sam HartmanUnfortunately, pre-1.7 krshd fails to support keyed...
2008-12-15 Greg HudsonRemove krb4 support in the applications. login's abili...
2008-12-01 Greg HudsonConvert many uses of sprintf to snprintf or asprintf
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2007-05-10 Ken RaeburnDefine and use some inline helper functions for compari...
2007-01-20 Ken RaeburnInclude k5-int.h instead of krb5.h when 'private' funct...
2004-10-01 Ken Raeburn* kcmd.c (kcmd_connect): Set *addrfamilyp with the...
2003-03-28 Ken Raeburn* kcmd.c (kcmd_connect): Log errors if a connect to...
2003-01-31 Tom Yu * kcmd.c (v4_des_write): Apply patch from ghudson...
2002-06-25 Ken Raeburnenable ipv6 rsh connections
2002-06-25 Ken Raeburn* kcmd.c (setup_secondary_channel): Use select to time...
2002-06-25 Ken RaeburnMove compat_recv.c from krb5util library. Move some...
2002-03-26 Ken RaeburnChange approach for getaddrinfo support. Now, only...
2002-03-13 Ken Raeburn* kcmd.c (kcmd_connect): Actually save errno value...
2002-03-13 Ken Raeburn* kcmd.c (kcmd_connect): Don't call fixup_addrinfo...
2002-03-08 Ken Raeburn(kcmd_connect): copy out correct remote address to...
2002-03-08 Ken Raeburn* kcmd.c (kcmd_connect): Always call getport with the...
2002-03-08 Ken Raeburnmove getsockname calls into common code from kcmd/k4cmd
2002-03-08 Ken RaeburnUse getaddrinfo. Separate out some AF-independent...
2002-03-08 Ken RaeburnRevert getaddrinfo changes in krb5-only code from 2...
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-11-07 Sam Hartman2001-11-06 Sam Hartman <hartmans@mit.edu>
2001-06-20 Ezra Peisach * kcmd.c: Get rid of prototypes for krb5_write_m...
2001-06-01 Ezra Peisach * login.c: Add braces around initializers. Cleanup...
2001-05-11 Tom Yu * defines.h: Fix k4cmd prototype to match kcmd.c
2001-03-12 Ezra Peisach * defines.h: Add prototypes for rcmd_stream_init_normal(),
2000-10-10 Ezra Peisach * kcmd.c (kcmd): Use krb5_set_principal_realm...
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-02-23 Tom Yu * kcmd.c (k4cmd): Move call to krb_realmofhost() to...
1999-02-23 Tom Yu * kcmd.c (kcmd): Fix up to not call sname_to_principal...
1998-12-27 Sam HartmanTemporary patch for krb5-appl/678; avoid data from...
1998-10-30 Marc Horowitzpull up 3des implementation from the marc-3des branch
1998-02-24 Tom Yu * kcmd.c: Integrate ghudson's changes for client-side...
1997-02-19 Richard Baschkcmd.c (getport): Let the OS pick the best port rather...
1997-02-19 Richard BaschUse free() to free realm component, until a replacement...
1997-02-18 Richard BaschRemove krb5_xfree from the public interface
1996-12-13 Theodore TsoMerge V1_0_FREEZE_3 into the mainline. (Note this...
1996-11-02 Sam Hartman* Remove rhosts support [138]
1996-10-21 Barry Jaspan * kcmd.c: don't retry (and waste 7 seconds) on ECONNRE...
1996-04-11 Richard Basch * kcmd.c: Cleaned up whitespace and removed...
1996-03-20 Richard Basch* kcmd.c (ruserok): declare the function as taking...
1996-02-13 Theodore TsoFix lint flame (added missing cast)
1996-01-27 Sam HartmanFixes to build on Linux;
1996-01-26 Sam HartmanDisable resetting of tgs_enctypes
1996-01-24 Sam Hartman* Add checksum support to klogind making sure encrypted...
1996-01-20 Sam HartmanIn the client, construct a checksum from the command...
1996-01-11 Theodore Tsokcmd.c (getport): Clear the sin structure to be zero...
1996-01-11 Theodore TsoRemoved extern global of krb5_kdc_req_sumtype, which...
1996-01-10 Theodore Tsoforward.c (get_for_creds): Removed no longer used function
1995-12-19 Theodore TsoAlso include unistd.h, if it's available
1995-12-05 Richard BaschThe BSD application suite only understands using 1...
1995-06-11 Tom Yuchanges to accomodate redefinition of krb5_auth_context
1995-05-09 Ezra Peisachkcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.
1995-05-03 Theodore TsoBug fix to jik's bug fix. (Caused by our code drift...
1995-05-01 Chris Provenzano * kcmd.c (kcmd()): Bug fixes from jik
1995-04-27 Chris Provenzano * kcmd.c (kcmd()) : Don't use hp->h_name use host_save...
1995-04-26 Chris Provenzano * forward.c (rd_and_store_for_creds()) : Rewritten...
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-03-17 Theodore TsoMakefile.in, configure.in: Use the libdes425 library...
1995-03-10 Theodore TsoInitialize ret_cred to zero so that in case of an error...
1995-03-10 Chris Provenzano * kcmd.c (kcmd()) Use new calling convention...
1995-02-28 John Gilmore* forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c...
1995-02-23 Chris Provenzano * kcmd.c Call krb5_sendauth() and krb5_get_cred...
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 BaschRemoved old sgi code (it has POSIX signals)
1994-11-30 Theodore TsoMove get_for_creds to krb5_get_for_creds in the krb5...
1994-11-08 Theodore TsoChecked in Richard's changes of November 2nd. (See...
1994-10-24 Theodore TsoDon't free host_save; it's supposed to be returned...
1994-08-18 Mark Eichinstamp out rcs keywords
1994-08-05 Mark Eichinrest of signal cleanups plus strsave
1994-08-05 Mark Eichin * configure.in: test for sigprocmask and sigset_t...
1994-08-04 Mark Eichinalmost there. safety checkin
1994-07-26 Mark Eichin * configure.in: Added tests for HAVE_SETOWN, HAVE_SYS_...
1994-07-23 Tom Yu * kcmd.c:
1994-07-16 Theodore Tsoindex->strchr, rindex->strrchr, add (char *) cast to...
1994-01-17 Theodore TsoAdd error checking to krb5_sname_to_principal
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-09-29 Theodore Tso*** empty log message ***