summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij2-2/+2
2007-10-10r22503: Add support for dgram to socket_ipv6. No tests yet...Jelmer Vernooij1-3/+99
2007-10-10r22488: Hopefully fix ipv6.Jelmer Vernooij1-3/+16
2007-10-10r22404: more dependencies which should be privateStefan Metzmacher1-4/+3
2007-10-10r22089: check the return value of interpret_addr2()Andrew Tridgell1-0/+3
2007-10-10r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij1-0/+191
2007-10-10r18708: much nicer fixStefan Metzmacher1-2/+1
2007-10-10r18704: readd BOOL define to fix the buildStefan Metzmacher1-0/+1
2007-10-10r18685: we don't need this hereStefan Metzmacher1-1/+0
2007-10-10r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.Andrew Tridgell1-4/+7
2007-10-10r18563: - move more of the header checks into lib/replace/Andrew Tridgell1-5/+0
2007-10-10r18553: - confdefs.h is always included in configure checks no need to includ...Stefan Metzmacher1-3/+1
2007-10-10r18548: don't use #elif as we don't notice when 2 HAVE_IFACE_ versions are de...Stefan Metzmacher1-3/+9
2007-10-10r18321: fixed some warnings on AIXAndrew Tridgell1-0/+1
2007-10-10r18213: don't list LIBREPLACE depdendecies explicit andStefan Metzmacher1-3/+3
2007-10-10r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell1-3/+3
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher5-0/+851
2007-10-10r17524: Lets see if we can try and get the socket_wapper includes to beAndrew Bartlett1-1/+1
2007-10-10r17253: add configure checks for writev/readv to see how portable they'reStefan Metzmacher1-0/+3
2007-10-10r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2-14/+19
2007-10-10r17168: Now that TLS (and soon SASL) is below the socket layer, we need toAndrew Bartlett2-11/+24
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r15798: shortcut the lookup of "localhost" in the ipv6 backendAndrew Tridgell1-1/+5
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett2-3/+6
2007-10-10r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij1-4/+4
2007-10-10r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2-4/+21
2007-10-10r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij1-4/+4
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett5-81/+38
2007-10-10r15349: Integrate set_socket_options() into the socket libraryJelmer Vernooij2-0/+109
2007-10-10r15344: Fix shared library buildJelmer Vernooij2-3/+3
2007-10-10r15329: I'm sick of this patch being in my local tree...Andrew Bartlett1-7/+8
2007-10-10r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij1-1/+1
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij1-1/+1
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-0/+1
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-4/+5
2007-10-10r15295: Fix some dependenciesJelmer Vernooij1-1/+2
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit...Jelmer Vernooij2-5/+5
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij1-1/+2
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-4/+4
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-4/+0
2007-10-10r14307: fixed dereference of my_address->addr when NULLAndrew Tridgell1-2/+3
2007-10-10r13956: make more functions publicStefan Metzmacher1-39/+39
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-0/+2
2007-10-10r13662: Typo fix, add more public headersJelmer Vernooij1-1/+1
2007-10-10r12959: hopefully fix bug #3365 this timeStefan Metzmacher1-5/+7
2007-10-10r12911: try to fix bug #3365Stefan Metzmacher2-4/+12
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett8-323/+568