|
|
@@ -1,7 +1,17 @@
|
|
|
Index: configure
|
|
|
---- configure.orig 2006-05-18 21:30:13.000000000 +0200
|
|
|
-+++ configure 2006-09-20 07:42:24.019489745 +0200
|
|
|
-@@ -5125,7 +5125,7 @@
|
|
|
+--- configure.orig 2006-05-18 21:30:13 +0200
|
|
|
++++ configure 2006-12-17 18:35:24 +0100
|
|
|
+@@ -3944,9 +3944,6 @@
|
|
|
+
|
|
|
+ fi
|
|
|
+
|
|
|
+-if test "$ac_cv_c_compiler_gnu" = yes; then
|
|
|
+- CFLAGS="-Wall -W ${CFLAGS}"
|
|
|
+-fi
|
|
|
+
|
|
|
+
|
|
|
+ # Check whether --with-purecov or --without-purecov was given.
|
|
|
+@@ -5125,7 +5122,7 @@
|
|
|
fi
|
|
|
|
|
|
saved_LIBS=$LIBS
|
|
|
@@ -10,7 +20,7 @@ Index: configure
|
|
|
do
|
|
|
LIBS="$saved_LIBS -l$dbname"
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
-@@ -5205,6 +5205,54 @@
|
|
|
+@@ -5205,6 +5202,54 @@
|
|
|
fi
|
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
|
fi
|
|
|
@@ -65,7 +75,7 @@ Index: configure
|
|
|
LIBS=$saved_LIBS
|
|
|
|
|
|
LDFLAGS=$BDB_SAVE_LDFLAGS
|
|
|
-@@ -5882,7 +5930,7 @@
|
|
|
+@@ -5882,7 +5927,7 @@
|
|
|
fi
|
|
|
|
|
|
saved_LIBS=$LIBS
|
|
|
@@ -74,7 +84,7 @@ Index: configure
|
|
|
do
|
|
|
LIBS="$saved_LIBS -l$dbname"
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
-@@ -5962,6 +6010,54 @@
|
|
|
+@@ -5962,6 +6007,54 @@
|
|
|
fi
|
|
|
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
|
fi
|
|
|
@@ -130,8 +140,8 @@ Index: configure
|
|
|
|
|
|
LDFLAGS=$BDB_SAVE_LDFLAGS
|
|
|
Index: lib/saslint.h
|
|
|
---- lib/saslint.h.orig 2006-04-18 22:25:45.000000000 +0200
|
|
|
-+++ lib/saslint.h 2006-09-20 07:42:24.019997273 +0200
|
|
|
+--- lib/saslint.h.orig 2006-04-18 22:25:45 +0200
|
|
|
++++ lib/saslint.h 2006-12-17 18:35:12 +0100
|
|
|
@@ -109,8 +109,6 @@
|
|
|
const char *appname;
|
|
|
} sasl_global_callbacks_t;
|
|
|
@@ -142,8 +152,8 @@ Index: lib/saslint.h
|
|
|
{
|
|
|
sasl_ssf_t ssf;
|
|
|
Index: lib/server.c
|
|
|
---- lib/server.c.orig 2006-05-17 18:46:13.000000000 +0200
|
|
|
-+++ lib/server.c 2006-09-20 07:42:24.020844262 +0200
|
|
|
+--- lib/server.c.orig 2006-05-17 18:46:13 +0200
|
|
|
++++ lib/server.c 2006-12-17 18:35:12 +0100
|
|
|
@@ -95,7 +95,7 @@
|
|
|
|
|
|
static mech_list_t *mechlist = NULL; /* global var which holds the list */
|
|
|
@@ -173,8 +183,8 @@ Index: lib/server.c
|
|
|
next = path_to_config;
|
|
|
|
|
|
Index: sample/client.c
|
|
|
---- sample/client.c.orig 2004-03-09 18:35:32.000000000 +0100
|
|
|
-+++ sample/client.c 2006-09-20 07:42:24.022328546 +0200
|
|
|
+--- sample/client.c.orig 2004-03-09 18:35:32 +0100
|
|
|
++++ sample/client.c 2006-12-17 18:35:12 +0100
|
|
|
@@ -133,13 +133,11 @@
|
|
|
return SASL_OK;
|
|
|
}
|
|
|
@@ -200,8 +210,8 @@ Index: sample/client.c
|
|
|
return SASL_FAIL;
|
|
|
|
|
|
Index: sample/sample-client.c
|
|
|
---- sample/sample-client.c.orig 2004-10-26 13:14:33.000000000 +0200
|
|
|
-+++ sample/sample-client.c 2006-09-20 07:42:24.022722474 +0200
|
|
|
+--- sample/sample-client.c.orig 2004-10-26 13:14:33 +0200
|
|
|
++++ sample/sample-client.c 2006-12-17 18:35:12 +0100
|
|
|
@@ -244,13 +244,11 @@
|
|
|
return SASL_OK;
|
|
|
}
|
|
|
@@ -227,8 +237,8 @@ Index: sample/sample-client.c
|
|
|
return SASL_FAIL;
|
|
|
|
|
|
Index: saslauthd/Makefile.in
|
|
|
---- saslauthd/Makefile.in.orig 2006-05-18 21:30:21.000000000 +0200
|
|
|
-+++ saslauthd/Makefile.in 2006-09-20 07:42:24.021263412 +0200
|
|
|
+--- saslauthd/Makefile.in.orig 2006-05-18 21:30:21 +0200
|
|
|
++++ saslauthd/Makefile.in 2006-12-17 18:35:12 +0100
|
|
|
@@ -150,11 +150,11 @@
|
|
|
saslauthd_DEPENDENCIES = saslauthd-main.o @LTLIBOBJS@
|
|
|
saslauthd_LDADD = @SASL_KRB_LIB@ \
|
|
|
@@ -244,8 +254,8 @@ Index: saslauthd/Makefile.in
|
|
|
saslcache_SOURCES = saslcache.c
|
|
|
|
|
|
Index: saslauthd/lak.c
|
|
|
---- saslauthd/lak.c.orig 2005-05-15 07:49:51.000000000 +0200
|
|
|
-+++ saslauthd/lak.c 2006-09-20 07:42:24.022012854 +0200
|
|
|
+--- saslauthd/lak.c.orig 2005-05-15 07:49:51 +0200
|
|
|
++++ saslauthd/lak.c 2006-12-17 18:35:12 +0100
|
|
|
@@ -47,6 +47,7 @@
|
|
|
#include <crypt.h>
|
|
|
#endif
|