summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_bsd.c
Commit message (Expand)AuthorAgeFilesLines
* lib/tsocket: avoid endless cpu-spinning in tstream_bsd_fde_handler()Stefan Metzmacher2022-10-191-5/+116
* lib/tsocket: remember the first error as tstream_bsd->errorStefan Metzmacher2022-10-191-0/+39
* lib/tsocket: check for errors indicated by poll() before getsockopt(fd, SOL_S...Stefan Metzmacher2022-10-191-1/+79
* lib/tsocket: split out tsocket_bsd_error() from tsocket_bsd_pending()Stefan Metzmacher2022-10-191-19/+23
* lib/tsocket: new function to parse host port strs.Matthew Grant2021-09-281-0/+100
* lib/tsocket: Fix build on FreebsdAmitay Isaacs2021-09-161-0/+2
* tsocket: set errno on some failures of tsocket_address_inet_from_stringsUri Simchoni2021-09-131-0/+2
* Rename macro argument s_addr due to it already being definedPeter Eriksson2020-02-281-3/+3
* lib/tsocket: add a comment regarding TEVENT_FD_READ in tstream_bsd_connect_se...Stefan Metzmacher2020-02-261-0/+8
* lib:tsocket: New function to build a tsocket_context from samba_addressSamuel Cabrero2019-07-221-0/+12
* s3:utils: New struct to fix strict aliasing issues with sockets APISamuel Cabrero2019-07-221-59/+47
* tsocket: Do not dereference a NULL pointerAndreas Schneider2016-06-301-4/+8
* lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme2016-02-101-1/+61
* lib/tsocket: fix non-blockging connect() error handlingRalph Boehme2015-10-211-8/+5
* Fix a typoVolker Lendecke2015-06-191-2/+2
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-121-0/+30
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-121-0/+24
* tsocket: Use common code in tsocket_bsd_common_prepare_fdVolker Lendecke2015-06-051-29/+7
* tsocket: Use iov_advanceVolker Lendecke2015-02-241-50/+17
* tsocket: Fix a typoVolker Lendecke2015-02-241-1/+1
* tsocket: Pass the full port number to getaddrinfo().Andreas Schneider2013-07-011-1/+1
* tsocket: Add some constVolker Lendecke2013-06-141-1/+1
* tsocket: ENOMEM can be retried on illumos/Solaris.Ira Cooper2013-03-131-0/+6
* tsocket_bsd: Attempt to increase the SO_SNDBUF if we get EMSGSIZE in sendto()Andrew Bartlett2013-03-041-0/+26
* lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2012-11-051-6/+67
* lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher2012-10-231-1/+9
* lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher2012-09-221-4/+1
* tsocket: fill in sa.sa_len if the system supports itStefan Metzmacher2010-11-051-0/+12
* tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...Stefan Metzmacher2010-10-231-1/+2
* tsocket: ask the kernel for the specific local address after a tcp connectStefan Metzmacher2010-10-231-3/+54
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-10-041-0/+1
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-09-281-0/+1
* tsocket: we return -1 on error, not fdAndrew Tridgell2010-09-151-7/+7
* Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"Stefan Metzmacher2010-08-281-29/+29
* lib/tsocket: sa_socklen is a macro on irix, so better use sasocklenStefan Metzmacher2010-08-271-29/+29
* tsocket: Fix some type-punned warningsVolker Lendecke2010-06-211-2/+2
* lib/tsocket: add tsocket_address_is_unix() functionStefan Metzmacher2010-04-271-0/+17
* lib/tsocket: add tsocket_address_is_inet() functionStefan Metzmacher2010-04-271-0/+37
* Revert "tsocket: not all systems have IPV6_V6ONLY"Stefan Metzmacher2010-04-241-2/+2
* tsocket_bsd: Always use a real length for the sa_socklen, and keep it aroundAndrew Bartlett2010-04-081-68/+16
* tsocket: not all systems have IPV6_V6ONLYAndrew Tridgell2010-03-261-2/+2
* tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()Stefan Metzmacher2010-02-181-2/+4
* Fix commit d07cd37b993d3c9beded20323174633b806196b5Jeremy Allison2010-02-171-1/+4
* tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREADStefan Metzmacher2010-02-171-4/+6
* tsocket/bsd: set IPV6_V6ONLY on AF_INET6 socketsStefan Metzmacher2010-02-171-0/+36
* tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...Stefan Metzmacher2010-02-171-2/+53
* tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...Stefan Metzmacher2010-02-171-1/+1
* tsocket/bsd: fix do_bind logic for AF_INETStefan Metzmacher2010-02-171-2/+2
* tsocket: only copy the specific part of sockaddr*Stefan Metzmacher2009-12-241-0/+5
* tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)Stefan Metzmacher2009-12-241-4/+5