6fc40674e5a33787ae7fcd47a77a77ea20977994 |
|
28-Oct-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
global: Rename client_connection_type to doveadm_connection_type |
2ba5e7dcc2a280904fe8a7af12c63f65bd5bee10 |
|
28-Oct-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm: Rename client_connection_type to doveadm_client_connection_type
Move it to doveadm.h to allow plugins use doveadm-cmd.h |
80a225c0b1f4bf322a562cc7c21d5891fb6895ee |
|
24-Oct-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
doveadm-server: Restructured client-connection code so that TCP and HTTP connection types are properly separated. |
e60c3e17c656c53da60f0ac51aa15e9ef2742d77 |
|
24-Oct-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
doveadm-server: tcp: Renamed client_connection_create() to client_connection_tcp_create(). |
f300f927771a39549ce6cb7607129508e9041b4a |
|
24-Oct-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
doveadm-server: http: Renamed client_connection_create_http() to client_connection_http_create(). |
1b58508a918279d773ef32518f5d5d933023c252 |
|
24-Oct-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
doveadm: Changed command contexts to contain the input, output, and connection type values directly.
Before, it used a direct pointer to the connection.
It used also flags to indicate the connection type, which is now consolidated in the connection type enum. |
c9dd53f7180a78668cbc1e6eb34d5b1722beccb9 |
|
05-Oct-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm: Deliver remote logs over doveadm socket |
f78d021f39c408623816fcbadf9f5f0db345aac1 |
|
05-Oct-2017 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm-server: Refactor connection handshake and authentication
Simplifies next change |
57c65763f4195f1c87af083ee3424939ad38dc03 |
|
06-Sep-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
doveadm-server: http: Fixed crash occurring when disconnecting a client at server deinit. |
5e327e031d1591f8bff17b67eba7139afbd36cdd |
|
20-Oct-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveadm-server: Show incoming connection's IP and running command is process title. |
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] |
1e11a94ec50fc9b57eb2c859771c6a326ccaf86f |
|
19-Feb-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm: Implement HTTP server API, slightly based on JMAP API |
57591c5ea045b6829ebcfed9b145d719d63f935a |
|
22-Jan-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveadm: Changed most print formatters to write to ostream.
This allows all the formatters to be used when sending replies to the
upcoming doveadm HTTP server responses.
The "table" formatter wasn't modified, because it writes to both stdout and
stderr. |
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. |
b372fc2d5331a7669e91b05a09404f3303895ce2 |
|
28-May-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm-server: Pass local/remote_ip/port to passdb lookups so proxy_maybe works. |
1172b608624245a5b05ca299d3279e34003ed308 |
|
25-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm-server: Added support for ssl listeners. |
0a9cb42cbb135e3200cbfbb657820304cca8ecb8 |
|
24-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
dsync: Added tcp:host[:port] target for syncing via doveadm-server. |
71df09024cea5f2faa93da3bb9513ee96ba6bf22 |
|
23-Jul-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added client/server architecture support for running mail commands.
This is done when doveadm_worker_count is non-zero. |