summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
...
* kcmd.c (kcmd()): Don't pass any data to sendauth() to beChris Provenzano1995-03-275-87/+69
* fix copied code in HAVE_GETUTENT caseMark Eichin1995-03-251-1/+1
* Make same fix for krlogindTheodore Tso1995-03-241-1/+1
* Stupid typo in previous fixTheodore Tso1995-03-241-1/+1
* Makefile.in (krshd): Move $(K4LIB) after $(KLIB) so that ifTheodore Tso1995-03-243-2/+9
* * logutil.c (update_wtmp): initialize ut from ent the way the V4Mark Eichin1995-03-242-0/+22
* Makefile.in, configure.in: Use the libdes425 library so that the DESTheodore Tso1995-03-175-8/+26
* Initialize ret_cred to zero so that in case of an error, we don't tryTheodore Tso1995-03-102-1/+6
* * kcmd.c (kcmd()) Use new calling convention for krb5_sendauth().Chris Provenzano1995-03-103-40/+25
* Remove reference to $(ISODELIB)Theodore Tso1995-03-022-2/+5
* Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket andTheodore Tso1995-03-012-4/+6
* * forward.c, kcmd.c, krcp.c, krlogin.c, krlogind.c, krsh.c,John Gilmore1995-02-288-35/+17
* * 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-031-0/+1
* Add keytype parameter to fieldTheodore Tso1995-02-032-1/+6
* * Removed all #include <krb5/crc-32.h>Chris Provenzano1995-02-028-7/+7
* * Removed all narrow types and references to wide.h and narrow.hChris Provenzano1995-01-252-2/+4
* 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-138-143/+163
* * 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
* 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
* logutil.c, configure.inRichard Basch1994-12-281-0/+11
* Added caching to some of the local tests.Richard Basch1994-12-281-19/+48