r8671: use much shorter names for the selftest directory and socket wrapper
[bbaumbach/samba-autobuild/.git] / source4 / lib / socket /
2007-10-10 Andrew Tridgellr8408: its quite common in our code to free up a connec...
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Stefan Metzmacherr8044: give a better error code
2007-10-10 Andrew Tridgellr7668: - setup HAVE_ILDAP to enable the ildap backend...
2007-10-10 Andrew Tridgellr7660: improved error handling in socket_connect_ev...
2007-10-10 Andrew Tridgellr7626: a new ldap client library. Main features are:
2007-10-10 Andrew Tridgellr7476: ensure dgram sockets are created non-blocking...
2007-10-10 Andrew Tridgellr7227: added a socket_pending() call to abstract away...
2007-10-10 Andrew Tridgellr7205: added support for sendto() on unix domain sockets
2007-10-10 Jelmer Vernooijr6795: Make some functions static and remove some unuse...
2007-10-10 Andrew Tridgellr6562: added support for datagram unix domain sockets...
2007-10-10 Jelmer Vernooijr6070: Fix typo's and fallback to "" as default user...
2007-10-10 Andrew Bartlettr5903: While I can't test IPv6, metze asked me to commi...
2007-10-10 Andrew Bartlettr5898: Handle errors in the 'sync' name and IP address...
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5108: the beginnings of a nbtd server for Samba4....
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4831: added udp support to our generic sockets library.
2007-10-10 Andrew Tridgellr4753: added the ability for the generic socket library...
2007-10-10 Stefan Metzmacherr4686: cerate a function to create a socket by specifyi...
2007-10-10 Jelmer Vernooijr3753: Have some modules default to "NOT" and enable...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3482: fixed a warning and an error from the IRIX 6...
2007-10-10 Andrew Tridgellr3457: s_addr is a macro on solaris, so we can't use...
2007-10-10 Andrew Tridgellr3450: portability fixes
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3356: in the standard process model we need to make...
2007-10-10 Andrew Tridgellr3335: better configure support for ipv6 - thanks to...
2007-10-10 Jelmer Vernooijr3334: Allow disabling IPv6 support using socket:noipv6
2007-10-10 Andrew Tridgellr3333: added configure tests for ipv6 support
2007-10-10 Jelmer Vernooijr3329: Add support for IPv6
2007-10-10 Andrew Tridgellr3318: generate random STATUS_MORE_ENTRIES errors ...
2007-10-10 Andrew Tridgellr3314: added a option "socket:testnonblock" to the...
2007-10-10 Andrew Tridgellr3313: in socket_accept() make the new socket non-block...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3300: initialise *sendlen on failure, to allow for...
2007-10-10 Andrew Tridgellr3279: Removed MSG_DONTWAIT flags as many platform...
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr3184: don't setup socket options on unix domain socket...
2007-10-10 Andrew Tridgellr3183: moved the unlink of the messaging unixdom socket...
2007-10-10 Jelmer Vernooijr3169: unlink() is called on the listening unix socket...
2007-10-10 Andrew Tridgellr3020: better error handling in socket_unix
2007-10-10 Andrew Tridgellr3016: - converted the events code to talloc
2007-10-10 Andrew Tridgellr3015: fixed typo noticed by abartlett
2007-10-10 Andrew Tridgellr3013: added support for unix domain sockets in the...
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Andrew Tridgellr2622: to implement the SOCKET_FLAG_BLOCK option in...
2007-10-10 Andrew Tridgellr2581: added "hosts allow" and "hosts deny" checking...
2007-10-10 Stefan Metzmacherr2446: implement socket_get_<peer|my>_<addr|port>(...
2007-10-10 Stefan Metzmacherr2439: - function that return just an int don't need...
2007-10-10 Stefan Metzmacherr2365: remove MSG_NOSIGNAL
2007-10-10 Stefan Metzmacherr2343: - make socket_get_*_addr() return char * not...
2007-10-10 Stefan Metzmacherr2328: add the start of a new system and protocol