summaryrefslogtreecommitdiffstats
path: root/source3/lib/sock_exec.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-lib: Don't close the listener twice if we goto failed.Andreas Schneider2012-12-121-1/+1
| | | | | | | Found by Coverity. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-241-1/+1
|
* sock_exec: Avoid sys_connect.Jelmer Vernooij2012-03-241-2/+2
|
* Coverity fixesMarc VanHeyningen2008-03-171-1/+1
| | | | (This used to be commit 3fc85d22590550f0539215d020e4411bf5b14363)
* Check return value of dup(2)Volker Lendecke2008-02-231-2/+6
| | | | (This used to be commit d34701d49cf5b30f5b9963dab5643b4b62704413)
* Fix connect(2) callers to use correct sockaddr size.James Peach2007-12-091-2/+2
| | | | | | | | | | Some systems (eg Mac OSX 10.5) require the length passed to match the socket address family. This introduces sys_connect() that does the right thing, and replaces all uses oc connect(2) with sys_connect(). Note that there are some LGPL callers that still call connect(2) directly. (This used to be commit e1bfdc17c49da582cdf907e260301ab1946b2ed3)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-301-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)