0dffa25d211be541ee3c953b23566a1a990789df |
|
06-Jun-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: unsigned int:1 -> bool:1
perl -i -pe 's/unsigned int ([^,:;]+):1;/bool $1:1;/' **/*.[ch] |
2087543679f0b35a8f70e1277b234e66ffdf96ed |
|
11-Mar-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveadm-auth: If auth_debug setting is enabled, send "debug" field to auth lookups.
The idea is that you could enable auth_debug for specific requests with e.g.:
doveadm -o auth_debug=yes user user@example.com |
009217abb57a24a4076092e8e4e165545747839e |
|
29-Aug-2015 |
Stephan Bosch <stephan@rename-it.nl> |
Changed type of internet port values to in_port_t everywhere.
Created special SET_IN_PORT setting type for internet port values.
Created net_str2port() for parsing internet port values.
Removed several atoi() invocations in the process. |
83b7b796c758aee9b6de130bd7e8631fe9fc0beb |
|
25-Feb-2015 |
Timo Sirainen <tss@iki.fi> |
lib-auth: auth_master_pass/user_lookup() now returns -2 for user-specific errors.
Compared to -1 which are about a more generic error with auth process
communication. If -2 is returned the lookup could still succeed for another
user. |
0f4fb03953afa4a39d5e32e9ca0527c0a84f9aee |
|
12-Jul-2013 |
Timo Sirainen <tss@iki.fi> |
lib-auth: auth_master_user_list_*() no longer reads the entire user list into memory. |
89fda66c5c4204f3bc27e160fbadb463e028b811 |
|
28-Nov-2012 |
Timo Sirainen <tss@iki.fi> |
lib-auth: Added auth_master_get_socket_path() |
bdd36cfdba3ff66d25570a9ff568d69e1eb543cf |
|
03-Oct-2012 |
Timo Sirainen <tss@iki.fi> |
Renamed network.[ch] to net.[ch].
The function prefixes already started with net_ instead of network_.
And icecap wants to use network.h for other purpose. :) |
a43145989f87ec68754e21234e7b6d892c4a4421 |
|
04-Jul-2012 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added "auth cache flush" command. |
a10ed8c47534b4c6b6bf2711ccfe577e720a47b4 |
|
23-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
Marked functions parameters that are allowed to be NULL. Some APIs were also changed.
The non-obvious APIs where NULL parameter was changed to "" are
master_service_init() and auth_master_user_list_init().
These checks can currently be enabled only on a patched clang:
http://llvm.org/bugs/show_bug.cgi?id=6786 |
e438c85a6b0f77889e25913bbbba808d6078282d |
|
02-Jun-2012 |
Stephan Bosch <stephan@rename-it.nl> |
Adds 'anonymous' field to struct mail_user; derived indirectly from userdb extra fields.
Depends: none |
665e9d14c005b65d95eae0baaa471c51e5caca73 |
|
23-Nov-2011 |
Timo Sirainen <tss@iki.fi> |
lib-auth: auth_master_user_list_init() now takes user_mask and info parameters.
These are passed to auth process, which may use them to limit what usernames
are returned. |
3b22894b8805b186c73d8b754001e8d7e944be85 |
|
31-Mar-2010 |
Timo Sirainen <tss@iki.fi> |
Added support for userdb lookup to fail with a reason (many API changes).
--HG--
branch : HEAD |
c5a6a6565be93224fc26522eda855b0990f256e8 |
|
16-Dec-2009 |
Timo Sirainen <tss@iki.fi> |
Idle-disconnecting auth master connections is now optional. LMTP no longer does it.
--HG--
branch : HEAD |
9f10cc61ec303351b43e54155c86699ef53cb8be |
|
19-Oct-2009 |
Timo Sirainen <tss@iki.fi> |
lib-auth: Changed auth_master_user_lookup() API.
--HG--
branch : HEAD |
fc464e5b2b2ab4d415a5d5b90ce4475d34620a75 |
|
31-Aug-2009 |
Timo Sirainen <tss@iki.fi> |
Added auth_master_pass_lookup() and changed auth_master_used_lookup() API.
User lookup can now send local/remote IPs and ports to auth process.
--HG--
branch : HEAD |
69d60dcff2614c4bfc8ad59e8fdc09e39c9dd0dc |
|
15-May-2009 |
Timo Sirainen <tss@iki.fi> |
lib-auth: Added auth_master_user_list_count().
--HG--
branch : HEAD |
4b1359bde7d32667197548652a4b4f540062e2ac |
|
15-May-2009 |
Timo Sirainen <tss@iki.fi> |
lib-auth: Added support for iterating through all users.
--HG--
branch : HEAD |
8d3278a82b964217d95c340ec6f82037cdc59d19 |
|
10-Apr-2009 |
Timo Sirainen <tss@iki.fi> |
Added lib-master and mail-storage-service code that makes it easier to build new Dovecot binaries.
Currently only the standalone applications (e.g. deliver) uses this.
--HG--
branch : HEAD |
52d058e5234181fca90048d5904a151a1ccc8a6b |
|
21-Nov-2008 |
Timo Sirainen <tss@iki.fi> |
deliver: Allow userdb to change the username.
--HG--
branch : HEAD |
64bfe7b4a42512971db154937905dfa2bdb9cf2c |
|
01-Nov-2008 |
Timo Sirainen <tss@iki.fi> |
auth-master API cleanups.
--HG--
branch : HEAD |
1c6dd898551d7d4d61970b24a8372438f6b72f97 |
|
01-Nov-2008 |
Timo Sirainen <tss@iki.fi> |
auth-master API cleanup.
--HG--
branch : HEAD |
aba994a4e79a020b4748e0ceffc194e5a18e1d1a |
|
01-Nov-2008 |
Timo Sirainen <tss@iki.fi> |
Cleanups and fixes to auth-master API.
--HG--
branch : HEAD |
fc71e94957d0c2959a609450a2f303640d681858 |
|
24-Oct-2008 |
Sascha Wilde <wilde@intevation.de> |
New generic userdb lookup api `auth-master' in lib-auth.
--HG--
branch : HEAD |