summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/kcmd.c
Commit message (Expand)AuthorAgeFilesLines
* kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.Ezra Peisach1995-05-091-0/+3
* Bug fix to jik's bug fix. (Caused by our code drift since jik'sTheodore Tso1995-05-031-3/+3
* * kcmd.c (kcmd()): Bug fixes from jikChris Provenzano1995-05-011-16/+10
* * kcmd.c (kcmd()) : Don't use hp->h_name use host_save insteadChris Provenzano1995-04-271-4/+3
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-261-12/+19
* Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com>Mark Eichin1995-04-211-3/+5
* kcmd.c (kcmd()): Don't pass any data to sendauth() to beChris Provenzano1995-03-271-20/+1
* Makefile.in, configure.in: Use the libdes425 library so that the DESTheodore Tso1995-03-171-0/+1
* Initialize ret_cred to zero so that in case of an error, we don't tryTheodore Tso1995-03-101-1/+1
* * kcmd.c (kcmd()) Use new calling convention for krb5_sendauth().Chris Provenzano1995-03-101-32/+15
* * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,John Gilmore1995-02-281-3/+1
* * kcmd.c Call krb5_sendauth() and krb5_get_credentials() withChris Provenzano1995-02-231-10/+11
* * Removed all #include <krb5/crc-32.h>Chris Provenzano1995-02-021-1/+1
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-19/+20
* * kcmd.c, krlogin.c, krcp.c: Always include fcntl.h, and neverTheodore Tso1995-01-101-5/+0
* Removed old sgi code (it has POSIX signals)Richard Basch1995-01-031-12/+0
* Move get_for_creds to krb5_get_for_creds in the krb5 libraryTheodore Tso1994-11-301-8/+8
* Checked in Richard's changes of November 2nd. (See changelog). Lots ofTheodore Tso1994-11-081-4/+5
* Don't free host_save; it's supposed to be returned by kcmd to theTheodore Tso1994-10-241-4/+0
* stamp out rcs keywordsMark Eichin1994-08-181-11/+2
* rest of signal cleanups plus strsaveMark Eichin1994-08-051-2/+3
* * configure.in: test for sigprocmask and sigset_t to set POSIX_SIGNALS.Mark Eichin1994-08-051-0/+28
* almost there. safety checkinMark Eichin1994-08-041-3/+9
* * configure.in: Added tests for HAVE_SETOWN, HAVE_SYS_FILIO_H.Mark Eichin1994-07-261-4/+2
* * kcmd.c:Tom Yu1994-07-231-0/+1
* index->strchr, rindex->strrchr, add (char *) cast to malloc, haveTheodore Tso1994-07-161-3/+4
* Add error checking to krb5_sname_to_principalTheodore Tso1994-01-171-2/+8
* Lots of cleanup. V4/V5 compatibility recvauth moved to separateTheodore Tso1993-12-241-13/+24
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-8/+8
* Added support for credentials forwardingTheodore Tso1993-06-031-19/+45
* *** empty log message ***Theodore Tso1992-09-291-0/+611