summaryrefslogtreecommitdiff
path: root/source4/lib/socket/socket_unix.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-04s4-lib/socket: Return the original EMSGSIZE when sendto() and setsockopt() bo...Andrew Bartlett1-1/+1
2013-03-02Handle EMSGSIZE on UNIX domain sockets.Landon Fuller1-9/+26
2012-12-12s4-socket: Make sure unix socket addresses are null terminated.Andreas Schneider1-5/+5
2011-12-17s3: Fix the clustering buildVolker Lendecke1-2/+2
2011-12-15s4-socket: use set_close_on_exec()Andrew Tridgell1-0/+4
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-8/+8
2011-03-19source4/lib: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij1-1/+1
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-19/+7
2007-10-10r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell1-2/+3
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-51/+124
2007-10-10r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000Andrew Tridgell1-0/+1
2007-10-10r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell1-0/+2
2007-10-10r8044: give a better error codeStefan Metzmacher1-3/+3
2007-10-10r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. ItAndrew Tridgell1-0/+11
2007-10-10r7205: added support for sendto() on unix domain socketsAndrew Tridgell1-0/+32
2007-10-10r6562: added support for datagram unix domain sockets in the socket libraryAndrew Tridgell1-8/+24
2007-10-10r6070: Fix typo's and fallback to "" as default user name if noJelmer Vernooij1-1/+0
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+2
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4831: added udp support to our generic sockets library.Andrew Tridgell1-4/+5
2007-10-10r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell1-10/+29
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij1-5/+0
2007-10-10r3482: fixed a warning and an error from the IRIX 6.4 buildAndrew Tridgell1-0/+1
2007-10-10r3450: portability fixesAndrew Tridgell1-20/+20
2007-10-10r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell1-4/+3
2007-10-10r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell1-0/+8
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-18/+7
2007-10-10r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell1-9/+0
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-25/+1
2007-10-10r3184: don't setup socket options on unix domain sockets (our smb.conf socket...Andrew Tridgell1-1/+0
2007-10-10r3183: moved the unlink of the messaging unixdom socket to the messaging dest...Andrew Tridgell1-9/+0
2007-10-10r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij1-0/+4
2007-10-10r3020: better error handling in socket_unixAndrew Tridgell1-50/+43
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-0/+10
2007-10-10r3013: added support for unix domain sockets in the generic socket library. IAndrew Tridgell1-0/+319