summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Compiler warning cleanupPaul Park1995-06-2715-73/+109
* 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
* Remove extra #else left over from previous cleanupPaul Park1995-06-211-1/+0
* * configure.in: fix typoTom Yu1995-06-202-1/+3
* * defs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
* * externs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
* * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-2017-45/+80
* * configure.in: added missing check for stdlib.hTom Yu1995-06-202-0/+4
* * movemail.c: USE_STRING_H -> HAVE_STRING_H; fix HAVE_STLIB_H toTom Yu1995-06-203-11/+9
* * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_HTom Yu1995-06-202-1/+4
* * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_HTom Yu1995-06-202-1/+4
* Make sure processes associated with the terminal are actuallySam Hartman1995-06-192-2/+22
* Use setluid() where appropriate (e.g. OSF/1)Paul Park1995-06-193-4/+31
* * Makefile.in: "install::" to shut up gmakeTom Yu1995-06-162-1/+5
* Remove extraneous debugging definition from previous checkinPaul Park1995-06-151-1/+1
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-1536-59/+146
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-1126-19/+60
* recv_tocken: Initialize stack variable to 0 before usingEzra Peisach1995-06-102-1/+5
* Allow for partial reads while reading the tokenTheodore Tso1995-06-102-11/+14
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0924-62/+71
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-098-24/+32
* sim_server.c: #include krb5.h first, to reduce size of debuggingTheodore Tso1995-06-093-7/+9
* If using inetd, set file descriptor of socket to 0Ezra Peisach1995-06-032-0/+5
* * loginpaths.h: #ifdef ultrix => #ifdef __ultrixTom Yu1995-06-012-1/+5
* Check for string.h and include if present, else include strings.hEzra Peisach1995-05-244-0/+20
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-243-6/+26
* ring.c: Include string.h or strings.hEzra Peisach1995-05-244-1/+25
* Fix problem when gss_accept_sec_context() fails where error message was lostPaul Park1995-05-222-2/+9
* * 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
* Include stdlib.h or declare malloc()Ezra Peisach1995-05-102-0/+12
* Add new options -p and -S to specify port and keytab filesEzra Peisach1995-05-103-5/+70
* configure.in: Check for stdlib.hEzra Peisach1995-05-093-1/+15
* 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
* * telnetd.c: respect HAVE_SYS_TTY_HMark Eichin1995-05-032-0/+6
* * client.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+4
* * sserver.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+3
* * pop_init.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+4
* * 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
* * client.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-10/+7
* * sim_server.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-25/+27
* * sim_client.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-13/+24
* * kcmd.c (kcmd()): Bug fixes from jikChris Provenzano1995-05-013-25/+23