Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8408: its quite common in our code to free up a connection when we get an | Andrew Tridgell | 1 | -0/+27 |
2007-10-10 | r8394: Make sure the argument to ctype is*(3) macros are unsigned char as | Love Hörnquist Åstrand | 1 | -1/+1 |
2007-10-10 | r8044: give a better error code | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r7668: - setup HAVE_ILDAP to enable the ildap backend in ldb | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7660: improved error handling in socket_connect_ev() (it matters when name | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7626: a new ldap client library. Main features are: | Andrew Tridgell | 4 | -5/+82 |
2007-10-10 | r7476: ensure dgram sockets are created non-blocking. As they usually skip | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It | Andrew Tridgell | 4 | -0/+40 |
2007-10-10 | r7205: added support for sendto() on unix domain sockets | Andrew Tridgell | 1 | -0/+32 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 2 | -7/+0 |
2007-10-10 | r6562: added support for datagram unix domain sockets in the socket library | Andrew Tridgell | 2 | -9/+26 |
2007-10-10 | r6070: Fix typo's and fallback to "" as default user name if no | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r5903: While I can't test IPv6, metze asked me to commit a matching change | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r5898: Handle errors in the 'sync' name and IP address handling code. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 7 | -0/+49 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r5108: the beginnings of a nbtd server for Samba4. Currently just displays | Andrew Tridgell | 2 | -0/+4 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r4831: added udp support to our generic sockets library. | Andrew Tridgell | 5 | -78/+208 |
2007-10-10 | r4753: added the ability for the generic socket library to handle async | Andrew Tridgell | 5 | -30/+104 |
2007-10-10 | r4686: cerate a function to create a socket by specifying an socket_ops struct | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r3753: Have some modules default to "NOT" and enable them again when | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r3733: More build system fixes/features: | Jelmer Vernooij | 2 | -6/+3 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 3 | -15/+0 |
2007-10-10 | r3482: fixed a warning and an error from the IRIX 6.4 build | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3457: s_addr is a macro on solaris, so we can't use it in structure names. a... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r3450: portability fixes | Andrew Tridgell | 5 | -103/+103 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 3 | -6/+9 |
2007-10-10 | r3356: in the standard process model we need to make sure we close all | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r3335: better configure support for ipv6 - thanks to a quick tutorial from metze | Andrew Tridgell | 1 | -1/+7 |
2007-10-10 | r3334: Allow disabling IPv6 support using socket:noipv6 | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r3333: added configure tests for ipv6 support | Andrew Tridgell | 2 | -1/+8 |
2007-10-10 | r3329: Add support for IPv6 | Jelmer Vernooij | 4 | -0/+373 |
2007-10-10 | r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as well | Andrew Tridgell | 1 | -2/+10 |
2007-10-10 | r3314: added a option "socket:testnonblock" to the generic socket code. If | Andrew Tridgell | 4 | -13/+30 |
2007-10-10 | r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG... | Andrew Tridgell | 2 | -0/+16 |
2007-10-10 | r3304: changed the API to lib/socket/ a little. | Andrew Tridgell | 4 | -62/+24 |
2007-10-10 | r3300: initialise *sendlen on failure, to allow for callers to check only for | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3279: Removed MSG_DONTWAIT flags as many platform don't have it. | Andrew Tridgell | 2 | -19/+1 |
2007-10-10 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 3 | -101/+32 |
2007-10-10 | r3184: don't setup socket options on unix domain sockets (our smb.conf socket... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3183: moved the unlink of the messaging unixdom socket to the messaging dest... | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r3169: unlink() is called on the listening unix socket every time a child pro... | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r3020: better error handling in socket_unix | Andrew Tridgell | 1 | -50/+43 |
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r3015: fixed typo noticed by abartlett | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r3013: added support for unix domain sockets in the generic socket library. I | Andrew Tridgell | 5 | -1/+334 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 1 | -6/+26 |