Codebase list cyrus-sasl2 / 50750ee
Imported Upstream version 2.1.23.dfsg1 Ondřej Surý 12 years ago
35 changed file(s) with 775 addition(s) and 584 deletion(s). Raw diff Collapse all Expand all
0 2009-04-27 Ken Murchison <murch@andrew.cmu.edu>
1 * Ready for 2.1.23
2
3 2009-04-27 Ken Murchison <murch@andrew.cmu.edu>
4 * lib/saslutil.c: Fixed CERT VU#238019 (make sure sasl_encode64()
5 always NUL terminates output or returns SASL_BUFOVER).
6
07 2006-05-19 Ken Murchison <murch@andrew.cmu.edu>
18 * Makefile.am: include INSTALL.TXT in distro
29 *** Ready for 2.1.22
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
150150 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
151151 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
152152 am__include = @am__include@
153 am__leading_dot = @am__leading_dot@
153154 am__quote = @am__quote@
154155 bindir = @bindir@
155156 build = @build@
186187 target_os = @target_os@
187188 target_vendor = @target_vendor@
188189 AUTOMAKE_OPTIONS = 1.7
190 @SASLAUTHD_FALSE@SAD =
189191
190192 # Top-level Makefile.am for SASL
191193 # Rob Earhart
231233 #
232234 ################################################################
233235 @SASLAUTHD_TRUE@SAD = saslauthd
234 @SASLAUTHD_FALSE@SAD =
236 @PWCHECK_TRUE@PWC = pwcheck
235237 @PWCHECK_FALSE@PWC =
236 @PWCHECK_TRUE@PWC = pwcheck
237238 @SAMPLE_FALSE@SAM =
238239 @SAMPLE_TRUE@SAM = sample
240 @JAVA_FALSE@JAV =
239241 @JAVA_TRUE@JAV = java
240 @JAVA_FALSE@JAV =
241242 @MACOSX_FALSE@INSTALLOSX =
242243 @MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
243244
257258 all-recursive install-data-recursive install-exec-recursive \
258259 installdirs-recursive install-recursive uninstall-recursive \
259260 check-recursive installcheck-recursive
260 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
261 Makefile.in NEWS aclocal.m4 config.h.in config/config.guess \
262 config/config.sub config/depcomp config/install-sh \
263 config/ltconfig config/ltmain.sh config/missing \
264 config/mkinstalldirs configure configure.in
261 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
262 COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \
263 config.h.in config/config.guess config/config.sub \
264 config/depcomp config/install-sh config/ltconfig \
265 config/ltmain.sh config/missing config/mkinstalldirs configure \
266 configure.in
265267 DIST_SUBDIRS = include sasldb plugins lib utils doc man pwcheck sample \
266268 java saslauthd
267269 all: config.h
392394 $(TAGS_FILES) $(LISP)
393395 tags=; \
394396 here=`pwd`; \
397 if (etags --etags-include --version) >/dev/null 2>&1; then \
398 include_option=--etags-include; \
399 else \
400 include_option=--include; \
401 fi; \
395402 list='$(SUBDIRS)'; for subdir in $$list; do \
396403 if test "$$subdir" = .; then :; else \
397 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
404 test -f $$subdir/TAGS && \
405 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
398406 fi; \
399407 done; \
400408 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
509517 $(am__remove_distdir)
510518 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
511519 chmod -R a-w $(distdir); chmod a+w $(distdir)
512 mkdir $(distdir)/=build
513 mkdir $(distdir)/=inst
520 mkdir $(distdir)/_build
521 mkdir $(distdir)/_inst
514522 chmod a-w $(distdir)
515 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
523 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
516524 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
517 && cd $(distdir)/=build \
525 && cd $(distdir)/_build \
518526 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
519527 $(DISTCHECK_CONFIGURE_FLAGS) \
520528 && $(MAKE) $(AM_MAKEFLAGS) \
541549 @echo "$(distdir).tar.gz is ready for distribution" | \
542550 sed 'h;s/./=/g;p;x;p;x'
543551 distuninstallcheck:
544 cd $(distuninstallcheck_dir) \
552 @cd $(distuninstallcheck_dir) \
545553 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
546554 || { echo "ERROR: files left after uninstall:" ; \
547555 if test -n "$(DESTDIR)"; then \
550558 $(distuninstallcheck_listfiles) ; \
551559 exit 1; } >&2
552560 distcleancheck: distclean
553 if test '$(srcdir)' = . ; then \
561 @if test '$(srcdir)' = . ; then \
554562 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
555563 exit 1 ; \
556564 fi
557 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
565 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
558566 || { echo "ERROR: files left in build directory after distclean:" ; \
559567 $(distcleancheck_listfiles) ; \
560568 exit 1; } >&2
575583 installcheck: installcheck-recursive
576584 install-strip:
577585 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
578 INSTALL_STRIP_FLAG=-s \
586 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
579587 `test -z '$(STRIP)' || \
580588 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
581589 mostlyclean-generic:
583591 clean-generic:
584592
585593 distclean-generic:
586 -rm -f Makefile $(CONFIG_CLEAN_FILES)
594 -rm -f $(CONFIG_CLEAN_FILES)
587595
588596 maintainer-clean-generic:
589597 @echo "This command is intended for maintainers to use"
594602
595603 distclean: distclean-recursive
596604 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
605 -rm -f Makefile
597606 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
598607 distclean-tags
599608
617626
618627 maintainer-clean: maintainer-clean-recursive
619628 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
620 -rm -rf autom4te.cache
629 -rm -rf $(top_srcdir)/autom4te.cache
630 -rm -f Makefile
621631 maintainer-clean-am: distclean-am maintainer-clean-generic
622632
623633 mostlyclean: mostlyclean-recursive
0 New in 2.1.23
1 -------------
2 * Fixed CERT VU#238019 (make sure sasl_encode64() always NUL
3 terminates output or returns SASL_BUFOVER)
4
05 New in 2.1.22
16 -------------
27
0 # generated automatically by aclocal 1.7.2 -*- Autoconf -*-
0 # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
33 # Free Software Foundation, Inc.
1515 # This macro actually does too much some checks are only needed if
1616 # your package does certain things. But this isn't really a big deal.
1717
18 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
18 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
1919 # Free Software Foundation, Inc.
2020
2121 # This program is free software; you can redistribute it and/or modify
3333 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
3434 # 02111-1307, USA.
3535
36 # serial 8
37
38 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
39 # written in clear, in which case automake, when reading aclocal.m4,
40 # will think it sees a *use*, and therefore will trigger all it's
41 # C support machinery. Also note that it means that autoscan, seeing
42 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
43
36 # serial 10
4437
4538 AC_PREREQ([2.54])
4639
8578 AC_SUBST([PACKAGE], [$1])dnl
8679 AC_SUBST([VERSION], [$2])],
8780 [_AM_SET_OPTIONS([$1])dnl
88 AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
89 AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
81 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
82 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
9083
9184 _AM_IF_OPTION([no-define],,
9285 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
107100 # some platforms.
108101 AC_REQUIRE([AC_PROG_AWK])dnl
109102 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
103 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
110104
111105 _AM_IF_OPTION([no-dependencies],,
112106 [AC_PROVIDE_IFELSE([AC_PROG_CC],
129123 # loop where config.status creates the headers, so we can generate
130124 # our stamp files there.
131125 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
132 [_am_stamp_count=`expr ${_am_stamp_count-0} + 1`
126 [# Compute $1's index in $config_headers.
127 _am_stamp_count=1
128 for _am_header in $config_headers :; do
129 case $_am_header in
130 $1 | $1:* )
131 break ;;
132 * )
133 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
134 esac
135 done
133136 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
134137
135138 # Copyright 2002 Free Software Foundation, Inc.
159162 # Call AM_AUTOMAKE_VERSION so it can be traced.
160163 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
161164 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
162 [AM_AUTOMAKE_VERSION([1.7.2])])
165 [AM_AUTOMAKE_VERSION([1.7.9])])
163166
164167 # Helper functions for option handling. -*- Autoconf -*-
165168
445448 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
446449 AC_SUBST([INSTALL_STRIP_PROGRAM])])
447450
448 # serial 4 -*- Autoconf -*-
449
450 # Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
451 # -*- Autoconf -*-
452 # Copyright (C) 2003 Free Software Foundation, Inc.
453
454 # This program is free software; you can redistribute it and/or modify
455 # it under the terms of the GNU General Public License as published by
456 # the Free Software Foundation; either version 2, or (at your option)
457 # any later version.
458
459 # This program is distributed in the hope that it will be useful,
460 # but WITHOUT ANY WARRANTY; without even the implied warranty of
461 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
462 # GNU General Public License for more details.
463
464 # You should have received a copy of the GNU General Public License
465 # along with this program; if not, write to the Free Software
466 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
467 # 02111-1307, USA.
468
469 # serial 1
470
471 # Check whether the underlying file-system supports filenames
472 # with a leading dot. For instance MS-DOS doesn't.
473 AC_DEFUN([AM_SET_LEADING_DOT],
474 [rm -rf .tst 2>/dev/null
475 mkdir .tst 2>/dev/null
476 if test -d .tst; then
477 am__leading_dot=.
478 else
479 am__leading_dot=_
480 fi
481 rmdir .tst 2>/dev/null
482 AC_SUBST([am__leading_dot])])
483
484 # serial 5 -*- Autoconf -*-
485
486 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
451487
452488 # This program is free software; you can redistribute it and/or modify
453489 # it under the terms of the GNU General Public License as published by
508544 # using a relative directory.
509545 cp "$am_depcomp" conftest.dir
510546 cd conftest.dir
547 # We will build objects and dependencies in a subdirectory because
548 # it helps to detect inapplicable dependency modes. For instance
549 # both Tru64's cc and ICC support -MD to output dependencies as a
550 # side effect of compilation, but ICC will put the dependencies in
551 # the current directory while Tru64 will put them in the object
552 # directory.
553 mkdir sub
511554
512555 am_cv_$1_dependencies_compiler_type=none
513556 if test "$am_compiler_list" = ""; then
514557 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
515558 fi
516559 for depmode in $am_compiler_list; do
560 # Setup a source with many dependencies, because some compilers
561 # like to wrap large dependency lists on column 80 (with \), and
562 # we should not choose a depcomp mode which is confused by this.
563 #
517564 # We need to recreate these files for each test, as the compiler may
518565 # overwrite some of them when testing with obscure command lines.
519566 # This happens at least with the AIX C compiler.
520 echo '#include "conftest.h"' > conftest.c
521 echo 'int i;' > conftest.h
522 echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
567 : > sub/conftest.c
568 for i in 1 2 3 4 5 6; do
569 echo '#include "conftst'$i'.h"' >> sub/conftest.c
570 : > sub/conftst$i.h
571 done
572 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
523573
524574 case $depmode in
525575 nosideeffect)
537587 # mode. It turns out that the SunPro C++ compiler does not properly
538588 # handle `-M -o', and we need to detect this.
539589 if depmode=$depmode \
540 source=conftest.c object=conftest.o \
541 depfile=conftest.Po tmpdepfile=conftest.TPo \
542 $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
543 grep conftest.h conftest.Po > /dev/null 2>&1 &&
590 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
591 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
592 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
593 >/dev/null 2>conftest.err &&
594 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
595 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
544596 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
545 am_cv_$1_dependencies_compiler_type=$depmode
546 break
597 # icc doesn't choke on unknown options, it will just issue warnings
598 # (even with -Werror). So we grep stderr for any message
599 # that says an option was ignored.
600 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
601 am_cv_$1_dependencies_compiler_type=$depmode
602 break
603 fi
547604 fi
548605 done
549606
565622 # Choose a directory name for dependency files.
566623 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
567624 AC_DEFUN([AM_SET_DEPDIR],
568 [rm -f .deps 2>/dev/null
569 mkdir .deps 2>/dev/null
570 if test -d .deps; then
571 DEPDIR=.deps
572 else
573 # MS-DOS does not allow filenames that begin with a dot.
574 DEPDIR=_deps
575 fi
576 rmdir .deps 2>/dev/null
577 AC_SUBST([DEPDIR])
625 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
626 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
578627 ])
579628
580629
678727
679728 # Check to see how 'make' treats includes. -*- Autoconf -*-
680729
681 # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
730 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
682731
683732 # This program is free software; you can redistribute it and/or modify
684733 # it under the terms of the GNU General Public License as published by
703752 AC_DEFUN([AM_MAKE_INCLUDE],
704753 [am_make=${MAKE-make}
705754 cat > confinc << 'END'
706 doit:
755 am__doit:
707756 @echo done
757 .PHONY: am__doit
708758 END
709759 # If we don't find an include directive, just comment out the code.
710760 AC_MSG_CHECKING([for style of include used by $am_make])
732782 _am_result=BSD
733783 fi
734784 fi
735 AC_SUBST(am__include)
736 AC_SUBST(am__quote)
737 AC_MSG_RESULT($_am_result)
785 AC_SUBST([am__include])
786 AC_SUBST([am__quote])
787 AC_MSG_RESULT([$_am_result])
738788 rm -f confinc confmf
739789 ])
740790
308308 #endif"
309309
310310 ac_subdirs_all="$ac_subdirs_all saslauthd"
311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S RANLIB ac_ct_RANLIB LIBTOOL PURECOV PURIFY JAVAC JAVAH JAVADOC JAVA_TRUE JAVA_FALSE JAVA_INCLUDES JAVAROOT SAMPLE_TRUE SAMPLE_FALSE LIB_SOCKET EGREP SASL_DB_UTILS SASL_DB_MANS SASL_DB_BACKEND SASL_DB_BACKEND_STATIC SASL_DB_INC SASL_DB_LIB NO_SASL_DB_MANS_TRUE NO_SASL_DB_MANS_FALSE SASL_DL_LIB NM SASLAUTHD_TRUE SASLAUTHD_FALSE PWCHECKMETH PWCHECK_TRUE PWCHECK_FALSE IPCTYPE LIB_DOOR CMU_LIB_SUBDIR LIB_DES OTP_LIBS SRP_LIBS SASL_KRB_LIB LIB_CRYPT GSSAPI_LIBS GSSAPIBASE_LIBS PLAIN_LIBS NTLM_LIBS PASSDSS_LIBS LIB_MYSQL LIB_PGSQL LIB_SQLITE LIB_LDAP SASL_MECHS SASL_STATIC_SRCS SASL_STATIC_OBJS SASL_STATIC_LIBS plugindir configdir MACOSX_TRUE MACOSX_FALSE DMALLOC_LIBS SFIO_INC_FLAGS SFIO_LIB_FLAGS SMTPTEST_PROGRAM SASL_UTIL_LIBS_EXTRA SASL_UTIL_HEADERS_EXTRA LIBOBJS GETSUBOPT SNPRINTFOBJS LTSNPRINTFOBJS GETADDRINFOOBJS LTGETADDRINFOOBJS GETNAMEINFOOBJS LTGETNAMEINFOOBJS LTLIBOBJS DIRS subdirs'
311 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S RANLIB ac_ct_RANLIB LIBTOOL PURECOV PURIFY JAVAC JAVAH JAVADOC JAVA_TRUE JAVA_FALSE JAVA_INCLUDES JAVAROOT SAMPLE_TRUE SAMPLE_FALSE LIB_SOCKET EGREP SASL_DB_UTILS SASL_DB_MANS SASL_DB_BACKEND SASL_DB_BACKEND_STATIC SASL_DB_INC SASL_DB_LIB NO_SASL_DB_MANS_TRUE NO_SASL_DB_MANS_FALSE SASL_DL_LIB NM SASLAUTHD_TRUE SASLAUTHD_FALSE PWCHECKMETH PWCHECK_TRUE PWCHECK_FALSE IPCTYPE LIB_DOOR CMU_LIB_SUBDIR LIB_DES OTP_LIBS SRP_LIBS SASL_KRB_LIB LIB_CRYPT GSSAPI_LIBS GSSAPIBASE_LIBS PLAIN_LIBS NTLM_LIBS PASSDSS_LIBS LIB_MYSQL LIB_PGSQL LIB_SQLITE LIB_LDAP SASL_MECHS SASL_STATIC_SRCS SASL_STATIC_OBJS SASL_STATIC_LIBS plugindir configdir MACOSX_TRUE MACOSX_FALSE DMALLOC_LIBS SFIO_INC_FLAGS SFIO_LIB_FLAGS SMTPTEST_PROGRAM SASL_UTIL_LIBS_EXTRA SASL_UTIL_HEADERS_EXTRA LIBOBJS GETSUBOPT SNPRINTFOBJS LTSNPRINTFOBJS GETADDRINFOOBJS LTGETADDRINFOOBJS GETNAMEINFOOBJS LTGETNAMEINFOOBJS LTLIBOBJS DIRS subdirs'
312312 ac_subst_files=''
313313
314314 # Initialize some variables set by options.
16811681 SET_MAKE="MAKE=${MAKE-make}"
16821682 fi
16831683
1684 rm -rf .tst 2>/dev/null
1685 mkdir .tst 2>/dev/null
1686 if test -d .tst; then
1687 am__leading_dot=.
1688 else
1689 am__leading_dot=_
1690 fi
1691 rmdir .tst 2>/dev/null
1692
16841693 # test to see if srcdir already configured
16851694 if test "`cd $srcdir && pwd`" != "`pwd`" &&
16861695 test -f $srcdir/config.status; then
17011710
17021711 # Define the identity of the package.
17031712 PACKAGE=cyrus-sasl
1704 VERSION=2.1.22
1713 VERSION=2.1.23
17051714
17061715
17071716 cat >>confdefs.h <<_ACEOF
27182727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27192728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27202729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2721 rm -f .deps 2>/dev/null
2722 mkdir .deps 2>/dev/null
2723 if test -d .deps; then
2724 DEPDIR=.deps
2725 else
2726 # MS-DOS does not allow filenames that begin with a dot.
2727 DEPDIR=_deps
2728 fi
2729 rmdir .deps 2>/dev/null
2730
2730 DEPDIR="${am__leading_dot}deps"
27312731
27322732 ac_config_commands="$ac_config_commands depfiles"
27332733
27342734
27352735 am_make=${MAKE-make}
27362736 cat > confinc << 'END'
2737 doit:
2737 am__doit:
27382738 @echo done
2739 .PHONY: am__doit
27392740 END
27402741 # If we don't find an include directive, just comment out the code.
27412742 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
28102811 # using a relative directory.
28112812 cp "$am_depcomp" conftest.dir
28122813 cd conftest.dir
2814 # We will build objects and dependencies in a subdirectory because
2815 # it helps to detect inapplicable dependency modes. For instance
2816 # both Tru64's cc and ICC support -MD to output dependencies as a
2817 # side effect of compilation, but ICC will put the dependencies in
2818 # the current directory while Tru64 will put them in the object
2819 # directory.
2820 mkdir sub
28132821
28142822 am_cv_CC_dependencies_compiler_type=none
28152823 if test "$am_compiler_list" = ""; then
28162824 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
28172825 fi
28182826 for depmode in $am_compiler_list; do
2827 # Setup a source with many dependencies, because some compilers
2828 # like to wrap large dependency lists on column 80 (with \), and
2829 # we should not choose a depcomp mode which is confused by this.
2830 #
28192831 # We need to recreate these files for each test, as the compiler may
28202832 # overwrite some of them when testing with obscure command lines.
28212833 # This happens at least with the AIX C compiler.
2822 echo '#include "conftest.h"' > conftest.c
2823 echo 'int i;' > conftest.h
2824 echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
2834 : > sub/conftest.c
2835 for i in 1 2 3 4 5 6; do
2836 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2837 : > sub/conftst$i.h
2838 done
2839 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
28252840
28262841 case $depmode in
28272842 nosideeffect)
28392854 # mode. It turns out that the SunPro C++ compiler does not properly
28402855 # handle `-M -o', and we need to detect this.
28412856 if depmode=$depmode \
2842 source=conftest.c object=conftest.o \
2843 depfile=conftest.Po tmpdepfile=conftest.TPo \
2844 $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
2845 grep conftest.h conftest.Po > /dev/null 2>&1 &&
2857 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2858 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2859 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2860 >/dev/null 2>conftest.err &&
2861 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2862 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
28462863 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2847 am_cv_CC_dependencies_compiler_type=$depmode
2848 break
2864 # icc doesn't choke on unknown options, it will just issue warnings
2865 # (even with -Werror). So we grep stderr for any message
2866 # that says an option was ignored.
2867 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
2868 am_cv_CC_dependencies_compiler_type=$depmode
2869 break
2870 fi
28492871 fi
28502872 done
28512873
37433765 case "$lt_target" in
37443766 *-*-irix6*)
37453767 # Find out which ABI we are using.
3746 echo '#line 3747 "configure"' > conftest.$ac_ext
3768 echo '#line 3769 "configure"' > conftest.$ac_ext
37473769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
37483770 (eval $ac_compile) 2>&5
37493771 ac_status=$?
1612716149 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
1612816150 s,@AWK@,$AWK,;t t
1612916151 s,@SET_MAKE@,$SET_MAKE,;t t
16152 s,@am__leading_dot@,$am__leading_dot,;t t
1613016153 s,@CC@,$CC,;t t
1613116154 s,@CFLAGS@,$CFLAGS,;t t
1613216155 s,@LDFLAGS@,$LDFLAGS,;t t
1664316666 cat $tmp/config.h
1664416667 rm -f $tmp/config.h
1664516668 fi
16646 _am_stamp_count=`expr ${_am_stamp_count-0} + 1`
16669 # Compute $ac_file's index in $config_headers.
16670 _am_stamp_count=1
16671 for _am_header in $config_headers :; do
16672 case $_am_header in
16673 $ac_file | $ac_file:* )
16674 break ;;
16675 * )
16676 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16677 esac
16678 done
1664716679 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
1664816680 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1664916681 X$ac_file : 'X\(//\)[^/]' \| \
00 dnl configure.in for the SASL library
11 dnl Rob Siemborski
22 dnl Rob Earhart
3 dnl $Id: configure.in,v 1.213 2006/05/18 19:03:00 mel Exp $
3 dnl $Id: configure.in,v 1.213.2.1 2009/04/27 17:58:25 murch Exp $
44 dnl
55 dnl Copyright (c) 2001 Carnegie Mellon University. All rights reserved.
66 dnl
5858 dnl REMINDER: When changing the version number here, please also update
5959 dnl the values in win32/include/config.h and include/sasl.h as well.
6060 dnl
61 AM_INIT_AUTOMAKE(cyrus-sasl, 2.1.22)
61 AM_INIT_AUTOMAKE(cyrus-sasl, 2.1.23)
6262 CMU_INIT_AUTOMAKE
6363
6464 # and include our config dir scripts
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
195195 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
196196 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
197197 am__include = @am__include@
198 am__leading_dot = @am__leading_dot@
198199 am__quote = @am__quote@
199200 bindir = @bindir@
200201 build = @build@
277278 NTMakefile
278279
279280 subdir = doc
281 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
280282 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
281283 CONFIG_HEADER = $(top_builddir)/config.h
282284 CONFIG_CLEAN_FILES =
283285 DIST_SOURCES =
284 DIST_COMMON = Makefile.am Makefile.in TODO
286 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO
285287 all: all-am
286288
287289 .SUFFIXES:
343345 all-am: Makefile
344346
345347 installdirs:
346
347348 install: install-am
348349 install-exec: install-exec-am
349350 install-data: install-data-am
355356 installcheck: installcheck-am
356357 install-strip:
357358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358 INSTALL_STRIP_FLAG=-s \
359 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359360 `test -z '$(STRIP)' || \
360361 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
361362 mostlyclean-generic:
363364 clean-generic:
364365
365366 distclean-generic:
366 -rm -f Makefile $(CONFIG_CLEAN_FILES)
367 -rm -f $(CONFIG_CLEAN_FILES)
367368
368369 maintainer-clean-generic:
369370 @echo "This command is intended for maintainers to use"
373374 clean-am: clean-generic clean-libtool mostlyclean-am
374375
375376 distclean: distclean-am
376
377 -rm -f Makefile
377378 distclean-am: clean-am distclean-generic distclean-libtool
378379
379380 dvi: dvi-am
395396 installcheck-am:
396397
397398 maintainer-clean: maintainer-clean-am
398
399 -rm -f Makefile
399400 maintainer-clean-am: distclean-am maintainer-clean-generic
400401
401402 mostlyclean: mostlyclean-am
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
194194 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
195195 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
196196 am__include = @am__include@
197 am__leading_dot = @am__leading_dot@
197198 am__quote = @am__quote@
198199 bindir = @bindir@
199200 build = @build@
246247 @MACOSX_TRUE@frameheaderdir = $(framedir)/Versions/A/Headers
247248 @MACOSX_TRUE@frameheader_DATA = $(saslinclude_HEADERS)
248249 subdir = include
250 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
249251 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
250252 CONFIG_HEADER = $(top_builddir)/config.h
251253 CONFIG_CLEAN_FILES =
274276
275277 HEADERS = $(noinst_HEADERS) $(saslinclude_HEADERS)
276278
277 DIST_COMMON = $(noinst_HEADERS) $(saslinclude_HEADERS) Makefile.am \
278 Makefile.in
279 DIST_COMMON = $(noinst_HEADERS) $(saslinclude_HEADERS) \
280 $(srcdir)/Makefile.in Makefile.am
279281 SOURCES = $(makemd5_SOURCES)
280282
281283 all: all-am
306308
307309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/makemd5.Po@am__quote@
308310
309 distclean-depend:
310 -rm -rf ./$(DEPDIR)
311
312311 .c.o:
313312 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
314313 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
315 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
314 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
316315 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
317316 @am__fastdepCC_TRUE@ fi
318317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323322 .c.obj:
324323 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
325324 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
326 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
325 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
327326 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
328327 @am__fastdepCC_TRUE@ fi
329328 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334333 .c.lo:
335334 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
336335 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
337 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
336 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
338337 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
339338 @am__fastdepCC_TRUE@ fi
340339 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
479478
480479 installdirs:
481480 $(mkinstalldirs) $(DESTDIR)$(frameheaderdir) $(DESTDIR)$(saslincludedir)
482
483481 install: install-am
484482 install-exec: install-exec-am
485483 install-data: install-data-am
491489 installcheck: installcheck-am
492490 install-strip:
493491 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494 INSTALL_STRIP_FLAG=-s \
492 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495493 `test -z '$(STRIP)' || \
496494 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
497495 mostlyclean-generic:
499497 clean-generic:
500498
501499 distclean-generic:
502 -rm -f Makefile $(CONFIG_CLEAN_FILES)
500 -rm -f $(CONFIG_CLEAN_FILES)
503501 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
504502
505503 maintainer-clean-generic:
511509 mostlyclean-am
512510
513511 distclean: distclean-am
514
515 distclean-am: clean-am distclean-compile distclean-depend \
516 distclean-generic distclean-libtool distclean-tags
512 -rm -rf ./$(DEPDIR)
513 -rm -f Makefile
514 distclean-am: clean-am distclean-compile distclean-generic \
515 distclean-libtool distclean-tags
517516
518517 dvi: dvi-am
519518
534533 installcheck-am:
535534
536535 maintainer-clean: maintainer-clean-am
537
536 -rm -rf ./$(DEPDIR)
537 -rm -f Makefile
538538 maintainer-clean-am: distclean-am maintainer-clean-generic
539539
540540 mostlyclean: mostlyclean-am
555555
556556 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
557557 clean-libtool clean-noinstPROGRAMS ctags distclean \
558 distclean-compile distclean-depend distclean-generic \
559 distclean-libtool distclean-tags distdir dvi dvi-am info \
560 info-am install install-am install-data install-data-am \
561 install-exec install-exec-am install-frameheaderDATA \
562 install-info install-info-am install-man \
563 install-saslincludeHEADERS install-strip installcheck \
564 installcheck-am installdirs maintainer-clean \
565 maintainer-clean-generic mostlyclean mostlyclean-compile \
566 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
567 tags uninstall uninstall-am uninstall-frameheaderDATA \
568 uninstall-info-am uninstall-saslincludeHEADERS
558 distclean-compile distclean-generic distclean-libtool \
559 distclean-tags distdir dvi dvi-am info info-am install \
560 install-am install-data install-data-am install-exec \
561 install-exec-am install-frameheaderDATA install-info \
562 install-info-am install-man install-saslincludeHEADERS \
563 install-strip installcheck installcheck-am installdirs \
564 maintainer-clean maintainer-clean-generic mostlyclean \
565 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
566 pdf-am ps ps-am tags uninstall uninstall-am \
567 uninstall-frameheaderDATA uninstall-info-am \
568 uninstall-saslincludeHEADERS
569569
570570
571571 md5global.h: makemd5
123123 /* Keep in sync with win32/common.mak */
124124 #define SASL_VERSION_MAJOR 2
125125 #define SASL_VERSION_MINOR 1
126 #define SASL_VERSION_STEP 22
126 #define SASL_VERSION_STEP 23
127127
128128 /* A convenience macro: same as was defined in the OpenLDAP LDAPDB */
129129 #define SASL_VERSION_FULL ((SASL_VERSION_MAJOR << 16) |\
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
175175 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176176 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177177 am__include = @am__include@
178 am__leading_dot = @am__leading_dot@
178179 am__quote = @am__quote@
179180 bindir = @bindir@
180181 build = @build@
235236 libjavasasl_la_LDFLAGS = -export_dynamic -L../../lib/.libs -lsasl2 -version-info $(javasasl_version) $(wildcard ../lib/*.lo)
236237 BUILT_SOURCES = javasasl.h $(CLASSES)
237238 subdir = java/CyrusSasl
239 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
238240 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
239241 CONFIG_HEADER = $(top_builddir)/config.h
240242 CONFIG_CLEAN_FILES =
256258 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
257259 $(AM_LDFLAGS) $(LDFLAGS) -o $@
258260 DIST_SOURCES = $(libjavasasl_la_SOURCES)
259 DIST_COMMON = Makefile.am Makefile.in
261 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
260262 SOURCES = $(libjavasasl_la_SOURCES)
261263
262264 all: $(BUILT_SOURCES)
308310
309311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/javasasl.Plo@am__quote@
310312
311 distclean-depend:
312 -rm -rf ./$(DEPDIR)
313
314313 .c.o:
315314 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
316315 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
317 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
316 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
318317 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
319318 @am__fastdepCC_TRUE@ fi
320319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325324 .c.obj:
326325 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
327326 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
328 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
327 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
329328 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
330329 @am__fastdepCC_TRUE@ fi
331330 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336335 .c.lo:
337336 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
338337 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
339 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
338 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
340339 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
341340 @am__fastdepCC_TRUE@ fi
342341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
473472
474473 installdirs:
475474 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(javasasldir)
476
477 install: install-am
475 install: $(BUILT_SOURCES)
476 $(MAKE) $(AM_MAKEFLAGS) install-am
478477 install-exec: install-exec-am
479478 install-data: install-data-am
480479 uninstall: uninstall-am
485484 installcheck: installcheck-am
486485 install-strip:
487486 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488 INSTALL_STRIP_FLAG=-s \
487 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489488 `test -z '$(STRIP)' || \
490489 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
491490 mostlyclean-generic:
493492 clean-generic:
494493
495494 distclean-generic:
496 -rm -f Makefile $(CONFIG_CLEAN_FILES)
495 -rm -f $(CONFIG_CLEAN_FILES)
497496
498497 maintainer-clean-generic:
499498 @echo "This command is intended for maintainers to use"
505504 clean-libtool mostlyclean-am
506505
507506 distclean: distclean-am
508
509 distclean-am: clean-am distclean-compile distclean-depend \
510 distclean-generic distclean-libtool distclean-tags
507 -rm -rf ./$(DEPDIR)
508 -rm -f Makefile
509 distclean-am: clean-am distclean-compile distclean-generic \
510 distclean-libtool distclean-tags
511511
512512 dvi: dvi-am
513513
528528 installcheck-am:
529529
530530 maintainer-clean: maintainer-clean-am
531
531 -rm -rf ./$(DEPDIR)
532 -rm -f Makefile
532533 maintainer-clean-am: distclean-am maintainer-clean-generic
533534
534535 mostlyclean: mostlyclean-am
549550
550551 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
551552 clean-javasaslJAVA clean-libLTLIBRARIES clean-libtool ctags \
552 distclean distclean-compile distclean-depend distclean-generic \
553 distclean-libtool distclean-tags distdir dvi dvi-am info \
554 info-am install install-am install-data install-data-am \
555 install-exec install-exec-am install-info install-info-am \
553 distclean distclean-compile distclean-generic distclean-libtool \
554 distclean-tags distdir dvi dvi-am info info-am install \
555 install-am install-data install-data-am install-exec \
556 install-exec-am install-info install-info-am \
556557 install-javasaslJAVA install-libLTLIBRARIES install-man \
557558 install-strip installcheck installcheck-am installdirs \
558559 maintainer-clean maintainer-clean-generic mostlyclean \
66 #ifdef __cplusplus
77 extern "C" {
88 #endif
9 /* Inaccessible static: client_factory */
10 /* Inaccessible static: server_factory */
119 #ifdef __cplusplus
1210 }
1311 #endif
1917 #ifdef __cplusplus
2018 extern "C" {
2119 #endif
22 /* Inaccessible static: SASL_SSF */
23 /* Inaccessible static: SASL_MAXOUTBUF */
24 /* Inaccessible static: SASL_REALM */
25 /* Inaccessible static: SASL_GETOPTCTX */
26 /* Inaccessible static: SASL_IP_LOCAL */
27 /* Inaccessible static: SASL_IP_REMOTE */
28 /* Inaccessible static: SASL_SSF_EXTERNAL */
29 /* Inaccessible static: SASL_SEC_PROPS */
3020 /*
3121 * Class: CyrusSasl_GenericClient
3222 * Method: jni_sasl_client_start
8171 #ifdef __cplusplus
8272 extern "C" {
8373 #endif
84 /* Inaccessible static: SASL_SSF */
85 /* Inaccessible static: SASL_MAXOUTBUF */
86 /* Inaccessible static: SASL_REALM */
87 /* Inaccessible static: SASL_GETOPTCTX */
88 /* Inaccessible static: SASL_IP_LOCAL */
89 /* Inaccessible static: SASL_IP_REMOTE */
90 /* Inaccessible static: SASL_SSF_EXTERNAL */
91 /* Inaccessible static: SASL_SEC_PROPS */
9274 /*
9375 * Class: CyrusSasl_GenericCommon
9476 * Method: jni_sasl_set_prop_string
219201 #endif
220202 #undef CyrusSasl_SaslInputStream_SKIP_BUFFER_SIZE
221203 #define CyrusSasl_SaslInputStream_SKIP_BUFFER_SIZE 2048L
222 /* Inaccessible static: skipBuffer */
223204 #undef CyrusSasl_SaslInputStream_DoEncrypt
224205 #define CyrusSasl_SaslInputStream_DoEncrypt 1L
225206 #undef CyrusSasl_SaslInputStream_DoDebug
226207 #define CyrusSasl_SaslInputStream_DoDebug 0L
227 /* Inaccessible static: BUFFERSIZE */
228208 #ifdef __cplusplus
229209 }
230210 #endif
240220 #define CyrusSasl_SaslOutputStream_DoEncrypt 1L
241221 #undef CyrusSasl_SaslOutputStream_DoDebug
242222 #define CyrusSasl_SaslOutputStream_DoDebug 0L
243 /* Inaccessible static: MAXBUFFERSIZE */
244223 #ifdef __cplusplus
245224 }
246225 #endif
252231 #ifdef __cplusplus
253232 extern "C" {
254233 #endif
255 /* Inaccessible static: enc_table */
256 /* Inaccessible static: dec_table */
257234 #ifdef __cplusplus
258235 }
259236 #endif
322299 #ifdef __cplusplus
323300 extern "C" {
324301 #endif
325 /* Inaccessible static: SASL_SSF */
326 /* Inaccessible static: SASL_MAXOUTBUF */
327 /* Inaccessible static: SASL_REALM */
328 /* Inaccessible static: SASL_GETOPTCTX */
329 /* Inaccessible static: SASL_IP_LOCAL */
330 /* Inaccessible static: SASL_IP_REMOTE */
331 /* Inaccessible static: SASL_SSF_EXTERNAL */
332 /* Inaccessible static: SASL_SEC_PROPS */
333302 /*
334303 * Class: CyrusSasl_GenericServer
335304 * Method: jni_sasl_server_start
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
175175 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176176 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177177 am__include = @am__include@
178 am__leading_dot = @am__leading_dot@
178179 am__quote = @am__quote@
179180 bindir = @bindir@
180181 build = @build@
214215 SUBDIRS = CyrusSasl javax Test
215216 EXTRA_DIST = doc
216217 subdir = java
218 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
217219 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
218220 CONFIG_HEADER = $(top_builddir)/config.h
219221 CONFIG_CLEAN_FILES =
224226 all-recursive install-data-recursive install-exec-recursive \
225227 installdirs-recursive install-recursive uninstall-recursive \
226228 check-recursive installcheck-recursive
227 DIST_COMMON = README Makefile.am Makefile.in
229 DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
228230 DIST_SUBDIRS = $(SUBDIRS)
229231 all: all-recursive
230232
325327 $(TAGS_FILES) $(LISP)
326328 tags=; \
327329 here=`pwd`; \
330 if (etags --etags-include --version) >/dev/null 2>&1; then \
331 include_option=--etags-include; \
332 else \
333 include_option=--include; \
334 fi; \
328335 list='$(SUBDIRS)'; for subdir in $$list; do \
329336 if test "$$subdir" = .; then :; else \
330 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
337 test -f $$subdir/TAGS && \
338 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
331339 fi; \
332340 done; \
333341 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424432 installcheck: installcheck-recursive
425433 install-strip:
426434 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
427 INSTALL_STRIP_FLAG=-s \
435 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
428436 `test -z '$(STRIP)' || \
429437 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
430438 mostlyclean-generic:
432440 clean-generic:
433441
434442 distclean-generic:
435 -rm -f Makefile $(CONFIG_CLEAN_FILES)
443 -rm -f $(CONFIG_CLEAN_FILES)
436444
437445 maintainer-clean-generic:
438446 @echo "This command is intended for maintainers to use"
442450 clean-am: clean-generic clean-libtool mostlyclean-am
443451
444452 distclean: distclean-recursive
445
453 -rm -f Makefile
446454 distclean-am: clean-am distclean-generic distclean-libtool \
447455 distclean-tags
448456
465473 installcheck-am:
466474
467475 maintainer-clean: maintainer-clean-recursive
468
476 -rm -f Makefile
469477 maintainer-clean-am: distclean-am maintainer-clean-generic
470478
471479 mostlyclean: mostlyclean-recursive
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
175175 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176176 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177177 am__include = @am__include@
178 am__leading_dot = @am__leading_dot@
178179 am__quote = @am__quote@
179180 bindir = @bindir@
180181 build = @build@
215216 jimtest-compile.sh jimtest.sh
216217
217218 subdir = java/Test
219 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
218220 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
219221 CONFIG_HEADER = $(top_builddir)/config.h
220222 CONFIG_CLEAN_FILES =
221223 DIST_SOURCES =
222 DIST_COMMON = Makefile.am Makefile.in
224 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
223225 all: all-am
224226
225227 .SUFFIXES:
281283 all-am: Makefile
282284
283285 installdirs:
284
285286 install: install-am
286287 install-exec: install-exec-am
287288 install-data: install-data-am
293294 installcheck: installcheck-am
294295 install-strip:
295296 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
296 INSTALL_STRIP_FLAG=-s \
297 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
297298 `test -z '$(STRIP)' || \
298299 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
299300 mostlyclean-generic:
301302 clean-generic:
302303
303304 distclean-generic:
304 -rm -f Makefile $(CONFIG_CLEAN_FILES)
305 -rm -f $(CONFIG_CLEAN_FILES)
305306
306307 maintainer-clean-generic:
307308 @echo "This command is intended for maintainers to use"
311312 clean-am: clean-generic clean-libtool mostlyclean-am
312313
313314 distclean: distclean-am
314
315 -rm -f Makefile
315316 distclean-am: clean-am distclean-generic distclean-libtool
316317
317318 dvi: dvi-am
333334 installcheck-am:
334335
335336 maintainer-clean: maintainer-clean-am
336
337 -rm -f Makefile
337338 maintainer-clean-am: distclean-am maintainer-clean-generic
338339
339340 mostlyclean: mostlyclean-am
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
191191 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192192 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
194195 am__quote = @am__quote@
195196 bindir = @bindir@
196197 build = @build@
229230
230231 SUBDIRS = security
231232 subdir = java/javax
233 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
232234 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
233235 CONFIG_HEADER = $(top_builddir)/config.h
234236 CONFIG_CLEAN_FILES =
239241 all-recursive install-data-recursive install-exec-recursive \
240242 installdirs-recursive install-recursive uninstall-recursive \
241243 check-recursive installcheck-recursive
242 DIST_COMMON = Makefile.am Makefile.in
244 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
243245 DIST_SUBDIRS = $(SUBDIRS)
244246 all: all-recursive
245247
340342 $(TAGS_FILES) $(LISP)
341343 tags=; \
342344 here=`pwd`; \
345 if (etags --etags-include --version) >/dev/null 2>&1; then \
346 include_option=--etags-include; \
347 else \
348 include_option=--include; \
349 fi; \
343350 list='$(SUBDIRS)'; for subdir in $$list; do \
344351 if test "$$subdir" = .; then :; else \
345 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
352 test -f $$subdir/TAGS && \
353 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
346354 fi; \
347355 done; \
348356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
439447 installcheck: installcheck-recursive
440448 install-strip:
441449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442 INSTALL_STRIP_FLAG=-s \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443451 `test -z '$(STRIP)' || \
444452 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
445453 mostlyclean-generic:
447455 clean-generic:
448456
449457 distclean-generic:
450 -rm -f Makefile $(CONFIG_CLEAN_FILES)
458 -rm -f $(CONFIG_CLEAN_FILES)
451459
452460 maintainer-clean-generic:
453461 @echo "This command is intended for maintainers to use"
457465 clean-am: clean-generic clean-libtool mostlyclean-am
458466
459467 distclean: distclean-recursive
460
468 -rm -f Makefile
461469 distclean-am: clean-am distclean-generic distclean-libtool \
462470 distclean-tags
463471
480488 installcheck-am:
481489
482490 maintainer-clean: maintainer-clean-recursive
483
491 -rm -f Makefile
484492 maintainer-clean-am: distclean-am maintainer-clean-generic
485493
486494 mostlyclean: mostlyclean-recursive
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
191191 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192192 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
194195 am__quote = @am__quote@
195196 bindir = @bindir@
196197 build = @build@
229230
230231 SUBDIRS = auth
231232 subdir = java/javax/security
233 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
232234 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
233235 CONFIG_HEADER = $(top_builddir)/config.h
234236 CONFIG_CLEAN_FILES =
239241 all-recursive install-data-recursive install-exec-recursive \
240242 installdirs-recursive install-recursive uninstall-recursive \
241243 check-recursive installcheck-recursive
242 DIST_COMMON = Makefile.am Makefile.in
244 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
243245 DIST_SUBDIRS = $(SUBDIRS)
244246 all: all-recursive
245247
340342 $(TAGS_FILES) $(LISP)
341343 tags=; \
342344 here=`pwd`; \
345 if (etags --etags-include --version) >/dev/null 2>&1; then \
346 include_option=--etags-include; \
347 else \
348 include_option=--include; \
349 fi; \
343350 list='$(SUBDIRS)'; for subdir in $$list; do \
344351 if test "$$subdir" = .; then :; else \
345 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
352 test -f $$subdir/TAGS && \
353 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
346354 fi; \
347355 done; \
348356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
439447 installcheck: installcheck-recursive
440448 install-strip:
441449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442 INSTALL_STRIP_FLAG=-s \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443451 `test -z '$(STRIP)' || \
444452 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
445453 mostlyclean-generic:
447455 clean-generic:
448456
449457 distclean-generic:
450 -rm -f Makefile $(CONFIG_CLEAN_FILES)
458 -rm -f $(CONFIG_CLEAN_FILES)
451459
452460 maintainer-clean-generic:
453461 @echo "This command is intended for maintainers to use"
457465 clean-am: clean-generic clean-libtool mostlyclean-am
458466
459467 distclean: distclean-recursive
460
468 -rm -f Makefile
461469 distclean-am: clean-am distclean-generic distclean-libtool \
462470 distclean-tags
463471
480488 installcheck-am:
481489
482490 maintainer-clean: maintainer-clean-recursive
483
491 -rm -f Makefile
484492 maintainer-clean-am: distclean-am maintainer-clean-generic
485493
486494 mostlyclean: mostlyclean-recursive
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
191191 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192192 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
194195 am__quote = @am__quote@
195196 bindir = @bindir@
196197 build = @build@
229230
230231 SUBDIRS = callback
231232 subdir = java/javax/security/auth
233 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
232234 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
233235 CONFIG_HEADER = $(top_builddir)/config.h
234236 CONFIG_CLEAN_FILES =
239241 all-recursive install-data-recursive install-exec-recursive \
240242 installdirs-recursive install-recursive uninstall-recursive \
241243 check-recursive installcheck-recursive
242 DIST_COMMON = Makefile.am Makefile.in
244 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
243245 DIST_SUBDIRS = $(SUBDIRS)
244246 all: all-recursive
245247
340342 $(TAGS_FILES) $(LISP)
341343 tags=; \
342344 here=`pwd`; \
345 if (etags --etags-include --version) >/dev/null 2>&1; then \
346 include_option=--etags-include; \
347 else \
348 include_option=--include; \
349 fi; \
343350 list='$(SUBDIRS)'; for subdir in $$list; do \
344351 if test "$$subdir" = .; then :; else \
345 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
352 test -f $$subdir/TAGS && \
353 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
346354 fi; \
347355 done; \
348356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
439447 installcheck: installcheck-recursive
440448 install-strip:
441449 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
442 INSTALL_STRIP_FLAG=-s \
450 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
443451 `test -z '$(STRIP)' || \
444452 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
445453 mostlyclean-generic:
447455 clean-generic:
448456
449457 distclean-generic:
450 -rm -f Makefile $(CONFIG_CLEAN_FILES)
458 -rm -f $(CONFIG_CLEAN_FILES)
451459
452460 maintainer-clean-generic:
453461 @echo "This command is intended for maintainers to use"
457465 clean-am: clean-generic clean-libtool mostlyclean-am
458466
459467 distclean: distclean-recursive
460
468 -rm -f Makefile
461469 distclean-am: clean-am distclean-generic distclean-libtool \
462470 distclean-tags
463471
480488 installcheck-am:
481489
482490 maintainer-clean: maintainer-clean-recursive
483
491 -rm -f Makefile
484492 maintainer-clean-am: distclean-am maintainer-clean-generic
485493
486494 mostlyclean: mostlyclean-recursive
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
191191 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
192192 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
193193 am__include = @am__include@
194 am__leading_dot = @am__leading_dot@
194195 am__quote = @am__quote@
195196 bindir = @bindir@
196197 build = @build@
241242
242243 CLASSES = $(javasasl_JAVA:.java=.class)
243244 subdir = java/javax/security/auth/callback
245 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
244246 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
245247 CONFIG_HEADER = $(top_builddir)/config.h
246248 CONFIG_CLEAN_FILES =
247249 DIST_SOURCES =
248 DIST_COMMON = Makefile.am Makefile.in
250 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
249251 all: all-am
250252
251253 .SUFFIXES:
335337
336338 installdirs:
337339 $(mkinstalldirs) $(DESTDIR)$(javasasldir)
338
339340 install: install-am
340341 install-exec: install-exec-am
341342 install-data: install-data-am
347348 installcheck: installcheck-am
348349 install-strip:
349350 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
350 INSTALL_STRIP_FLAG=-s \
351 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
351352 `test -z '$(STRIP)' || \
352353 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353354 mostlyclean-generic:
355356 clean-generic:
356357
357358 distclean-generic:
358 -rm -f Makefile $(CONFIG_CLEAN_FILES)
359 -rm -f $(CONFIG_CLEAN_FILES)
359360
360361 maintainer-clean-generic:
361362 @echo "This command is intended for maintainers to use"
365366 clean-am: clean-generic clean-javasaslJAVA clean-libtool mostlyclean-am
366367
367368 distclean: distclean-am
368
369 -rm -f Makefile
369370 distclean-am: clean-am distclean-generic distclean-libtool
370371
371372 dvi: dvi-am
387388 installcheck-am:
388389
389390 maintainer-clean: maintainer-clean-am
390
391 -rm -f Makefile
391392 maintainer-clean-am: distclean-am maintainer-clean-generic
392393
393394 mostlyclean: mostlyclean-am
00 # Makefile.am for the SASL library
11 # Rob Earhart
2 # $Id: Makefile.am,v 1.85 2006/04/19 20:24:20 murch Exp $
2 # $Id: Makefile.am,v 1.85.2.1 2009/04/27 17:58:26 murch Exp $
33 # Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
44 #
55 # Redistribution and use in source and binary forms, with or without
4040 #
4141
4242 # Library version info - here at the top, for sanity
43 sasl_version = 2:22:0
43 sasl_version = 2:23:0
4444
4545 INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
4646
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1515
1616 # Makefile.am for the SASL library
1717 # Rob Earhart
18 # $Id: Makefile.am,v 1.85 2006/04/19 20:24:20 murch Exp $
18 # $Id: Makefile.am,v 1.85.2.1 2009/04/27 17:58:26 murch Exp $
1919 # Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
2020 #
2121 # Redistribution and use in source and binary forms, with or without
193193 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
194194 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
195195 am__include = @am__include@
196 am__leading_dot = @am__leading_dot@
196197 am__quote = @am__quote@
197198 bindir = @bindir@
198199 build = @build@
230231 target_vendor = @target_vendor@
231232
232233 # Library version info - here at the top, for sanity
233 sasl_version = 2:22:0
234 sasl_version = 2:23:0
234235
235236 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/plugins -I$(top_builddir)/include -I$(top_srcdir)/sasldb
236237
251252
252253 @MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
253254 subdir = lib
255 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
254256 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
255257 CONFIG_HEADER = $(top_builddir)/config.h
256258 CONFIG_CLEAN_FILES =
290292 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
291293 $(AM_LDFLAGS) $(LDFLAGS) -o $@
292294 DIST_SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES)
293 DIST_COMMON = Makefile.am Makefile.in getaddrinfo.c getnameinfo.c \
294 getsubopt.c snprintf.c
295 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am getaddrinfo.c \
296 getnameinfo.c getsubopt.c snprintf.c
295297 SOURCES = $(libsasl2_a_SOURCES) $(libsasl2_la_SOURCES)
296298
297299 all: all-am
363365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Plo@am__quote@
364366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seterror.Plo@am__quote@
365367
366 distclean-depend:
367 -rm -rf $(DEPDIR) ./$(DEPDIR)
368
369368 .c.o:
370369 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
371370 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
372 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
371 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
373372 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
374373 @am__fastdepCC_TRUE@ fi
375374 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380379 .c.obj:
381380 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
382381 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
383 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
382 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
384383 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
385384 @am__fastdepCC_TRUE@ fi
386385 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391390 .c.lo:
392391 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
393392 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
394 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
393 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
395394 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
396395 @am__fastdepCC_TRUE@ fi
397396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
402401 plugin_common.o: ../plugins/plugin_common.c
403402 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.o -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" \
404403 @am__fastdepCC_TRUE@ -c -o plugin_common.o `test -f '../plugins/plugin_common.c' || echo '$(srcdir)/'`../plugins/plugin_common.c; \
405 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
404 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
406405 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
407406 @am__fastdepCC_TRUE@ fi
408407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../plugins/plugin_common.c' object='plugin_common.o' libtool=no @AMDEPBACKSLASH@
413412 plugin_common.obj: ../plugins/plugin_common.c
414413 @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.obj -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" \
415414 @am__fastdepCC_TRUE@ -c -o plugin_common.obj `if test -f '../plugins/plugin_common.c'; then $(CYGPATH_W) '../plugins/plugin_common.c'; else $(CYGPATH_W) '$(srcdir)/../plugins/plugin_common.c'; fi`; \
416 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
415 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Po"; \
417416 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
418417 @am__fastdepCC_TRUE@ fi
419418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../plugins/plugin_common.c' object='plugin_common.obj' libtool=no @AMDEPBACKSLASH@
424423 plugin_common.lo: ../plugins/plugin_common.c
425424 @am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT plugin_common.lo -MD -MP -MF "$(DEPDIR)/plugin_common.Tpo" \
426425 @am__fastdepCC_TRUE@ -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo '$(srcdir)/'`../plugins/plugin_common.c; \
427 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; \
426 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/plugin_common.Tpo" "$(DEPDIR)/plugin_common.Plo"; \
428427 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/plugin_common.Tpo"; exit 1; \
429428 @am__fastdepCC_TRUE@ fi
430429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../plugins/plugin_common.c' object='plugin_common.lo' libtool=yes @AMDEPBACKSLASH@
533532
534533 installdirs:
535534 $(mkinstalldirs) $(DESTDIR)$(libdir)
536
537535 install: install-am
538536 install-exec: install-exec-am
539537 install-data: install-data-am
545543 installcheck: installcheck-am
546544 install-strip:
547545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548 INSTALL_STRIP_FLAG=-s \
546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549547 `test -z '$(STRIP)' || \
550548 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
551549 mostlyclean-generic:
553551 clean-generic:
554552
555553 distclean-generic:
556 -rm -f Makefile $(CONFIG_CLEAN_FILES)
554 -rm -f $(CONFIG_CLEAN_FILES)
557555
558556 maintainer-clean-generic:
559557 @echo "This command is intended for maintainers to use"
564562 clean-noinstLIBRARIES mostlyclean-am
565563
566564 distclean: distclean-am
567
568 distclean-am: clean-am distclean-compile distclean-depend \
569 distclean-generic distclean-libtool distclean-tags
565 -rm -rf $(DEPDIR) ./$(DEPDIR)
566 -rm -f Makefile
567 distclean-am: clean-am distclean-compile distclean-generic \
568 distclean-libtool distclean-tags
570569
571570 dvi: dvi-am
572571
589588 installcheck-am:
590589
591590 maintainer-clean: maintainer-clean-am
592
591 -rm -rf $(DEPDIR) ./$(DEPDIR)
592 -rm -f Makefile
593593 maintainer-clean-am: distclean-am maintainer-clean-generic
594594
595595 mostlyclean: mostlyclean-am
609609
610610 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
611611 clean-libLTLIBRARIES clean-libtool clean-noinstLIBRARIES ctags \
612 distclean distclean-compile distclean-depend distclean-generic \
613 distclean-libtool distclean-tags distdir dvi dvi-am info \
614 info-am install install-am install-data install-data-am \
615 install-exec install-exec-am install-info install-info-am \
612 distclean distclean-compile distclean-generic distclean-libtool \
613 distclean-tags distdir dvi dvi-am info info-am install \
614 install-am install-data install-data-am install-exec \
615 install-exec-am install-info install-info-am \
616616 install-libLTLIBRARIES install-man install-strip installcheck \
617617 installcheck-am installdirs maintainer-clean \
618618 maintainer-clean-generic mostlyclean mostlyclean-compile \
00 /* saslutil.c
11 * Rob Siemborski
22 * Tim Martin
3 * $Id: saslutil.c,v 1.44 2006/03/13 18:26:36 mel Exp $
3 * $Id: saslutil.c,v 1.44.2.1 2009/04/27 17:47:17 murch Exp $
44 */
55 /*
66 * Copyright (c) 1998-2003 Carnegie Mellon University. All rights reserved.
124124
125125 /* Will it fit? */
126126 olen = (inlen + 2) / 3 * 4;
127 if (outlen)
127 if (outlen) {
128128 *outlen = olen;
129 if (outmax < olen)
129 }
130 if (outmax <= olen) {
130131 return SASL_BUFOVER;
132 }
131133
132134 /* Do the work... */
133135 blah=(char *) out;
150152 *out++ = '=';
151153 }
152154
153 if (olen < outmax)
154 *out = '\0';
155 *out = '\0';
155156
156157 return SASL_OK;
157158 }
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
193193 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
194194 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
195195 am__include = @am__include@
196 am__leading_dot = @am__leading_dot@
196197 am__quote = @am__quote@
197198 bindir = @bindir@
198199 build = @build@
247248
248249 EXTRA_DIST = $(man_MANS)
249250 subdir = man
251 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
250252 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
251253 CONFIG_HEADER = $(top_builddir)/config.h
252254 CONFIG_CLEAN_FILES =
254256
255257 NROFF = nroff
256258 MANS = $(man_MANS)
257 DIST_COMMON = Makefile.am Makefile.in
259 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
258260 all: all-am
259261
260262 .SUFFIXES:
364366
365367 installdirs:
366368 $(mkinstalldirs) $(DESTDIR)$(man3dir)
367
368369 install: install-am
369370 install-exec: install-exec-am
370371 install-data: install-data-am
376377 installcheck: installcheck-am
377378 install-strip:
378379 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
379 INSTALL_STRIP_FLAG=-s \
380 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
380381 `test -z '$(STRIP)' || \
381382 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
382383 mostlyclean-generic:
384385 clean-generic:
385386
386387 distclean-generic:
387 -rm -f Makefile $(CONFIG_CLEAN_FILES)
388 -rm -f $(CONFIG_CLEAN_FILES)
388389
389390 maintainer-clean-generic:
390391 @echo "This command is intended for maintainers to use"
394395 clean-am: clean-generic clean-libtool mostlyclean-am
395396
396397 distclean: distclean-am
397
398 -rm -f Makefile
398399 distclean-am: clean-am distclean-generic distclean-libtool
399400
400401 dvi: dvi-am
416417 installcheck-am:
417418
418419 maintainer-clean: maintainer-clean-am
419
420 -rm -f Makefile
420421 maintainer-clean-am: distclean-am maintainer-clean-generic
421422
422423 mostlyclean: mostlyclean-am
00 # Makefile.am for the SASL plugins
11 # Rob Siemborski
22 # Rob Earhart
3 # $Id: Makefile.am,v 1.78 2006/04/19 20:24:21 murch Exp $
3 # $Id: Makefile.am,v 1.78.2.1 2009/04/27 17:58:26 murch Exp $
44 #
55 ################################################################
66 # Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
4545
4646 # Library version info - here at the top, for sanity
4747 # CURRENT:REVISION:AGE
48 anonymous_version = 2:22:0
49 digestmd5_version = 2:22:0
50 kerberos4_version = 2:22:0
51 gssapiv2_version = 2:22:0
52 crammd5_version = 2:22:0
53 passdss_version = 2:22:0
54 sasldb_version = 2:22:0
55 login_version = 2:22:0
56 plain_version = 2:22:0
57 ntlm_version = 2:22:0
58 otp_version = 2:22:0
59 sql_version = 2:22:0
60 ldapdb_version = 2:22:0
61 srp_version = 2:22:0
48 anonymous_version = 2:23:0
49 digestmd5_version = 2:23:0
50 kerberos4_version = 2:23:0
51 gssapiv2_version = 2:23:0
52 crammd5_version = 2:23:0
53 passdss_version = 2:23:0
54 sasldb_version = 2:23:0
55 login_version = 2:23:0
56 plain_version = 2:23:0
57 ntlm_version = 2:23:0
58 otp_version = 2:23:0
59 sql_version = 2:23:0
60 ldapdb_version = 2:23:0
61 srp_version = 2:23:0
6262
6363 INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/sasldb -I$(top_builddir)/include
6464 AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir)
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1616 # Makefile.am for the SASL plugins
1717 # Rob Siemborski
1818 # Rob Earhart
19 # $Id: Makefile.am,v 1.78 2006/04/19 20:24:21 murch Exp $
19 # $Id: Makefile.am,v 1.78.2.1 2009/04/27 17:58:26 murch Exp $
2020 #
2121 ################################################################
2222 # Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
197197 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
198198 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
199199 am__include = @am__include@
200 am__leading_dot = @am__leading_dot@
200201 am__quote = @am__quote@
201202 bindir = @bindir@
202203 build = @build@
236237
237238 # Library version info - here at the top, for sanity
238239 # CURRENT:REVISION:AGE
239 anonymous_version = 2:22:0
240 digestmd5_version = 2:22:0
241 kerberos4_version = 2:22:0
242 gssapiv2_version = 2:22:0
243 crammd5_version = 2:22:0
244 passdss_version = 2:22:0
245 sasldb_version = 2:22:0
246 login_version = 2:22:0
247 plain_version = 2:22:0
248 ntlm_version = 2:22:0
249 otp_version = 2:22:0
250 sql_version = 2:22:0
251 ldapdb_version = 2:22:0
252 srp_version = 2:22:0
240 anonymous_version = 2:23:0
241 digestmd5_version = 2:23:0
242 kerberos4_version = 2:23:0
243 gssapiv2_version = 2:23:0
244 crammd5_version = 2:23:0
245 passdss_version = 2:23:0
246 sasldb_version = 2:23:0
247 login_version = 2:23:0
248 plain_version = 2:23:0
249 ntlm_version = 2:23:0
250 otp_version = 2:23:0
251 sql_version = 2:23:0
252 ldapdb_version = 2:23:0
253 srp_version = 2:23:0
253254
254255 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/sasldb -I$(top_builddir)/include
255256 AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir)
348349
349350 CLEANFILES = $(init_src)
350351 subdir = plugins
352 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
351353 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
352354 CONFIG_HEADER = $(top_builddir)/config.h
353355 CONFIG_CLEAN_FILES =
425427 $(libotp_la_SOURCES) $(libpassdss_la_SOURCES) \
426428 $(libplain_la_SOURCES) $(libsasldb_la_SOURCES) \
427429 $(libsql_la_SOURCES) $(libsrp_la_SOURCES)
428 DIST_COMMON = Makefile.am Makefile.in
430 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
429431 SOURCES = $(libanonymous_la_SOURCES) $(libcrammd5_la_SOURCES) $(libdigestmd5_la_SOURCES) $(libgssapiv2_la_SOURCES) $(libkerberos4_la_SOURCES) $(libldapdb_la_SOURCES) $(liblogin_la_SOURCES) $(libntlm_la_SOURCES) $(libotp_la_SOURCES) $(libpassdss_la_SOURCES) $(libplain_la_SOURCES) $(libsasldb_la_SOURCES) $(libsql_la_SOURCES) $(libsrp_la_SOURCES)
430432
431433 all: all-am
530532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srp.Plo@am__quote@
531533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srp_init.Plo@am__quote@
532534
533 distclean-depend:
534 -rm -rf ./$(DEPDIR)
535
536535 .c.o:
537536 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
538537 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
539 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
538 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
540539 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
541540 @am__fastdepCC_TRUE@ fi
542541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
547546 .c.obj:
548547 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
549548 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
550 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
549 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
551550 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
552551 @am__fastdepCC_TRUE@ fi
553552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
558557 .c.lo:
559558 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
560559 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
561 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
560 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
562561 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
563562 @am__fastdepCC_TRUE@ fi
564563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
667666
668667 installdirs:
669668 $(mkinstalldirs) $(DESTDIR)$(sasldir)
670
671669 install: install-am
672670 install-exec: install-exec-am
673671 install-data: install-data-am
679677 installcheck: installcheck-am
680678 install-strip:
681679 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
682 INSTALL_STRIP_FLAG=-s \
680 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
683681 `test -z '$(STRIP)' || \
684682 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
685683 mostlyclean-generic:
688686 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
689687
690688 distclean-generic:
691 -rm -f Makefile $(CONFIG_CLEAN_FILES)
689 -rm -f $(CONFIG_CLEAN_FILES)
692690
693691 maintainer-clean-generic:
694692 @echo "This command is intended for maintainers to use"
699697 mostlyclean-am
700698
701699 distclean: distclean-am
702
703 distclean-am: clean-am distclean-compile distclean-depend \
704 distclean-generic distclean-libtool distclean-tags
700 -rm -rf ./$(DEPDIR)
701 -rm -f Makefile
702 distclean-am: clean-am distclean-compile distclean-generic \
703 distclean-libtool distclean-tags
705704
706705 dvi: dvi-am
707706
722721 installcheck-am:
723722
724723 maintainer-clean: maintainer-clean-am
725
724 -rm -rf ./$(DEPDIR)
725 -rm -f Makefile
726726 maintainer-clean-am: distclean-am maintainer-clean-generic
727727
728728 mostlyclean: mostlyclean-am
742742
743743 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
744744 clean-libtool clean-saslLTLIBRARIES ctags distclean \
745 distclean-compile distclean-depend distclean-generic \
746 distclean-libtool distclean-tags distdir dvi dvi-am info \
747 info-am install install-am install-data install-data-am \
748 install-exec install-exec-am install-info install-info-am \
749 install-man install-saslLTLIBRARIES install-strip installcheck \
745 distclean-compile distclean-generic distclean-libtool \
746 distclean-tags distdir dvi dvi-am info info-am install \
747 install-am install-data install-data-am install-exec \
748 install-exec-am install-info install-info-am install-man \
749 install-saslLTLIBRARIES install-strip installcheck \
750750 installcheck-am installdirs maintainer-clean \
751751 maintainer-clean-generic mostlyclean mostlyclean-compile \
752752 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
174174 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175175 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176176 am__include = @am__include@
177 am__leading_dot = @am__leading_dot@
177178 am__quote = @am__quote@
178179 bindir = @bindir@
179180 build = @build@
219220 pwcheck_DEPENDECIES = pwcheck_@PWCHECKMETH@.lo
220221 pwcheck_LDADD = pwcheck_@PWCHECKMETH@.lo @LIB_CRYPT@ @LIB_SOCKET@
221222 subdir = pwcheck
223 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
222224 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
223225 CONFIG_HEADER = $(top_builddir)/config.h
224226 CONFIG_CLEAN_FILES =
244246 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
245247 $(AM_LDFLAGS) $(LDFLAGS) -o $@
246248 DIST_SOURCES = $(pwcheck_SOURCES) $(EXTRA_pwcheck_SOURCES)
247 DIST_COMMON = README Makefile.am Makefile.in
249 DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
248250 SOURCES = $(pwcheck_SOURCES) $(EXTRA_pwcheck_SOURCES)
249251
250252 all: all-am
299301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwcheck_getpwnam.Po@am__quote@
300302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwcheck_getspnam.Po@am__quote@
301303
302 distclean-depend:
303 -rm -rf ./$(DEPDIR)
304
305304 .c.o:
306305 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
307306 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
308 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
307 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
309308 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
310309 @am__fastdepCC_TRUE@ fi
311310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316315 .c.obj:
317316 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
318317 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
319 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
318 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
320319 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
321320 @am__fastdepCC_TRUE@ fi
322321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327326 .c.lo:
328327 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
329328 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
330 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
329 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
331330 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
332331 @am__fastdepCC_TRUE@ fi
333332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
436435
437436 installdirs:
438437 $(mkinstalldirs) $(DESTDIR)$(sbindir)
439
440438 install: install-am
441439 install-exec: install-exec-am
442440 install-data: install-data-am
448446 installcheck: installcheck-am
449447 install-strip:
450448 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451 INSTALL_STRIP_FLAG=-s \
449 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452450 `test -z '$(STRIP)' || \
453451 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
454452 mostlyclean-generic:
456454 clean-generic:
457455
458456 distclean-generic:
459 -rm -f Makefile $(CONFIG_CLEAN_FILES)
457 -rm -f $(CONFIG_CLEAN_FILES)
460458
461459 maintainer-clean-generic:
462460 @echo "This command is intended for maintainers to use"
466464 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS mostlyclean-am
467465
468466 distclean: distclean-am
469
470 distclean-am: clean-am distclean-compile distclean-depend \
471 distclean-generic distclean-libtool distclean-tags
467 -rm -rf ./$(DEPDIR)
468 -rm -f Makefile
469 distclean-am: clean-am distclean-compile distclean-generic \
470 distclean-libtool distclean-tags
472471
473472 dvi: dvi-am
474473
489488 installcheck-am:
490489
491490 maintainer-clean: maintainer-clean-am
492
491 -rm -rf ./$(DEPDIR)
492 -rm -f Makefile
493493 maintainer-clean-am: distclean-am maintainer-clean-generic
494494
495495 mostlyclean: mostlyclean-am
509509
510510 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
511511 clean-libtool clean-sbinPROGRAMS ctags distclean \
512 distclean-compile distclean-depend distclean-generic \
513 distclean-libtool distclean-tags distdir dvi dvi-am info \
514 info-am install install-am install-data install-data-am \
515 install-exec install-exec-am install-info install-info-am \
516 install-man install-sbinPROGRAMS install-strip installcheck \
517 installcheck-am installdirs maintainer-clean \
518 maintainer-clean-generic mostlyclean mostlyclean-compile \
519 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
520 tags uninstall uninstall-am uninstall-info-am \
521 uninstall-sbinPROGRAMS
512 distclean-compile distclean-generic distclean-libtool \
513 distclean-tags distdir dvi dvi-am info info-am install \
514 install-am install-data install-data-am install-exec \
515 install-exec-am install-info install-info-am install-man \
516 install-sbinPROGRAMS install-strip installcheck installcheck-am \
517 installdirs maintainer-clean maintainer-clean-generic \
518 mostlyclean mostlyclean-compile mostlyclean-generic \
519 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
520 uninstall-am uninstall-info-am uninstall-sbinPROGRAMS
522521
523522 # Tell versions [3.59,3.63) of GNU make to not export all variables.
524523 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
194194 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
195195 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
196196 am__include = @am__include@
197 am__leading_dot = @am__leading_dot@
197198 am__quote = @am__quote@
198199 bindir = @bindir@
199200 build = @build@
250251
251252 EXTRA_DIST = NTMakefile
252253 subdir = sample
254 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
253255 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
254256 CONFIG_HEADER = $(top_builddir)/config.h
255257 CONFIG_CLEAN_FILES =
289291 $(AM_LDFLAGS) $(LDFLAGS) -o $@
290292 DIST_SOURCES = $(client_SOURCES) $(sample_client_SOURCES) \
291293 $(sample_server_SOURCES) $(server_SOURCES)
292 DIST_COMMON = Makefile.am Makefile.in
294 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
293295 SOURCES = $(client_SOURCES) $(sample_client_SOURCES) $(sample_server_SOURCES) $(server_SOURCES)
294296
295297 all: all-am
333335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample-server.Po@am__quote@
334336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
335337
336 distclean-depend:
337 -rm -rf ./$(DEPDIR)
338
339338 .c.o:
340339 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
341340 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
342 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
341 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
343342 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
344343 @am__fastdepCC_TRUE@ fi
345344 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350349 .c.obj:
351350 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
352351 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
353 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
352 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
354353 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
355354 @am__fastdepCC_TRUE@ fi
356355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361360 .c.lo:
362361 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
363362 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
364 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
363 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
365364 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
366365 @am__fastdepCC_TRUE@ fi
367366 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
469468 all-am: Makefile $(PROGRAMS)
470469
471470 installdirs:
472
473471 install: install-am
474472 install-exec: install-exec-am
475473 install-data: install-data-am
481479 installcheck: installcheck-am
482480 install-strip:
483481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
484 INSTALL_STRIP_FLAG=-s \
482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
485483 `test -z '$(STRIP)' || \
486484 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
487485 mostlyclean-generic:
490488 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
491489
492490 distclean-generic:
493 -rm -f Makefile $(CONFIG_CLEAN_FILES)
491 -rm -f $(CONFIG_CLEAN_FILES)
494492
495493 maintainer-clean-generic:
496494 @echo "This command is intended for maintainers to use"
501499 mostlyclean-am
502500
503501 distclean: distclean-am
504
505 distclean-am: clean-am distclean-compile distclean-depend \
506 distclean-generic distclean-libtool distclean-tags
502 -rm -rf ./$(DEPDIR)
503 -rm -f Makefile
504 distclean-am: clean-am distclean-compile distclean-generic \
505 distclean-libtool distclean-tags
507506
508507 dvi: dvi-am
509508
524523 installcheck-am:
525524
526525 maintainer-clean: maintainer-clean-am
527
526 -rm -rf ./$(DEPDIR)
527 -rm -f Makefile
528528 maintainer-clean-am: distclean-am maintainer-clean-generic
529529
530530 mostlyclean: mostlyclean-am
544544
545545 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
546546 clean-libtool clean-noinstPROGRAMS ctags distclean \
547 distclean-compile distclean-depend distclean-generic \
548 distclean-libtool distclean-tags distdir dvi dvi-am info \
549 info-am install install-am install-data install-data-am \
550 install-exec install-exec-am install-info install-info-am \
551 install-man install-strip installcheck installcheck-am \
552 installdirs maintainer-clean maintainer-clean-generic \
553 mostlyclean mostlyclean-compile mostlyclean-generic \
554 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
555 uninstall-am uninstall-info-am
547 distclean-compile distclean-generic distclean-libtool \
548 distclean-tags distdir dvi dvi-am info info-am install \
549 install-am install-data install-data-am install-exec \
550 install-exec-am install-info install-info-am install-man \
551 install-strip installcheck installcheck-am installdirs \
552 maintainer-clean maintainer-clean-generic mostlyclean \
553 mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
554 pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
556555
557556 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558557 # Otherwise a system limit (for SysV at least) may be exceeded.
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
102102 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
103103 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
104104 am__include = @am__include@
105 am__leading_dot = @am__leading_dot@
105106 am__quote = @am__quote@
106107 bindir = @bindir@
107108 build = @build@
215216 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
216217 DIST_SOURCES = $(saslauthd_SOURCES) $(saslcache_SOURCES) \
217218 $(testsaslauthd_SOURCES)
218 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
219 Makefile.in NEWS aclocal.m4 config/config.guess \
220 config/config.sub config/depcomp config/install-sh \
221 config/ltconfig config/ltmain.sh config/missing \
222 config/mkinstalldirs configure configure.in getaddrinfo.c \
223 getnameinfo.c saslauthd.h.in
219 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
220 COPYING ChangeLog INSTALL Makefile.am NEWS aclocal.m4 \
221 config/config.guess config/config.sub config/depcomp \
222 config/install-sh config/ltconfig config/ltmain.sh \
223 config/missing config/mkinstalldirs configure configure.in \
224 getaddrinfo.c getnameinfo.c saslauthd.h.in
224225 SOURCES = $(saslauthd_SOURCES) $(saslcache_SOURCES) $(testsaslauthd_SOURCES)
225226
226227 all: saslauthd.h
327328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsaslauthd.Po@am__quote@
328329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
329330
330 distclean-depend:
331 -rm -rf $(DEPDIR) ./$(DEPDIR)
332
333331 .c.o:
334332 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
335333 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
336 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
334 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
337335 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
338336 @am__fastdepCC_TRUE@ fi
339337 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344342 .c.obj:
345343 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
346344 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
347 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
345 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
348346 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
349347 @am__fastdepCC_TRUE@ fi
350348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
473471 $(am__remove_distdir)
474472 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
475473 chmod -R a-w $(distdir); chmod a+w $(distdir)
476 mkdir $(distdir)/=build
477 mkdir $(distdir)/=inst
474 mkdir $(distdir)/_build
475 mkdir $(distdir)/_inst
478476 chmod a-w $(distdir)
479 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
477 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
480478 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
481 && cd $(distdir)/=build \
479 && cd $(distdir)/_build \
482480 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
483481 $(DISTCHECK_CONFIGURE_FLAGS) \
484482 && $(MAKE) $(AM_MAKEFLAGS) \
505503 @echo "$(distdir).tar.gz is ready for distribution" | \
506504 sed 'h;s/./=/g;p;x;p;x'
507505 distuninstallcheck:
508 cd $(distuninstallcheck_dir) \
506 @cd $(distuninstallcheck_dir) \
509507 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
510508 || { echo "ERROR: files left after uninstall:" ; \
511509 if test -n "$(DESTDIR)"; then \
514512 $(distuninstallcheck_listfiles) ; \
515513 exit 1; } >&2
516514 distcleancheck: distclean
517 if test '$(srcdir)' = . ; then \
515 @if test '$(srcdir)' = . ; then \
518516 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
519517 exit 1 ; \
520518 fi
521 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
519 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
522520 || { echo "ERROR: files left in build directory after distclean:" ; \
523521 $(distcleancheck_listfiles) ; \
524522 exit 1; } >&2
528526
529527 installdirs:
530528 $(mkinstalldirs) $(DESTDIR)$(sbindir)
531
532529 install: install-am
533530 install-exec: install-exec-am
534531 install-data: install-data-am
540537 installcheck: installcheck-am
541538 install-strip:
542539 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
543 INSTALL_STRIP_FLAG=-s \
540 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
544541 `test -z '$(STRIP)' || \
545542 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
546543 mostlyclean-generic:
548545 clean-generic:
549546
550547 distclean-generic:
551 -rm -f Makefile $(CONFIG_CLEAN_FILES)
548 -rm -f $(CONFIG_CLEAN_FILES)
552549
553550 maintainer-clean-generic:
554551 @echo "This command is intended for maintainers to use"
559556
560557 distclean: distclean-am
561558 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
562 distclean-am: clean-am distclean-compile distclean-depend \
563 distclean-generic distclean-hdr distclean-tags
559 -rm -rf $(DEPDIR) ./$(DEPDIR)
560 -rm -f Makefile
561 distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
562 distclean-tags
564563
565564 dvi: dvi-am
566565
582581
583582 maintainer-clean: maintainer-clean-am
584583 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
585 -rm -rf autom4te.cache
584 -rm -rf $(top_srcdir)/autom4te.cache
585 -rm -rf $(DEPDIR) ./$(DEPDIR)
586 -rm -f Makefile
586587 maintainer-clean-am: distclean-am maintainer-clean-generic
587588
588589 mostlyclean: mostlyclean-am
601602
602603 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
603604 clean-sbinPROGRAMS ctags dist dist-all dist-gzip distcheck \
604 distclean distclean-compile distclean-depend distclean-generic \
605 distclean-hdr distclean-tags distcleancheck distdir \
606 distuninstallcheck dvi dvi-am info info-am install install-am \
607 install-data install-data-am install-data-local install-exec \
608 install-exec-am install-info install-info-am install-man \
609 install-sbinPROGRAMS install-strip installcheck installcheck-am \
610 installdirs maintainer-clean maintainer-clean-generic \
611 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
612 ps ps-am tags uninstall uninstall-am uninstall-info-am \
605 distclean distclean-compile distclean-generic distclean-hdr \
606 distclean-tags distcleancheck distdir distuninstallcheck dvi \
607 dvi-am info info-am install install-am install-data \
608 install-data-am install-data-local install-exec install-exec-am \
609 install-info install-info-am install-man install-sbinPROGRAMS \
610 install-strip installcheck installcheck-am installdirs \
611 maintainer-clean maintainer-clean-generic mostlyclean \
612 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
613 tags uninstall uninstall-am uninstall-info-am \
613614 uninstall-sbinPROGRAMS
614615
615616
0 # generated automatically by aclocal 1.7.2 -*- Autoconf -*-
0 # generated automatically by aclocal 1.7.9 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
33 # Free Software Foundation, Inc.
5959 # This macro actually does too much some checks are only needed if
6060 # your package does certain things. But this isn't really a big deal.
6161
62 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
62 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
6363 # Free Software Foundation, Inc.
6464
6565 # This program is free software; you can redistribute it and/or modify
7777 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
7878 # 02111-1307, USA.
7979
80 # serial 8
81
82 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
83 # written in clear, in which case automake, when reading aclocal.m4,
84 # will think it sees a *use*, and therefore will trigger all it's
85 # C support machinery. Also note that it means that autoscan, seeing
86 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
87
80 # serial 10
8881
8982 AC_PREREQ([2.54])
9083
129122 AC_SUBST([PACKAGE], [$1])dnl
130123 AC_SUBST([VERSION], [$2])],
131124 [_AM_SET_OPTIONS([$1])dnl
132 AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl
133 AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl
125 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
126 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
134127
135128 _AM_IF_OPTION([no-define],,
136129 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
151144 # some platforms.
152145 AC_REQUIRE([AC_PROG_AWK])dnl
153146 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
147 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
154148
155149 _AM_IF_OPTION([no-dependencies],,
156150 [AC_PROVIDE_IFELSE([AC_PROG_CC],
173167 # loop where config.status creates the headers, so we can generate
174168 # our stamp files there.
175169 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
176 [_am_stamp_count=`expr ${_am_stamp_count-0} + 1`
170 [# Compute $1's index in $config_headers.
171 _am_stamp_count=1
172 for _am_header in $config_headers :; do
173 case $_am_header in
174 $1 | $1:* )
175 break ;;
176 * )
177 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
178 esac
179 done
177180 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
178181
179182 # Copyright 2002 Free Software Foundation, Inc.
203206 # Call AM_AUTOMAKE_VERSION so it can be traced.
204207 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
205208 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
206 [AM_AUTOMAKE_VERSION([1.7.2])])
209 [AM_AUTOMAKE_VERSION([1.7.9])])
207210
208211 # Helper functions for option handling. -*- Autoconf -*-
209212
489492 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
490493 AC_SUBST([INSTALL_STRIP_PROGRAM])])
491494
492 # serial 4 -*- Autoconf -*-
493
494 # Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
495 # -*- Autoconf -*-
496 # Copyright (C) 2003 Free Software Foundation, Inc.
497
498 # This program is free software; you can redistribute it and/or modify
499 # it under the terms of the GNU General Public License as published by
500 # the Free Software Foundation; either version 2, or (at your option)
501 # any later version.
502
503 # This program is distributed in the hope that it will be useful,
504 # but WITHOUT ANY WARRANTY; without even the implied warranty of
505 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
506 # GNU General Public License for more details.
507
508 # You should have received a copy of the GNU General Public License
509 # along with this program; if not, write to the Free Software
510 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
511 # 02111-1307, USA.
512
513 # serial 1
514
515 # Check whether the underlying file-system supports filenames
516 # with a leading dot. For instance MS-DOS doesn't.
517 AC_DEFUN([AM_SET_LEADING_DOT],
518 [rm -rf .tst 2>/dev/null
519 mkdir .tst 2>/dev/null
520 if test -d .tst; then
521 am__leading_dot=.
522 else
523 am__leading_dot=_
524 fi
525 rmdir .tst 2>/dev/null
526 AC_SUBST([am__leading_dot])])
527
528 # serial 5 -*- Autoconf -*-
529
530 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
495531
496532 # This program is free software; you can redistribute it and/or modify
497533 # it under the terms of the GNU General Public License as published by
552588 # using a relative directory.
553589 cp "$am_depcomp" conftest.dir
554590 cd conftest.dir
591 # We will build objects and dependencies in a subdirectory because
592 # it helps to detect inapplicable dependency modes. For instance
593 # both Tru64's cc and ICC support -MD to output dependencies as a
594 # side effect of compilation, but ICC will put the dependencies in
595 # the current directory while Tru64 will put them in the object
596 # directory.
597 mkdir sub
555598
556599 am_cv_$1_dependencies_compiler_type=none
557600 if test "$am_compiler_list" = ""; then
558601 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
559602 fi
560603 for depmode in $am_compiler_list; do
604 # Setup a source with many dependencies, because some compilers
605 # like to wrap large dependency lists on column 80 (with \), and
606 # we should not choose a depcomp mode which is confused by this.
607 #
561608 # We need to recreate these files for each test, as the compiler may
562609 # overwrite some of them when testing with obscure command lines.
563610 # This happens at least with the AIX C compiler.
564 echo '#include "conftest.h"' > conftest.c
565 echo 'int i;' > conftest.h
566 echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
611 : > sub/conftest.c
612 for i in 1 2 3 4 5 6; do
613 echo '#include "conftst'$i'.h"' >> sub/conftest.c
614 : > sub/conftst$i.h
615 done
616 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
567617
568618 case $depmode in
569619 nosideeffect)
581631 # mode. It turns out that the SunPro C++ compiler does not properly
582632 # handle `-M -o', and we need to detect this.
583633 if depmode=$depmode \
584 source=conftest.c object=conftest.o \
585 depfile=conftest.Po tmpdepfile=conftest.TPo \
586 $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
587 grep conftest.h conftest.Po > /dev/null 2>&1 &&
634 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
635 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
636 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
637 >/dev/null 2>conftest.err &&
638 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
639 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
588640 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
589 am_cv_$1_dependencies_compiler_type=$depmode
590 break
641 # icc doesn't choke on unknown options, it will just issue warnings
642 # (even with -Werror). So we grep stderr for any message
643 # that says an option was ignored.
644 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
645 am_cv_$1_dependencies_compiler_type=$depmode
646 break
647 fi
591648 fi
592649 done
593650
609666 # Choose a directory name for dependency files.
610667 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
611668 AC_DEFUN([AM_SET_DEPDIR],
612 [rm -f .deps 2>/dev/null
613 mkdir .deps 2>/dev/null
614 if test -d .deps; then
615 DEPDIR=.deps
616 else
617 # MS-DOS does not allow filenames that begin with a dot.
618 DEPDIR=_deps
619 fi
620 rmdir .deps 2>/dev/null
621 AC_SUBST([DEPDIR])
669 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
670 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
622671 ])
623672
624673
722771
723772 # Check to see how 'make' treats includes. -*- Autoconf -*-
724773
725 # Copyright (C) 2001, 2002 Free Software Foundation, Inc.
774 # Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
726775
727776 # This program is free software; you can redistribute it and/or modify
728777 # it under the terms of the GNU General Public License as published by
747796 AC_DEFUN([AM_MAKE_INCLUDE],
748797 [am_make=${MAKE-make}
749798 cat > confinc << 'END'
750 doit:
799 am__doit:
751800 @echo done
801 .PHONY: am__doit
752802 END
753803 # If we don't find an include directive, just comment out the code.
754804 AC_MSG_CHECKING([for style of include used by $am_make])
776826 _am_result=BSD
777827 fi
778828 fi
779 AC_SUBST(am__include)
780 AC_SUBST(am__quote)
781 AC_MSG_RESULT($_am_result)
829 AC_SUBST([am__include])
830 AC_SUBST([am__quote])
831 AC_MSG_RESULT([$_am_result])
782832 rm -f confinc confmf
783833 ])
784834
307307 # include <unistd.h>
308308 #endif"
309309
310 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SASLAUTHD_TRUE SASLAUTHD_FALSE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S LIB_SOCKET EGREP CMU_LIB_SUBDIR LIB_DES SASL_KRB_LIB LIB_CRYPT GSSAPI_LIBS GSSAPIBASE_LIBS LIB_SIA SASL_DB_UTILS SASL_DB_MANS SASL_DB_BACKEND SASL_DB_BACKEND_STATIC SASL_DB_INC SASL_DB_LIB MAIN_COMPAT_OBJ LIB_PAM LDAP_LIBS LTLIBOBJS LIBOBJS'
310 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SASLAUTHD_TRUE SASLAUTHD_FALSE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP LN_S LIB_SOCKET EGREP CMU_LIB_SUBDIR LIB_DES SASL_KRB_LIB LIB_CRYPT GSSAPI_LIBS GSSAPIBASE_LIBS LIB_SIA SASL_DB_UTILS SASL_DB_MANS SASL_DB_BACKEND SASL_DB_BACKEND_STATIC SASL_DB_INC SASL_DB_LIB MAIN_COMPAT_OBJ LIB_PAM LDAP_LIBS LTLIBOBJS LIBOBJS'
311311 ac_subst_files=''
312312
313313 # Initialize some variables set by options.
16211621 SET_MAKE="MAKE=${MAKE-make}"
16221622 fi
16231623
1624 rm -rf .tst 2>/dev/null
1625 mkdir .tst 2>/dev/null
1626 if test -d .tst; then
1627 am__leading_dot=.
1628 else
1629 am__leading_dot=_
1630 fi
1631 rmdir .tst 2>/dev/null
1632
16241633 # test to see if srcdir already configured
16251634 if test "`cd $srcdir && pwd`" != "`pwd`" &&
16261635 test -f $srcdir/config.status; then
16411650
16421651 # Define the identity of the package.
16431652 PACKAGE=saslauthd
1644 VERSION=2.1.22
1653 VERSION=2.1.23
16451654
16461655
16471656 cat >>confdefs.h <<_ACEOF
26392648 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26402649 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26412650 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2642 rm -f .deps 2>/dev/null
2643 mkdir .deps 2>/dev/null
2644 if test -d .deps; then
2645 DEPDIR=.deps
2646 else
2647 # MS-DOS does not allow filenames that begin with a dot.
2648 DEPDIR=_deps
2649 fi
2650 rmdir .deps 2>/dev/null
2651
2651 DEPDIR="${am__leading_dot}deps"
26522652
26532653 ac_config_commands="$ac_config_commands depfiles"
26542654
26552655
26562656 am_make=${MAKE-make}
26572657 cat > confinc << 'END'
2658 doit:
2658 am__doit:
26592659 @echo done
2660 .PHONY: am__doit
26602661 END
26612662 # If we don't find an include directive, just comment out the code.
26622663 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
27312732 # using a relative directory.
27322733 cp "$am_depcomp" conftest.dir
27332734 cd conftest.dir
2735 # We will build objects and dependencies in a subdirectory because
2736 # it helps to detect inapplicable dependency modes. For instance
2737 # both Tru64's cc and ICC support -MD to output dependencies as a
2738 # side effect of compilation, but ICC will put the dependencies in
2739 # the current directory while Tru64 will put them in the object
2740 # directory.
2741 mkdir sub
27342742
27352743 am_cv_CC_dependencies_compiler_type=none
27362744 if test "$am_compiler_list" = ""; then
27372745 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
27382746 fi
27392747 for depmode in $am_compiler_list; do
2748 # Setup a source with many dependencies, because some compilers
2749 # like to wrap large dependency lists on column 80 (with \), and
2750 # we should not choose a depcomp mode which is confused by this.
2751 #
27402752 # We need to recreate these files for each test, as the compiler may
27412753 # overwrite some of them when testing with obscure command lines.
27422754 # This happens at least with the AIX C compiler.
2743 echo '#include "conftest.h"' > conftest.c
2744 echo 'int i;' > conftest.h
2745 echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf
2755 : > sub/conftest.c
2756 for i in 1 2 3 4 5 6; do
2757 echo '#include "conftst'$i'.h"' >> sub/conftest.c
2758 : > sub/conftst$i.h
2759 done
2760 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
27462761
27472762 case $depmode in
27482763 nosideeffect)
27602775 # mode. It turns out that the SunPro C++ compiler does not properly
27612776 # handle `-M -o', and we need to detect this.
27622777 if depmode=$depmode \
2763 source=conftest.c object=conftest.o \
2764 depfile=conftest.Po tmpdepfile=conftest.TPo \
2765 $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 &&
2766 grep conftest.h conftest.Po > /dev/null 2>&1 &&
2778 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
2779 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
2780 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
2781 >/dev/null 2>conftest.err &&
2782 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
2783 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
27672784 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
2768 am_cv_CC_dependencies_compiler_type=$depmode
2769 break
2785 # icc doesn't choke on unknown options, it will just issue warnings
2786 # (even with -Werror). So we grep stderr for any message
2787 # that says an option was ignored.
2788 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
2789 am_cv_CC_dependencies_compiler_type=$depmode
2790 break
2791 fi
27702792 fi
27712793 done
27722794
1254912571 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
1255012572 s,@AWK@,$AWK,;t t
1255112573 s,@SET_MAKE@,$SET_MAKE,;t t
12574 s,@am__leading_dot@,$am__leading_dot,;t t
1255212575 s,@CC@,$CC,;t t
1255312576 s,@CFLAGS@,$CFLAGS,;t t
1255412577 s,@LDFLAGS@,$LDFLAGS,;t t
1301213035 cat $tmp/config.h
1301313036 rm -f $tmp/config.h
1301413037 fi
13015 _am_stamp_count=`expr ${_am_stamp_count-0} + 1`
13038 # Compute $ac_file's index in $config_headers.
13039 _am_stamp_count=1
13040 for _am_header in $config_headers :; do
13041 case $_am_header in
13042 $ac_file | $ac_file:* )
13043 break ;;
13044 * )
13045 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13046 esac
13047 done
1301613048 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
1301713049 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1301813050 X$ac_file : 'X\(//\)[^/]' \| \
1414 AC_DEFINE_UNQUOTED(PATH_SASLAUTHD_RUNDIR, "$with_saslauthd",[Location of saslauthd socket])
1515 AM_CONDITIONAL(SASLAUTHD, test "$with_saslauthd" != no)
1616
17 AM_INIT_AUTOMAKE(saslauthd,2.1.22)
17 AM_INIT_AUTOMAKE(saslauthd,2.1.23)
1818 CMU_INIT_AUTOMAKE
1919
2020 dnl Checks for programs.
0 SASLAUTHD(8) BSD System Manager's Manual SASLAUTHD(8)
0 SASLAUTHD(8) BSD System Manager’s Manual SASLAUTHD(8)
11
2 NAME
3 saslauthd - sasl authentication server
2 NNAAMMEE
3 ssaassllaauutthhdd - sasl authentication server
44
5 SYNOPSIS
6 saslauthd -a authmech [-Tvdchlr] [-O option] [-m mux_path] [-n threads]
7 [-s size] [-t timeout]
5 SSYYNNOOPPSSIISS
6 ssaassllaauutthhdd --aa _a_u_t_h_m_e_c_h [--TTvvddcchhllrr] [--OO _o_p_t_i_o_n] [--mm _m_u_x___p_a_t_h] [--nn _t_h_r_e_a_d_s]
7 [--ss _s_i_z_e] [--tt _t_i_m_e_o_u_t]
88
9 DESCRIPTION
10 saslauthd is a daemon process that handles plaintext authentication
9 DDEESSCCRRIIPPTTIIOONN
10 ssaassllaauutthhdd is a daemon process that handles plaintext authentication
1111 requests on behalf of the SASL library.
1212
1313 The server fulfills two roles: it isolates all code requiring superuser
14 privileges into a single process, and it can be used to provide proxy
14 privileges into a single process, and it can be used to provide _p_r_o_x_y
1515 authentication services to clients that do not understand SASL based
1616 authentication.
1717
18 saslauthd should be started from the system boot scripts when going to
18 ssaassllaauutthhdd should be started from the system boot scripts when going to
1919 multi-user mode. When running against a protected authentication database
2020 (e.g. the shadow mechanism), it must be run as the superuser.
2121
22 Options
22 OOppttiioonnss
2323 Options named by lower-case letters configure the server itself.
2424 Upper-case options control the behavior of specific authentication mecha-
2525 nisms; their applicability to a particular authentication mechanism is
26 described in the AUTHENTICATION MECHANISMS section.
26 described in the _A_U_T_H_E_N_T_I_C_A_T_I_O_N _M_E_C_H_A_N_I_S_M_S section.
2727
28 -a authmech
29 Use authmech as the authentication mechanism. (See the
30 AUTHENTICATION MECHANISMS section below.) This parameter is
28 --aa _a_u_t_h_m_e_c_h
29 Use _a_u_t_h_m_e_c_h as the authentication mechanism. (See the
30 _A_U_T_H_E_N_T_I_C_A_T_I_O_N _M_E_C_H_A_N_I_S_M_S section below.) This parameter is
3131 mandatory.
3232
33 -O option
33 --OO _o_p_t_i_o_n
3434 A mechanism specific option (e.g. rimap hostname or config file
3535 path)
3636
37 -H hostname
37 --HH _h_o_s_t_n_a_m_e
3838 The remote host to be contacted by the rimap authentication mech-
3939 anism. (Depricated, use -O instead)
4040
41 -m path
42 Use path as the pathname to the named socket to listen on for
41 --mm _p_a_t_h
42 Use _p_a_t_h as the pathname to the named socket to listen on for
4343 connection requests. This must be an absolute pathname, and MUST
4444 NOT include the trailing "/mux". Note that the default for this
4545 value is "/var/state/saslauthd" (or what was specified at compile
4646 time) and that this directory must exist for saslauthd to func-
4747 tion.
4848
49 -n threads
50 Use threads processes for responding to authentication queries.
49 --nn _t_h_r_e_a_d_s
50 Use _t_h_r_e_a_d_s processes for responding to authentication queries.
5151 (default: 5) A value of zero will indicate that saslauthd should
5252 fork an individual process for each connection. This can solve
5353 leaks that occur in some deployments..
5454
55 -s size
56 Use size as the table size of the hash table (in kilobytes)
55 --ss _s_i_z_e
56 Use _s_i_z_e as the table size of the hash table (in kilobytes)
5757
58 -t timeout
59 Use timeout as the expiration time of the authentication cache
58 --tt _t_i_m_e_o_u_t
59 Use _t_i_m_e_o_u_t as the expiration time of the authentication cache
6060 (in seconds)
6161
62 -T Honour time-of-day login restrictions.
62 --TT Honour time-of-day login restrictions.
6363
64 -h Show usage information
64 --hh Show usage information
6565
66 -c Enable cacheing of authentication credentials
66 --cc Enable cacheing of authentication credentials
6767
68 -l Disable the use of a lock file for controlling access to
68 --ll Disable the use of a lock file for controlling access to
6969 accept().
7070
71 -r Combine the realm with the login (with an '@' sign in between).
71 --rr Combine the realm with the login (with an ’@’ sign in between).
7272 e.g. login: "foo" realm: "bar" will get passed as login:
7373 "foo@bar". Note that the realm will still be passed, which may
7474 lead to unexpected behavior.
7575
76 -v Print the version number and available authentication mechanisms
76 --vv Print the version number and available authentication mechanisms
7777 on standard error, then exit.
7878
79 -d Debugging mode.
79 --dd Debugging mode.
8080
81 Logging
82 saslauthd logs it's activities via syslogd using the LOG_AUTH facility.
81 LLooggggiinngg
82 ssaassllaauutthhdd logs it’s activities via ssyyssllooggdd using the LOG_AUTH facility.
8383
84 AUTHENTICATION MECHANISMS
85 saslauthd supports one or more "authentication mechanisms", dependent
84 AAUUTTHHEENNTTIICCAATTIIOONN MMEECCHHAANNIISSMMSS
85 ssaassllaauutthhdd supports one or more "authentication mechanisms", dependent
8686 upon the facilities provided by the underlying operating system. The
87 mechanism is selected by the -aho flag from the following list of
87 mechanism is selected by the --aahhoo flag from the following list of
8888 choices:
8989
90 dce (AIX)
90 dce _(_A_I_X_)
9191
9292 Authenticate using the DCE authentication environment.
9393
94 getpwent (All platforms)
94 getpwent _(_A_l_l _p_l_a_t_f_o_r_m_s_)
9595
96 Authenticate using the getpwent() library function. Typically
96 Authenticate using the ggeettppwweenntt() library function. Typically
9797 this authenticates against the local password file. See your
9898 systems getpwent(3) man page for details.
9999
100 kerberos4 (All platforms)
100 kerberos4 _(_A_l_l _p_l_a_t_f_o_r_m_s_)
101101
102102 Authenticate against the local Kerberos 4 realm. (See the
103 NOTES section for caveats about this driver.)
103 _N_O_T_E_S section for caveats about this driver.)
104104
105 kerberos5 (All platforms)
105 kerberos5 _(_A_l_l _p_l_a_t_f_o_r_m_s_)
106106
107107 Authenticate against the local Kerberos 5 realm.
108108
109 pam (Linux, Solaris)
109 pam _(_L_i_n_u_x_, _S_o_l_a_r_i_s_)
110110
111111 Authenticate using Pluggable Authentication Modules (PAM).
112112
113 rimap (All platforms)
113 rimap _(_A_l_l _p_l_a_t_f_o_r_m_s_)
114114
115115 Forward authentication requests to a remote IMAP server. This
116116 driver connects to a remote IMAP server, specified using the
117 -O flag, and attempts to login (via an IMAP `LOGIN' command)
117 -O flag, and attempts to login (via an IMAP ‘LOGIN’ command)
118118 using the credentials supplied to the local server. If the
119119 remote authentication succeeds the local connection is also
120120 considered to be authenticated. The remote connection is
121 closed as soon as the tagged response from the `LOGIN' command
121 closed as soon as the tagged response from the ‘LOGIN’ command
122122 is received from the remote server.
123123
124 The option parameter to the -O flag describes the remote
125 server to forward authentication requests to. hostname can be
124 The _o_p_t_i_o_n parameter to the --OO flag describes the remote
125 server to forward authentication requests to. _h_o_s_t_n_a_m_e can be
126126 a hostname (imap.example.com) or a dotted-quad IP address
127127 (192.168.0.1). The latter is useful if the remote server is
128128 multi-homed and has network interfaces that are unreachable
129129 from the local IMAP server. The remote host is contacted on
130 the `imap' service port. A non-default port can be specified
130 the ‘imap’ service port. A non-default port can be specified
131131 by appending a slash and the port name or number to the
132 hostname argument.
132 _h_o_s_t_n_a_m_e argument.
133133
134 The -O flag and argument are mandatory when using the rimap
134 The --OO flag and argument are mandatory when using the rimap
135135 mechanism.
136136
137 shadow (AIX, Irix, Linux, Solaris)
137 shadow _(_A_I_X_, _I_r_i_x_, _L_i_n_u_x_, _S_o_l_a_r_i_s_)
138138
139139 Authenticate against the local "shadow password file". The
140 exact mechanism is system dependent. saslauthd currently
141 understands the getspnam() and getuserpw() library routines.
142 Some systems honour the -T flag.
140 exact mechanism is system dependent. ssaassllaauutthhdd currently
141 understands the ggeettssppnnaamm() and ggeettuusseerrppww() library routines.
142 Some systems honour the --TT flag.
143143
144 sasldb (All platforms)
144 sasldb _(_A_l_l _p_l_a_t_f_o_r_m_s_)
145145
146146 Authenticate against the SASL authentication database. Note
147147 that this is probabally not what you want to be using, and is
150150 pwcheck_method of "auxprop" along with the sasldb auxprop plu-
151151 gin instead.
152152
153 ldap (All platforms that support OpenLDAP 2.0 or higher)
153 ldap _(_A_l_l _p_l_a_t_f_o_r_m_s _t_h_a_t _s_u_p_p_o_r_t _O_p_e_n_L_D_A_P _2_._0 _o_r _h_i_g_h_e_r_)
154154
155155 Authenticate against an ldap server. The ldap configuration
156156 parameters are read from /usr/local/etc/saslauthd.conf. The
158158 See the LDAP_SASLAUTHD file included with the distribution for
159159 the list of available parameters.
160160
161 sia (Digital UNIX)
161 sia _(_D_i_g_i_t_a_l _U_N_I_X_)
162162
163163 Authenticate using the Digital UNIX Security Integration
164164 Architecture (a.k.a. "enhanced security").
165165
166 NOTES
166 NNOOTTEESS
167167 The kerberos4 authentication driver consumes considerable resources. To
168168 perform an authentication it must obtain a ticket granting ticket from
169 the TGT server on every authentication request. The Kerberos library rou-
169 the TGT server oonn eevveerryy aauutthheennttiiccaattiioonn rreeqquueesstt.. The Kerberos library rou-
170170 tines that obtain the TGT also create a local ticket file, on the reason-
171171 able assumption that you will want to save the TGT for use by other Ker-
172 beros applications. These ticket files are unusable by saslauthd , how-
172 beros applications. These ticket files are unusable by ssaassllaauutthhdd , how-
173173 ever there is no way not to create them. The overhead of creating and
174174 removing these ticket files can cause serious performance degradation on
175175 busy servers. (Kerberos was never intended to be used in this manner,
176176 anyway.)
177177
178 FILES
178 FFIILLEESS
179179 /var/run/saslauthd/mux The default communications socket.
180180
181181 /usr/local/etc/saslauthd.conf
182182 The default configuration file for ldap support.
183183
184 SEE ALSO
184 SSEEEE AALLSSOO
185185 passwd(1), getpwent(3), getspnam(3), getuserpw(3), sasl_checkpass(3)
186186 sia_authenticate_user(3),
187187
00 # Makefile.am for the SASLdb library
11 # Rob Siemborski
2 # $Id: Makefile.am,v 1.31 2006/04/19 20:24:23 murch Exp $
2 # $Id: Makefile.am,v 1.31.2.1 2009/04/27 17:58:26 murch Exp $
33 # Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
44 #
55 # Redistribution and use in source and binary forms, with or without
4141
4242 # Library version info - here at the top, for sanity
4343 # Note that this doesn't necessaraly follow the libsasl2 verison info
44 sasl_version = 1:22:0
44 sasl_version = 1:23:0
4545
4646 INCLUDES=-I$(top_srcdir)/include -I$(top_builddir)/include @SASL_DB_INC@
4747
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1515
1616 # Makefile.am for the SASLdb library
1717 # Rob Siemborski
18 # $Id: Makefile.am,v 1.31 2006/04/19 20:24:23 murch Exp $
18 # $Id: Makefile.am,v 1.31.2.1 2009/04/27 17:58:26 murch Exp $
1919 # Copyright (c) 2000 Carnegie Mellon University. All rights reserved.
2020 #
2121 # Redistribution and use in source and binary forms, with or without
192192 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193193 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194194 am__include = @am__include@
195 am__leading_dot = @am__leading_dot@
195196 am__quote = @am__quote@
196197 bindir = @bindir@
197198 build = @build@
230231
231232 # Library version info - here at the top, for sanity
232233 # Note that this doesn't necessaraly follow the libsasl2 verison info
233 sasl_version = 1:22:0
234 sasl_version = 1:23:0
234235
235236 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include @SASL_DB_INC@
236237
250251 libsasldb_a_SOURCES =
251252 EXTRA_libsasldb_a_SOURCES =
252253 subdir = sasldb
254 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
253255 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
254256 CONFIG_HEADER = $(top_builddir)/config.h
255257 CONFIG_CLEAN_FILES =
280282 $(AM_LDFLAGS) $(LDFLAGS) -o $@
281283 DIST_SOURCES = $(libsasldb_a_SOURCES) $(EXTRA_libsasldb_a_SOURCES) \
282284 $(libsasldb_la_SOURCES) $(EXTRA_libsasldb_la_SOURCES)
283 DIST_COMMON = Makefile.am Makefile.in
285 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
284286 SOURCES = $(libsasldb_a_SOURCES) $(EXTRA_libsasldb_a_SOURCES) $(libsasldb_la_SOURCES) $(EXTRA_libsasldb_la_SOURCES)
285287
286288 all: all-am
321323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_ndbm.Plo@am__quote@
322324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/db_none.Plo@am__quote@
323325
324 distclean-depend:
325 -rm -rf ./$(DEPDIR)
326
327326 .c.o:
328327 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
329328 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
330 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
329 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
331330 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
332331 @am__fastdepCC_TRUE@ fi
333332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338337 .c.obj:
339338 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
340339 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
341 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
340 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
342341 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
343342 @am__fastdepCC_TRUE@ fi
344343 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
349348 .c.lo:
350349 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
351350 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
352 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
351 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
353352 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
354353 @am__fastdepCC_TRUE@ fi
355354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
457456 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
458457
459458 installdirs:
460
461459 install: install-am
462460 install-exec: install-exec-am
463461 install-data: install-data-am
469467 installcheck: installcheck-am
470468 install-strip:
471469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472 INSTALL_STRIP_FLAG=-s \
470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473471 `test -z '$(STRIP)' || \
474472 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
475473 mostlyclean-generic:
477475 clean-generic:
478476
479477 distclean-generic:
480 -rm -f Makefile $(CONFIG_CLEAN_FILES)
478 -rm -f $(CONFIG_CLEAN_FILES)
481479
482480 maintainer-clean-generic:
483481 @echo "This command is intended for maintainers to use"
488486 clean-noinstLTLIBRARIES mostlyclean-am
489487
490488 distclean: distclean-am
491
492 distclean-am: clean-am distclean-compile distclean-depend \
493 distclean-generic distclean-libtool distclean-tags
489 -rm -rf ./$(DEPDIR)
490 -rm -f Makefile
491 distclean-am: clean-am distclean-compile distclean-generic \
492 distclean-libtool distclean-tags
494493
495494 dvi: dvi-am
496495
511510 installcheck-am:
512511
513512 maintainer-clean: maintainer-clean-am
514
513 -rm -rf ./$(DEPDIR)
514 -rm -f Makefile
515515 maintainer-clean-am: distclean-am maintainer-clean-generic
516516
517517 mostlyclean: mostlyclean-am
531531
532532 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
533533 clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
534 ctags distclean distclean-compile distclean-depend \
535 distclean-generic distclean-libtool distclean-tags distdir dvi \
536 dvi-am info info-am install install-am install-data \
537 install-data-am install-exec install-exec-am install-info \
538 install-info-am install-man install-strip installcheck \
539 installcheck-am installdirs maintainer-clean \
540 maintainer-clean-generic mostlyclean mostlyclean-compile \
541 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
542 tags uninstall uninstall-am uninstall-info-am
534 ctags distclean distclean-compile distclean-generic \
535 distclean-libtool distclean-tags distdir dvi dvi-am info \
536 info-am install install-am install-data install-data-am \
537 install-exec install-exec-am install-info install-info-am \
538 install-man install-strip installcheck installcheck-am \
539 installdirs maintainer-clean maintainer-clean-generic \
540 mostlyclean mostlyclean-compile mostlyclean-generic \
541 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
542 uninstall-am uninstall-info-am
543543
544544
545545 libsasldb.a: libsasldb.la $(SASL_DB_BACKEND_STATIC)
0 # Makefile.in generated by automake 1.7.2 from Makefile.am.
0 # Makefile.in generated by automake 1.7.9 from Makefile.am.
11 # @configure_input@
22
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
44 # Free Software Foundation, Inc.
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
194194 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
195195 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
196196 am__include = @am__include@
197 am__leading_dot = @am__leading_dot@
197198 am__quote = @am__quote@
198199 bindir = @bindir@
199200 build = @build@
277278 INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include @SASL_DB_INC@
278279 EXTRA_DIST = saslpasswd2.8 sasldblistusers2.8 pluginviewer.8 sfsasl.h sfsasl.c smtptest.c testsuite.c pluginviewer.c NTMakefile
279280 subdir = utils
281 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
280282 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
281283 CONFIG_HEADER = $(top_builddir)/config.h
282284 CONFIG_CLEAN_FILES =
343345 MANS = $(man_MANS)
344346 HEADERS = $(saslinclude_HEADERS)
345347
346 DIST_COMMON = $(saslinclude_HEADERS) Makefile.am Makefile.in
348 DIST_COMMON = $(saslinclude_HEADERS) $(srcdir)/Makefile.in Makefile.am
347349 SOURCES = $(libsfsasl2_la_SOURCES) dbconverter-2.c $(pluginviewer_SOURCES) $(sasldblistusers2_SOURCES) $(saslpasswd2_SOURCES) $(smtptest_SOURCES) testsuite.c $(testsuitestatic_SOURCES)
348350
349351 all: all-am
455457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/saslpasswd.Po@am__quote@
456458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testsuite.Po@am__quote@
457459
458 distclean-depend:
459 -rm -rf ./$(DEPDIR)
460
461460 .c.o:
462461 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
463462 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
464 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
463 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
465464 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
466465 @am__fastdepCC_TRUE@ fi
467466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
472471 .c.obj:
473472 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
474473 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
475 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
474 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
476475 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
477476 @am__fastdepCC_TRUE@ fi
478477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
483482 .c.lo:
484483 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
485484 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
486 @am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
485 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
487486 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
488487 @am__fastdepCC_TRUE@ fi
489488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
657656
658657 installdirs:
659658 $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir) $(DESTDIR)$(saslincludedir)
660
661659 install: install-am
662660 install-exec: install-exec-am
663661 install-data: install-data-am
669667 installcheck: installcheck-am
670668 install-strip:
671669 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 INSTALL_STRIP_FLAG=-s \
670 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673671 `test -z '$(STRIP)' || \
674672 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
675673 mostlyclean-generic:
678676 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
679677
680678 distclean-generic:
681 -rm -f Makefile $(CONFIG_CLEAN_FILES)
679 -rm -f $(CONFIG_CLEAN_FILES)
682680
683681 maintainer-clean-generic:
684682 @echo "This command is intended for maintainers to use"
689687 clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
690688
691689 distclean: distclean-am
692
693 distclean-am: clean-am distclean-compile distclean-depend \
694 distclean-generic distclean-libtool distclean-tags
690 -rm -rf ./$(DEPDIR)
691 -rm -f Makefile
692 distclean-am: clean-am distclean-compile distclean-generic \
693 distclean-libtool distclean-tags
695694
696695 dvi: dvi-am
697696
712711 installcheck-am:
713712
714713 maintainer-clean: maintainer-clean-am
715
714 -rm -rf ./$(DEPDIR)
715 -rm -f Makefile
716716 maintainer-clean-am: distclean-am maintainer-clean-generic
717717
718718 mostlyclean: mostlyclean-am
736736 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
737737 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
738738 clean-sbinPROGRAMS ctags distclean distclean-compile \
739 distclean-depend distclean-generic distclean-libtool \
740 distclean-tags distdir dvi dvi-am info info-am install \
741 install-am install-data install-data-am install-exec \
742 install-exec-am install-info install-info-am \
743 install-libLTLIBRARIES install-man install-man8 \
739 distclean-generic distclean-libtool distclean-tags distdir dvi \
740 dvi-am info info-am install install-am install-data \
741 install-data-am install-exec install-exec-am install-info \
742 install-info-am install-libLTLIBRARIES install-man install-man8 \
744743 install-saslincludeHEADERS install-sbinPROGRAMS install-strip \
745744 installcheck installcheck-am installdirs maintainer-clean \
746745 maintainer-clean-generic mostlyclean mostlyclean-compile \
11 #Keep in sync with include/sasl.h and win32/include/config.h
22 SASL_VERSION_MAJOR=2
33 SASL_VERSION_MINOR=1
4 SASL_VERSION_STEP=22
4 SASL_VERSION_STEP=23
55
66 # Uncomment the following line, if you want to use Visual Studio 6
77 #VCVER=6
5454 #define PACKAGE "cyrus-sasl"
5555
5656 /* Our version */
57 #define VERSION "2.1.22"
57 #define VERSION "2.1.23"
5858
5959 /* Visual Studio supports prototypes */
6060 #define PROTOTYPES 1