# HG changeset patch # User Mike Becker # Date 1468420026 -7200 # Node ID 3020d1b5e7bd3a64d0fdf5fe12a5034f39518123 # Parent 470f0c2e505e8c2a6856ea946d9020fac6f729c7 adds XSD for dav config XML and removes comma as authmethod delimiter diff -r 470f0c2e505e -r 3020d1b5e7bd dav/config.c --- a/dav/config.c Wed Jul 13 14:38:17 2016 +0200 +++ b/dav/config.c Wed Jul 13 16:27:06 2016 +0200 @@ -267,7 +267,7 @@ } } else if(xstreq(key, "authmethods")) { repo->authmethods = CURLAUTH_NONE; - const char *delims = " ,\r\n"; + const char *delims = " \r\n"; char *meths = strdup(value); char *meth = strtok(meths, delims); while (meth) { diff -r 470f0c2e505e -r 3020d1b5e7bd docs/config.xsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/config.xsd Wed Jul 13 16:27:06 2016 +0200 @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +