|
|
|
@ -1,6 +1,6 @@ |
|
|
|
Index: mod_otp/mod_otp.c
|
|
|
|
Index: mod_otp/mod_otp.c
|
|
|
|
--- mod_otp/mod_otp.c.orig 2006-12-06 17:13:06 +0100
|
|
|
|
--- mod_otp/mod_otp.c.orig 2006-12-06 17:13:06 +0100
|
|
|
|
+++ mod_otp/mod_otp.c 2007-10-06 09:52:27 +0200
|
|
|
|
+++ mod_otp/mod_otp.c 2008-09-06 09:58:58 +0200
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
|
CHECK_CONF(cmd, CONF_ROOT|CONF_VIRTUAL|CONF_GLOBAL);
|
|
|
|
CHECK_CONF(cmd, CONF_ROOT|CONF_VIRTUAL|CONF_GLOBAL);
|
|
|
|
|
|
|
|
|
|
|
|
@ -21,7 +21,7 @@ Index: mod_otp/mod_otp.c |
|
|
|
}
|
|
|
|
}
|
|
|
|
Index: mod_time/mod_time.c
|
|
|
|
Index: mod_time/mod_time.c
|
|
|
|
--- mod_time/mod_time.c.orig 2004-05-12 20:57:06 +0200
|
|
|
|
--- mod_time/mod_time.c.orig 2004-05-12 20:57:06 +0200
|
|
|
|
+++ mod_time/mod_time.c 2007-10-06 09:52:27 +0200
|
|
|
|
+++ mod_time/mod_time.c 2008-09-06 09:59:29 +0200
|
|
|
|
@@ -146,7 +146,7 @@
|
|
|
|
@@ -146,7 +146,7 @@
|
|
|
|
/* If we don't have a password file, we create an empty array and punt.
|
|
|
|
/* If we don't have a password file, we create an empty array and punt.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ -78,45 +78,12 @@ Index: mod_time/mod_time.c |
|
|
|
return NULL;
|
|
|
|
return NULL;
|
|
|
|
|
|
|
|
|
|
|
|
time_user = pstrdup(session.pool, pw->pw_name);
|
|
|
|
time_user = pstrdup(session.pool, pw->pw_name);
|
|
|
|
Index: modules/mod_auth_unix.c
|
|
|
|
@@ -1603,7 +1603,7 @@
|
|
|
|
--- modules/mod_auth_unix.c.orig 2006-06-29 19:16:23 +0200
|
|
|
|
"%R", (session.c && session.c->remote_name ? session.c->remote_name : "(unknown)"),
|
|
|
|
+++ modules/mod_auth_unix.c 2007-10-06 09:52:27 +0200
|
|
|
|
"%L", main_server->ServerFQDN,
|
|
|
|
@@ -243,7 +243,7 @@
|
|
|
|
"%U", user,
|
|
|
|
return gr;
|
|
|
|
- "%u", session.ident_user,
|
|
|
|
}
|
|
|
|
+ "%u", session.user,
|
|
|
|
|
|
|
|
"%M", mesg_max,
|
|
|
|
-inline static int _compare_uid(idmap_t *m1, idmap_t *m2) {
|
|
|
|
"%N", mesg_cur,
|
|
|
|
+static int _compare_uid(idmap_t *m1, idmap_t *m2) {
|
|
|
|
"%E", main_server->ServerAdmin,
|
|
|
|
if (m1->id.uid < m2->id.uid)
|
|
|
|
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -253,7 +253,7 @@
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-inline static int _compare_gid(idmap_t *m1, idmap_t *m2) {
|
|
|
|
|
|
|
|
+static int _compare_gid(idmap_t *m1, idmap_t *m2) {
|
|
|
|
|
|
|
|
if (m1->id.gid < m2->id.gid)
|
|
|
|
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -263,7 +263,7 @@
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-inline static int _compare_id(xaset_t **table, idauth_t id, idauth_t idcomp) {
|
|
|
|
|
|
|
|
+static int _compare_id(xaset_t **table, idauth_t id, idauth_t idcomp) {
|
|
|
|
|
|
|
|
if (table == uid_table)
|
|
|
|
|
|
|
|
return id.uid == idcomp.uid;
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
Index: configure
|
|
|
|
|
|
|
|
--- configure.orig 2007-10-11 12:22:28.000000000 +0000
|
|
|
|
|
|
|
|
+++ configure 2007-10-11 13:01:52.000000000 +0000
|
|
|
|
|
|
|
|
@@ -19236,7 +19236,7 @@
|
|
|
|
|
|
|
|
if test "${with_getopt+set}" = set; then
|
|
|
|
|
|
|
|
withval="$with_getopt"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- if test "$withval" != "no" ; then
|
|
|
|
|
|
|
|
+ if test "$withval" = "no" ; then
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ac_func in getopt
|
|
|
|
|
|
|
|
do
|
|
|
|
|
|
|
|
|