1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00
Commit Graph

12561 Commits

Author SHA1 Message Date
Stefan Metzmacher
acfaba06f5 r22515: only steal pipe on success
metze
2007-10-10 14:51:35 -05:00
Jelmer Vernooij
846cfcf44d r22514: Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian). 2007-10-10 14:51:35 -05:00
Stefan Metzmacher
09da9f6490 r22508: at option for the startup delay
metze
2007-10-10 14:51:35 -05:00
Jelmer Vernooij
2f64b75846 r22503: Add support for dgram to socket_ipv6. No tests yet... 2007-10-10 14:51:34 -05:00
Rafal Szczesniak
01b1b2b36b r22501: dispatching events explicitly is not necessary.
rafal
2007-10-10 14:51:34 -05:00
Rafal Szczesniak
ebc67bc0ae r22500: there's a better way to find out if there are any children
rafal
2007-10-10 14:51:34 -05:00
Rafal Szczesniak
c438284adf r22499: UsrCtx should be created within UsersView. Tree widget just
opens it and passes the domain name(s) to operate on (selectable
via combo box).

rafal
2007-10-10 14:51:34 -05:00
Andrew Bartlett
43deee4f93 r22498: The initial LDIF import into Fedora DS didn't work, so just push this
onto the end of dse.ldif.

This make Fedora DS work with multiple naming contexts.

Andrew Bartlett
2007-10-10 14:51:33 -05:00
Andrew Bartlett
d7cd4b768a r22497: Support renaming objectclasses and attributes for the LDAP backend.
OpenLDAP is fussy about operational attributes in user-supplied
schema.

Andrew Bartlett
2007-10-10 14:51:33 -05:00
Andrew Bartlett
65327a0e4d r22494: Skip subSchema again, but we will need to remap this objectClass.
Make the Fedora DS backend test again.

Andrew Bartlett
2007-10-10 14:51:33 -05:00
Jelmer Vernooij
7a0da66e39 r22488: Hopefully fix ipv6. 2007-10-10 14:51:33 -05:00
Rafal Szczesniak
3face29cc2 r22487: Add a separate widget class for listing users and reposition
things on NetManager's screen. Qooxdoo layout positioning can
be tricky sometimes...

rafal
2007-10-10 14:51:32 -05:00
Stefan Metzmacher
6b23ab1fd2 r22486: add a flag to ignore timeouts of a request and don't close
the connection on timeout

metze
2007-10-10 14:51:32 -05:00
Stefan Metzmacher
0a8b4c328d r22485: don't crash when the main dcerpc code haven't setup
transport.recv_data yet

also return always a usefull error

metze
2007-10-10 14:51:32 -05:00
Andrew Bartlett
860dfa4ea1 r22478: Update the LDAP backend code to handle initialisation of multiple
partitions onto the target LDAP server.

Make the LDAP provision run before smbd starts, then stop the LDAP
server.  This ensures this occurs synchronously, We then restart it
for the 'real run' (with slapd's stdin being the FIFO).

This required fixing a few things in the provision scripts, with more
containers being created via a add/modify pair.

Andrew Bartlett
2007-10-10 14:51:31 -05:00
Andrew Bartlett
93e2ff2e85 r22477: When an invaild base is specified to ldb_search, it should return
LDB_ERR_NO_SUCH_OBJECT.  Handle this (found against LDAP, ldb_tdb is
being updated).

Andrew Bartlett
2007-10-10 14:51:31 -05:00
Andrew Bartlett
9908a05ef7 r22476: The OID match is used very oddly in AD, as it is often used for fields
that contain attribute names and objectClasses.  Make it a case
insensitive string for now.

Andrew Bartlett
2007-10-10 14:51:31 -05:00
Andrew Bartlett
e1536014a0 r22475: Rather than segfault, show the name of the malformed entry.
Andrew Bartlett
2007-10-10 14:51:30 -05:00
Andrew Bartlett
a2848dbf1f r22474: If ldb does not return sucess, then the res variable may not be valid.
It *should* just be NULL from the initialisation above, but I've had
this not be the case...

Andrew Bartlett
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
0dc78f7439 r22472: Commit the start of the DRSUAPI pull replication service.
It doesn't work completely yet because we aren't able to
resolve DNS SRV records. And also we also need a kdc locator
plugin...

But with some hacks the pull replication works fine

metze
2007-10-10 14:51:30 -05:00
Simo Sorce
50534c84b4 r22471: Convert more code to use proper LDB error codes.
This is a 1 to 1 convertion, next step is to make this
code report an error if the basedn is not used, hopefully
avoiding an  explicit search on the base object in the most
common cases.
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
3403c0cb15 r22470: merge handling of broken connections from wins replication client code
to the rpc client code

we need to always ask for read events on the socket otherwise we never
get the connection error reported.

shutdown the transport when a request timeout.

metze
2007-10-10 14:51:29 -05:00
Jelmer Vernooij
d491e60c70 r22462: Fix test suite for ndr parser without using 'our' 2007-10-10 14:51:23 -05:00
Jelmer Vernooij
cf5162ad10 r22457: Fix tests for Samba3 client generator. 2007-10-10 14:51:23 -05:00
Jelmer Vernooij
0375978403 r22456: Merge wireshark and ejs test improvements. 2007-10-10 14:51:22 -05:00
Stefan Metzmacher
62f9d0ce1c r22455: split dependecies array for compiling and linking and use better names:-)
calculate the CFLAGS only based on the public dependencies when recursing

metze
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
4e7d2ecfc0 r22454: - let asn1_deps.pl calculate the dependencies depending on the IMPORT line in the asn1 file
- fix some heimdal dependencies

metze
2007-10-10 14:51:22 -05:00
Jelmer Vernooij
2c82aea0d3 r22453: Fix TDR testsuite without using our. 2007-10-10 14:51:22 -05:00
Stefan Metzmacher
d970f18144 r22452: fix creation of MK_FILES variable in Makefile
metze
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
31fab208f6 r22451: allow
SKIP_DEP_FILES=yes make

metze
2007-10-10 14:51:21 -05:00
Andrew Bartlett
55639277b2 r22443: It isn't fatal to get the case wrong on this stuff.
Andrew Bartlett
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
9e68b0490d r22442: fix the build without autodependencies
metze
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
ced8b67377 r22440: fix autodependencies build
metze
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
fb2c89bf90 r22439: fix some dependencies
metze
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
2ab998da99 r22438: get rid of printf format warnings in heimdal code
metze
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
ca6594eb6b r22437: fix dependencies
metze
2007-10-10 14:51:19 -05:00
Stefan Metzmacher
8f86e6eba9 r22436: allow:
AUTOGEN_SKIP_SWAT=yes ./autogen.sh

metze
2007-10-10 14:51:19 -05:00
Andrew Bartlett
113544876f r22427: Abort in a few more cases of failure to provision.
Andrew Bartlett
2007-10-10 14:51:19 -05:00
Andrew Tridgell
bffb8f8800 r22424: fixed the bad merge (thanks to metze for pointing out) 2007-10-10 14:51:18 -05:00
Andrew Tridgell
fd8594d62e r22423: don't need popt here 2007-10-10 14:51:18 -05:00
Andrew Tridgell
a0ff739bca r22422: merged tdb changes from ctdb 2007-10-10 14:51:17 -05:00
Andrew Tridgell
3633f862b9 r22421: merged in latest ctdb changes from bzr 2007-10-10 14:51:17 -05:00
Stefan Metzmacher
3ac671bd5c r22420: fix smbd timeout
metze
2007-10-10 14:51:17 -05:00
James Peach
a8fe3c34e2 r22415: Remove test directory once we are finished. Merge -r 22393:22394
from SAMBA_3_0.
2007-10-10 14:51:17 -05:00
Stefan Metzmacher
103df4465e r22414: use more portable perl
hopefully fix solaris 8...

metze
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
b60a4f2765 r22410: disallow PUBLIC_ options on MODULE and BINARY
metze
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
81a2a144df r22409: try to fix selftest.pl on systems with old perl versions
metze
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
c7518d6140 r22408: more private dependecies
split MODULE::DCESRV from SUBSYSTEM::dcerpc_server

metze
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
7ad60e62fd r22407: this dependecies should be private
metze
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
7f07895cac r22406: this dependencies should also be private
metze
2007-10-10 14:51:15 -05:00