index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
socket
/
socket_unix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...
Stefan Metzmacher
2013-07-24
1
-2
/
+2
*
s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...
Andrew Bartlett
2013-07-23
1
-2
/
+2
*
s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...
Andrew Bartlett
2013-03-04
1
-1
/
+1
*
Handle EMSGSIZE on UNIX domain sockets.
Landon Fuller
2013-03-02
1
-9
/
+26
*
s4-socket: Make sure unix socket addresses are null terminated.
Andreas Schneider
2012-12-12
1
-5
/
+5
*
s3: Fix the clustering build
Volker Lendecke
2011-12-17
1
-2
/
+2
*
s4-socket: use set_close_on_exec()
Andrew Tridgell
2011-12-15
1
-0
/
+4
*
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
2011-06-20
1
-8
/
+8
*
source4/lib: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-0
/
+1
*
Make more module init functions public, since they are compiled with -fvisibi...
Jelmer Vernooij
2008-02-20
1
-1
/
+1
*
r25522: Convert to standard bool types.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
2007-10-10
1
-19
/
+7
*
r14307: fixed dereference of my_address->addr when NULL
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
2007-10-10
1
-51
/
+124
*
r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r8044: give a better error code
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It
Andrew Tridgell
2007-10-10
1
-0
/
+11
*
r7205: added support for sendto() on unix domain sockets
Andrew Tridgell
2007-10-10
1
-0
/
+32
*
r6562: added support for datagram unix domain sockets in the socket library
Andrew Tridgell
2007-10-10
1
-8
/
+24
*
r6070: Fix typo's and fallback to "" as default user name if no
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r5304: removed lib/socket/socket.h from includes.h
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4831: added udp support to our generic sockets library.
Andrew Tridgell
2007-10-10
1
-4
/
+5
*
r4753: added the ability for the generic socket library to handle async
Andrew Tridgell
2007-10-10
1
-10
/
+29
*
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2007-10-10
1
-5
/
+0
*
r3482: fixed a warning and an error from the IRIX 6.4 build
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3450: portability fixes
Andrew Tridgell
2007-10-10
1
-20
/
+20
*
r3314: added a option "socket:testnonblock" to the generic socket code. If
Andrew Tridgell
2007-10-10
1
-4
/
+3
*
r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...
Andrew Tridgell
2007-10-10
1
-0
/
+8
*
r3304: changed the API to lib/socket/ a little.
Andrew Tridgell
2007-10-10
1
-18
/
+7
*
r3279: Removed MSG_DONTWAIT flags as many platform don't have it.
Andrew Tridgell
2007-10-10
1
-9
/
+0
*
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
2007-10-10
1
-25
/
+1
*
r3184: don't setup socket options on unix domain sockets (our smb.conf socket...
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r3183: moved the unlink of the messaging unixdom socket to the messaging dest...
Andrew Tridgell
2007-10-10
1
-9
/
+0
*
r3169: unlink() is called on the listening unix socket every time a child pro...
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r3020: better error handling in socket_unix
Andrew Tridgell
2007-10-10
1
-50
/
+43
*
r3016: - converted the events code to talloc
Andrew Tridgell
2007-10-10
1
-0
/
+10
*
r3013: added support for unix domain sockets in the generic socket library. I
Andrew Tridgell
2007-10-10
1
-0
/
+319