| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (V5_MAKE_SHARED_RULE) Set STEXT when not making shared library | Ezra Peisach | 1995-06-23 | 2 | -1/+9 |
* | Change done to DONE for shared library rules | Paul Park | 1995-06-23 | 2 | -4/+9 |
* | Add description of new KDC configuration file | Paul Park | 1995-06-23 | 3 | -0/+117 |
* | Change argument ordering for KDC | Paul Park | 1995-06-23 | 2 | -1/+5 |
* | Document changes to KDC | Paul Park | 1995-06-23 | 1 | -5/+42 |
* | Multiple realm support and remove KDB_CONVERT_KEY_OUTOF_DB | Paul Park | 1995-06-23 | 2 | -7/+64 |
* | Multiple realm support | Paul Park | 1995-06-23 | 7 | -320/+727 |
* | Remove usage of KDB_CONVERT_KEY_OUTOF_DB | Paul Park | 1995-06-23 | 5 | -6/+18 |
* | Add alternate profile routines | Paul Park | 1995-06-23 | 4 | -2/+324 |
* | Permit a process to have more than one database open at the same time | Paul Park | 1995-06-23 | 2 | -65/+186 |
* | Fix generation of server principals so this works with kdb5_mkdums | Paul Park | 1995-06-23 | 2 | -5/+90 |
* | Add DEFAULT_KDC_PROFILE and KDC_PROFILE_ENV for KDC profile location | Paul Park | 1995-06-23 | 2 | -0/+9 |
* | Describe previous changes | Paul Park | 1995-06-23 | 1 | -0/+6 |
* | Remove KDB_CONVERT_KEY_{TO,OUTOF}_DB | Paul Park | 1995-06-23 | 1 | -3/+0 |
* | Add database context to krb5_context | Paul Park | 1995-06-23 | 2 | -0/+5 |
* | Forgot to add Changelog entry | Sam Hartman | 1995-06-23 | 1 | -0/+4 |
* | Changes to support AIX shared libraries. The interactions | Sam Hartman | 1995-06-23 | 15 | -31/+163 |
* | configure.in: Change AC_HAVE_HEADERS with AC_CHECK_HEADERS, and check for | Theodore Tso | 1995-06-22 | 3 | -3/+18 |
* | put -Llt back, sent email to djm | Mark Eichin | 1995-06-22 | 1 | -2/+2 |
* | Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (The | Theodore Tso | 1995-06-21 | 2 | -2/+6 |
* | Replace AC_CONFIG_FRAGMENTS, AC_CONFIG_FRAGMENTS_DEFUALT, | Theodore Tso | 1995-06-21 | 2 | -70/+42 |
* | * aclocal.m4: undefine AC_CONFIGF_AUX_DIR_DEFAULT before | Tom Yu | 1995-06-21 | 2 | -1/+7 |
* | login.c: Change RETSIGTYPE to krb5_sigtype to be consistant | Ezra Peisach | 1995-06-21 | 3 | -1/+8 |
* | Add KRB5_SIGTYPE, replacing definition that was there for krb5_sigtype. This | Ezra Peisach | 1995-06-21 | 2 | -21/+6 |
* | Add KRB5_SIGTYPE to define krb5_sigtype. Definition moved from | Ezra Peisach | 1995-06-21 | 2 | -0/+30 |
* | Removed extra blank lines and added "dnl" to the end of some macro | Theodore Tso | 1995-06-21 | 2 | -13/+13 |
* | Installed autoconf 2.4 in the Kerberos V5 tree. This reverted a few | Theodore Tso | 1995-06-21 | 37 | -1274/+2768 |
* | Remove extra #else left over from previous cleanup | Paul Park | 1995-06-21 | 1 | -1/+0 |
* | Remove krb5_full_addr | Theodore Tso | 1995-06-21 | 1 | -1/+0 |
* | Change PROTOTYPE -> KRB5_PROTOTYPE | Theodore Tso | 1995-06-21 | 18 | -81/+108 |
* | Makefile.in: Don't remove autoconf.h when doing a make clean; it's an | Theodore Tso | 1995-06-21 | 9 | -142/+141 |
* | Makefile.in, krb5.hin: Don't include autoconf.h anymore; have the | Theodore Tso | 1995-06-21 | 3 | -287/+301 |
* | * configure.in: switch obsolete AC_HAVE_HEADER to AC_CHECK_HEADERS | Mark Eichin | 1995-06-20 | 2 | -1/+5 |
* | * configure.in: fix typo | Tom Yu | 1995-06-20 | 2 | -1/+3 |
* | * configure.in: add tests for TIME_WITH_SYS_TIME and sys/time.h | Tom Yu | 1995-06-20 | 2 | -0/+5 |
* | * kpasswd.c: USE_STRING_H -> HAVE_STRING_H for consistency | Tom Yu | 1995-06-20 | 3 | -2/+6 |
* | * configure.in: add missing check for stdlib.h | Tom Yu | 1995-06-20 | 2 | -0/+4 |
* | * Makefile.in - Change explicit library names to -l<lib> form, and | Tom Yu | 1995-06-20 | 1 | -1/+0 |
* | * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL | Tom Yu | 1995-06-20 | 3 | -4/+10 |
* | * defs.h: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 3 | -3/+10 |
* | * externs.h: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 3 | -3/+10 |
* | * strrchr.c: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 17 | -45/+80 |
* | * configure.in: added missing check for stdlib.h | Tom Yu | 1995-06-20 | 2 | -0/+4 |
* | * movemail.c: USE_STRING_H -> HAVE_STRING_H; fix HAVE_STLIB_H to | Tom Yu | 1995-06-20 | 3 | -11/+9 |
* | * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_H | Tom Yu | 1995-06-20 | 2 | -1/+4 |
* | * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_H | Tom Yu | 1995-06-20 | 2 | -1/+4 |
* | * getsyms, getsyms.sed: fix a few random bugs | Tom Yu | 1995-06-20 | 5 | -316/+333 |
* | Must protect $(FOO) with a backslash, since $(FOO) is specially | Theodore Tso | 1995-06-19 | 2 | -12/+16 |
* | Make sure processes associated with the terminal are actually | Sam Hartman | 1995-06-19 | 2 | -2/+22 |
* | Fix LD_LIBRARY_PATH in setup_root_shell() | Paul Park | 1995-06-19 | 2 | -1/+28 |