| 2022-02-08 |
Timo Sirainen | lib-master, global: anvil_client_query() - Add timeout... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: anvil-client - Change timeout to be query... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | imap: Add client.unhibernated boolean |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master, ipc: Remove all code related to ipc process |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Optimize kicking proxy connections by... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Remove support for ipc process commands |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | director: Kick users via anvil |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | director: Add user_director_hash field to passdb lookup... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm: Change "proxy list/kick" to be aliases to... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm who: Rename "proto" field to "service" |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm kick: Add -h <dest-host> parameter |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm who/kick: Handle number parameter as a username... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm kick: Print usage on bad parameters |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm kick: Change output format to only print number... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm kick: Avoid listing all connections for simple... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm who/kick: Add support for -f <passdb-field... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm kick: Rewrite to use anvil KICK-USER command |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | imap-hibernate: Change anvil service from imap to imap... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Track service and protocol separately |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add optional conn-guid parameter to KICK-USER... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Implement KICK-USER and KICK-ALT-USER commands |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Change to run the process as root and without... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add admin_cmd_send() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add admin-client API with connection pooling |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add support for sending commands to anvil client... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add anvil_connection_find() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Implement KICK-USER incoming anvil command |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: anvil-client - Add support for handling... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master, login-common: anvil_client_init() - Change... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Change VERSION line to be bidirectional and... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: anvil-client - Convert to connection API |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: anvil-client - Delay ostream error handling |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: anvil-client - Use struct connection |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add handshake with service name and PID for... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Convert to using connection API |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Use struct connection for the anvil client |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil, doveadm: Add alt usernames to CONNECT-DUMP output |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm who: Improve error handling |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | doveadm: Replace who_lookup() with iterator API |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Send proxy session destination IP to... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: master_service_anvil_connect() - Add suppor... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Don't track proxy connections in userip_hash |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil, doveadm: Add support for tracking proxy session... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Send alt usernames to anvil |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: master_service_anvil_connect() - Add suppor... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add support for tracking alternative usernames |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master, global: Send kick-type for anvil CONNECT |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add test-connect-limit |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Add kick-type parameter for CONNECT |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Split off session_[un]link_process() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master, anvil: [DIS]CONNECT - Move conn-guid to... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil, doveadm: Require conn-guid to be set for CONNECT |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: connect-limit - Add API for iterating user's... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: connect-limit - Keep track of all sessions per... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: connect-limit - Keep track of all sessions per... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | submission: Change kick log message to "Server shutting... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | submission: Add admin-client with KICK-USER command |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | pop3: Add admin-client with KICK-USER command |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | imap: Add admin-client with KICK-USER command |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Add admin-client with KICK-USER command |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Add login_proxy_kick_user_connection() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Split off more generic login_proxy_kick_u... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | login-common: Track proxied connections in anvil |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | global: Send connection GUIDs to anvil |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil, doveadm: Add support for connection GUIDs |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil, doveadm: Simplify CONNECT-DUMP output format |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil, global: Split CONNECT/DISCONNECT/LOOKUP ident... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | global: Increase anvil protocol major version number |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master, global: Replace master_service_anvil_send... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | global: Assume anvil command was success only if master... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: master_service_anvil_send() - Return TRUE... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Store service strings in a reference counted... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Initialize session_lookup struct directly |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Rename "i" variables to "session" |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Rename struct ident_pid to struct session |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Change connect-limit API to use struct rather... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | anvil: Split off main_init() and main_deinit() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | imap: Avoid sending untagged BYE in the middle of comma... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: Add admin-client API |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | imap/pop3/submission-login: Add srv.<name>/%{pid}-admin... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: Automatically mkdir listener subdirectories |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: Split off service_is_enabled() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: Support %{pid} in unix_listener paths |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: service_unix_listener_listen() - Add path parameter |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: service_unix_listener_listen() - Add verify_add... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: Make service_unix_listener_listen() public |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | master: Move error logging from service_*_listener_list... |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib: Add connection_client_connect_with_retries() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib: Add connection_input_read_stream() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib: Add i_stream_set_error() |
commit | commitdiff | tree | snapshot |
| 2022-02-08 |
Timo Sirainen | lib-master: Remove unused master_auth_request() |
commit | commitdiff | tree | snapshot |
| 2022-02-07 |
Karl Fleischmann | welcome: Supply noreply-parameter to program client... |
commit | commitdiff | tree | snapshot |
| 2022-02-07 |
Karl Fleischmann | welcome: Use program_client_exit_status enum value |
commit | commitdiff | tree | snapshot |
| 2022-02-07 |
Timo Sirainen | welcome: Remove io_loop_stop() call in callback |
commit | commitdiff | tree | snapshot |
| 2022-02-07 |
Timo Sirainen | lib-program-client: Stop waiting ioloop on destruction |
commit | commitdiff | tree | snapshot |
| 2022-02-06 |
Martti Rannanjärvi | stats: stats_metrics_remove_dynamic() - Free the remove... |
commit | commitdiff | tree | snapshot |
| 2022-02-06 |
Martti Rannanjärvi | stats: stats_metric_alloc() - Fix indentation on p_new... |
commit | commitdiff | tree | snapshot |
| 2022-02-06 |
Martti Rannanjärvi | replication: aggregator - Free replicator_connection... |
commit | commitdiff | tree | snapshot |
| 2022-02-02 |
sergey.kitov | lib-master: Fix deinit memory leak with process_shutdow... |
commit | commitdiff | tree | snapshot |
| 2022-02-01 |
Timo Sirainen | lmtp: proxy - Add per-connection counter to session_id |
commit | commitdiff | tree | snapshot |
| next |