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