]> git.ipfire.org Git - thirdparty/dovecot/core.git/log
thirdparty/dovecot/core.git
4 weeks agolib-sasl: mech-oauthbearer - Use lib-auth/auth-gs2
Stephan Bosch [Fri, 21 Feb 2025 03:12:54 +0000 (04:12 +0100)] 
lib-sasl: mech-oauthbearer - Use lib-auth/auth-gs2

4 weeks agolib-auth: auth-scram-server - Use auth-gs2
Stephan Bosch [Fri, 21 Feb 2025 01:14:35 +0000 (02:14 +0100)] 
lib-auth: auth-scram-server - Use auth-gs2

4 weeks agolib-auth: auth-scram-client - Use auth-gs2
Stephan Bosch [Fri, 21 Feb 2025 00:38:36 +0000 (01:38 +0100)] 
lib-auth: auth-scram-client - Use auth-gs2

4 weeks agolib-auth: Add auth-gs2 API
Stephan Bosch [Wed, 8 Mar 2023 20:31:09 +0000 (21:31 +0100)] 
lib-auth: Add auth-gs2 API

4 weeks agolib-sasl: mech-oauthbearer - Use container_of()
Stephan Bosch [Fri, 21 Feb 2025 16:54:48 +0000 (17:54 +0100)] 
lib-sasl: mech-oauthbearer - Use container_of()

4 weeks agoauth: mech-oauth2 - Rename continued data to reponse data/payload
Stephan Bosch [Fri, 21 Feb 2025 16:44:56 +0000 (17:44 +0100)] 
auth: mech-oauth2 - Rename continued data to reponse data/payload

Makes more sense in SASL overall

4 weeks agoauth: mech-oauth2 - Send openid-configuration result field only when available
Stephan Bosch [Sat, 22 Feb 2025 21:20:01 +0000 (22:20 +0100)] 
auth: mech-oauth2 - Send openid-configuration result field only when available

4 weeks agoauth: mech-oauth2 - Rework error handling
Stephan Bosch [Mon, 20 Nov 2023 15:53:05 +0000 (16:53 +0100)] 
auth: mech-oauth2 - Rework error handling

Treat passdb errors as "invalid_token" and treat request decoding problems as
"invalid_request" status, which makes more sense. Also simplify the overall
structure.

4 weeks agoauth: mech-oauth2 - Don't send payload for internal error
Stephan Bosch [Tue, 31 Oct 2023 16:08:28 +0000 (17:08 +0100)] 
auth: mech-oauth2 - Don't send payload for internal error

4 weeks agoauth: mech-oauth2 - Reorder mechanism functions
Stephan Bosch [Fri, 21 Feb 2025 16:19:19 +0000 (17:19 +0100)] 
auth: mech-oauth2 - Reorder mechanism functions

Makes more sense this way.

4 weeks agoauth: mech-oauth2 - Rename oauth2_send_failure() to oauth2_fail()
Stephan Bosch [Sun, 4 Aug 2024 21:33:05 +0000 (23:33 +0200)] 
auth: mech-oauth2 - Rename oauth2_send_failure() to oauth2_fail()

Makes more sense; it also fails the request.

4 weeks agoauth: mech-oauth2 - Improve use of json-ostream
Stephan Bosch [Sun, 4 Aug 2024 12:59:15 +0000 (14:59 +0200)] 
auth: mech-oauth2 - Improve use of json-ostream

4 weeks agoauth: mech-oauth2 - Use str functions rather than direct access to underlying buffer_t
Stephan Bosch [Wed, 7 Aug 2024 00:33:20 +0000 (02:33 +0200)] 
auth: mech-oauth2 - Use str functions rather than direct access to underlying buffer_t

4 weeks agoauth: mech-oauth2 - Rename reply buffer in oauth2_send_failure()
Stephan Bosch [Sun, 4 Aug 2024 12:51:27 +0000 (14:51 +0200)] 
auth: mech-oauth2 - Rename reply buffer in oauth2_send_failure()

4 weeks agolib-sasl: Reformat mech-oauthbearer.c
Stephan Bosch [Fri, 21 Feb 2025 16:51:35 +0000 (17:51 +0100)] 
lib-sasl: Reformat mech-oauthbearer.c

4 weeks agoauth: Reformat mech-oauth2.c
Stephan Bosch [Tue, 7 Mar 2023 13:48:04 +0000 (14:48 +0100)] 
auth: Reformat mech-oauth2.c

5 weeks agolib: test-istream-multiplex - Fix randomly trying to create 0 length variable array
Timo Sirainen [Mon, 1 Sep 2025 11:14:39 +0000 (14:14 +0300)] 
lib: test-istream-multiplex - Fix randomly trying to create 0 length variable array

Fixes:
test-istream-multiplex.c:184:29: runtime error: variable length array bound evaluates to non-positive value 0

5 weeks agodovecot-config: Add lib-regex
Aki Tuomi [Mon, 1 Sep 2025 07:54:08 +0000 (10:54 +0300)] 
dovecot-config: Add lib-regex

5 weeks agofts: Change default fts_search_read_fallback=no for Pro
Marco Bettini [Tue, 26 Aug 2025 14:03:59 +0000 (14:03 +0000)] 
fts: Change default fts_search_read_fallback=no for Pro

5 weeks agoconfig: import_environment - Allow spaces in values by separating them with tabs
Karl Fleischmann [Thu, 28 Aug 2025 15:44:03 +0000 (17:44 +0200)] 
config: import_environment - Allow spaces in values by separating them with tabs

5 weeks agoconfig: doveconf - Don't store unused import_environment
Karl Fleischmann [Fri, 15 Aug 2025 12:47:59 +0000 (14:47 +0200)] 
config: doveconf - Don't store unused import_environment

5 weeks agoconfig: config_connection_request() - Don't store unused import_environment
Karl Fleischmann [Fri, 15 Aug 2025 12:47:28 +0000 (14:47 +0200)] 
config: config_connection_request() - Don't store unused import_environment

5 weeks agoacl: Fix crash when group ACLs are used, but user's acl_groups is empty
Marco Bettini [Thu, 28 Aug 2025 15:09:56 +0000 (15:09 +0000)] 
acl: Fix crash when group ACLs are used, but user's acl_groups is empty

5 weeks agolib: macros - Prevent using libc regex
Aki Tuomi [Fri, 1 Aug 2025 09:20:23 +0000 (12:20 +0300)] 
lib: macros - Prevent using libc regex

5 weeks agolib-var-expand: Use lib-regex instead of libc regex
Aki Tuomi [Fri, 1 Aug 2025 09:17:49 +0000 (12:17 +0300)] 
lib-var-expand: Use lib-regex instead of libc regex

5 weeks agolib-dovecot: Add lib-regex
Aki Tuomi [Fri, 1 Aug 2025 09:17:36 +0000 (12:17 +0300)] 
lib-dovecot: Add lib-regex

5 weeks agolib-regex: Add regex matching library
Aki Tuomi [Wed, 23 Jul 2025 10:06:43 +0000 (13:06 +0300)] 
lib-regex: Add regex matching library

5 weeks agoautoconf: Add libcpre2 detection
Aki Tuomi [Wed, 23 Jul 2025 08:04:30 +0000 (11:04 +0300)] 
autoconf: Add libcpre2 detection

5 weeks agolib: macros - Use __typeof__ instead of typeof from C11 onwards
Aki Tuomi [Thu, 28 Aug 2025 09:46:08 +0000 (12:46 +0300)] 
lib: macros - Use __typeof__ instead of typeof from C11 onwards

typeof and __typeof__ are not standard until C23, and C11
requires using __typeof__.

5 weeks agolib-auth-client: auth-master - Remove useless NULL check in auth_master_connection_ou...
Stephan Bosch [Thu, 28 Aug 2025 11:26:13 +0000 (13:26 +0200)] 
lib-auth-client: auth-master - Remove useless NULL check in auth_master_connection_output()

Found by Coverity (#41969)

5 weeks agolib-auth-client: auth-master - Fix potential segfault in auth_master_wait()
Stephan Bosch [Thu, 28 Aug 2025 11:19:17 +0000 (13:19 +0200)] 
lib-auth-client: auth-master - Fix potential segfault in auth_master_wait()

Found by Coverity (#41970).

5 weeks agolib-auth-client: test-auth-master - Add tests for parallel requests
Stephan Bosch [Thu, 28 Aug 2025 03:26:25 +0000 (05:26 +0200)] 
lib-auth-client: test-auth-master - Add tests for parallel requests

5 weeks agolib-auth-client: auth-master - Fix handling of parallel replies
Stephan Bosch [Thu, 28 Aug 2025 03:40:09 +0000 (05:40 +0200)] 
lib-auth-client: auth-master - Fix handling of parallel replies

5 weeks agodoveadm: Print table formatter - Print empty values as "-"
Timo Sirainen [Wed, 27 Aug 2025 06:50:05 +0000 (09:50 +0300)] 
doveadm: Print table formatter - Print empty values as "-"

It's more readable to see empty values as "-" in a table.

5 weeks agodoveadm: Add named initializers to print drivers
Timo Sirainen [Wed, 27 Aug 2025 06:46:07 +0000 (09:46 +0300)] 
doveadm: Add named initializers to print drivers

5 weeks agolib-auth-client: auth-master - Improve some of the connection failure messages return...
Stephan Bosch [Wed, 20 Aug 2025 18:43:38 +0000 (20:43 +0200)] 
lib-auth-client: auth-master - Improve some of the connection failure messages returned to caller

5 weeks agolib-auth-client: auth-master - Drop AUTH_MASTER_FLAG_NO_INNER_IOLOOP flag
Stephan Bosch [Sun, 2 Mar 2025 18:32:53 +0000 (19:32 +0100)] 
lib-auth-client: auth-master - Drop AUTH_MASTER_FLAG_NO_INNER_IOLOOP flag

It is no longer needed for testing, as async requests can be used instead.

5 weeks agolib-auth-client: test-auth-master - Add tests for asynchronous userdb/passdb lookups
Stephan Bosch [Sun, 2 Mar 2025 18:32:30 +0000 (19:32 +0100)] 
lib-auth-client: test-auth-master - Add tests for asynchronous userdb/passdb lookups

5 weeks agolib-auth-client: auth-master - Allocate passdb/userdb lookup structs on default pool
Stephan Bosch [Tue, 19 May 2020 09:02:53 +0000 (11:02 +0200)] 
lib-auth-client: auth-master - Allocate passdb/userdb lookup structs on default pool

5 weeks agolib-auth-client: auth-master - Make asynchronous userdb and passdb lookups available
Stephan Bosch [Sat, 3 Mar 2018 00:20:29 +0000 (01:20 +0100)] 
lib-auth-client: auth-master - Make asynchronous userdb and passdb lookups available

5 weeks agolib-auth-client: auth-master - Define sub-class structure for userdb lookup
Stephan Bosch [Mon, 18 May 2020 23:56:31 +0000 (01:56 +0200)] 
lib-auth-client: auth-master - Define sub-class structure for userdb lookup

5 weeks agolib-auth-client: auth-master - Split off auth_master_user_lookup_start() from auth_ma...
Stephan Bosch [Mon, 18 May 2020 23:52:34 +0000 (01:52 +0200)] 
lib-auth-client: auth-master - Split off auth_master_user_lookup_start() from auth_master_user_lookup()

5 weeks agolib-auth-client: auth-master - Split off auth_master_user_lookup_finished() from...
Stephan Bosch [Mon, 18 May 2020 21:57:38 +0000 (23:57 +0200)] 
lib-auth-client: auth-master - Split off auth_master_user_lookup_finished() from auth_master_user_lookup()

5 weeks agolib-auth-client: auth-master - Define sub-class structure for passdb lookup
Stephan Bosch [Mon, 18 May 2020 23:40:25 +0000 (01:40 +0200)] 
lib-auth-client: auth-master - Define sub-class structure for passdb lookup

5 weeks agolib-auth-client: auth-master - Split off auth_master_pass_lookup_start() from auth_ma...
Stephan Bosch [Mon, 18 May 2020 23:29:59 +0000 (01:29 +0200)] 
lib-auth-client: auth-master - Split off auth_master_pass_lookup_start() from auth_master_pass_lookup()

5 weeks agolib-auth-client: auth-master - Split off auth_master_pass_lookup_finished() from...
Stephan Bosch [Mon, 18 May 2020 21:46:54 +0000 (23:46 +0200)] 
lib-auth-client: auth-master - Split off auth_master_pass_lookup_finished() from auth_master_pass_lookup()

5 weeks agolib-auth-client: auth-master - Introduce local variable for result in auth_lookup_rep...
Stephan Bosch [Mon, 18 May 2020 21:25:20 +0000 (23:25 +0200)] 
lib-auth-client: auth-master - Introduce local variable for result in auth_lookup_reply_callback()

5 weeks agolib-auth-client: auth-master - Add internal support for initiating invalid requests
Stephan Bosch [Sun, 11 Mar 2018 23:44:39 +0000 (00:44 +0100)] 
lib-auth-client: auth-master - Add internal support for initiating invalid requests

This avoids the need to return a NOTFOUND code at request creation when the
request is already known to fail. This is a means to handle this asynchronously.

5 weeks agolib-auth-client: auth-master - Make sending of requests fully asynchronous
Stephan Bosch [Sun, 11 Mar 2018 23:05:09 +0000 (00:05 +0100)] 
lib-auth-client: auth-master - Make sending of requests fully asynchronous

5 weeks agolib-auth-client: auth-master - Add debug messages
Stephan Bosch [Sun, 11 Mar 2018 21:23:57 +0000 (22:23 +0100)] 
lib-auth-client: auth-master - Add debug messages

5 weeks agolib-auth-client: auth-master - Add support for request destroy callback
Stephan Bosch [Sun, 11 Mar 2018 18:18:06 +0000 (19:18 +0100)] 
lib-auth-client: auth-master - Add support for request destroy callback

5 weeks agolib-auth-client: auth-master - Implement auth_master_wait()
Stephan Bosch [Sun, 11 Mar 2018 13:49:50 +0000 (14:49 +0100)] 
lib-auth-client: auth-master - Implement auth_master_wait()

This allows waiting until all submitted requests are finished.

5 weeks agolib-auth-client: auth-master - Make request reply handling asynchronous
Stephan Bosch [Sat, 7 May 2016 12:53:29 +0000 (14:53 +0200)] 
lib-auth-client: auth-master - Make request reply handling asynchronous

5 weeks agolib-auth-client: auth-master-request - Use request struct as argument for auth_master...
Stephan Bosch [Wed, 3 Jun 2020 19:59:14 +0000 (21:59 +0200)] 
lib-auth-client: auth-master-request - Use request struct as argument for auth_master_request_send()

5 weeks agolib-auth-client: auth-master - Use new struct auth_master_request for request handling
Stephan Bosch [Wed, 3 Jun 2020 18:29:41 +0000 (20:29 +0200)] 
lib-auth-client: auth-master - Use new struct auth_master_request for request handling

5 weeks agolib-auth-client: auth-master - Allow duplicate calls to auth_master_unset_io()
Stephan Bosch [Sat, 23 Jul 2022 23:29:18 +0000 (01:29 +0200)] 
lib-auth-client: auth-master - Allow duplicate calls to auth_master_unset_io()

5 weeks agolib-auth-client: auth-master - Handle connection failures in auth_master_connection_f...
Stephan Bosch [Wed, 3 Jun 2020 10:42:42 +0000 (12:42 +0200)] 
lib-auth-client: auth-master - Handle connection failures in auth_master_connection_failure()

5 weeks agolib-auth-client: auth-master - Improve debug logging in auth_lookup_reply_callback()
Stephan Bosch [Wed, 3 Jun 2020 10:08:48 +0000 (12:08 +0200)] 
lib-auth-client: auth-master - Improve debug logging in auth_lookup_reply_callback()

5 weeks agolib-auth-client: auth-master - Compose command line at a single location
Stephan Bosch [Sat, 5 Jan 2019 14:08:59 +0000 (15:08 +0100)] 
lib-auth-client: auth-master - Compose command line at a single location

5 weeks agolib-auth-client: auth-master - Drop unnecessary and confusing additional connection...
Stephan Bosch [Wed, 3 Jun 2020 08:53:43 +0000 (10:53 +0200)] 
lib-auth-client: auth-master - Drop unnecessary and confusing additional connection events

Only use conn->conn.event instead.

5 weeks agolib-auth-client: auth-master - Do not switch connection event to lookup event during...
Stephan Bosch [Tue, 29 Jul 2025 21:24:48 +0000 (23:24 +0200)] 
lib-auth-client: auth-master - Do not switch connection event to lookup event during lookup

5 weeks agolib-auth-client: auth-master - Absorb auth_master_event_create()
Stephan Bosch [Tue, 29 Jul 2025 01:29:24 +0000 (03:29 +0200)] 
lib-auth-client: auth-master - Absorb auth_master_event_create()

5 weeks agolib-auth-client: auth-master - Place lookup event in lookup context struct
Stephan Bosch [Sat, 5 Jan 2019 10:03:00 +0000 (11:03 +0100)] 
lib-auth-client: auth-master - Place lookup event in lookup context struct

5 weeks agolib-auth-client: auth-master - Properly parse SPID sent from server
Stephan Bosch [Sun, 11 Mar 2018 19:34:20 +0000 (20:34 +0100)] 
lib-auth-client: auth-master - Properly parse SPID sent from server

This is currently not used though.

5 weeks agolib-auth-client: auth-master - Call io_loop_stop() at a single location
Stephan Bosch [Sun, 11 Mar 2018 20:18:02 +0000 (21:18 +0100)] 
lib-auth-client: auth-master - Call io_loop_stop() at a single location

5 weeks agolib-auth-client: auth-master - Consolidate reply_callback arguments into a reply...
Stephan Bosch [Mon, 2 Oct 2017 13:48:09 +0000 (15:48 +0200)] 
lib-auth-client: auth-master - Consolidate reply_callback arguments into a reply struct

5 weeks agolib-auth-client: auth-master - Restructure reply parsing
Stephan Bosch [Mon, 2 Oct 2017 12:39:41 +0000 (14:39 +0200)] 
lib-auth-client: auth-master - Restructure reply parsing

Now it parses the received id into an integer rather than converting the expected id to a string.

5 weeks agolib-auth-client: auth-master - Change reply_callback return type to int
Stephan Bosch [Mon, 2 Oct 2017 13:21:29 +0000 (15:21 +0200)] 
lib-auth-client: auth-master - Change reply_callback return type to int

5 weeks agolib-auth-client: auth-master - Add reference counting for the connection object
Stephan Bosch [Mon, 2 Oct 2017 17:53:28 +0000 (19:53 +0200)] 
lib-auth-client: auth-master - Add reference counting for the connection object

5 weeks agolib-auth-client: auth-master - Allocate the connection on an alloconly pool
Stephan Bosch [Mon, 2 Oct 2017 12:28:00 +0000 (14:28 +0200)] 
lib-auth-client: auth-master - Allocate the connection on an alloconly pool

5 weeks agolib-auth-client: auth-master - Restructure auth_user_list_reply_callback()
Stephan Bosch [Wed, 3 Jun 2020 20:26:30 +0000 (22:26 +0200)] 
lib-auth-client: auth-master - Restructure auth_user_list_reply_callback()

5 weeks agolib-auth-client: auth-master - Add structural comments
Stephan Bosch [Mon, 2 Oct 2017 14:30:40 +0000 (16:30 +0200)] 
lib-auth-client: auth-master - Add structural comments

5 weeks agolib-auth-client: auth-master - Rename auth_idle_timeout() to auth_master_idle_timeout()
Stephan Bosch [Wed, 3 Jun 2020 21:39:28 +0000 (23:39 +0200)] 
lib-auth-client: auth-master - Rename auth_idle_timeout() to auth_master_idle_timeout()

5 weeks agolib-auth-client: auth-master - Rename conn->request_counter to conn->id_counter
Stephan Bosch [Sat, 5 Jan 2019 14:31:47 +0000 (15:31 +0100)] 
lib-auth-client: auth-master - Rename conn->request_counter to conn->id_counter

This is shorter and consistent with lib-master/master-login-auth.

5 weeks agolib-auth-client: auth-master - Rename struct auth_master_lookup_ctx to struct auth_ma...
Stephan Bosch [Sun, 19 Apr 2020 17:57:08 +0000 (19:57 +0200)] 
lib-auth-client: auth-master - Rename struct auth_master_lookup_ctx to struct auth_master_lookup

5 weeks agolib-auth-client: auth_master - Rename "cmd" parameter to parse_reply() to "reply"
Stephan Bosch [Mon, 2 Oct 2017 13:14:26 +0000 (15:14 +0200)] 
lib-auth-client: auth_master - Rename "cmd" parameter to parse_reply() to "reply"

5 weeks agolib-auth-client: auth-master - Move auth_idle_timeout()
Stephan Bosch [Wed, 3 Jun 2020 21:31:23 +0000 (23:31 +0200)] 
lib-auth-client: auth-master - Move auth_idle_timeout()

5 weeks agolib-auth-client: auth-master - Move auth_master_pass_lookup()
Stephan Bosch [Sun, 19 Apr 2020 17:14:03 +0000 (19:14 +0200)] 
lib-auth-client: auth-master - Move auth_master_pass_lookup()

5 weeks agolib-auth-client: auth-master - Move auth_master_cache_flush()
Stephan Bosch [Sun, 19 Apr 2020 16:51:01 +0000 (18:51 +0200)] 
lib-auth-client: auth-master - Move auth_master_cache_flush()

5 weeks agolib-auth-client: auth-master - Move request-related code to new auth-master-request.c
Stephan Bosch [Sat, 5 Jan 2019 10:22:44 +0000 (11:22 +0100)] 
lib-auth-client: auth-master - Move request-related code to new auth-master-request.c

5 weeks agolib-auth-client: auth-master - Make auth_master_connect() public
Stephan Bosch [Fri, 4 Jan 2019 21:26:25 +0000 (22:26 +0100)] 
lib-auth-client: auth-master - Make auth_master_connect() public

5 weeks agolib-auth-client: auth-master - Rename auth_connection_close() to auth_master_disconne...
Stephan Bosch [Mon, 2 Oct 2017 18:26:19 +0000 (20:26 +0200)] 
lib-auth-client: auth-master - Rename auth_connection_close() to auth_master_disconnect() and make it public

5 weeks agolib-auth-client: auth-master - Move call to auth_request_lookup_abort() to central...
Stephan Bosch [Mon, 2 Oct 2017 15:05:21 +0000 (17:05 +0200)] 
lib-auth-client: auth-master - Move call to auth_request_lookup_abort() to central place

This is a preparation for a later changes that add more abort invokations.

5 weeks agolib-auth-client: auth-master - Move definitions to new auth-master-private.h
Stephan Bosch [Sun, 11 Mar 2018 13:20:26 +0000 (14:20 +0100)] 
lib-auth-client: auth-master - Move definitions to new auth-master-private.h

5 weeks agolib-auth-client: auth-master - Move auth master connection function definitions in...
Stephan Bosch [Mon, 2 Oct 2017 14:25:58 +0000 (16:25 +0200)] 
lib-auth-client: auth-master - Move auth master connection function definitions in header

5 weeks agolib-auth-client: auth-master - Move timeout callbacks
Stephan Bosch [Mon, 2 Oct 2017 12:53:24 +0000 (14:53 +0200)] 
lib-auth-client: auth-master - Move timeout callbacks

5 weeks agolib-auth-client: auth-master - Move definition of struct auth_master_user_list_ctx
Stephan Bosch [Wed, 22 Feb 2017 21:29:54 +0000 (22:29 +0100)] 
lib-auth-client: auth-master - Move definition of struct auth_master_user_list_ctx

5 weeks agolib-auth-client: auth-master - Move definition of struct auth_master_lookup_ctx
Stephan Bosch [Mon, 2 Oct 2017 09:47:07 +0000 (11:47 +0200)] 
lib-auth-client: auth-master - Move definition of struct auth_master_lookup_ctx

5 weeks agolib-auth-client: auth-master - Move auth_request_lookup_abort()
Stephan Bosch [Mon, 2 Oct 2017 13:01:48 +0000 (15:01 +0200)] 
lib-auth-client: auth-master - Move auth_request_lookup_abort()

5 weeks agolib-auth-client: auth-master - Move is_valid_string()
Stephan Bosch [Mon, 2 Oct 2017 09:43:28 +0000 (11:43 +0200)] 
lib-auth-client: auth-master - Move is_valid_string()

5 weeks agolib-auth-client: auth-master - Move args_hide_passwords()
Stephan Bosch [Mon, 2 Oct 2017 09:42:19 +0000 (11:42 +0200)] 
lib-auth-client: auth-master - Move args_hide_passwords()

5 weeks agolib-auth-client: auth-master - Move parse_reply()
Stephan Bosch [Mon, 2 Oct 2017 09:40:22 +0000 (11:40 +0200)] 
lib-auth-client: auth-master - Move parse_reply()

5 weeks agolib-auth-client: auth-master - Move auth_lookup_reply_callback()
Stephan Bosch [Mon, 2 Oct 2017 09:38:59 +0000 (11:38 +0200)] 
lib-auth-client: auth-master - Move auth_lookup_reply_callback()

5 weeks agolib-auth-client: auth-master - Move auth_master_handshake_line()
Stephan Bosch [Mon, 2 Oct 2017 09:35:06 +0000 (11:35 +0200)] 
lib-auth-client: auth-master - Move auth_master_handshake_line()

5 weeks agolib-lua: dluaL_error() - Add noreturn attribute to the function
Timo Sirainen [Mon, 25 Aug 2025 10:09:01 +0000 (13:09 +0300)] 
lib-lua: dluaL_error() - Add noreturn attribute to the function

This helps static analyzers.

5 weeks agolib-storage: mdbox_save_begin() - Drop redundant code.
Marco Bettini [Mon, 25 Aug 2025 15:13:06 +0000 (15:13 +0000)] 
lib-storage: mdbox_save_begin() - Drop redundant code.

Found by Coverity, 41954  Operands don't affect result
The comparison with UOFF_T_MAX is always true.

5 weeks agolib-storage: mdbox_map_append_assign_map_uids() - Drop redundant code.
Marco Bettini [Mon, 25 Aug 2025 15:09:47 +0000 (15:09 +0000)] 
lib-storage: mdbox_map_append_assign_map_uids() - Drop redundant code.

Found by Coverity, 41955, 41956  Operands don't affect result
The comparison with UOFF_T_MAX is always true.

5 weeks agolib-auth-client: Make auth lookups stop if master service is killed
Aki Tuomi [Fri, 30 May 2025 09:07:27 +0000 (12:07 +0300)] 
lib-auth-client: Make auth lookups stop if master service is killed

5 weeks agolib-auth: auth-master - Prevent stopped ioloop from hiding error in auth_master_input...
Stephan Bosch [Tue, 5 May 2020 09:58:06 +0000 (11:58 +0200)] 
lib-auth: auth-master - Prevent stopped ioloop from hiding error in auth_master_input_line()

5 weeks agolib-oauth2, oauth2: Add oauth2_token_expire_grace setting
Timo Sirainen [Fri, 15 Aug 2025 10:36:08 +0000 (13:36 +0300)] 
lib-oauth2, oauth2: Add oauth2_token_expire_grace setting