- Nov 04, 2024
-
-
Daniel Jagszent authored
fixes #6764
-
- Jul 30, 2023
-
- Jul 29, 2023
-
- Aug 17, 2022
-
-
- Jun 16, 2022
-
-
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.
-
- Mar 02, 2022
-
-
Jesse Norell authored
-
Jesse Norell authored
-
- Feb 03, 2022
-
-
Jesse Norell authored
-
- Apr 09, 2021
-
-
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
-
- Mar 18, 2021
-
-
Tommaso Basilici authored
#4961 modified remote API client edit to include lock and cancel, functions moved from client_edit to functions
-
- Nov 24, 2020
-
-
Marius Burkard authored
-
- Nov 17, 2020
-
-
Marius Burkard authored
-
- Jul 27, 2019
-
-
Marius Burkard authored
-
- Aug 17, 2018
-
-
Till Brehm authored
-
Till Brehm authored
- Feb 22, 2018
-
-
Marius Burkard authored
-
- Dec 29, 2017
-
-
Till Brehm authored
-
Marius Burkard authored
- Fixed #4893 Stored XSS issue in email name field
-
- Jan 22, 2017
-
-
Till Brehm authored
Improved the code that generates the ssh keys for clients and shell users and reorganized it into a central function.
-
- Oct 03, 2016
-
-
Marius Burkard authored
-
- Jul 05, 2016
-
-
Pascal Dreissen authored
-
- Jan 04, 2016
-
-
Marius Burkard authored
-
Marius Burkard authored
-
- Aug 23, 2015
-
-
Florian Schaal authored
-
- Jul 28, 2015
-
-
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 "ß").
-
- Apr 15, 2015
-
-
Marius Cramer authored
-
- Apr 07, 2015
-
-
Marius Cramer authored
-
- Aug 13, 2014
-
-
Marius Cramer authored
-
- Aug 08, 2014
-
-
Till Brehm authored
-
- Aug 01, 2014
-
-
Till Brehm authored
-
- Jul 31, 2014
-
-
Till Brehm authored
-
- Jul 29, 2014
-
-
Marius Cramer authored
-
- Feb 16, 2014
-
-
Till Brehm authored
-
- Dec 27, 2013
-
-
Florian Schaal authored
-
- Nov 14, 2013
-
-
Marius Cramer authored
-
Marius Cramer authored
-
- Oct 22, 2013
-
-
Falko Timme authored
-
- Oct 21, 2013
-
-
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.
-