Home
last modified time | relevance | path

Searched refs:security (Results 1 – 9 of 9) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dproc_open.c21 # 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 Dsecurity.txt14 lighttpd was developed with security in mind ...
17 :keywords: lighttpd, security
H A DMakefile.am16 security.txt \
54 security.html \
H A DMakefile.in296 security.txt \
334 security.html \
H A Dauthentication.txt35 in security problems if not used in conjunction with a crypted
H A Dfastcgi.txt64 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 Dconfigure.ac618 …t-align -Winline -Wsign-compare -Wnested-externs -Wpointer-arith -Wl,--as-needed -Wformat-security"
H A Dconfigure16928 …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 Dlibtool.m43171 dnl not every word. This closes a longstanding sh security hole.
5305 # For security reasons, it is highly recommended that you always