Searched refs:require (Results 1 – 10 of 10) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | mod_auth.c | 206 buffer *require = p->conf.auth_require->data[k]->key; in mod_auth_uri_handler() local 208 if (require->used == 0) continue; in mod_auth_uri_handler() 209 if (con->uri.path->used < require->used) continue; in mod_auth_uri_handler() 214 if (0 == strncasecmp(con->uri.path->ptr, require->ptr, require->used - 1)) { in mod_auth_uri_handler() 219 if (0 == strncmp(con->uri.path->ptr, require->ptr, require->used - 1)) { in mod_auth_uri_handler() 443 const char *method, *realm, *require; in SETDEFAULTS_FUNC() local 453 method = realm = require = NULL; in SETDEFAULTS_FUNC() 462 require = ((data_string *)(da_file->value->data[m]))->value->ptr; in SETDEFAULTS_FUNC() 505 if (require == NULL) { in SETDEFAULTS_FUNC() 512 if (method && realm && require) { in SETDEFAULTS_FUNC() [all …]
|
| H A D | http_auth.c | 311 data_string *require; in http_auth_match_rules() local 333 require = (data_string *)array_get_element(req, "require"); in http_auth_match_rules() 336 if (0 == strcmp(require->value->ptr, "valid-user")) { in http_auth_match_rules() 344 log_error_write(srv, __FILE__, __LINE__, "sb", "rules", require->value); in http_auth_match_rules() 349 r = rules = require->value->ptr; in http_auth_match_rules() 369 require->value); in http_auth_match_rules() 377 require->value); in http_auth_match_rules() 385 require->value); in http_auth_match_rules()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | authentication.txt | 178 # "require" => "user=<username>" ) 187 auth.require = ( "/download/" => 191 "require" => "user=agent007|user=agent008" 197 "require" => "valid-user"
|
| H A D | status.txt | 49 Or require authorization: :: 51 auth.require = ( "/server-status" =>
|
| H A D | magnet.txt | 208 require "lfs" 316 require "lfs" 345 SuSE and Gentoo are known to have their own lfs packages and don't require a compile.
|
| H A D | features.txt | 76 traffic sites that require complex authentication schemes or that store
|
| H A D | configuration.txt | 277 .. note:: port belows 1024 require root-permissions
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 93 * only require FDEVENT_IN bit to be set for listening connections (fixes #2227) 305 * Do not rely on PATH_MAX (POSIX does not require it) (#580) 394 …* workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (C…
|
| H A D | aclocal.m4 | 64 dnl of the macros you require. 313 dnl require some minimum version. Point them to the right macro.
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 73 dnl unless we require an AC_DEFUNed macro: 222 # All known linkers require a '.a' archive for static linking (except MSVC, 7291 # g++ 2.7 appears to require '-G' NOT '-shared' on this
|