summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij4-19/+19
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij4-6/+21
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2-18/+19
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-9/+8
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2-37/+30
2007-10-10r25600: fix stupid typo...this should fix the build on sunXStefan Metzmacher1-1/+1
2007-10-10r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...Jelmer Vernooij2-12/+17
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij6-69/+69
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25411: Fix IPv6 socket backend.Jelmer Vernooij1-10/+12
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij3-3/+3
2007-10-10r25384: Support DGRAM IPv6 sockets.Jelmer Vernooij1-10/+23
2007-10-10r25122: fix interface detection codeStefan Metzmacher1-0/+3
2007-10-10r25043: Avoid allocation on with NULL parent.Jelmer Vernooij1-2/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25027: Fix more warnings.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij4-0/+4
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+2
2007-10-10r24992: Remove some uses of lp_*().Jelmer Vernooij1-4/+0
2007-10-10r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).Jelmer Vernooij3-556/+443
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-0/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell12-36/+24
2007-10-10r23701: when we create a new socket with socket_accept(), clear any flags thatAndrew Tridgell1-0/+1
2007-10-10r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell2-1/+12
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