[dovecot-cvs] dovecot/src/auth auth-request.c,1.35,1.36
cras at dovecot.org
cras at dovecot.org
Wed Oct 19 16:43:40 EEST 2005
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.47,
1.48 userdb-passdb.c, 1.9, NONE userdb-prefetch.c, NONE,
1.1 userdb.c, 1.22, 1.23
- Next message: [dovecot-cvs] dovecot/src/auth auth-request.c, 1.36,
1.37 auth-request.h, 1.19, 1.20 auth-worker-client.c, 1.17,
1.18 passdb-ldap.c, 1.34, 1.35 passdb-sql.c, 1.22, 1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv16435
Modified Files:
auth-request.c
Log Message:
nologin/proxy are now always in boolean format, ie. without any "=Y".
Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- auth-request.c 16 Oct 2005 14:34:39 -0000 1.35
+++ auth-request.c 19 Oct 2005 13:43:38 -0000 1.36
@@ -550,10 +550,12 @@
/* user can't actually login - don't keep this
reply for master */
request->no_login = TRUE;
+ value = NULL;
} else if (strcmp(name, "proxy") == 0) {
/* we're proxying authentication for this user. send
password back if using plaintext authentication. */
request->proxy = TRUE;
+ value = NULL;
}
if (request->extra_fields == NULL)
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.47,
1.48 userdb-passdb.c, 1.9, NONE userdb-prefetch.c, NONE,
1.1 userdb.c, 1.22, 1.23
- Next message: [dovecot-cvs] dovecot/src/auth auth-request.c, 1.36,
1.37 auth-request.h, 1.19, 1.20 auth-worker-client.c, 1.17,
1.18 passdb-ldap.c, 1.34, 1.35 passdb-sql.c, 1.22, 1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list