- Jan 10, 2022
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Jan 07, 2022
-
-
Pavel Kácha authored
-
- Dec 08, 2021
-
-
Pavel Kácha authored
-
- Nov 28, 2021
-
-
Václav Bartoš authored
-
- Nov 26, 2021
-
-
Václav Bartoš authored
-
- Sep 16, 2021
-
-
Václav Bartoš authored
-
- Sep 02, 2021
-
-
- Aug 25, 2020
-
-
Rajmund Hruška authored
-
- Aug 11, 2020
-
-
Pavel Kácha authored
-
- Aug 15, 2019
-
-
Pavel Kácha authored
-
- Nov 23, 2018
-
-
Radko Krkoš authored
* Needed to correctly support UTF-8 ReadableSTR decoding on Py3
-
Radko Krkoš authored
-
Radko Krkoš authored
* Introduced in 5f2e50a0 * Caused the POST payload to be always ignored, breaking the function completely. * Great job finding and debugging this, Honza Žerdík.
-
- Aug 28, 2018
-
-
Radko Krkoš authored
-
Radko Krkoš authored
Fixes wrong references in embedded (dict in dict) class variables outside the class variable definition context, for redefined inherited class variables.
-
- Aug 20, 2018
-
-
Radko Krkoš authored
Aimed mainly at web method invocation (similar to warden_curl_test.sh from warden_client) and some command line interface commands.
-
Pavel Kácha authored
Shuffle directories and filenames to get rid of historic cruft and to better reflect contrib/production status
-
Pavel Kácha authored
-
- Aug 16, 2018
-
-
Pavel Kácha authored
Discontinuing Warden2 branch. All hails to the team behind it as it stood for a defining ground and exploration space for 3rd Warden incarnation. Kudos and RIP.
-
* The warn() variant was never documented and was deprecated in Py3.3. * Correct variant warning() worked in all Python versions since logging module inclusion. Details: https://bugs.python.org/issue13235 Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
* WSGI specification is loosely defined, some servers (nginx, wsgi_ref, ...) would hang if no payload was present and CONTENT-LENGTH was missing. * We now implement the correct (more strict) behaviour on application part according to specification. Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
- Aug 09, 2018
-
-
* No longer silently accept pattern 'a@b@c', otherwise stay compatibile. * Valid patterns are: 'user@fqdn', '<user@fqdn>', 'user <user@fqdn>', 'user surname <user@fqdn>', no Unicode support, multiple e-mails separated by comma are allowed. * Replace email.utils.parseaddr() with extended regular expression. * Remove import email.utils as no other users exist. Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
- Jul 24, 2018
-
-
Signed-off-by:
Pavel Kácha <ph@cesnet.cz>
-
- Jun 25, 2018
-
-
Radko Krkoš authored
* All input files (config, maps, idea schema) are expected in UTF-8, * Add helper get_method_params() hiding 2vs3 internal differences, * Report Python version in getInfo, * Argparse compatibility fixes.
-
- Apr 12, 2018
-
-
+ possibility to specify cacert
-
- It didn't work with newer MySQL versions - Fixed timezone conversions
-
read_cfg() no longer add directory of warden_client.py in front of the config file name. It simply opens the path/filename passed. This allows to install warden_client.py to system paths and use relative paths to config files, but IT MAY BROKE SOME EXISTING INSTALLATIONS if they use relative path to config file and run script from different directory than where warden_client.py is located.
-
-
- Feb 09, 2018
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Sep 18, 2017
-
-
Pavel Kácha authored
-
Pavel Kácha authored
-
Pavel Kácha authored
-
- Jul 25, 2017
-
-
Pavel Kácha authored
Better error reporting on unreadable client files, group loose umask and file perms to allow webserver access
-
Pavel Kácha authored
-
Pavel Kácha authored
-