src/server/daemon/ws-fn.c

changeset 107
7e81699d1f77
parent 96
0185b13bf41f
child 116
d7a186cf87f6
equal deleted inserted replaced
106:b122f34ddc80 107:7e81699d1f77
48 { "type-by-extension", object_type_by_extension, NULL, NULL, 0}, 48 { "type-by-extension", object_type_by_extension, NULL, NULL, 0},
49 { "send-file", send_file, NULL, NULL, 0}, 49 { "send-file", send_file, NULL, NULL, 0},
50 { "common-index", service_index, NULL, NULL, 0}, 50 { "common-index", service_index, NULL, NULL, 0},
51 { "service-hello", service_hello, NULL, NULL, 0}, 51 { "service-hello", service_hello, NULL, NULL, 0},
52 { "send-options", send_options, NULL, NULL, 0}, 52 { "send-options", send_options, NULL, NULL, 0},
53 { "webdav-init", webdav_init, NULL, NULL, 0},
54 { "webdav-setcollection", webdav_setcollection, NULL, NULL, 0},
55 { "webdav-service", webdav_service, NULL, NULL, 0},
56 { "admin-init", admin_init, NULL, NULL, 0}, 53 { "admin-init", admin_init, NULL, NULL, 0},
57 { "admin-service", admin_service, NULL, NULL, 0}, 54 { "admin-service", admin_service, NULL, NULL, 0},
58 { "auth-basic", auth_basic, NULL, NULL, 0 }, 55 { "auth-basic", auth_basic, NULL, NULL, 0 },
59 { "auth-db", auth_db, NULL, NULL, 0 }, 56 { "auth-db", auth_db, NULL, NULL, 0 },
60 { "require-auth", require_auth, NULL, NULL, 0}, 57 { "require-auth", require_auth, NULL, NULL, 0},

mercurial