]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
15 years agoMakefiles: Use nodist_*_SOURCES to exclude generated .c files from dist.
Timo Sirainen [Sat, 6 Feb 2010 18:03:07 +0000 (20:03 +0200)] 
Makefiles: Use nodist_*_SOURCES to exclude generated .c files from dist.

--HG--
branch : HEAD

15 years agoAdded support for tcpwrappers and potentially other login access checks.
Timo Sirainen [Sat, 6 Feb 2010 17:46:40 +0000 (19:46 +0200)] 
Added support for tcpwrappers and potentially other login access checks.

--HG--
branch : HEAD

15 years agoplugins: Use DOVECOT_VERSION instead of PACKAGE_VERSION.
Timo Sirainen [Sat, 6 Feb 2010 15:31:14 +0000 (17:31 +0200)] 
plugins: Use DOVECOT_VERSION instead of PACKAGE_VERSION.

--HG--
branch : HEAD

15 years agoconfig.h: Added DOVECOT_* macros for PACKAGE_* macros.
Timo Sirainen [Sat, 6 Feb 2010 15:29:58 +0000 (17:29 +0200)] 
config.h: Added DOVECOT_* macros for PACKAGE_* macros.

--HG--
branch : HEAD

15 years agomodule-context.h: Include required array.h internally.
Timo Sirainen [Sat, 6 Feb 2010 14:58:07 +0000 (16:58 +0200)] 
module-context.h: Include required array.h internally.

--HG--
branch : HEAD

15 years agolib-storage: Use mailbox_status() to get number of messages in search code.
Timo Sirainen [Fri, 5 Feb 2010 23:58:33 +0000 (01:58 +0200)] 
lib-storage: Use mailbox_status() to get number of messages in search code.
This doesn't really change anything, except makes it possible for plugins to
hide some messages.

--HG--
branch : HEAD

15 years agozlib plugin: Added support for compressing Maildir mails while saving.
Timo Sirainen [Fri, 5 Feb 2010 23:07:44 +0000 (01:07 +0200)] 
zlib plugin: Added support for compressing Maildir mails while saving.

--HG--
branch : HEAD

15 years agoostream: Added default failure handling if write_at() isn't implemented.
Timo Sirainen [Fri, 5 Feb 2010 23:06:47 +0000 (01:06 +0200)] 
ostream: Added default failure handling if write_at() isn't implemented.

--HG--
branch : HEAD

15 years agolib-index: Changed strmap's crc32 field to be backwards compatible.
Timo Sirainen [Fri, 5 Feb 2010 22:38:04 +0000 (00:38 +0200)] 
lib-index: Changed strmap's crc32 field to be backwards compatible.

--HG--
branch : HEAD

15 years agocrc32*() didn't return a standard CRC32 value.
Timo Sirainen [Fri, 5 Feb 2010 22:36:11 +0000 (00:36 +0200)] 
crc32*() didn't return a standard CRC32 value.

--HG--
branch : HEAD

15 years agoCompiler warning fix.
Timo Sirainen [Fri, 5 Feb 2010 20:59:04 +0000 (22:59 +0200)] 
Compiler warning fix.

--HG--
branch : HEAD

15 years agolib-dict: Added dict_[un]escape_string().
Timo Sirainen [Fri, 5 Feb 2010 17:23:42 +0000 (19:23 +0200)] 
lib-dict: Added dict_[un]escape_string().

--HG--
branch : HEAD

15 years agoimap search args: Allocate uidset from correct memory pool.
Timo Sirainen [Fri, 5 Feb 2010 16:04:16 +0000 (18:04 +0200)] 
imap search args: Allocate uidset from correct memory pool.
Shouldn't have caused any bugs, but this is the intended way.

--HG--
branch : HEAD

15 years agomdbox: Purging now also moves mails to alt storage (if it's used).
Timo Sirainen [Tue, 2 Feb 2010 21:49:32 +0000 (23:49 +0200)] 
mdbox: Purging now also moves mails to alt storage (if it's used).
mdbox_altmove setting specifies how old files should be moved.

--HG--
branch : HEAD

15 years agoDon't ignore :ALT=path in mail_location.
Timo Sirainen [Tue, 2 Feb 2010 21:24:52 +0000 (23:24 +0200)] 
Don't ignore :ALT=path in mail_location.

--HG--
branch : HEAD

15 years agomdbox: Removed quite pointless mdbox_purge_min_percentage setting.
Timo Sirainen [Tue, 2 Feb 2010 20:23:46 +0000 (22:23 +0200)] 
mdbox: Removed quite pointless mdbox_purge_min_percentage setting.

--HG--
branch : HEAD

15 years agomdbox: Removed unused mdbox_rotate_min_size setting.
Timo Sirainen [Tue, 2 Feb 2010 20:21:29 +0000 (22:21 +0200)] 
mdbox: Removed unused mdbox_rotate_min_size setting.

--HG--
branch : HEAD

15 years agomdbox: Removed forced automatic purging for now. It was too ineffecient.
Timo Sirainen [Tue, 2 Feb 2010 20:19:35 +0000 (22:19 +0200)] 
mdbox: Removed forced automatic purging for now. It was too ineffecient.

--HG--
branch : HEAD

15 years agomdbox_rotate_days changed to mdbox_rotate_interval, supporting one second resolution.
Timo Sirainen [Tue, 2 Feb 2010 17:03:06 +0000 (19:03 +0200)] 
mdbox_rotate_days changed to mdbox_rotate_interval, supporting one second resolution.

--HG--
branch : HEAD

15 years agoexpire-tool: Change config module so we'll actually read all necessary settings.
Timo Sirainen [Tue, 2 Feb 2010 13:20:36 +0000 (15:20 +0200)] 
expire-tool: Change config module so we'll actually read all necessary settings.

--HG--
branch : HEAD

15 years agoexpire-tool: Check and log an error if dict iteration fails.
Timo Sirainen [Tue, 2 Feb 2010 13:20:04 +0000 (15:20 +0200)] 
expire-tool: Check and log an error if dict iteration fails.

--HG--
branch : HEAD

15 years agodict proxy: Iteration failure wasn't passed to dict client.
Timo Sirainen [Tue, 2 Feb 2010 13:18:25 +0000 (15:18 +0200)] 
dict proxy: Iteration failure wasn't passed to dict client.

--HG--
branch : HEAD

15 years agologin: Now properly disable SSLv2 support.
Timo Sirainen [Tue, 2 Feb 2010 13:00:15 +0000 (15:00 +0200)] 
login: Now properly disable SSLv2 support.

--HG--
branch : HEAD

15 years agologin: Use SSLv23_server_method() after all.
Timo Sirainen [Tue, 2 Feb 2010 12:16:50 +0000 (14:16 +0200)] 
login: Use SSLv23_server_method() after all.
It appears to be the only method that supports both SSLv3 and TLSv1
connections, without breaking the other one.

--HG--
branch : HEAD

15 years agonotify plugin: Require plugin to be same version as Dovecot.
Timo Sirainen [Mon, 1 Feb 2010 18:03:58 +0000 (20:03 +0200)] 
notify plugin: Require plugin to be same version as Dovecot.

--HG--
branch : HEAD

15 years agonotify plugin: Install headers if --enable-header-install is used.
Timo Sirainen [Mon, 1 Feb 2010 18:02:53 +0000 (20:02 +0200)] 
notify plugin: Install headers if --enable-header-install is used.
Patch by Mark Washenberger.

--HG--
branch : HEAD

15 years agodovecot-config: Avoid using $(pkglibexecdir), it doesn't work with old automakes.
Timo Sirainen [Mon, 1 Feb 2010 15:41:51 +0000 (17:41 +0200)] 
dovecot-config: Avoid using $(pkglibexecdir), it doesn't work with old automakes.

--HG--
branch : HEAD

15 years agoAdded signature for changeset 357995a6c270
Timo Sirainen [Sun, 31 Jan 2010 18:30:06 +0000 (20:30 +0200)] 
Added signature for changeset 357995a6c270

--HG--
branch : HEAD

15 years agoAdded tag 2.0.beta2 for changeset 357995a6c270
Timo Sirainen [Sun, 31 Jan 2010 18:30:03 +0000 (20:30 +0200)] 
Added tag 2.0.beta2 for changeset 357995a6c270

--HG--
branch : HEAD

15 years agoReleased v2.0.beta2. 2.0.beta2
Timo Sirainen [Sun, 31 Jan 2010 18:30:03 +0000 (20:30 +0200)] 
Released v2.0.beta2.

--HG--
branch : HEAD

15 years agomail_index_update_flags_range(): Fixed merging last update.
Timo Sirainen [Sun, 31 Jan 2010 18:29:25 +0000 (20:29 +0200)] 
mail_index_update_flags_range(): Fixed merging last update.

--HG--
branch : HEAD

15 years agodovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.
Timo Sirainen [Sun, 31 Jan 2010 17:15:39 +0000 (19:15 +0200)] 
dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.

--HG--
branch : HEAD

15 years agologin: Proxying supports now doing DNS lookups for host names.
Timo Sirainen [Sun, 31 Jan 2010 17:11:21 +0000 (19:11 +0200)] 
login: Proxying supports now doing DNS lookups for host names.

--HG--
branch : HEAD

15 years agoAdded dns-client service and library for doing async dns lookups.
Timo Sirainen [Sun, 31 Jan 2010 17:10:38 +0000 (19:10 +0200)] 
Added dns-client service and library for doing async dns lookups.

--HG--
branch : HEAD

15 years agoAdded CONTEXT_CALLBACK2() helper macro.
Timo Sirainen [Sun, 31 Jan 2010 17:09:44 +0000 (19:09 +0200)] 
Added CONTEXT_CALLBACK2() helper macro.

--HG--
branch : HEAD

15 years agodovecot-config: Don't rely on installed .la files.
Timo Sirainen [Sun, 31 Jan 2010 15:57:13 +0000 (17:57 +0200)] 
dovecot-config: Don't rely on installed .la files.

--HG--
branch : HEAD

15 years agologin: Proxy code API cleanup.
Timo Sirainen [Sun, 31 Jan 2010 14:13:07 +0000 (16:13 +0200)] 
login: Proxy code API cleanup.

--HG--
branch : HEAD

15 years agomaster: Removed non-existing -cb parameter description from --help.
Timo Sirainen [Sun, 31 Jan 2010 13:36:26 +0000 (15:36 +0200)] 
master: Removed non-existing -cb parameter description from --help.

--HG--
branch : HEAD

15 years agoChanged dovecot-config file to contain useful content.
Timo Sirainen [Sun, 31 Jan 2010 13:22:59 +0000 (15:22 +0200)] 
Changed dovecot-config file to contain useful content.

--HG--
branch : HEAD

15 years agologin: Completely drop support for SSLv2.
Timo Sirainen [Sun, 31 Jan 2010 12:04:59 +0000 (14:04 +0200)] 
login: Completely drop support for SSLv2.

--HG--
branch : HEAD

15 years agodsync: Small optimization.
Timo Sirainen [Fri, 29 Jan 2010 16:06:13 +0000 (18:06 +0200)] 
dsync: Small optimization.

--HG--
branch : HEAD

15 years agodsync: Message list wasn't sorted properly, which caused sync to be incomplete.
Timo Sirainen [Fri, 29 Jan 2010 16:05:32 +0000 (18:05 +0200)] 
dsync: Message list wasn't sorted properly, which caused sync to be incomplete.

--HG--
branch : HEAD

15 years agolib-master: When standalone binary reads config from config socket, ignore environment.
Timo Sirainen [Fri, 29 Jan 2010 15:15:36 +0000 (17:15 +0200)] 
lib-master: When standalone binary reads config from config socket, ignore environment.

--HG--
branch : HEAD

15 years agombox: Fixed assert-crash after sometimes creating pseudo mail.
Timo Sirainen [Fri, 29 Jan 2010 14:42:02 +0000 (16:42 +0200)] 
mbox: Fixed assert-crash after sometimes creating pseudo mail.

--HG--
branch : HEAD

15 years agolib-settings: Treat blocks with empty names as unique names, instead of merging them.
Timo Sirainen [Fri, 29 Jan 2010 08:10:07 +0000 (10:10 +0200)] 
lib-settings: Treat blocks with empty names as unique names, instead of merging them.

--HG--
branch : HEAD

15 years agoconfig: Added support for protocol !name {}
Timo Sirainen [Thu, 28 Jan 2010 21:14:52 +0000 (23:14 +0200)] 
config: Added support for protocol !name {}

--HG--
branch : HEAD

15 years agolmtp: Switch back to running as root after deliver a mail.
Timo Sirainen [Thu, 28 Jan 2010 21:08:32 +0000 (23:08 +0200)] 
lmtp: Switch back to running as root after deliver a mail.

--HG--
branch : HEAD

15 years agoNamespaces can now have names. This could make some types of configuration cleaner.
Timo Sirainen [Thu, 28 Jan 2010 20:39:45 +0000 (22:39 +0200)] 
Namespaces can now have names. This could make some types of configuration cleaner.

--HG--
branch : HEAD

15 years agoconfigure: Another try at fixing Berkeley DB check to not give an error.
Timo Sirainen [Thu, 28 Jan 2010 20:18:05 +0000 (22:18 +0200)] 
configure: Another try at fixing Berkeley DB check to not give an error.

--HG--
branch : HEAD

15 years agomaster: inet_listener {port=0} and unix/fifo_listener {mode=0} now disables it.
Timo Sirainen [Thu, 28 Jan 2010 20:04:44 +0000 (22:04 +0200)] 
master: inet_listener {port=0} and unix/fifo_listener {mode=0} now disables it.

--HG--
branch : HEAD

15 years agoconfigure: Fixed Berkeley DB check to not give an error.
Timo Sirainen [Thu, 28 Jan 2010 19:50:06 +0000 (21:50 +0200)] 
configure: Fixed Berkeley DB check to not give an error.

--HG--
branch : HEAD

15 years agolib-master: Fixed using post-login scripts.
Timo Sirainen [Thu, 28 Jan 2010 19:48:54 +0000 (21:48 +0200)] 
lib-master: Fixed using post-login scripts.

--HG--
branch : HEAD

15 years agoexample-config: Fixed example auth.conf.
Timo Sirainen [Thu, 28 Jan 2010 16:23:22 +0000 (18:23 +0200)] 
example-config: Fixed example auth.conf.

--HG--
branch : HEAD

15 years agoAdded default inet_listeners for imap/pop3-login.
Timo Sirainen [Wed, 27 Jan 2010 22:40:38 +0000 (00:40 +0200)] 
Added default inet_listeners for imap/pop3-login.

--HG--
branch : HEAD

15 years agodoveconf: Don't add extra space to "block {" for unique blocks.
Timo Sirainen [Wed, 27 Jan 2010 22:35:11 +0000 (00:35 +0200)] 
doveconf: Don't add extra space to "block  {" for unique blocks.

--HG--
branch : HEAD

15 years agoIncreased initial memory pool size.
Timo Sirainen [Wed, 27 Jan 2010 21:44:35 +0000 (23:44 +0200)] 
Increased initial memory pool size.

--HG--
branch : HEAD

15 years agolib-settings: Initialize block{}s, even if they don't have anything inside.
Timo Sirainen [Wed, 27 Jan 2010 21:40:50 +0000 (23:40 +0200)] 
lib-settings: Initialize block{}s, even if they don't have anything inside.
For example if there's an empty userdb {}, it should give an error instead
of being silently ignored.

--HG--
branch : HEAD

15 years agolib-master: When executing standalone, try first to read config from global socket.
Timo Sirainen [Wed, 27 Jan 2010 21:20:05 +0000 (23:20 +0200)] 
lib-master: When executing standalone, try first to read config from global socket.

--HG--
branch : HEAD

15 years agomail cache: Avoid infinite loops.
Timo Sirainen [Wed, 27 Jan 2010 20:44:13 +0000 (22:44 +0200)] 
mail cache: Avoid infinite loops.

--HG--
branch : HEAD

15 years agoauth master lookups: If request isn't found, return FAIL instead of NOTFOUND.
Timo Sirainen [Wed, 27 Jan 2010 19:29:19 +0000 (21:29 +0200)] 
auth master lookups: If request isn't found, return FAIL instead of NOTFOUND.

--HG--
branch : HEAD

15 years agolib-master: Don't leak post-login connections.
Timo Sirainen [Wed, 27 Jan 2010 19:25:44 +0000 (21:25 +0200)] 
lib-master: Don't leak post-login connections.

--HG--
branch : HEAD

15 years agoauth: Fixed "userdb is missing driver" error.
Timo Sirainen [Wed, 27 Jan 2010 16:49:46 +0000 (18:49 +0200)] 
auth: Fixed "userdb is missing driver" error.

--HG--
branch : HEAD

15 years agohostname setting now defaults to fqdn. postmaster_address defaults to postmaster...
Timo Sirainen [Tue, 26 Jan 2010 16:52:06 +0000 (18:52 +0200)] 
hostname setting now defaults to fqdn. postmaster_address defaults to postmaster@<hostname setting>.

--HG--
branch : HEAD

15 years agoAdded auth_verbose_passwords = no|plain|sha1.
Timo Sirainen [Tue, 26 Jan 2010 11:40:01 +0000 (13:40 +0200)] 
Added auth_verbose_passwords = no|plain|sha1.

--HG--
branch : HEAD

15 years agoacl: Don't give admin rights to all owner mailboxes.
Timo Sirainen [Mon, 25 Jan 2010 18:40:25 +0000 (20:40 +0200)] 
acl: Don't give admin rights to all owner mailboxes.
The SETACL IMAP command should already prevent this. If this situation is
created by modifying dovecot-acl file manually, it's probably intentional.

--HG--
branch : HEAD

15 years agoMakefile: Updated dict-drivers-register.c to depend on config.h
Timo Sirainen [Mon, 25 Jan 2010 18:24:54 +0000 (20:24 +0200)] 
Makefile: Updated dict-drivers-register.c to depend on config.h

--HG--
branch : HEAD

15 years agoUpdated copyright notices to include year 2010.
Timo Sirainen [Sun, 24 Jan 2010 23:19:08 +0000 (01:19 +0200)] 
Updated copyright notices to include year 2010.

--HG--
branch : HEAD

15 years agoDisabled Berkeley DB support until someone fixes it.
Timo Sirainen [Sun, 24 Jan 2010 23:08:12 +0000 (01:08 +0200)] 
Disabled Berkeley DB support until someone fixes it.

--HG--
branch : HEAD

15 years ago--with-lucene was actually enabling solr.
Timo Sirainen [Sun, 24 Jan 2010 23:03:42 +0000 (01:03 +0200)] 
--with-lucene was actually enabling solr.

--HG--
branch : HEAD

15 years agoRemoved my_strptime().
Timo Sirainen [Sun, 24 Jan 2010 23:02:27 +0000 (01:02 +0200)] 
Removed my_strptime().
It was just causing problems and wasn't used anywhere after all.

--HG--
branch : HEAD

15 years agoauth: Don't use section names for passdb/userdb driver names.
Timo Sirainen [Sun, 24 Jan 2010 22:59:34 +0000 (00:59 +0200)] 
auth: Don't use section names for passdb/userdb driver names.
When using section names, it wasn't possible to use the same driver more
than once without an error.

--HG--
branch : HEAD

15 years agodoveconf: If config parsing fails, don't crash.
Timo Sirainen [Sun, 24 Jan 2010 22:38:22 +0000 (00:38 +0200)] 
doveconf: If config parsing fails, don't crash.

--HG--
branch : HEAD

15 years agoauth: passdb { pass and master } settings weren't working.
Timo Sirainen [Sun, 24 Jan 2010 22:25:07 +0000 (00:25 +0200)] 
auth: passdb { pass and master } settings weren't working.

--HG--
branch : HEAD

15 years agoexample-config: s/process_count/process_limit/
Timo Sirainen [Sun, 24 Jan 2010 22:21:47 +0000 (00:21 +0200)] 
example-config: s/process_count/process_limit/

--HG--
branch : HEAD

15 years agopasswd-file: Give a better error message if args (path) is empty.
Timo Sirainen [Sun, 24 Jan 2010 20:58:45 +0000 (22:58 +0200)] 
passwd-file: Give a better error message if args (path) is empty.

--HG--
branch : HEAD

15 years agolib-master: Try for 0.5 secs to connect to master-auth socket.
Timo Sirainen [Sat, 23 Jan 2010 10:40:22 +0000 (12:40 +0200)] 
lib-master: Try for 0.5 secs to connect to master-auth socket.

--HG--
branch : HEAD

15 years agodoveconf: Log a warning if Dovecot was last started using a different config file.
Timo Sirainen [Sat, 23 Jan 2010 10:37:35 +0000 (12:37 +0200)] 
doveconf: Log a warning if Dovecot was last started using a different config file.

--HG--
branch : HEAD

15 years agoAdded t_readlink().
Timo Sirainen [Sat, 23 Jan 2010 10:37:14 +0000 (12:37 +0200)] 
Added t_readlink().

--HG--
branch : HEAD

15 years agodoveconf: Fix to previous change.
Timo Sirainen [Fri, 22 Jan 2010 16:19:41 +0000 (18:19 +0200)] 
doveconf: Fix to previous change.

--HG--
branch : HEAD

15 years agodoveconf: Dump config to stdout even when there are errors, just show them afterwards.
Timo Sirainen [Fri, 22 Jan 2010 16:14:31 +0000 (18:14 +0200)] 
doveconf: Dump config to stdout even when there are errors, just show them afterwards.

--HG--
branch : HEAD

15 years agomaster: Fail if service's executable is empty.
Timo Sirainen [Fri, 22 Jan 2010 15:46:54 +0000 (17:46 +0200)] 
master: Fail if service's executable is empty.

--HG--
branch : HEAD

15 years agoAdded LIST-STATUS to CAPABILITY list.
Timo Sirainen [Fri, 22 Jan 2010 15:06:57 +0000 (17:06 +0200)] 
Added LIST-STATUS to CAPABILITY list.

--HG--
branch : HEAD

15 years agomaildir: dropping expunged uidlist records didn't update hash table.
Timo Sirainen [Wed, 20 Jan 2010 09:43:49 +0000 (11:43 +0200)] 
maildir: dropping expunged uidlist records didn't update hash table.

--HG--
branch : HEAD

15 years agomaildir + pop3_lock_session: Don't crash when opening mailbox causes uidlist rewrite.
Timo Sirainen [Wed, 20 Jan 2010 09:27:38 +0000 (11:27 +0200)] 
maildir + pop3_lock_session: Don't crash when opening mailbox causes uidlist rewrite.

--HG--
branch : HEAD

15 years agorecipient_delimiter defaults to "+" now. Also added to example-config.
Timo Sirainen [Tue, 19 Jan 2010 20:01:18 +0000 (22:01 +0200)] 
recipient_delimiter defaults to "+" now. Also added to example-config.

--HG--
branch : HEAD

15 years agovirtual: wanted_headers needs to be kept referenced.
Timo Sirainen [Tue, 19 Jan 2010 14:52:19 +0000 (16:52 +0200)] 
virtual: wanted_headers needs to be kept referenced.

--HG--
branch : HEAD

15 years agomail_index_update_flags_range(): Fixed out-of-bounds read.
Timo Sirainen [Tue, 19 Jan 2010 14:51:47 +0000 (16:51 +0200)] 
mail_index_update_flags_range(): Fixed out-of-bounds read.

--HG--
branch : HEAD

15 years agovirtual MAILBOX_FETCH_MAILBOX_NAME: Return mail's physical mailbox name.
Timo Sirainen [Tue, 19 Jan 2010 14:22:10 +0000 (16:22 +0200)] 
virtual MAILBOX_FETCH_MAILBOX_NAME: Return mail's physical mailbox name.
When using a virtual mailbox of other virtual mailboxes, this changes the
behavior from returning a virtual mailbox's name to returning the underlying
physical mailbox's name.

--HG--
branch : HEAD

15 years agovirtual: mail_set_uid() crashed.
Timo Sirainen [Tue, 19 Jan 2010 14:17:44 +0000 (16:17 +0200)] 
virtual: mail_set_uid() crashed.

--HG--
branch : HEAD

15 years agolib-storage: Return mail's mailbox name with namespace prefix.
Timo Sirainen [Tue, 19 Jan 2010 14:11:53 +0000 (16:11 +0200)] 
lib-storage: Return mail's mailbox name with namespace prefix.

--HG--
branch : HEAD

15 years agolib-storage: Mailbox virtual name was set wrong with multiple namespaces.
Timo Sirainen [Tue, 19 Jan 2010 14:11:29 +0000 (16:11 +0200)] 
lib-storage: Mailbox virtual name was set wrong with multiple namespaces.

--HG--
branch : HEAD

15 years agonamespace list=children: Fail if namespace prefix doesn't end with separator.
Timo Sirainen [Tue, 19 Jan 2010 13:45:14 +0000 (15:45 +0200)] 
namespace list=children: Fail if namespace prefix doesn't end with separator.

--HG--
branch : HEAD

15 years agodoveconf: Show time settings with "s" suffix to make it clear they're seconds.
Timo Sirainen [Tue, 19 Jan 2010 12:40:13 +0000 (14:40 +0200)] 
doveconf: Show time settings with "s" suffix to make it clear they're seconds.

--HG--
branch : HEAD

15 years agomaster: Changed unix_listener mode setting to octal type.
Timo Sirainen [Tue, 19 Jan 2010 12:39:39 +0000 (14:39 +0200)] 
master: Changed unix_listener mode setting to octal type.

--HG--
branch : HEAD

15 years agoconfig: Added support for "octal integer", which is just printed as octal.
Timo Sirainen [Tue, 19 Jan 2010 12:39:24 +0000 (14:39 +0200)] 
config: Added support for "octal integer", which is just printed as octal.

--HG--
branch : HEAD

15 years agoeacces_error_get*(): Check and warn if multiple uids/gids have same name.
Timo Sirainen [Mon, 18 Jan 2010 08:55:55 +0000 (10:55 +0200)] 
eacces_error_get*(): Check and warn if multiple uids/gids have same name.

--HG--
branch : HEAD

15 years agoexpire-tool: Don't crash at startup.
Timo Sirainen [Wed, 6 Jan 2010 13:25:52 +0000 (15:25 +0200)] 
expire-tool: Don't crash at startup.

--HG--
branch : HEAD

15 years agoconfigure: Use -llber for ldap only if necessary.
Timo Sirainen [Sat, 2 Jan 2010 17:01:09 +0000 (12:01 -0500)] 
configure: Use -llber for ldap only if necessary.

--HG--
branch : HEAD

15 years agologin-common: Install headers.
Timo Sirainen [Sat, 2 Jan 2010 16:36:08 +0000 (11:36 -0500)] 
login-common: Install headers.

--HG--
branch : HEAD

15 years agologin-common: Renamed common.h to login-common.h
Timo Sirainen [Sat, 2 Jan 2010 16:35:59 +0000 (11:35 -0500)] 
login-common: Renamed common.h to login-common.h

--HG--
branch : HEAD