summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntapi.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-24internals: added handle to the process's primary token.midipix1-0/+7
2016-06-16__ntapi_sc_getsockopt(): initial implementation and integration.midipix1-0/+1
2016-06-16__ntapi_sc_setsockopt(): initial implementation and integration.midipix1-0/+1
2016-05-14code maintenance: properly initialize struct entities.midipix1-4/+8
2016-05-14code maintenance: mark unused parameters.midipix1-0/+1
2016-03-22socket interfaces: sc_getpeername: initial integration.midipix1-0/+2
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.midipix1-1/+1
2015-09-26pty inheritance: client-side implementation.midipix1-0/+1
2015-07-27entered advanced internal development stage.midipix1-0/+411