summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* r18708: much nicer fixStefan Metzmacher2007-10-101-2/+1
* r18704: readd BOOL define to fix the buildStefan Metzmacher2007-10-101-0/+1
* r18685: we don't need this hereStefan Metzmacher2007-10-101-1/+0
* r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.Andrew Tridgell2007-10-101-4/+7
* r18563: - move more of the header checks into lib/replace/Andrew Tridgell2007-10-101-5/+0
* r18553: - confdefs.h is always included in configure checks no need to includ...Stefan Metzmacher2007-10-101-3/+1
* r18548: don't use #elif as we don't notice when 2 HAVE_IFACE_ versions are de...Stefan Metzmacher2007-10-101-3/+9
* r18321: fixed some warnings on AIXAndrew Tridgell2007-10-101-0/+1
* r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher2007-10-101-3/+3
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2007-10-101-3/+3
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-105-0/+851
* r17524: Lets see if we can try and get the socket_wapper includes to beAndrew Bartlett2007-10-101-1/+1
* r17253: add configure checks for writev/readv to see how portable they'reStefan Metzmacher2007-10-101-0/+3
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-102-14/+19
* r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett2007-10-102-11/+24
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15798: shortcut the lookup of "localhost" in the ipv6 backendAndrew Tridgell2007-10-101-1/+5
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+1
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-102-3/+6
* r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij2007-10-101-4/+4
* r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2007-10-102-4/+21
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij2007-10-101-4/+4
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-105-81/+38
* r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij2007-10-102-0/+109
* r15344: Fix shared library buildJelmer Vernooij2007-10-102-3/+3
* r15329: I'm sick of this patch being in my local tree...Andrew Bartlett2007-10-101-7/+8
* r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2007-10-101-1/+1
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-101-1/+1
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-0/+1
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-4/+5
* r15295: Fix some dependenciesJelmer Vernooij2007-10-101-1/+2
* r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2007-10-102-5/+5
* r15271: Fix --enable-dsoJelmer Vernooij2007-10-101-1/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-4/+4
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+2
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-4/+0
* r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell2007-10-101-2/+3
* r13956: make more functions publicStefan Metzmacher2007-10-101-39/+39
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-102-0/+2
* r13662: Typo fix, add more public headersJelmer Vernooij2007-10-101-1/+1
* r12959: hopefully fix bug #3365 this timeStefan Metzmacher2007-10-101-5/+7
* r12911: try to fix bug #3365Stefan Metzmacher2007-10-102-4/+12
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-108-323/+568
* r12728: Revive testparm.Andrew Bartlett2007-10-102-3/+6
* r12670: Make a couple of dependencies stricterJelmer Vernooij2007-10-101-0/+3
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-103-3/+0
* r12592: Remove some useless dependenciesJelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-6/+5
* r12239: as we only get error from our events system when we wait for read eve...Stefan Metzmacher2007-10-101-1/+1