Searched refs:security (Results 1 – 9 of 9) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | proc_open.c | 21 # define SECURITY_DC , SECURITY_ATTRIBUTES *security 22 # define SECURITY_CC , security 23 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], security, 2048L) ? 0 : -1) 152 SECURITY_ATTRIBUTES security; in proc_open() local 165 memset(&security, 0, sizeof(security)); in proc_open() 166 security.nLength = sizeof(security); in proc_open() 167 security.bInheritHandle = TRUE; in proc_open() 168 security.lpSecurityDescriptor = NULL; in proc_open() 170 if (proc_open_pipes(proc, &security) != 0) { in proc_open() 193 procok = CreateProcess(NULL, cmdline->ptr, &security, &security, TRUE, in proc_open()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | security.txt | 14 lighttpd was developed with security in mind ... 17 :keywords: lighttpd, security
|
| H A D | Makefile.am | 16 security.txt \ 54 security.html \
|
| H A D | Makefile.in | 296 security.txt \ 334 security.html \
|
| H A D | authentication.txt | 35 in security problems if not used in conjunction with a crypted
|
| H A D | fastcgi.txt | 64 should note that FastCGI provides additional security as the 133 to docroot for authorized requests. For security 396 To increase the security of the started process you should only pass
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure.ac | 618 …t-align -Winline -Wsign-compare -Wnested-externs -Wpointer-arith -Wl,--as-needed -Wformat-security"
|
| H A D | configure | 16928 …t-align -Winline -Wsign-compare -Wnested-externs -Wpointer-arith -Wl,--as-needed -Wformat-security"
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 3171 dnl not every word. This closes a longstanding sh security hole. 5305 # For security reasons, it is highly recommended that you always
|