1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/radicale
Unrud 592537e37c Introduce naming scheme for request handlers
The do_ prefix and upper case name allows easy
distinction between methods that handle requests
and other methods.
Without this distinction an attacker could
call arbitrary methods.
Currently there is no method that matches the
argument count, but that's easy to miss when new
methods are added.
2015-12-24 07:22:55 +01:00
..
auth Use PAM service 2015-08-11 16:46:46 -05:00
rights Prevent "regex injection" 2015-12-23 07:05:20 +01:00
storage Encode message and committer for git commits (fix #313) 2015-09-22 11:01:33 +02:00
__init__.py Introduce naming scheme for request handlers 2015-12-24 07:22:55 +01:00
__main__.py Fix the PID number stored on filesystem 2014-08-07 12:31:51 +02:00
config.py add ".well-known" addresses feature (closes #126) 2014-10-20 18:51:43 +02:00
ical.py Assign new items to correct key 2015-12-10 09:46:38 +01:00
log.py Don't crash because of missing SIGHUP on Windows 2014-11-03 11:21:12 +01:00
xmlutils.py Fix typo 2015-05-15 13:47:44 +01:00