Fix warning, prototype.
[samba.git] / source4 / lib / socket / socket.c
2008-10-12 Jelmer VernooijFix warning, prototype.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24992: Remove some uses of lp_*().
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23701: when we create a new socket with socket_accept...
2007-10-10 Andrew Tridgellr22960: added a SOCKET_FLAG_NOCLOSE to allow us to...
2007-10-10 Jelmer Vernooijr22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the...
2007-10-10 Andrew Bartlettr17197: This patch moves the encryption of bulk data...
2007-10-10 Andrew Bartlettr17168: Now that TLS (and soon SASL) is below the socke...
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Jelmer Vernooijr15349: Integrate set_socket_options() into the socket...
2007-10-10 Stefan Metzmacherr13956: make more functions public
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Andrew Tridgellr9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000
2007-10-10 Andrew Tridgellr8408: its quite common in our code to free up a connec...
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 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 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 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 Andrew Tridgellr3450: portability fixes
2007-10-10 Andrew Tridgellr3356: in the standard process model we need to make...
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 Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
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 Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2581: added "hosts allow" and "hosts deny" checking...
2007-10-10 Stefan Metzmacherr2439: - function that return just an int don't need...
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