summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix generation of server principals so this works with kdb5_mkdumsPaul Park1995-06-232-5/+90
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6133 dc483132-0cff-0310-8789-dd5450dbe970
* Add DEFAULT_KDC_PROFILE and KDC_PROFILE_ENV for KDC profile locationPaul Park1995-06-232-0/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6132 dc483132-0cff-0310-8789-dd5450dbe970
* Describe previous changesPaul Park1995-06-231-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6131 dc483132-0cff-0310-8789-dd5450dbe970
* Remove KDB_CONVERT_KEY_{TO,OUTOF}_DBPaul Park1995-06-231-3/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6130 dc483132-0cff-0310-8789-dd5450dbe970
* Add database context to krb5_contextPaul Park1995-06-232-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6129 dc483132-0cff-0310-8789-dd5450dbe970
* Forgot to add Changelog entrySam Hartman1995-06-231-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6127 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-2315-31/+163
| | | | | | | | | | | | | | between configure.in and Makefile.in change significantly for shared libraries: the static library target is no longer specified in the Makefile, although a rule to make the static library is specified. Also, none of the libraries have any more unresolved symbols. As discussed, libcom_err.a is made shared and symlinks are created in lib. These changes sort of work, although I suspect cleanup is necessary. I don't think it breaks too much on other platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Change AC_HAVE_HEADERS with AC_CHECK_HEADERS, and check forTheodore Tso1995-06-223-3/+18
| | | | | | | | | | string.h as well. krsh.c: Don't include ext-proto.h; move the #include of the header files which we actually needed into krsh.c, using the autoconf standard define's. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6125 dc483132-0cff-0310-8789-dd5450dbe970
* put -Llt back, sent email to djmMark Eichin1995-06-221-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6124 dc483132-0cff-0310-8789-dd5450dbe970
* Remove AC_CONFIG_FRAGMENTS call, since it's no longer needed. (TheTheodore Tso1995-06-212-2/+6
| | | | | | aclocal.m4 V5_SET_TOPTREE handles it all automatically now.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6123 dc483132-0cff-0310-8789-dd5450dbe970
* Replace AC_CONFIG_FRAGMENTS, AC_CONFIG_FRAGMENTS_DEFUALT,Theodore Tso1995-06-212-70/+42
| | | | | | | | | | | | AC_SET_BUILDTOP, AC_CONFIG_AUX_DIR_DEFAULT with V5_SET_TOPDIR. This sets up the correct variables for the top of the source tree and the top of the build tree. It currently depends on AC_LOCALDIR being a relative pathname, but that's a safe assumption to make. (And we could fix it to be more general if we really needed to.) Removed AC__CONFIG_AUX since it doesn't seem to be used at all. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6122 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: undefine AC_CONFIGF_AUX_DIR_DEFAULT beforeTom Yu1995-06-212-1/+7
| | | | | | redefining it to avoid diversion madness git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6121 dc483132-0cff-0310-8789-dd5450dbe970
* login.c: Change RETSIGTYPE to krb5_sigtype to be consistantEzra Peisach1995-06-213-1/+8
| | | | | | configure.in: Add KRB5_SIGTYPE to declare krb5_sigtype. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6120 dc483132-0cff-0310-8789-dd5450dbe970
* Add KRB5_SIGTYPE, replacing definition that was there for krb5_sigtype. ThisEzra Peisach1995-06-212-21/+6
| | | | | | is so that other parts of the tree may use macro. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6119 dc483132-0cff-0310-8789-dd5450dbe970
* Add KRB5_SIGTYPE to define krb5_sigtype. Definition moved fromEzra Peisach1995-06-212-0/+30
| | | | | | include/krb5/configure.in so that appl/bsd may use it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6118 dc483132-0cff-0310-8789-dd5450dbe970
* Removed extra blank lines and added "dnl" to the end of some macroTheodore Tso1995-06-212-13/+13
| | | | | | | definitions to get rid of extra newlines added at the beginning of configure scripts. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6117 dc483132-0cff-0310-8789-dd5450dbe970
* Installed autoconf 2.4 in the Kerberos V5 tree. This reverted a fewTheodore Tso1995-06-2137-1274/+2768
| | | | | | | | | Krb5-specific changes: tytso Ultrix /bin/sh workarounds (which are supposedly fixed in another way in autoconf 2.4), eichin's change to autoreconf to allow it to work in symlink farms, jgilmore's change acgeneral.m4 to report the update status of the cache better (???). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6116 dc483132-0cff-0310-8789-dd5450dbe970
* Remove extra #else left over from previous cleanupPaul Park1995-06-211-1/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6115 dc483132-0cff-0310-8789-dd5450dbe970
* Remove krb5_full_addrTheodore Tso1995-06-211-1/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6114 dc483132-0cff-0310-8789-dd5450dbe970
* Change PROTOTYPE -> KRB5_PROTOTYPETheodore Tso1995-06-2118-81/+108
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6113 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: Don't remove autoconf.h when doing a make clean; it's anTheodore Tso1995-06-219-142/+141
| | | | | | | | | autoconf generated file. adm_proto.h, asn1.h, ext-proto.h, kdb.h, kdb_dbm.h, los-proto.h, preauth.c: Change PROTOTYPE -> KRB5_PROTOTYPE git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6112 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in, krb5.hin: Don't include autoconf.h anymore; have theTheodore Tso1995-06-213-287/+301
| | | | | | | | Makefile include the few configure symbols which krb5.h needs. krb5.hin: Change PROTOTYPE -> KRB5_PROTOTYPE and NPROTOTYPE -> KRB5_NPROTOTYPE. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6111 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: switch obsolete AC_HAVE_HEADER to AC_CHECK_HEADERSMark Eichin1995-06-202-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6110 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: fix typoTom Yu1995-06-202-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6109 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: add tests for TIME_WITH_SYS_TIME and sys/time.hTom Yu1995-06-202-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6108 dc483132-0cff-0310-8789-dd5450dbe970
* * kpasswd.c: USE_STRING_H -> HAVE_STRING_H for consistencyTom Yu1995-06-203-2/+6
| | | | | | * configure.in: added missing check for string.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6107 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: add missing check for stdlib.hTom Yu1995-06-202-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6106 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in - Change explicit library names to -l<lib> form, andTom Yu1995-06-201-1/+0
| | | | | | | change target link line to use $(LD) and associated flags. * configure.in - Add shared library usage check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6105 dc483132-0cff-0310-8789-dd5450dbe970
* * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELLTom Yu1995-06-203-4/+10
| | | | | | * configure.in: add test for getusershell() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6104 dc483132-0cff-0310-8789-dd5450dbe970
* * defs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
| | | | | | * configure.in: add test for string.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6103 dc483132-0cff-0310-8789-dd5450dbe970
* * externs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
| | | | | | * configure.in: add test for string.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6102 dc483132-0cff-0310-8789-dd5450dbe970
* * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-2017-45/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * strftime.c: NO_STRING_H -> HAVE_STRING_H * strerror.c: NO_STRING_H -> HAVE_STRING_H * strdup.c: NO_STRING_H -> HAVE_STRING_H * strchr.c: NO_STRING_H -> HAVE_STRING_H * strcasecmp.c: NO_STRING_H -> HAVE_STRING_H * spx.c: NO_STRING_H -> HAVE_STRING_H * rsaencpwd: NO_STRING_H -> HAVE_STRING_H * read_password.c: NO_STRING_H -> HAVE_STRING_H * mem.c: NO_STRING_H -> HAVE_STRING_H * krb4encpwd.c: NO_STRING_H -> HAVE_STRING_H * kerberos5.c: NO_STRING_H -> HAVE_STRING_H * kerberos.c: NO_STRING_H -> HAVE_STRING_H * encrypt.c: NO_STRING_H -> HAVE_STRING_H * auth.c: NO_STRING_H -> HAVE_STRING_H for consistency * configure.in: added missing tests for string.h, stdlib.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6101 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: added missing check for stdlib.hTom Yu1995-06-202-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6100 dc483132-0cff-0310-8789-dd5450dbe970
* * movemail.c: USE_STRING_H -> HAVE_STRING_H; fix HAVE_STLIB_H toTom Yu1995-06-203-11/+9
| | | | | | | dtrt. * configure.in: added missing tests for string.h and stdlib.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6099 dc483132-0cff-0310-8789-dd5450dbe970
* * poplib.c: HAS_STDLIB_H -> HAVE_STDLIB_HTom Yu1995-06-202-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6098 dc483132-0cff-0310-8789-dd5450dbe970
* * krlogin.c: HAS_STDLIB_H -> HAVE_STDLIB_HTom Yu1995-06-202-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6097 dc483132-0cff-0310-8789-dd5450dbe970
* * getsyms, getsyms.sed: fix a few random bugsTom Yu1995-06-205-316/+333
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6096 dc483132-0cff-0310-8789-dd5450dbe970
* Must protect $(FOO) with a backslash, since $(FOO) is speciallyTheodore Tso1995-06-192-12/+16
| | | | | | interpreted by bash (and Korn shells). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6095 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure processes associated with the terminal are actuallySam Hartman1995-06-192-2/+22
| | | | | | | | dead before re-using the pty. This is a temporary fix; the real fix will make sure that the processes get a HUP when telnetd dies and will be part of the libpty changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6094 dc483132-0cff-0310-8789-dd5450dbe970
* Fix LD_LIBRARY_PATH in setup_root_shell()Paul Park1995-06-192-1/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6093 dc483132-0cff-0310-8789-dd5450dbe970
* Use setluid() where appropriate (e.g. OSF/1)Paul Park1995-06-193-4/+31
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6092 dc483132-0cff-0310-8789-dd5450dbe970
* * BADSYMS: list of bad symbols found in various source files;Tom Yu1995-06-192-0/+951
| | | | | | generated by util/getsyms git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6090 dc483132-0cff-0310-8789-dd5450dbe970
* * getsyms, getsyms.sed: simple scripts to find #ifdef's thatTom Yu1995-06-193-0/+71
| | | | | | aren't declared with configure.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6089 dc483132-0cff-0310-8789-dd5450dbe970
* Added final change to allow for ASN.1 indefinite encoding; needed forTheodore Tso1995-06-172-0/+11
| | | | | | DCE compatibility. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6088 dc483132-0cff-0310-8789-dd5450dbe970
* Allow the credentials cache argument to be optional; allow it to beTheodore Tso1995-06-172-1/+8
| | | | | | | NULL, meaning that the credentials shouldn't be stored in a credentials cache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6087 dc483132-0cff-0310-8789-dd5450dbe970
* Change kadm_cleanup so that it returns a defined valueSam Hartman1995-06-172-0/+8
| | | | | | | | (success currently; nothing it calls returns failure indications) instead of returning whatever was left over in a register. This caused intermittent problems with regression tests. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6086 dc483132-0cff-0310-8789-dd5450dbe970
* Inline code from krb_save_credentials since there is none in some K4Paul Park1995-06-162-0/+23
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6085 dc483132-0cff-0310-8789-dd5450dbe970
* Add glue for old versions of K4Paul Park1995-06-164-3/+70
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6084 dc483132-0cff-0310-8789-dd5450dbe970
* Fix run.test to run under UltrixPaul Park1995-06-162-6/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6083 dc483132-0cff-0310-8789-dd5450dbe970
* * libupdate.sh: oops they were right to begin with; hackTom Yu1995-06-162-2/+5
| | | | | | aclocal.m4 instead. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6082 dc483132-0cff-0310-8789-dd5450dbe970