summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-12/+9
* Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij2008-04-131-3/+3
* lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2008-03-182-47/+3
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-202-3/+3
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-2/+2
* r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2007-12-212-437/+1
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-211-0/+4
* r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2007-12-212-3/+10
* r26405: Import support for getifaddrs from Samba3.Jelmer Vernooij2007-12-212-1/+107
* r26404: Disable socket wrapper for the interface detection code to work aroun...Jelmer Vernooij2007-12-211-0/+1
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-212-12/+13
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-213-54/+36
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-213-5/+3
* r26383: Make interfaces argument explicit.Jelmer Vernooij2007-12-211-15/+20
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-214-19/+19
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-214-6/+21
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-212-18/+19
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-9/+8
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-212-37/+30
* r25600: fix stupid typo...this should fix the build on sunXStefan Metzmacher2007-10-101-1/+1
* r25545: Use inet_ntop for ipv4 code as well - should make it easier to share ...Jelmer Vernooij2007-10-102-12/+17
* r25522: Convert to standard bool types.Jelmer Vernooij2007-10-106-69/+69
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25411: Fix IPv6 socket backend.Jelmer Vernooij2007-10-101-10/+12
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-3/+3
* r25384: Support DGRAM IPv6 sockets.Jelmer Vernooij2007-10-101-10/+23
* r25122: fix interface detection codeStefan Metzmacher2007-10-101-0/+3
* r25043: Avoid allocation on with NULL parent.Jelmer Vernooij2007-10-101-2/+3
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-104-0/+4
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-101-4/+0
* r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).Jelmer Vernooij2007-10-103-556/+443
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-101-0/+2
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1012-36/+24
* r23701: when we create a new socket with socket_accept(), clear any flags thatAndrew Tridgell2007-10-101-0/+1
* r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer thatAndrew Tridgell2007-10-102-1/+12
* r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij2007-10-102-2/+2
* r22503: Add support for dgram to socket_ipv6. No tests yet...Jelmer Vernooij2007-10-101-3/+99
* r22488: Hopefully fix ipv6.Jelmer Vernooij2007-10-101-3/+16
* r22404: more dependencies which should be privateStefan Metzmacher2007-10-101-4/+3
* r22089: check the return value of interpret_addr2()Andrew Tridgell2007-10-101-0/+3
* r21656: Move tests a bit closer to the things they test, should make syncing ...Jelmer Vernooij2007-10-101-0/+191
* 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