src/server/daemon/ws-fn.c

changeset 59
ab25c0a231d0
parent 52
aced2245fb1c
child 81
d25825f37967
equal deleted inserted replaced
58:66c22e54aa90 59:ab25c0a231d0
48 { "type-by-extension", object_type_by_extension, NULL, 0}, 48 { "type-by-extension", object_type_by_extension, NULL, 0},
49 { "send-file", send_file, NULL, 0}, 49 { "send-file", send_file, NULL, 0},
50 { "common-index", service_index, NULL, 0}, 50 { "common-index", service_index, NULL, 0},
51 { "service-hello", service_hello, NULL, 0}, 51 { "service-hello", service_hello, NULL, 0},
52 { "send-options", send_options, NULL, 0}, 52 { "send-options", send_options, NULL, 0},
53 { "webdav-init", webdav_init, NULL, 0},
54 { "webdav-setcollection", webdav_setcollection, NULL, 0},
53 { "webdav-service", webdav_service, NULL, 0}, 55 { "webdav-service", webdav_service, NULL, 0},
54 { "admin-index", adm_index, NULL, 0}, 56 { "admin-index", adm_index, NULL, 0},
55 { "auth-basic", auth_basic, NULL, 0 }, 57 { "auth-basic", auth_basic, NULL, 0 },
56 { "auth-db", auth_db, NULL, 0 }, 58 { "auth-db", auth_db, NULL, 0 },
57 { "require-auth", require_auth, NULL, 0}, 59 { "require-auth", require_auth, NULL, 0},

mercurial