summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
...
* * Tell configure.in that AIX doesn't have streams; it has the headerSam Hartman1995-07-143-3/+18
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-073-16/+20
* Remove declaration of errno altoghether. "extern int errno;" isTheodore Tso1995-07-066-7/+4
* Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.Theodore Tso1995-07-062-4/+18
* ----------------------------------------------------------------------Sam Hartman1995-07-023-2/+9
* * krlogin.c: don't redeclare noltc, defltc if we happen to haveTom Yu1995-06-282-0/+6
* Compiler warning cleanupPaul Park1995-06-277-69/+87
* configure.in: Change AC_HAVE_HEADERS with AC_CHECK_HEADERS, and check forTheodore Tso1995-06-223-3/+18
* login.c: Change RETSIGTYPE to krb5_sigtype to be consistantEzra Peisach1995-06-213-1/+8
* * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_HTom Yu1995-06-202-1/+4
* Use setluid() where appropriate (e.g. OSF/1)Paul Park1995-06-193-4/+31
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-11/+21
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-116-7/+12
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+5
* * loginpaths.h: #ifdef ultrix => #ifdef __ultrixTom Yu1995-06-012-1/+5
* * loginpaths.h: Add NetBSD pathsEzra Peisach1995-05-216-0/+37
* login.c (main): Only try to use TIOCSETD if it is definedTheodore Tso1995-05-203-2/+15
* so that credential forwarding worksEzra Peisach1995-05-132-9/+10
* kcmd.c and krcp.c: Add <stdlib.h> for malloc declarations.Ezra Peisach1995-05-094-2/+21
* * krcp.c (answer_auth()): Requires two new args that are passedChris Provenzano1995-05-052-38/+81
* * krcp.c (answer_auth()): Don't destroy the credential cacheChris Provenzano1995-05-052-17/+14
* * krcp.c (answer_auth()): Set auth_context = NULL before using itChris Provenzano1995-05-042-2/+7
* * krlogind.c, krshd.c: (krb5_compat_recvauth()):Chris Provenzano1995-05-033-2/+5
* Don't try to play uid swapping games if the effective uid is not zeroTheodore Tso1995-05-032-8/+19
* Bug fix to jik's bug fix. (Caused by our code drift since jik'sTheodore Tso1995-05-032-3/+8
* * kcmd.c (kcmd()): Bug fixes from jikChris Provenzano1995-05-013-25/+23
* Link the libraries twice due to circular dependency in the libraries.Theodore Tso1995-04-292-1/+11
* 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