summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
* Don't use setreuid() to play games with the real uid, since not allTheodore Tso1995-04-292-19/+14
* * Makefile.in (KLIB): include KRB4_LIB directly, to satisfy bothMark Eichin1995-04-282-4/+8
* Make links work with both --with-krb4 and --with-krb4=/usr/athenaPaul Park1995-04-282-2/+8
* oops. s/CHECK/PROG/Mark Eichin1995-04-282-3/+3
* * configure.in (PATH): use internal AC_CHECK_ECHO_N because changeMark Eichin1995-04-282-0/+9
* Lots of lint cleanup; declare functions before they are used, addTheodore Tso1995-04-282-15/+30
* Do not prototype krb_err_txt. kerberosIV/krb.h definesEzra Peisach1995-04-282-2/+4
* * Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB needs toMark Eichin1995-04-272-3/+8
* * Makefile.in (LOCALINCLUDE): get kerberosIV headers for login.cMark Eichin1995-04-273-11/+17
* * krcp.c (answer_auth): Should not call krb5_cc_close afterEzra Peisach1995-04-274-10/+27
* Need to copy the client principal out of ticket before calling krb5_ok on aEzra Peisach1995-04-272-0/+7
* When port number specified on command line, htons was missingEzra Peisach1995-04-272-1/+6
* * kcmd.c (kcmd()) : Don't use hp->h_name use host_save insteadChris Provenzano1995-04-272-4/+7
* * logutil.c (EMPTY): linux has UT_UNKNOWN, not EMPTYMark Eichin1995-04-262-0/+9
* * krlogind.c (main): LOG_AUTH in openlog arguments in wrong place.Ezra Peisach1995-04-263-5/+14
* * krlogind.c (doit()) : If TIOCOTTY is defined unset theChris Provenzano1995-04-262-0/+16
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-269-92/+276
* The variable krb5_override_default_realm is obsolete. Use theTheodore Tso1995-04-222-6/+11
* The variable krb5_override_default_realm is obsolete. Use theTheodore Tso1995-04-222-4/+16
* rlogin testing changes from ian@cygnus.comMark Eichin1995-04-213-6/+56
* More changes from ian@cygnus.com to support testingMark Eichin1995-04-215-16/+124
* Fri Apr 21 14:07:15 1995 Mark Eichin <eichin@cygnus.com>Mark Eichin1995-04-218-15/+101
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+56
* 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