aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
1995-02-23 * client.c Call krb5_get_credentials() with new calling conventionChris Provenzano3-12/+18
1995-02-23 * kerberos5.c (kerberos5_send(), kerberos5_forward())Chris Provenzano2-10/+20
1995-02-23 * sim_client.c Call krb5_sendauth() with new calling conventionChris Provenzano2-5/+8
1995-02-23 * kadmin.c Call krb5_sendauth() with new calling conventionChris Provenzano2-1/+5
1995-02-23 * movemail.c Call krb5_sendauth() with new calling conventionChris Provenzano2-1/+5
1995-02-23 * poplib.c (pop_init): Call krb5_sendauth() with new calling conventionChris Provenzano2-1/+5
1995-02-23 * kcmd.c Call krb5_sendauth() and krb5_get_credentials() withChris Provenzano3-33/+43
1995-02-03Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso17-0/+17
1995-02-03Add keytype parameter to fieldTheodore Tso2-1/+6
1995-02-03Add keytype argument to rd_req_procTheodore Tso2-2/+7
1995-02-03ret_flags should be an int based on the prototype ofTheodore Tso2-1/+7
1995-02-02* forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore4-20/+16
1995-02-02 * Removed all #include <krb5/crc-32.h>Chris Provenzano8-7/+7
1995-01-26install man page from srcdirMark Eichin1-1/+1
1995-01-25Nroff Magic to make telnet man page actually work on traditional *roffMark Eichin6-1741/+3727
1995-01-25 * Removed all narrow types and references to wide.h and narrow.hChris Provenzano4-4/+8
1995-01-19Add missing context variable when compiling with V4 compatibilityTheodore Tso1-1/+1
1995-01-18 * krlogind.c (v4_des_read, v5_des_read): When reading length,Mark Eichin3-1/+119
1995-01-18 * configure.in: undo streams test. It turns out that we want sunosMark Eichin4-2/+15
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano20-165/+233
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano8-143/+163
1995-01-11 * configure.in (K4LIB): fix quoting so $(KRB4) actually survivesMark Eichin2-2/+8
1995-01-11 * logutil.c (update_wtmp): declare missing variables ifMark Eichin2-1/+13
1995-01-11 * krlogin.c (doit): use exit_handler for signal exits, don't useMark Eichin2-3/+15
1995-01-10* configure.in: Streams test needs to include sys/types.hRichard Basch2-1/+4
1995-01-10* krsh.c: Include sys/time.h (linux)Richard Basch2-0/+5
1995-01-10 * kcmd.c, krlogin.c, krcp.c: Always include fcntl.h, and neverTheodore Tso5-13/+8
1995-01-03kcmd.c, krsh.c, krshd.cRichard Basch1-0/+11
1995-01-03Removed a debugging statement (which could compromise the eblock)Richard Basch1-1/+0
1995-01-03Tidied up the commentsRichard Basch1-10/+10
1995-01-03Removed old sgi code (it has POSIX signals)Richard Basch1-12/+0
1995-01-03* krsh.cRichard Basch3-40/+446
1995-01-02mailquery.c: Issue QUIT pop command when done retrieving messgesRichard Basch2-0/+7
1995-01-02krlogind.c, krshd.cRichard Basch1-0/+9
1995-01-02Ultrix doesn't have a fully functional POSIX termiosRichard Basch1-3/+3
1995-01-02Cleaned up some of the #ifdef's and code duplication.Richard Basch1-77/+51
1994-12-31krlogin.c: Don't need to #undef _BSD for AIX anymore (no more BSD dependencies)Richard Basch2-4/+3
1994-12-31* Makefile.inRichard Basch2-5/+8
1994-12-30 * configure.inRichard Basch2-5/+10
1994-12-30 * logutil.cRichard Basch4-143/+144
1994-12-30configure.in: Removed extraneous charactersRichard Basch4-54/+53
1994-12-29 * krlogind.cRichard Basch4-12/+26
1994-12-29 * krlogind.c:Richard Basch2-84/+87
1994-12-28 * krlogin.cRichard Basch5-15/+32
1994-12-28Fixed a couple more syntactical errors with shadow passwords (now works)Richard Basch1-3/+3
1994-12-28Corrected logic for shadow password testsRichard Basch1-10/+15
1994-12-28login.c, configure.in, logutil.cRichard Basch1-6/+5
1994-12-28Renamed HAS_SHADOW to HAVE_SHADOWRichard Basch1-2/+2
1994-12-28Removed a reference to CBAUD that caused compilation errorsRichard Basch1-2/+0
1994-12-28Changed uid_type to uid_t, gid_type to gid_tRichard Basch1-33/+44