summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-2315-31/+163
* configure.in: Change AC_HAVE_HEADERS with AC_CHECK_HEADERS, and check forTheodore Tso1995-06-223-3/+18
* put -Llt back, sent email to djmMark Eichin1995-06-221-2/+2
* Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (TheTheodore Tso1995-06-212-2/+6
* Replace AC_CONFIG_FRAGMENTS, AC_CONFIG_FRAGMENTS_DEFUALT,Theodore Tso1995-06-212-70/+42
* * aclocal.m4: undefine AC_CONFIGF_AUX_DIR_DEFAULT beforeTom Yu1995-06-212-1/+7
* login.c: Change RETSIGTYPE to krb5_sigtype to be consistantEzra Peisach1995-06-213-1/+8
* Add KRB5_SIGTYPE, replacing definition that was there for krb5_sigtype. ThisEzra Peisach1995-06-212-21/+6
* Add KRB5_SIGTYPE to define krb5_sigtype. Definition moved fromEzra Peisach1995-06-212-0/+30
* Removed extra blank lines and added "dnl" to the end of some macroTheodore Tso1995-06-212-13/+13
* Installed autoconf 2.4 in the Kerberos V5 tree. This reverted a fewTheodore Tso1995-06-2137-1274/+2768
* Remove extra #else left over from previous cleanupPaul Park1995-06-211-1/+0
* Remove krb5_full_addrTheodore Tso1995-06-211-1/+0
* Change PROTOTYPE -> KRB5_PROTOTYPETheodore Tso1995-06-2118-81/+108
* Makefile.in: Don't remove autoconf.h when doing a make clean; it's anTheodore Tso1995-06-219-142/+141
* Makefile.in, krb5.hin: Don't include autoconf.h anymore; have theTheodore Tso1995-06-213-287/+301
* * configure.in: switch obsolete AC_HAVE_HEADER to AC_CHECK_HEADERSMark Eichin1995-06-202-1/+5
* * configure.in: fix typoTom Yu1995-06-202-1/+3
* * configure.in: add tests for TIME_WITH_SYS_TIME and sys/time.hTom Yu1995-06-202-0/+5
* * kpasswd.c: USE_STRING_H -> HAVE_STRING_H for consistencyTom Yu1995-06-203-2/+6
* * configure.in: add missing check for stdlib.hTom Yu1995-06-202-0/+4
* * Makefile.in - Change explicit library names to -l<lib> form, andTom Yu1995-06-201-1/+0
* * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELLTom Yu1995-06-203-4/+10
* * 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
* * getsyms, getsyms.sed: fix a few random bugsTom Yu1995-06-205-316/+333
* Must protect $(FOO) with a backslash, since $(FOO) is speciallyTheodore Tso1995-06-192-12/+16
* Make sure processes associated with the terminal are actuallySam Hartman1995-06-192-2/+22
* Fix LD_LIBRARY_PATH in setup_root_shell()Paul Park1995-06-192-1/+28
* Use setluid() where appropriate (e.g. OSF/1)Paul Park1995-06-193-4/+31
* * BADSYMS: list of bad symbols found in various source files;Tom Yu1995-06-192-0/+951
* * getsyms, getsyms.sed: simple scripts to find #ifdef's thatTom Yu1995-06-193-0/+71
* Added final change to allow for ASN.1 indefinite encoding; needed forTheodore Tso1995-06-172-0/+11
* Allow the credentials cache argument to be optional; allow it to beTheodore Tso1995-06-172-1/+8
* Change kadm_cleanup so that it returns a defined valueSam Hartman1995-06-172-0/+8
* Inline code from krb_save_credentials since there is none in some K4Paul Park1995-06-162-0/+23
* Add glue for old versions of K4Paul Park1995-06-164-3/+70
* Fix run.test to run under UltrixPaul Park1995-06-162-6/+12
* * libupdate.sh: oops they were right to begin with; hackTom Yu1995-06-162-2/+5
* * aclocal.m4: ARCHIVE gets a "cqv" to shut it up about the warningTom Yu1995-06-162-1/+3
* * libupdate.sh: ARADD and ARCHIVE were backwardsTom Yu1995-06-162-2/+5
* Fix install logic for krb5.h and k5-int.hPaul Park1995-06-162-7/+8
* Explicitly handle default cases when neither --enable-shared orPaul Park1995-06-162-3/+11
* Remove status message from OSF/1 shared library buildPaul Park1995-06-161-1/+0
* Add install target for shared librariesPaul Park1995-06-168-0/+30