summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-2/+5
* * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-066-7/+12
* * kerberos5.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-11/+10
* gss-misc.c: Either include stdlib.h or declare mallocEzra Peisach1995-09-043-2/+13
* Update for GSSAPI-V2. Add -v2 switch to use some of these featuresPaul Park1995-08-315-23/+193
* Use new gss_{im,ex}port_sec_contextPaul Park1995-08-293-2/+44
* Add documentation on the -f and -F optionsEzra Peisach1995-08-272-0/+23
* Update file listTheodore Tso1995-08-242-0/+4
* Changes for Alpha; also deal better with slave failureSam Hartman1995-08-092-8/+20
* Fix cc -std1 error on OSFPaul Park1995-08-082-1/+5
* * Use new interface to pty_update_utmpSam Hartman1995-08-082-18/+11
* * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t...Sam Hartman1995-08-073-14/+20
* 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