summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (V5_MAKE_SHARED_RULE) Set STEXT when not making shared libraryEzra Peisach1995-06-232-1/+9
* Change done to DONE for shared library rulesPaul Park1995-06-232-4/+9
* Add description of new KDC configuration filePaul Park1995-06-233-0/+117
* Change argument ordering for KDCPaul Park1995-06-232-1/+5
* Document changes to KDCPaul Park1995-06-231-5/+42
* Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-232-7/+64
* Multiple realm supportPaul Park1995-06-237-320/+727
* Remove usage of KDB_CONVERT_KEY_OUTOF_DBPaul Park1995-06-235-6/+18
* Add alternate profile routinesPaul Park1995-06-234-2/+324
* Permit a process to have more than one database open at the same timePaul Park1995-06-232-65/+186
* Fix generation of server principals so this works with kdb5_mkdumsPaul Park1995-06-232-5/+90
* Add DEFAULT_KDC_PROFILE and KDC_PROFILE_ENV for KDC profile locationPaul Park1995-06-232-0/+9
* Describe previous changesPaul Park1995-06-231-0/+6
* Remove KDB_CONVERT_KEY_{TO,OUTOF}_DBPaul Park1995-06-231-3/+0
* Add database context to krb5_contextPaul Park1995-06-232-0/+5
* Forgot to add Changelog entrySam Hartman1995-06-231-0/+4
* 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