summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
Commit message (Expand)AuthorAgeFilesLines
...
* If HAVE_SHADOW is defined, and no shadow password entry is availble,Theodore Tso1995-12-222-2/+7
* Also include unistd.h, if it's availableTheodore Tso1995-12-192-0/+7
* * configure.in: Use krb5util libraryEzra Peisach1995-12-063-1/+9
* The BSD application suite only understands using 1-DES as a session key typeRichard Basch1995-12-051-0/+4
* Applied patch from Scott Schwartz <schwartz@galapagos.cse.psu.edu>Theodore Tso1995-12-012-0/+67
* Add IEXTEN to lflagsSam Hartman1995-11-173-2/+10
* * krshd.c (doit): drag TZ= from parent environment into envinit toMark Eichin1995-11-132-2/+21
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-033-9/+3
* If invoked with the -D port option, do not die if proper entry is missingEzra Peisach1995-11-024-42/+65
* ----------------------------------------------------------------------Sam Hartman1995-10-162-1/+6
* * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-066-7/+12
* Add documentation on the -f and -F optionsEzra Peisach1995-08-272-0/+23
* * Include utmp.h in krlogind.c; libpty.h doesn't any more and it needs them t...Sam Hartman1995-08-073-14/+20
* Check for utmp[x].hPaul Park1995-08-072-1/+6
* * krlogind.c: don't include utmp.h, since libty.h grabs itTom Yu1995-08-042-1/+4
* * 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-292-1/+3
* Check for interrupted select in krshdPaul Park1995-07-272-2/+10
* * 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