summaryrefslogtreecommitdiff
path: root/source4/lib/socket
AgeCommit message (Expand)AuthorFilesLines
2008-10-23Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij1-1/+1
2008-10-23Rename same_net to same_net_v4 for consistency with Samba 3.Jelmer Vernooij1-3/+3
2008-10-12Fix warning, prototype.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-05-21lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKSStefan Metzmacher1-11/+5
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij1-1/+2
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-4/+4
2008-05-16lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...Stefan Metzmacher1-25/+3
2008-05-16lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher1-10/+0
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-12/+9
2008-04-13Use torture_assert_mem_equal() in a couple more places.Jelmer Vernooij1-3/+3
2008-03-18lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2-47/+3
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2-3/+3
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-2/+2
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2-437/+1
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-0/+4
2007-12-21r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2-3/+10
2007-12-21r26405: Import support for getifaddrs from Samba3.Jelmer Vernooij2-1/+107
2007-12-21r26404: Disable socket wrapper for the interface detection code to work aroun...Jelmer Vernooij1-0/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij2-12/+13
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij3-54/+36
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij3-5/+3
2007-12-21r26383: Make interfaces argument explicit.Jelmer Vernooij1-15/+20
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