39a6495c86
Make more module init functions public, since they are compiled with -fvisibility=hidden. Not doing this causes failures on Mac OS X.
...
(This used to be commit da1a9438bd
)
2008-02-20 19:40:20 +01:00
602f4635da
Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'
...
(This used to be commit 269cbf84d8
)
2008-02-18 19:06:17 +01:00
be4decb2b7
r26467: Use getifaddrs() for interface enumeration and provide replacements for platforms that don't have it in lib/replace.
...
(This used to be commit 9b4924fbd8
)
2007-12-21 05:50:31 +01:00
4b0199a549
r26409: Pass smb ports along.
...
(This used to be commit 2833f320de
)
2007-12-21 05:49:42 +01:00
fc88ba4a7e
r26406: Make a copy to prevent modification of the loadparm configuration.
...
(This used to be commit c0f2775fd8
)
2007-12-21 05:49:37 +01:00
c64c571591
r26405: Import support for getifaddrs from Samba3.
...
(This used to be commit 5827b7460a
)
2007-12-21 05:49:37 +01:00
0b8ec6de02
r26404: Disable socket wrapper for the interface detection code to work around the fact that the ioctls for enumerating interfaces are not very reliable when used on unix domain sockets.
...
Ideally, we should be implementing the SIOCGIFCONF and SIOCGIFADDR ioctls in socket wrapper.
(This used to be commit 035c483100
)
2007-12-21 05:49:36 +01:00
70f1f33af8
r26402: Require a talloc context in libnetif.
...
(This used to be commit a35e51871b
)
2007-12-21 05:49:33 +01:00
6f2252dace
r26401: Don't cache interfaces context in libnetif.
...
(This used to be commit 9f975417cc
)
2007-12-21 05:49:32 +01:00
1ea47faa97
r26397: Fix circular dependency in samba-socket.
...
(This used to be commit 801c8c766c
)
2007-12-21 05:49:26 +01:00
43d18b91b4
r26383: Make interfaces argument explicit.
...
(This used to be commit 89008ae18d
)
2007-12-21 05:49:17 +01:00
5f4842cf65
r26376: Add context for libcli_resolve.
...
(This used to be commit 459e1466a4
)
2007-12-21 05:49:12 +01:00
01d2acfdb4
r26335: Specify name_resolve_order to socket code.
...
(This used to be commit b03e5d0011
)
2007-12-21 05:48:46 +01:00
c5bf20c5fe
r26325: Remove use of global_loadparm in netif.
...
(This used to be commit e452cb2859
)
2007-12-21 05:48:37 +01:00
2f5ca872a8
r26313: Fix more uses of static loadparm.
...
(This used to be commit 6fd0d9d3b7
)
2007-12-21 05:48:25 +01:00
b09047b78e
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network.h because we stripped down includes.
...
(This used to be commit 262c1c23a6
)
2007-12-21 05:43:00 +01:00
f1e23d5a62
r25600: fix stupid typo...this should fix the build on sunX
...
metze
(This used to be commit 192c05556f
)
2007-10-10 15:08:03 -05:00
6bc52259aa
r25545: Use inet_ntop for ipv4 code as well - should make it easier to share code between IPv4 and IPv6 later on.
...
(This used to be commit e3df90927b
)
2007-10-10 15:07:51 -05:00
719a4ae0d3
r25522: Convert to standard bool types.
...
(This used to be commit 5e814287ba
)
2007-10-10 15:07:47 -05:00
60a1046c5c
r25430: Add the loadparm context to all parametric options.
...
(This used to be commit fd697d77c9
)
2007-10-10 15:07:31 -05:00
cabc0955d9
r25411: Fix IPv6 socket backend.
...
(This used to be commit 02b4621181
)
2007-10-10 15:07:29 -05:00
37d53832a4
r25398: Parse loadparm context to all lp_*() functions.
...
(This used to be commit 3fcc960839
)
2007-10-10 15:07:25 -05:00
55568328ad
r25384: Support DGRAM IPv6 sockets.
...
(This used to be commit e227c74971
)
2007-10-10 15:07:23 -05:00
f7ae1fc1ca
r25122: fix interface detection code
...
jelmer: I wonder what broke it...
metze
(This used to be commit 4c8063b9c4
)
2007-10-10 15:06:43 -05:00
203bb616b9
r25043: Avoid allocation on with NULL parent.
...
(This used to be commit 3f30cd5688
)
2007-10-10 15:05:47 -05:00
98b57d5eb6
r25035: Fix some more warnings, use service pointer rather than service number in more places.
...
(This used to be commit df9cebcb97
)
2007-10-10 15:05:43 -05:00
dccf3f99e4
r25027: Fix more warnings.
...
(This used to be commit 5085c53fcf
)
2007-10-10 15:05:41 -05:00
ffeee68e4b
r25026: Move param/param.h out of includes.h
...
(This used to be commit abe8349f9b
)
2007-10-10 15:05:38 -05:00
959915a8cb
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.
...
(This used to be commit 0bcb21ed74
)
2007-10-10 15:05:28 -05:00
bd5a802a26
r24992: Remove some uses of lp_*().
...
(This used to be commit a5a1a55405
)
2007-10-10 15:05:25 -05:00
bfb6d6a35e
r24939: Integrate IPv4 and IPv6 modules (a lot of code can be shared).
...
(This used to be commit 15f47aaf53
)
2007-10-10 15:03:39 -05:00
8e2d624a58
r24937: Merge tests spoolss RPC callbacks.
...
(This used to be commit 9b256a0ca2
)
2007-10-10 15:03:39 -05:00
61ffa08f4c
r24712: No longer expose the 'BOOL' data type in any interfaces.
...
(This used to be commit 1ce32673d9
)
2007-10-10 15:02:54 -05:00
0479a2f1cb
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac
)
2007-10-10 14:59:12 -05:00
3381a5c3a4
r23701: when we create a new socket with socket_accept(), clear any flags that
...
were set in the old one. Otherwise SOCKET_FLAG_NOCLOSE causes a major
fd leak
(This used to be commit 4e31eda055
)
2007-10-10 14:59:05 -05:00
59d1a2b30e
r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer that
...
we will handle the close of the socket
(This used to be commit d57aaf5ba6
)
2007-10-10 14:52:31 -05:00
b481b29a1a
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
...
(This used to be commit 5ff665b653
)
2007-10-10 14:51:50 -05:00
1db793be75
r22503: Add support for dgram to socket_ipv6. No tests yet...
...
(This used to be commit 2f64b75846
)
2007-10-10 14:51:34 -05:00
c58042c90e
r22488: Hopefully fix ipv6.
...
(This used to be commit 7a0da66e39
)
2007-10-10 14:51:33 -05:00
44760c3e6f
r22404: more dependencies which should be private
...
metze
(This used to be commit e0e35965d1
)
2007-10-10 14:51:14 -05:00
432dfdbcd1
r22089: check the return value of interpret_addr2()
...
(This used to be commit af6661e442
)
2007-10-10 14:49:50 -05:00
1afda7bdde
r21656: Move tests a bit closer to the things they test, should make syncing with samba3 easier.
...
(This used to be commit 4d755fb5d7
)
2007-10-10 14:49:05 -05:00
fd511d47e9
r18708: much nicer fix
...
metze
(This used to be commit 8999a9eb2e
)
2007-10-10 14:19:03 -05:00
e1b77f87ef
r18704: readd BOOL define to fix the build
...
but I think this is the wrong fix...
metze
(This used to be commit 018b142d93
)
2007-10-10 14:19:03 -05:00
1be714b287
r18685: we don't need this here
...
metze
(This used to be commit cc729e646c
)
2007-10-10 14:19:02 -05:00
3c76ac114d
r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.
...
(This used to be commit ac71f40f8f
)
2007-10-10 14:18:53 -05:00
6e3b94d3bc
r18563: - move more of the header checks into lib/replace/
...
- change the test for net/if.h to do a full compile, not just an
existance test. net/if.h is completely broken on hpux, and can never
compile (it uses stuff before it defines it), so by using a
AC_TRY_COMPILE() test we avoid using net/if.h on hpux, which should
fix the build
(This used to be commit bde18f3d5c
)
2007-10-10 14:18:46 -05:00
45e566b7cc
r18553: - confdefs.h is always included in configure checks no need to include them explicit
...
- undefine _XOPEN_SOURCE_EXTENDED for the AIX interface detection test
#define _XOPEN_SOURCE_EXTENDED 1 brings in sa_len to sockaddr on Tru64
which means the AIX code compiles...
metze
(This used to be commit 04a0a5144a
)
2007-10-10 14:18:45 -05:00
f8079a6386
r18548: don't use #elif as we don't notice when 2 HAVE_IFACE_ versions are defined
...
try to find the problem on Tru64...where configure says the AIX method finds 1 interface
but later can't compile netif.c. (revision 18486 was the last that detects ifconf with 2 interfaces)
metze
(This used to be commit 8fa9852160
)
2007-10-10 14:18:45 -05:00
9adf2883ef
r18321: fixed some warnings on AIX
...
(This used to be commit 449fab2c26
)
2007-10-10 14:18:08 -05:00