summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Add authenc.c to the SRCS list; authenc.o is in the OBJS list, afterTheodore Tso1995-08-072-1/+5
* Build fixes for SolarisPaul Park1995-08-073-1/+14
* libpty fixesPaul Park1995-08-073-3/+13
* Check for utmp[x].hPaul Park1995-08-072-1/+6
* Get telnetd working with libptySam Hartman1995-08-055-437/+93
* * krlogind.c: don't include utmp.h, since libty.h grabs itTom Yu1995-08-042-1/+4
* Compile something when krb4 disabledPaul Park1995-08-032-0/+6
* * Fix tests for length of slave buffer.Sam Hartman1995-08-022-0/+6
* Change to use libpty for utmp handling in login.krb5. RemoveSam Hartman1995-08-017-242/+33
* Modify krlogind to use libpty, modify login.krb5 to work underSam Hartman1995-07-315-135/+71
* * configure.in: Don't link with -lkadmTom Yu1995-07-2910-5/+15
* Check for interrupted select in krshdPaul Park1995-07-272-2/+10
* Merge some changes for NetBSD that I and others have madeChris Provenzano1995-07-271-2/+2
* * 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-0736-100/+124
* Remove LDFLAGSPaul Park1995-07-076-3/+13
* 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
* * commands.c: rename setmode() and clearmode() to tel_setmode()Tom Yu1995-07-022-16/+22
* * krlogin.c: don't redeclare noltc, defltc if we happen to haveTom Yu1995-06-282-0/+6
* sim_client.c: Include stdlib.h or declare malloc. Include string.h forEzra Peisach1995-06-283-0/+14
* Include <string.h> for memcpy definitionsEzra Peisach1995-06-282-0/+4
* 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