summaryrefslogtreecommitdiff
path: root/source3/lib/sock_exec.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green1-0/+115
source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program. (This used to be commit 2dd18ca0cfd4d793067b9b712554565965db0af1)