| Commit message (Expand) | Author | Age | Files | Lines |
| * | * kcmd.c (k4cmd): Move call to krb_realmofhost() to avoid smashing | Tom Yu | 1999-02-23 | 1 | -5/+4 |
| * | * kcmd.c (kcmd): Fix up to not call sname_to_principal until after | Tom Yu | 1999-02-23 | 1 | -36/+30 |
| * | Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderr | Sam Hartman | 1998-12-27 | 1 | -1/+1 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -26/+99 |
| * | * kcmd.c: Integrate ghudson's changes for client-side krb4 | Tom Yu | 1998-02-24 | 1 | -10/+625 |
| * | kcmd.c (getport): Let the OS pick the best port rather than scanning. | Richard Basch | 1997-02-19 | 1 | -25/+24 |
| * | Use free() to free realm component, until a replacement function is added | Richard Basch | 1997-02-19 | 1 | -1/+3 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 1 | -1/+1 |
| * | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 1 | -2/+2 |
| * | * Remove rhosts support [138] | Sam Hartman | 1996-11-02 | 1 | -184/+0 |
| * | * kcmd.c: don't retry (and waste 7 seconds) on ECONNREFUSED, just | Barry Jaspan | 1996-10-21 | 1 | -8/+1 |
| * | * kcmd.c: Cleaned up whitespace and removed commented & unused cruft | Richard Basch | 1996-04-11 | 1 | -10/+6 |
| * | * kcmd.c (ruserok): declare the function as taking const char * | Richard Basch | 1996-03-20 | 1 | -2/+2 |
| * | Fix lint flame (added missing cast) | Theodore Tso | 1996-02-13 | 1 | -1/+1 |
| * | Fixes to build on Linux; | Sam Hartman | 1996-01-27 | 1 | -3/+0 |
| * | Disable resetting of tgs_enctypes | Sam Hartman | 1996-01-26 | 1 | -2/+2 |
| * | * Add checksum support to klogind making sure encrypted authenticators | Sam Hartman | 1996-01-24 | 1 | -2/+3 |
| * | In the client, construct a checksum from the command line | Sam Hartman | 1996-01-20 | 1 | -2/+13 |
| * | kcmd.c (getport): Clear the sin structure to be zero. (From Doug Engbert.) | Theodore Tso | 1996-01-11 | 1 | -0/+1 |
| * | Removed extern global of krb5_kdc_req_sumtype, which wasn't being used | Theodore Tso | 1996-01-11 | 1 | -1/+0 |
| * | forward.c (get_for_creds): Removed no longer used function | Theodore Tso | 1996-01-10 | 1 | -4/+3 |
| * | Also include unistd.h, if it's available | Theodore Tso | 1995-12-19 | 1 | -0/+3 |
| * | The BSD application suite only understands using 1-DES as a session key type | Richard Basch | 1995-12-05 | 1 | -0/+4 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 1 | -1/+1 |
| * | kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations. | Ezra Peisach | 1995-05-09 | 1 | -0/+3 |
| * | Bug fix to jik's bug fix. (Caused by our code drift since jik's | Theodore Tso | 1995-05-03 | 1 | -3/+3 |
| * | * kcmd.c (kcmd()): Bug fixes from jik | Chris Provenzano | 1995-05-01 | 1 | -16/+10 |
| * | * kcmd.c (kcmd()) : Don't use hp->h_name use host_save instead | Chris Provenzano | 1995-04-27 | 1 | -4/+3 |
| * | * forward.c (rd_and_store_for_creds()) : Rewritten to use | Chris Provenzano | 1995-04-26 | 1 | -12/+19 |
| * | Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com> | Mark Eichin | 1995-04-21 | 1 | -3/+5 |
| * | kcmd.c (kcmd()): Don't pass any data to sendauth() to be | Chris Provenzano | 1995-03-27 | 1 | -20/+1 |
| * | Makefile.in, configure.in: Use the libdes425 library so that the DES | Theodore Tso | 1995-03-17 | 1 | -0/+1 |
| * | Initialize ret_cred to zero so that in case of an error, we don't try | Theodore Tso | 1995-03-10 | 1 | -1/+1 |
| * | * kcmd.c (kcmd()) Use new calling convention for krb5_sendauth(). | Chris Provenzano | 1995-03-10 | 1 | -32/+15 |
| * | * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c, | John Gilmore | 1995-02-28 | 1 | -3/+1 |
| * | * kcmd.c Call krb5_sendauth() and krb5_get_credentials() with | Chris Provenzano | 1995-02-23 | 1 | -10/+11 |
| * | * Removed all #include <krb5/crc-32.h> | Chris Provenzano | 1995-02-02 | 1 | -1/+1 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -19/+20 |
| * | * kcmd.c, krlogin.c, krcp.c: Always include fcntl.h, and never | Theodore Tso | 1995-01-10 | 1 | -5/+0 |
| * | Removed old sgi code (it has POSIX signals) | Richard Basch | 1995-01-03 | 1 | -12/+0 |
| * | Move get_for_creds to krb5_get_for_creds in the krb5 library | Theodore Tso | 1994-11-30 | 1 | -8/+8 |
| * | Checked in Richard's changes of November 2nd. (See changelog). Lots of | Theodore Tso | 1994-11-08 | 1 | -4/+5 |
| * | Don't free host_save; it's supposed to be returned by kcmd to the | Theodore Tso | 1994-10-24 | 1 | -4/+0 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -11/+2 |
| * | rest of signal cleanups plus strsave | Mark Eichin | 1994-08-05 | 1 | -2/+3 |
| * | * configure.in: test for sigprocmask and sigset_t to set POSIX_SIGNALS. | Mark Eichin | 1994-08-05 | 1 | -0/+28 |
| * | almost there. safety checkin | Mark Eichin | 1994-08-04 | 1 | -3/+9 |
| * | * configure.in: Added tests for HAVE_SETOWN, HAVE_SYS_FILIO_H. | Mark Eichin | 1994-07-26 | 1 | -4/+2 |
| * | * kcmd.c: | Tom Yu | 1994-07-23 | 1 | -0/+1 |
| * | index->strchr, rindex->strrchr, add (char *) cast to malloc, have | Theodore Tso | 1994-07-16 | 1 | -3/+4 |