summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * aclocal.m4 (KRB5_AC_CHECK_TYPE_WITH_HEADERS): Need brackets around ↵Ken Raeburn2001-09-281-0/+5
| | | | | | arguments to tr git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13764 dc483132-0cff-0310-8789-dd5450dbe970
* Fix clean-windows target to clean appl/gssftp/ftpDanilo Almeida2001-08-311-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13716 dc483132-0cff-0310-8789-dd5450dbe970
* make sockaddr_storage checks separate from ipv6 supportKen Raeburn2001-08-311-0/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13713 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Do put /usr/include/tcl$v inKen Raeburn2001-08-311-0/+7
| | | | | | | | TCL_INCLUDES if that's where tcl.h is found. Don't include tcl.h when testing to see if Tcl_CreateInterp is available. (KRB5_AC_CHECK_INET6): Don't require getaddrinfo support. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13710 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_AC_CHECK_INET6): Don't check for AI_ADDRCONFIGKen Raeburn2001-08-211-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13684 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Fix typo in last change. Do not get rid ofEzra Peisach2001-07-311-0/+5
| | | | | | spaces in definitions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13657 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add functions KRB5_GETSOCKNAME_ARGS andEzra Peisach2001-07-301-0/+6
| | | | | | | KRB5_GETPEERNAME_ARGS to elucidate the argument types to getsockname() and getpeername(). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13653 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Build gssftp client on Win32Danilo Almeida2001-07-241-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13630 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CHECK_WAIT_TYPE): Need to include sys/types.h forEzra Peisach2001-07-081-0/+5
| | | | | | initial test or pid_t might not be defined. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13582 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CHECK_WAIT_TYPE): Improved testing if wait uses intEzra Peisach2001-07-051-0/+6
| | | | | | | or struct union as an argument. Tests if a prototype conflict exists with int being used, and if so, falls back on the old test. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13565 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): Display test for host type andEzra Peisach2001-06-211-0/+8
| | | | | | | | | result so that "cached" is not simply output from configure. (KRB5_NEED_PROTO): Add optional third argument, which if set means to test for prototype even if configure script does not test for function. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13451 dc483132-0cff-0310-8789-dd5450dbe970
* * acconfig.h: Add HAVE_REGCOMPEzra Peisach2001-06-181-0/+11
| | | | | | | | | | | * aclocal.m4 (KRB5_AC_NEED_LIBGEN): Determins if libgen is really needed to be linked with executables by determining if regcomp() is missing or non-functionl and then if compile/step will be used. (KRB5_AC_REGEX_FUNCS): Rewritten to require KRB5_AC_NEED_LIBGEN. (KRB5_BUILD_PROGRAM): Use KRB5_AC_NEED_LIBGEN instead of testing for compile in libgen. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13365 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_NEED_PROTO): Determines if the OS provides aEzra Peisach2001-06-111-0/+5
| | | | | | prototype for a function - and if not, allows us to define it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13324 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5-config.in (CC_LINK): Use ' vs " to prevent bash expansion ofEzra Peisach2001-06-081-0/+6
| | | | | | | variables. (LIBS): Quote autoconf substitution in case of space being present. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13305 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (CONFIG_RULES): Set and substitute AUTOHEADER and AUTOHEADERFLAGSKen Raeburn2001-06-061-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13282 dc483132-0cff-0310-8789-dd5450dbe970
* * krb5-config.in: New script for providing linker and compilerEzra Peisach2001-05-301-0/+14
| | | | | | | | | | | | | | | information for applications. * patchlevel.h: Update to current release. Mkrel script generates this in distribtions. * configure.in: Add support for parsing patchlevel.h into a useable form for krb5-config. Generate krb5-config from krb5-config.in. Add KRB5_BUILD_PROGRAM for variable substitution. * Makefile.in: Add support for building and installing krb5-config. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13249 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_CC, WITH_CCOPTS): Autoconf 2.50 fix. ChangeEzra Peisach2001-05-231-0/+6
| | | | | | | from define to AC_DEFUN. Autoconf warns of use of AC_REQUIRE outside such as environment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13244 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (DECLARE_SYS_ERRLIST): Check for sys_nerr with anKen Raeburn2001-04-271-0/+11
| | | | | | | | | | | | expression that can't be optimized away. (KRB5_INIT_CCOPTS): New macro. (WITH_CC): Add gcc warning flags to CCOPTS instead of CC. Add option -Wno-comment to stop gcc from complaining about SunOS system header files. Call AC_REQUIRE on KRB5_INIT_CCOPTS. (WITH_CCOPTS): Add to CCOPTS instead of simply assigning to it. Call AC_REQUIRE on KRB5_INIT_CCOPTS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13215 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_AC_INET6): Don't look for getipnodebyname, getipnodebyaddrKen Raeburn2001-04-261-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13202 dc483132-0cff-0310-8789-dd5450dbe970
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-261-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13201 dc483132-0cff-0310-8789-dd5450dbe970
* move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn2001-04-261-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13195 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (unixmac): Target deletedKen Raeburn2001-04-171-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13184 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_CC): Reorganize test: Do not use cache variableEzra Peisach2001-04-111-0/+9
| | | | | | | | | | | | that conflicts with an autoconf internal variable (prefix with krb5_ instead of ac_). Ensure that the first time AC_PROG_CC is invoked, is not within a conditional cache block. Autoconf 2.49 only include the compiler test code once in the configure script instead of everytime it is seen. aclocal now works with autoconf-2.49d... (as well as earlier versions) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13173 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Add $(datadir) to INSTALLMKDIRS for util/etEzra Peisach2001-02-161-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13008 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_AUX): Smash some shared lib file extensionsTom Yu2001-01-291-0/+6
| | | | | | | so that AIX doesn't break, since static and shared libs are mutually exclusive on AIX. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12958 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that weKen Raeburn2001-01-161-0/+7
| | | | | | always set $CPP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12904 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_AC_INET6): Ensure that we check for sa_len fieldKen Raeburn2000-12-061-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12885 dc483132-0cff-0310-8789-dd5450dbe970
* (WITH_CC): Don't use -Wtraditional, we're always assuming ANSI mode nowKen Raeburn2000-12-061-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12875 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_AC_INET6): Look for netdb.h.Ken Raeburn2000-12-051-0/+9
| | | | | | | | | (KRB5_AC_CHECK_INET6): Require <netinet/in.h>, <netdb.h>, inet_ntop, getaddrinfo, AF_INET6, several NI_* macros, AI_ADDRCONFIG, and AI_NUMERICHOST. This should be a reasonable test for conformance to certain parts of RFC2553, giving us reasonable generic sockaddr/hostname processing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12874 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CONFIG_RULES): Quote AUTOCONFFLAGS properlyTom Yu2000-11-021-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12851 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: If the cache_file is /dev/null (autoconf 2.49),Ezra Peisach2000-11-011-0/+3
| | | | | | set it to config.cache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12849 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (V5_SET_TOPDIR): In newer versions of autoconfEzra Peisach2000-11-011-0/+14
| | | | | | | | | | | | | | | (2.49), AC_LOCALDIR is not set by the reconfiguration process. If AC_LOCALDIR is not set, try to find the top of the tree by looking for aclocal.m4. If aclocal.m4 ever exists in a subdir, we will need to redo this test. * aclocal.m4: Upgrade to autoconf 2 naming schemes - AC_C_CONST, AC_CHECK_HEADER, AC_PROG_LN_S, AC_MSG_ERROR instead of AC_CONST, AC_HEADER_CHECK, AC_LN_S, AC_ERROR. Use AC_DEFUN instead of define() for macro definitions and better quoting of macros within macros. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12845 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (AC_LIBRARY_NET): Newer versions of autoconf are moreEzra Peisach2000-10-311-0/+6
| | | | | | | sensative to using macros within macros without quoting. Quote AC_CHECK_LIB calls within AC_CHECK_LIB macro. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12826 dc483132-0cff-0310-8789-dd5450dbe970
* * post.in (Makefile): When running autoconf, use AUTOCONFFLAGSEzra Peisach2000-10-271-0/+5
| | | | | | | | instead of always specificying the trees macrodir. * pre.in (AUTOCONFFLAGS): Add as flags to pass to autoconf. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12818 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (LIBLINKS): Fix appending of $EXTRA_LIB_TARGETS toTom Yu2000-08-311-0/+6
| | | | | | | LIBLINKS; previously it was setting LIBLINKS to include $LIBLIST instead, which is Just Wrong. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12639 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_AUX): Fold in values of EXTRA_LIB_TARGETS,Ken Raeburn2000-08-301-0/+7
| | | | | | | | EXTRA_LIBLINK_TARGETS, EXTRA_LIBINST_TARGETS set in shlib.conf. Substitute EXTRA_CLEAN_TARGETS and EXTRA_CLEAN_LINKS. (KRB5_LIB_PARAMS): Substitute LIB_LINK_OPT. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12637 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_AC_CHECK_INET6): Require "struct sockaddr_storage" for ↵Ken Raeburn2000-08-231-0/+5
| | | | | | IPv6 support git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12630 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CHECK_SIGPROCMASK): Check for posix sigprocmaskEzra Peisach2000-08-071-0/+5
| | | | | | before a potential bsd compatible sigmask. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12606 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Compile .et file for krb524Danilo Almeida2000-07-201-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12576 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Remove references to now defunct directoriesDanilo Almeida2000-07-191-0/+5
| | | | | | lib/krb5/ccache/{file,memory,stdio}. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12568 dc483132-0cff-0310-8789-dd5450dbe970
* Add ms2mit and krb524 Makefile creation to Windows build preparationDanilo Almeida2000-07-191-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12565 dc483132-0cff-0310-8789-dd5450dbe970
* Add ms2mitDanilo Almeida2000-07-191-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12562 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): Moved bulk of the work into config/shlib.conf.Ken Raeburn2000-07-141-0/+7
| | | | | | | (K5_AC_CHECK_FILES): Require AC_PROG_CC be run first. (WITH_CC): If we're using gcc, enable a bunch of warning options. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12542 dc483132-0cff-0310-8789-dd5450dbe970
* * acconfig.h: Add function replacement renaming symbols forTom Yu2000-07-011-0/+5
| | | | | | util/db2/include/config.h.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12507 dc483132-0cff-0310-8789-dd5450dbe970
* pullup from 1.2.1 releaseKen Raeburn2000-07-011-0/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12502 dc483132-0cff-0310-8789-dd5450dbe970
* pullup from 1.2-beta4Ken Raeburn2000-06-301-0/+35
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12472 dc483132-0cff-0310-8789-dd5450dbe970
* Finish up Darwin linker flagsWilfredo Sanchez2000-05-051-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12231 dc483132-0cff-0310-8789-dd5450dbe970
* Use @includedir@Wilfredo Sanchez2000-05-051-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12230 dc483132-0cff-0310-8789-dd5450dbe970
* kadmin server binaries go into SERVER_BINDIRWilfredo Sanchez2000-05-041-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12228 dc483132-0cff-0310-8789-dd5450dbe970
* Clean up Rhapsody/Darwin compilation optionsWilfredo Sanchez2000-05-031-0/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12214 dc483132-0cff-0310-8789-dd5450dbe970