| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Jun 7 00:42:51 CEST 2011 on sn-devel-104
|
| |
| |
| |
| |
| | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Mon Jun 6 23:31:09 CEST 2011 on sn-devel-104
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Only waiting for writability doesn't get fd errors back with poll.
So always begin by selecting for readability, and if we get it then
see if bytes were available to read or it really is an error condition.
If bytes were available, remove the select on read as we know we
will retrieve the error when we've finished writing and start
reading the reply (or the write will timeout or fail).
Metze and Volker please check.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Mon Jun 6 21:53:16 CEST 2011 on sn-devel-104
|
| |
| |
| |
| |
| |
| |
| | |
We are here only if we have more than one num_pending
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jun 6 18:21:17 CEST 2011 on sn-devel-104
|
| |
| |
| |
| |
| | |
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jun 6 14:11:06 CEST 2011 on sn-devel-104
|
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Björn Jacke <bj@sernet.de>
Autobuild-Date: Mon Jun 6 12:58:26 CEST 2011 on sn-devel-104
|
| |
| |
| |
| | |
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
| |
| |
| |
| |
| | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Jun 6 10:48:53 CEST 2011 on sn-devel-104
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Now that we don't allow the smb.conf to change the modules dir, many
functions that simply load modules or initialise a subsytem that may
load modules no longer need an lp_ctx.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| |
| | |
The Samba waf build ensures that dyn_MODULESDIR is always correct
(even for in-tree binaries), so we don't need to allow the user to
configure this at run time.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This brings these helpful utility functions in common, as they are not
based on either loadparm system.
(The 'modules dir' parameter from Samba4 will shortly be removed, so
there is no loss in functionality)
Andrew Bartlett
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
In the top level build, this allows calls to code that requires a
lpcfg_ style loadparm_context, while using the global parameters
loaded from the source3 loadparm code.
Andrew Bartlett
|
| |
| |
| |
| |
| |
| |
| | |
These roles (ROLE_DOMAIN_CONTROLLER is ROLE_DOMAIN_BDC) will come in
from the s3 loadparm.
Andrew Bartlett
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
This was only used by the Fedora DS backend for Samba4. We agreed to
no longer support external LDAP backends.
Andrew Bartlett
|
| |
| |
| |
| | |
This is now just idmap.ldb in the private dir, which remains.
|
| |
| |
| |
| | |
This is now just secrets.ldb in the private dir, which remains.
|
| |
| |
| |
| |
| |
| | |
This now just relies on the private dir parameter, which remains.
Andrew Bartlett
|
| |
| |
| |
| | |
This was removed recently.
|
| |
| |
| |
| |
| | |
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Mon Jun 6 05:35:36 CEST 2011 on sn-devel-104
|
| |
| |
| |
| | |
the code is now generic to both V4 and V6
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
don't force v4 in connect_multi
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
it now passes all tests
|
| | |
|
| |
| |
| |
| | |
the comment is not correct any more
|
| |
| |
| |
| | |
these make no sense as DNS addresses
|
| |
| |
| |
| | |
WINS only does IPv4
|
| |
| |
| |
| |
| | |
This avoids unnecessary name lookups, plus it fixes a problem with
using interpret_string_addr*() with the wildcard IPv6 address
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
this adds the parametric option ipv6:enable=true/false
It defaults to false for now, until the remaining issues with testing
of ipv6 are resolved
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
NBT doesn't do IPv6
|
| |
| |
| |
| |
| | |
this allows stream_setup_socket() to work with both v4 and v6
addresses
|
| |
| |
| |
| |
| | |
when we need to listen on a wildcard address, we now listen on a list
of sockets, usually 0.0.0.0 and ::
|
| |
| |
| |
| |
| | |
for IP we now detect the address family from the address, rather than
requiring the caller to specify it.
|
| |
| |
| |
| |
| | |
this changes ipv6_listen() to use IPV6_V6ONLY, and to setup the right
scope id for link local IPv6 addresses
|
| |
| |
| |
| | |
this converts a struct sockaddr_storage to a struct socket_address
|
| |
| |
| |
| |
| | |
this adds iface_list_first_v4() and iface_list_n_is_v4(). The NBT
server will use these to allow it to listen only for IPv4 addresses.
|