summaryrefslogtreecommitdiffstats
path: root/source4/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* Use environment variable rather than loadparm parameter when testingJelmer Vernooij2008-11-021-1/+1
* Fix the build.Jelmer Vernooij2008-11-021-3/+1
* Use a separate global for nonblocking socket testing rather than global_loadp...Jelmer Vernooij2008-11-022-1/+5
* Remove unused include param/param.h.Jelmer Vernooij2008-10-243-3/+0
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-1/+1
* Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij2008-10-231-3/+3
* Fix warning, prototype.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher2008-05-211-11/+5
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
* Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-4/+4
* lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...Stefan Metzmacher2008-05-161-25/+3
* lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-161-10/+0
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-1/+1
* 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