Home
last modified time | relevance | path

Searched refs:username (Results 1 – 10 of 10) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c347 username_len = username ? strlen(username) : 0; in http_auth_match_rules()
399 if (username && in http_auth_match_rules()
626 li_MD5_Update(&Md5Ctx, (unsigned char *)username->ptr, username->used - 1); in http_auth_basic_password_compare()
852 buffer_free(username); in http_auth_basic_check()
860 buffer_free(username); in http_auth_basic_check()
866 username->used = pw - username->ptr; in http_auth_basic_check()
871 buffer_free(username); in http_auth_basic_check()
906 buffer_free(username); in http_auth_basic_check()
922 char *username = NULL; in http_auth_digest_check() local
1027 if (!username || in http_auth_digest_check()
[all …]
H A Dmod_userdir.c30 buffer *username; member
44 p->username = buffer_init(); in INIT_FUNC()
72 buffer_free(p->username); in FREE_FUNC()
201 buffer_copy_string_len(p->username, con->uri.path->ptr + 2, rel_url - (con->uri.path->ptr + 2)); in URIHANDLER_FUNC()
205 && NULL == (pwd = getpwnam(p->username->ptr)) in URIHANDLER_FUNC()
216 if (buffer_is_equal(ds->value, p->username)) { in URIHANDLER_FUNC()
227 if (buffer_is_equal(ds->value, p->username)) { in URIHANDLER_FUNC()
249 for (cp = p->username->ptr; *cp; cp++) { in URIHANDLER_FUNC()
263 buffer_to_lower(p->username); in URIHANDLER_FUNC()
269 buffer_append_string_len(p->temp_path, p->username->ptr, 1); in URIHANDLER_FUNC()
[all …]
H A Dserver.c227 CLEAN(srvconf.username); in server_init()
315 CLEAN(srvconf.username); in server_free()
1491 if (srv->srvconf.username->used) { in main()
1492 if (NULL == (pwd = getpwnam(srv->srvconf.username->ptr))) { in main()
1494 "can't find username", srv->srvconf.username); in main()
1652 if (srv->srvconf.username->used) { in main()
1653 initgroups(srv->srvconf.username->ptr, grp->gr_gid); in main()
H A Dbase.h504 buffer *username; member
H A Dconfigfile.c133 cv[4].destination = srv->srvconf.username; in config_insert()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dauthentication.txt33 The Basic method transfers the username and the password in
67 A file which contains username and the cleartext password
78 A file which contains username and the crypt()'ed password
94 A file which contains username, realm and the md5()'ed
131 2. get DN for filter = username
163 # 'username' from the login dialog
178 # "require" => "user=<username>" )
H A Dsecurity.txt47 server.username = "..."
H A Dfeatures.txt65 Access control only allows authentication via username and password. There
H A Dconfiguration.txt310 server.username
311 username used to run the server
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/
H A Dlighttpd.orig.conf104 server.username = "lighttpd"