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