index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tsocket
/
tsocket_bsd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tsocket: fill in sa.sa_len if the system supports it
Stefan Metzmacher
2010-11-05
1
-0
/
+12
*
tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...
Stefan Metzmacher
2010-10-23
1
-1
/
+2
*
tsocket: ask the kernel for the specific local address after a tcp connect
Stefan Metzmacher
2010-10-23
1
-3
/
+54
*
tsocket: make sure we delete the fd event before calling close()
Stefan Metzmacher
2010-10-04
1
-0
/
+1
*
tsocket: make sure we delete the fd event before calling close()
Stefan Metzmacher
2010-09-28
1
-0
/
+1
*
tsocket: we return -1 on error, not fd
Andrew Tridgell
2010-09-15
1
-7
/
+7
*
Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"
Stefan Metzmacher
2010-08-28
1
-29
/
+29
*
lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen
Stefan Metzmacher
2010-08-27
1
-29
/
+29
*
tsocket: Fix some type-punned warnings
Volker Lendecke
2010-06-21
1
-2
/
+2
*
lib/tsocket: add tsocket_address_is_unix() function
Stefan Metzmacher
2010-04-27
1
-0
/
+17
*
lib/tsocket: add tsocket_address_is_inet() function
Stefan Metzmacher
2010-04-27
1
-0
/
+37
*
Revert "tsocket: not all systems have IPV6_V6ONLY"
Stefan Metzmacher
2010-04-24
1
-2
/
+2
*
tsocket_bsd: Always use a real length for the sa_socklen, and keep it around
Andrew Bartlett
2010-04-08
1
-68
/
+16
*
tsocket: not all systems have IPV6_V6ONLY
Andrew Tridgell
2010-03-26
1
-2
/
+2
*
tsocket/bsd: fix comment in tdgram_bsd_recvfrom_handler()
Stefan Metzmacher
2010-02-18
1
-2
/
+4
*
Fix commit d07cd37b993d3c9beded20323174633b806196b5
Jeremy Allison
2010-02-17
1
-1
/
+4
*
tsocket/bsd: fix bug #7115 FreeBSD includes the UDP header in FIONREAD
Stefan Metzmacher
2010-02-17
1
-4
/
+6
*
tsocket/bsd: set IPV6_V6ONLY on AF_INET6 sockets
Stefan Metzmacher
2010-02-17
1
-0
/
+36
*
tsocket/bsd: fix bug #7140 autodetect ipv4 and ipv6 based on the remote addre...
Stefan Metzmacher
2010-02-17
1
-2
/
+53
*
tsocket/bsd: fix bug #7140 use calculated sa_socklen for bind() in tstream_bs...
Stefan Metzmacher
2010-02-17
1
-1
/
+1
*
tsocket/bsd: fix do_bind logic for AF_INET
Stefan Metzmacher
2010-02-17
1
-2
/
+2
*
tsocket: only copy the specific part of sockaddr*
Stefan Metzmacher
2009-12-24
1
-0
/
+5
*
tsocket: allow AF_UNIX sockaddrs smaller than sizeof(sockaddr_un)
Stefan Metzmacher
2009-12-24
1
-4
/
+5
*
tsocket: Fixed typo in LGPL header.
Andreas Schneider
2009-12-15
1
-1
/
+1
*
tsocket: add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sock...
Stefan Metzmacher
2009-12-15
1
-5
/
+49
*
tsocket_bsd: return -1 and set errno to ENAMETOOLONG if the unix path is too ...
Stefan Metzmacher
2009-11-03
1
-1
/
+6
*
tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...
Stefan Metzmacher
2009-07-16
1
-21
/
+21
*
tsocket/bsd: also ask for TEVENT_FD_READ when we want to write into a stream ...
Stefan Metzmacher
2009-06-29
1
-2
/
+9
*
tsocket/bsd: more correctly check if the cached tevent_fd is still valid
Stefan Metzmacher
2009-06-29
1
-4
/
+12
*
tsocket: allow empty vectors at the end for tstream_writev()/readv()
Stefan Metzmacher
2009-05-22
1
-0
/
+26
*
Set errno=ENOMEM if tevent_add_fd fails
Volker Lendecke
2009-05-19
1
-0
/
+4
*
Simplify the logic of tsocket_bsd_pending
Volker Lendecke
2009-05-19
1
-24
/
+26
*
tsocket: add tstream implementation for bsd sockets (inet and unix)
Stefan Metzmacher
2009-05-01
1
-0
/
+900
*
tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()
Stefan Metzmacher
2009-05-01
1
-5
/
+5
*
tsocket: tdgram move input checks to the common code as there're needed for a...
Stefan Metzmacher
2009-05-01
1
-22
/
+1
*
tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)
Stefan Metzmacher
2009-05-01
1
-2
/
+22
*
tsocket: remove tsocket_context related stuff
Stefan Metzmacher
2009-05-01
1
-674
/
+13
*
tsocket: fix the build without ipv6 support
Stefan Metzmacher
2009-04-16
1
-0
/
+2
*
tsocket: reduce size of dummy variable
Stefan Metzmacher
2009-04-06
1
-1
/
+1
*
tsocket: use the correct 'ret' variable for tdgram_disconnect_send/recv()
Stefan Metzmacher
2009-04-06
1
-8
/
+2
*
tsocket: remove DGRAM support from tsocket_context
Stefan Metzmacher
2009-04-02
1
-72
/
+0
*
tsocket: optimize tdgram_bsd a lot
Stefan Metzmacher
2009-04-02
1
-27
/
+54
*
tsocket: split out a smaller tdgram_context abstraction
Stefan Metzmacher
2009-04-02
1
-0
/
+844
*
tsocket: try to fix the build on solaris FIONREAD was missing
Stefan Metzmacher
2009-03-31
1
-0
/
+1
*
tsocket: more s/sun/un to make the build on solaris happy
Stefan Metzmacher
2009-03-28
1
-6
/
+6
*
tsocket: try to fix the build on solaris systems
Stefan Metzmacher
2009-03-27
1
-18
/
+18
*
lib/tsocket: add an implementation for bsd style sockets.
Stefan Metzmacher
2009-03-19
1
-0
/
+1126