[dovecot-cvs] dovecot/src/master auth-process.c,1.71,1.72
cras at dovecot.org
cras at dovecot.org
Sun Jan 9 02:49:21 EET 2005
- Previous message: [dovecot-cvs] dovecot/src/pop3-login client.c,1.38,1.39
- Next message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.42,
1.43 auth-client-connection.c, 1.32,
1.33 auth-client-connection.h, 1.8,
1.9 auth-master-connection.c, 1.24,
1.25 auth-master-connection.h, 1.7, 1.8 auth-request-handler.c,
NONE, 1.1 auth-request-handler.h, NONE, 1.1 auth-request.c,
1.6, 1.7 auth-request.h, 1.6, 1.7 main.c, 1.36,
1.37 mech-apop.c, 1.14, 1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv27365/master
Modified Files:
auth-process.c
Log Message:
Moving code around.
Index: auth-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- auth-process.c 20 Dec 2004 16:01:01 -0000 1.71
+++ auth-process.c 9 Jan 2005 00:49:19 -0000 1.72
@@ -473,7 +473,7 @@
0, 0, NULL);
/* set other environment */
- env_put(t_strconcat("AUTH_PROCESS=", dec2str(getpid()), NULL));
+ env_put("DOVECOT_MASTER=1");
env_put(t_strconcat("MECHANISMS=", group->set->mechanisms, NULL));
env_put(t_strconcat("REALMS=", group->set->realms, NULL));
env_put(t_strconcat("DEFAULT_REALM=", group->set->default_realm, NULL));
- Previous message: [dovecot-cvs] dovecot/src/pop3-login client.c,1.38,1.39
- Next message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.42,
1.43 auth-client-connection.c, 1.32,
1.33 auth-client-connection.h, 1.8,
1.9 auth-master-connection.c, 1.24,
1.25 auth-master-connection.h, 1.7, 1.8 auth-request-handler.c,
NONE, 1.1 auth-request-handler.h, NONE, 1.1 auth-request.c,
1.6, 1.7 auth-request.h, 1.6, 1.7 main.c, 1.36,
1.37 mech-apop.c, 1.14, 1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list