r18594: fail the configure step if the required library is not found for tdb,
[samba.git] / source / lib / socket /
2007-10-10 Andrew Tridgellr18589: make inclusion of net/if.h conditional. It...
2007-10-10 Andrew Tridgellr18563: - move more of the header checks into lib/replace/
2007-10-10 Stefan Metzmacherr18553: - confdefs.h is always included in configure...
2007-10-10 Stefan Metzmacherr18548: don't use #elif as we don't notice when 2 HAVE_...
2007-10-10 Andrew Tridgellr18321: fixed some warnings on AIX
2007-10-10 Stefan Metzmacherr18213: don't list LIBREPLACE depdendecies explicit and
2007-10-10 Andrew Tridgellr18130: the move to system/ in libreplace broke some...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Andrew Bartlettr17524: Lets see if we can try and get the socket_wappe...
2007-10-10 Stefan Metzmacherr17253: add configure checks for writev/readv to see...
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 Tridgellr15798: shortcut the lookup of "localhost" in the ipv6...
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Jelmer Vernooijr15384: Improve naming of socket library, disable Requi...
2007-10-10 Jelmer Vernooijr15376: Add detection of -lnsl, required for building...
2007-10-10 Jelmer Vernooijr15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent...
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 Jelmer Vernooijr15344: Fix shared library build
2007-10-10 Andrew Bartlettr15329: I'm sick of this patch being in my local tree...
2007-10-10 Jelmer Vernooijr15314: Fix recursive dependency hack for static libs...
2007-10-10 Jelmer Vernooijr15313: Fix some dependencies in dso mode
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Jelmer Vernooijr15295: Fix some dependencies
2007-10-10 Jelmer Vernooijr15274: Drop default EXT_LIB_ prefix for external libra...
2007-10-10 Jelmer Vernooijr15271: Fix --enable-dso
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Andrew Tridgellr14307: fixed dereference of my_address->addr when...
2007-10-10 Stefan Metzmacherr13956: make more functions public
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13662: Typo fix, add more public headers
2007-10-10 Stefan Metzmacherr12959: hopefully fix bug #3365 this time
2007-10-10 Stefan Metzmacherr12911: try to fix bug #3365
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Andrew Bartlettr12728: Revive testparm.
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12239: as we only get error from our events system...
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Andrew Tridgellr11823: make the socket_connect_send() context a child...
2007-10-10 Andrew Tridgellr11822: reworked the socket_connect_multi() code so...
2007-10-10 Andrew Tridgellr11821: got rid of two more unnecessary variables and...
2007-10-10 Andrew Tridgellr11820: fixed some problems with the socket socket...
2007-10-10 Volker Lendecker11811: Revert 11808, this broke the selftest. No idea...
2007-10-10 Volker Lendecker11808: Fix socket_connect_ev
2007-10-10 Jelmer Vernooijr11382: Require number of required M4 macros
2007-10-10 Volker Lendecker11369: Implement socket_connect_multi: Connect to...
2007-10-10 Volker Lendecker11274: Start a connection attempt to the DC's port...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Stefan Metzmacherr11052: bring samba4 uptodate with the samba4-winsrepl...
2007-10-10 Stefan Metzmacherr11037:
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Jelmer Vernooijr10531: (hopefully) improve detection of socket-related...
2007-10-10 Jelmer Vernooijr10509: Some more sconscript fixes. Now getting to...
2007-10-10 Jelmer Vernooijr10456: More SCons fixes:
2007-10-10 Jelmer Vernooijr10452: Couple of small scons updates - ignore .sconsig...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
2007-10-10 Andrew Tridgellr10200: added a composite_trigger_done() call that...
2007-10-10 Andrew Tridgellr9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000
2007-10-10 Andrew Tridgellr9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000
2007-10-10 Andrew Tridgellr9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
2007-10-10 Stefan Metzmacherr9110: use printf again
2007-10-10 Stefan Metzmacherr9106: look for something more usefull in the -lnsl
2007-10-10 Stefan Metzmacherr9063: - don't pollute the global $LIBS variable with...
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...
next