Commit 6d0cedd1 6d0cedd187ded1c0098f3852eeddb847c4a0b1fa by Sergey Poznyakoff

Update

1 parent fef074ea
Showing 1 changed file with 19 additions and 0 deletions
1 2008-01-05 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * include/mailutils/server.h (mu_m_server_prefork_fp): New
4 function type.
5 (mu_m_server_destroy, mu_m_server_set_prefork)
6 (mu_m_server_configured_count, mu_m_server_end): New functions.
7 * mailbox/msrv.c (struct _mu_m_server.prefork): New member.
8 (mu_m_server_set_prefork): New function.
9 (m_srv_conn): Use prefork to decide whether to proceed with a
10 connection.
11
12 * lib/tcpwrap.c, lib/tcpwrap.h (mu_tcp_wrapper_prefork): New
13 function.
14
15 * imap4d/imap4d.c, maidag/lmtp.c, maidag/maidag.c,
16 pop3d/pop3d.c: Use m-server prefork to handle TCP wrappers.
17
18 * po/POTFILES.in: Add more files.
19
1 2008-01-04 Sergey Poznyakoff <gray@gnu.org.ua> 20 2008-01-04 Sergey Poznyakoff <gray@gnu.org.ua>
2 21
3 * TODO, NEWS: Update. 22 * TODO, NEWS: Update.
......