summaryrefslogtreecommitdiffhomepage
path: root/src/internal
AgeCommit message (Collapse)AuthorFilesLines
2016-08-10src/internal/ntapi_open.c: remove accidental #include of <ntcon/ntcon.h>midipix1-1/+0
2016-07-24process creation: added __ntapi_tt_spawn_native_process().midipix2-0/+2
2016-07-24internals: added __ntapi_tt_open_file_utf8() and __ntapi_tt_open_dir_utf8().midipix2-0/+100
2016-06-30whitespace meditation.midipix2-5/+5
2016-06-30nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll).midipix1-1/+3
2016-06-30ntapi_vtbl: string functions: code maintenance.midipix2-3/+3
2016-06-30nt_string.h, ntapi_vtbl: added snprintf (via ntdll).midipix1-1/+2
2016-06-30__ntapi_init_completed: as in __ntapi_init_once, return address of shadow vtbl.midipix1-1/+1
2016-06-29free-standing environment: remove fluff from the argv/envp parsing facility.midipix2-4/+0
2016-06-28string functions: added __ntapi_tt_strncmp_utf16().midipix2-0/+2
2016-06-28string functions: added __ntapi_tt_strncmp_multibyte().midipix2-0/+2
2016-06-28string functions: added __ntapi_tt_strcmp_utf16().midipix2-0/+2
2016-06-28string functions: added __ntapi_tt_strcmp_multibyte().midipix2-0/+2
2016-06-24process tokens: added __ntapi_tt_[enable/disable]_token_privilege().midipix2-0/+8
2016-06-24internals: added handle to the process's primary token.midipix2-0/+8
2016-06-16__ntapi_sc_getsockopt(): initial implementation and integration.midipix2-0/+2
2016-06-16__ntapi_sc_setsockopt(): initial implementation and integration.midipix2-0/+2
2016-05-28code maintenance: debug: change type of 'char *' parameters to 'const char *'.midipix1-5/+5
2016-05-14__ntapi_log_write(): properly handle signedness.midipix1-2/+2
2016-05-14code maintenance: properly initialize struct entities.midipix1-4/+8
2016-05-14code maintenance: mark unused parameters.midipix2-0/+5
2016-05-14internals: __ntapi_log_write(): initial implementation.midipix1-0/+66
2016-05-14debug: remove dead buffer.midipix1-3/+1
2016-03-22socket interfaces: sc_getpeername: initial integration.midipix2-0/+4
Integration of this function into the library has been delayed since the AFD ioctl operation, while succeeding, seems to only memset the caller's address buffer, and accordingly to never copy the remote socket address to it. Callers of sc_getpeername() should therefore first check the return value for success -- which may be used as indication that the socket is connected -- and then test the returned address buffer for validity.
2016-01-23annual chores.midipix9-9/+9
2015-09-26makefile replacement: step 2/2: use the midipix build template.midipix1-1/+1
2015-09-26pty inheritance: client-side implementation.midipix2-0/+2
2015-07-27entered advanced internal development stage.midipix9-0/+1360