- 17 Aug, 2022 1 commit
-
-
- 16 Jun, 2022 1 commit
-
-
Judah MW authored
Amavisd supports wildcards by performing decreasingly specific SQL lookups: 9 - lookup for user+foo@sub.example.com 8 - lookup for user@sub.example.com 7 - lookup for user+foo 6 - lookup for user 5 - lookup for @sub.example.com 3 - lookup for @.sub.example.com 2 - lookup for @.example.com 1 - lookup for @.com 0 - lookup for @. (catchall) (https://www.ijs.si/software/amavisd/README.lookups.txt) However idn_to_* returns an empty string if the domain has a leading dot which means lookups 0-3 cannot be used. This is fixed by removing the leading dot before encoding or decoding and adding it back just before returning the domain.
-
- 02 Mar, 2022 2 commits
-
-
Jesse Norell authored
-
Jesse Norell authored
-
- 03 Feb, 2022 1 commit
-
-
Jesse Norell authored
-
- 09 Apr, 2021 2 commits
-
-
Tommaso Basilici authored
Update interface/lib/classes/remote.d/client.inc.php, interface/lib/classes/functions.inc.php, interface/web/client/client_edit.php files
-
Tommaso Basilici authored
-
- 18 Mar, 2021 1 commit
-
-
Tommaso Basilici authored
#4961 modified remote API client edit to include lock and cancel, functions moved from client_edit to functions
-
- 24 Nov, 2020 1 commit
-
-
Marius Burkard authored
-
- 17 Nov, 2020 1 commit
-
-
Marius Burkard authored
-
- 27 Jul, 2019 1 commit
-
-
Marius Burkard authored
-
- 17 Aug, 2018 3 commits
-
-
Till Brehm authored
-
Till Brehm authored
-
Till Brehm authored
-
- 22 Feb, 2018 1 commit
-
-
Marius Burkard authored
-
- 29 Dec, 2017 2 commits
-
-
Till Brehm authored
-
Marius Burkard authored
- Fixed #4893 Stored XSS issue in email name field
-
- 22 Jan, 2017 1 commit
-
-
Till Brehm authored
Improved the code that generates the ssh keys for clients and shell users and reorganized it into a central function.
-
- 03 Oct, 2016 1 commit
-
-
Marius Burkard authored
-
- 05 Jul, 2016 1 commit
-
-
Pascal Dreissen authored
-
- 04 Jan, 2016 2 commits
-
-
Marius Burkard authored
-
Marius Burkard authored
-
- 23 Aug, 2015 1 commit
-
-
Florian Schaal authored
-
- 28 Jul, 2015 1 commit
-
-
Marius Cramer authored
- make sure umlautdomains can be found in lists. - sorting by database name did not work in database quota list. - IDN: use standard from 2008 (which also works with "ß").
-
- 15 Apr, 2015 1 commit
-
-
Marius Cramer authored
-
- 07 Apr, 2015 1 commit
-
-
Marius Cramer authored
-
- 13 Aug, 2014 1 commit
-
-
Marius Cramer authored
-
- 08 Aug, 2014 1 commit
-
-
Till Brehm authored
-
- 01 Aug, 2014 1 commit
-
-
Till Brehm authored
-
- 31 Jul, 2014 1 commit
-
-
Till Brehm authored
-
- 29 Jul, 2014 1 commit
-
-
Marius Cramer authored
-
- 16 Feb, 2014 1 commit
-
-
Till Brehm authored
-
- 27 Dec, 2013 1 commit
-
-
Florian Schaal authored
-
- 14 Nov, 2013 2 commits
-
-
Marius Cramer authored
-
Marius Cramer authored
-
- 22 Oct, 2013 1 commit
-
-
Falko Timme authored
-
- 21 Oct, 2013 1 commit
-
-
Florian Schaal authored
add database-size monitoring. the results stored in the database may be used to add the db-size to the web-quota, too.
-
- 18 Oct, 2013 1 commit
-
-
Falko Timme authored
- Improved getSearchSQL() function so that users can use their native date format so search for dates in lists.
-
- 11 Oct, 2013 1 commit
-
-
mcramer authored
- javascript hooks prepared (onAfterContentLoad is first available hook) - new abstract class for GET and POST requests - new js.d directory that is included into main template
-
- 05 Sep, 2013 1 commit
-
-
tbrehm authored
-