The unified diff between revisions [297a2b60..] and [7403c6fd..] is displayed below. It can also be downloaded as a raw diff.

#
#
# patch "debian/changelog"
#  from [1ad2c80d92bb70942ab477c6091d957107ac1f52]
#    to [e211468167e6fe1e3b06d9fee2f6ad08e84a48f5]
#
# patch "options.h"
#  from [5113f65f212d4afcceffb031fe0c52fed954a486]
#    to [582a50c5552632be3c6cb63dab088be1c530eb4a]
#
============================================================
--- debian/changelog	1ad2c80d92bb70942ab477c6091d957107ac1f52
+++ debian/changelog	e211468167e6fe1e3b06d9fee2f6ad08e84a48f5
@@ -1,3 +1,9 @@
+dropbear (0.45-dispensable1) unstable; urgency=low
+
+  * Turned PAM on.
+
+ -- Matt Johnston <matt@ucc.asn.au>  Fri, 15 Apr 2005 18:00:88 +0800
+
 dropbear (0.45-2) unstable; urgency=low

   * Matt Johnston:
============================================================
--- options.h	5113f65f212d4afcceffb031fe0c52fed954a486
+++ options.h	582a50c5552632be3c6cb63dab088be1c530eb4a
@@ -117,8 +117,8 @@ etc) slower (perhaps by 50%). Recommende
  * but there's an interface via a PAM module - don't bother using it otherwise.
  * You can't enable both PASSWORD and PAM. */

-#define ENABLE_SVR_PASSWORD_AUTH
-/*#define ENABLE_SVR_PAM_AUTH*/
+/*#define ENABLE_SVR_PASSWORD_AUTH*/
+#define ENABLE_SVR_PAM_AUTH
 #define ENABLE_SVR_PUBKEY_AUTH

 #define ENABLE_CLI_PASSWORD_AUTH