Jelmer Vernooij
78cf175165
r22516: Use DESTDIR
...
(This used to be commit d0f8d46813
)
2007-10-10 14:51:36 -05:00
Stefan Metzmacher
7236bcf39d
r22515: only steal pipe on success
...
metze
(This used to be commit acfaba06f5
)
2007-10-10 14:51:35 -05:00
Jelmer Vernooij
4b0820f9ad
r22514: Add version numbers to tdb and talloc (required so they can be packaged independent of Samba for Debian).
...
(This used to be commit 846cfcf44d
)
2007-10-10 14:51:35 -05:00
Stefan Metzmacher
5d2f325f83
r22508: at option for the startup delay
...
metze
(This used to be commit 09da9f6490
)
2007-10-10 14:51:35 -05:00
Jelmer Vernooij
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
Rafal Szczesniak
0b11b6e173
r22501: dispatching events explicitly is not necessary.
...
rafal
(This used to be commit 01b1b2b36b
)
2007-10-10 14:51:34 -05:00
Rafal Szczesniak
a07fb56da4
r22500: there's a better way to find out if there are any children
...
rafal
(This used to be commit ebc67bc0ae
)
2007-10-10 14:51:34 -05:00
Rafal Szczesniak
5d2daefcf2
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
(This used to be commit c438284adf
)
2007-10-10 14:51:34 -05:00
Andrew Bartlett
6d69e67dfd
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
(This used to be commit 43deee4f93
)
2007-10-10 14:51:33 -05:00
Andrew Bartlett
17078a46b8
r22497: Support renaming objectclasses and attributes for the LDAP backend.
...
OpenLDAP is fussy about operational attributes in user-supplied
schema.
Andrew Bartlett
(This used to be commit d7cd4b768a
)
2007-10-10 14:51:33 -05:00
Andrew Bartlett
f1851e7abc
r22494: Skip subSchema again, but we will need to remap this objectClass.
...
Make the Fedora DS backend test again.
Andrew Bartlett
(This used to be commit 65327a0e4d
)
2007-10-10 14:51:33 -05:00
Jelmer Vernooij
c58042c90e
r22488: Hopefully fix ipv6.
...
(This used to be commit 7a0da66e39
)
2007-10-10 14:51:33 -05:00
Rafal Szczesniak
9e752901b2
r22487: Add a separate widget class for listing users and reposition
...
things on NetManager's screen. Qooxdoo layout positioning can
be tricky sometimes...
rafal
(This used to be commit 3face29cc2
)
2007-10-10 14:51:32 -05:00
Stefan Metzmacher
f66bd1ae54
r22486: add a flag to ignore timeouts of a request and don't close
...
the connection on timeout
metze
(This used to be commit 6b23ab1fd2
)
2007-10-10 14:51:32 -05:00
Stefan Metzmacher
d7b0175249
r22485: don't crash when the main dcerpc code haven't setup
...
transport.recv_data yet
also return always a usefull error
metze
(This used to be commit 0a8b4c328d
)
2007-10-10 14:51:32 -05:00
Andrew Bartlett
3d4c4c5fa3
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
(This used to be commit 860dfa4ea1
)
2007-10-10 14:51:31 -05:00
Andrew Bartlett
a62b46b4b2
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
(This used to be commit 93e2ff2e85
)
2007-10-10 14:51:31 -05:00
Andrew Bartlett
47e0c78bac
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
(This used to be commit 9908a05ef7
)
2007-10-10 14:51:31 -05:00
Andrew Bartlett
1222a1c456
r22475: Rather than segfault, show the name of the malformed entry.
...
Andrew Bartlett
(This used to be commit e1536014a0
)
2007-10-10 14:51:30 -05:00
Andrew Bartlett
f72d4bfea1
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
(This used to be commit a2848dbf1f
)
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
023e245187
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
(This used to be commit 0dc78f7439
)
2007-10-10 14:51:30 -05:00
Simo Sorce
9ec83ae25d
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.
(This used to be commit 50534c84b4
)
2007-10-10 14:51:30 -05:00
Stefan Metzmacher
1912124dbf
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
(This used to be commit 3403c0cb15
)
2007-10-10 14:51:29 -05:00
Jelmer Vernooij
cc5ad07d84
r22462: Fix test suite for ndr parser without using 'our'
...
(This used to be commit d491e60c70
)
2007-10-10 14:51:23 -05:00
Jelmer Vernooij
b0d2090879
r22457: Fix tests for Samba3 client generator.
...
(This used to be commit cf5162ad10
)
2007-10-10 14:51:23 -05:00
Jelmer Vernooij
68d92f0a12
r22456: Merge wireshark and ejs test improvements.
...
(This used to be commit 0375978403
)
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
4924d03e6d
r22455: split dependecies array for compiling and linking and use better names:-)
...
calculate the CFLAGS only based on the public dependencies when recursing
metze
(This used to be commit 62f9d0ce1c
)
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
71761dbae8
r22454: - let asn1_deps.pl calculate the dependencies depending on the IMPORT line in the asn1 file
...
- fix some heimdal dependencies
metze
(This used to be commit 4e7d2ecfc0
)
2007-10-10 14:51:22 -05:00
Jelmer Vernooij
3b39a0df0a
r22453: Fix TDR testsuite without using our.
...
(This used to be commit 2c82aea0d3
)
2007-10-10 14:51:22 -05:00
Stefan Metzmacher
d511061e6f
r22452: fix creation of MK_FILES variable in Makefile
...
metze
(This used to be commit d970f18144
)
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
acedd59f35
r22451: allow
...
SKIP_DEP_FILES=yes make
metze
(This used to be commit 31fab208f6
)
2007-10-10 14:51:21 -05:00
Andrew Bartlett
ca33b7e675
r22443: It isn't fatal to get the case wrong on this stuff.
...
Andrew Bartlett
(This used to be commit 55639277b2
)
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
d8e01cb9bd
r22442: fix the build without autodependencies
...
metze
(This used to be commit 9e68b0490d
)
2007-10-10 14:51:21 -05:00
Stefan Metzmacher
c20df73427
r22440: fix autodependencies build
...
metze
(This used to be commit ced8b67377
)
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
80d4b8c14d
r22439: fix some dependencies
...
metze
(This used to be commit fb2c89bf90
)
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
f71b2fdfe2
r22438: get rid of printf format warnings in heimdal code
...
metze
(This used to be commit 2ab998da99
)
2007-10-10 14:51:20 -05:00
Stefan Metzmacher
2acf0d6537
r22437: fix dependencies
...
metze
(This used to be commit ca6594eb6b
)
2007-10-10 14:51:19 -05:00
Stefan Metzmacher
75d36415e9
r22436: allow:
...
AUTOGEN_SKIP_SWAT=yes ./autogen.sh
metze
(This used to be commit 8f86e6eba9
)
2007-10-10 14:51:19 -05:00
Andrew Bartlett
c6343915bf
r22427: Abort in a few more cases of failure to provision.
...
Andrew Bartlett
(This used to be commit 113544876f
)
2007-10-10 14:51:19 -05:00
Andrew Tridgell
a395425870
r22424: fixed the bad merge (thanks to metze for pointing out)
...
(This used to be commit bffb8f8800
)
2007-10-10 14:51:18 -05:00
Andrew Tridgell
b17445950e
r22423: don't need popt here
...
(This used to be commit fd8594d62e
)
2007-10-10 14:51:18 -05:00
Andrew Tridgell
046870c023
r22422: merged tdb changes from ctdb
...
(This used to be commit a0ff739bca
)
2007-10-10 14:51:17 -05:00
Andrew Tridgell
650d81b252
r22421: merged in latest ctdb changes from bzr
...
(This used to be commit 3633f862b9
)
2007-10-10 14:51:17 -05:00
Stefan Metzmacher
66a9f1e276
r22420: fix smbd timeout
...
metze
(This used to be commit 3ac671bd5c
)
2007-10-10 14:51:17 -05:00
James Peach
34952e81fa
r22415: Remove test directory once we are finished. Merge -r 22393:22394
...
from SAMBA_3_0.
(This used to be commit a8fe3c34e2
)
2007-10-10 14:51:17 -05:00
Stefan Metzmacher
86d376e484
r22414: use more portable perl
...
hopefully fix solaris 8...
metze
(This used to be commit 103df4465e
)
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
cd63c810c6
r22410: disallow PUBLIC_ options on MODULE and BINARY
...
metze
(This used to be commit b60a4f2765
)
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
3c070cb7c4
r22409: try to fix selftest.pl on systems with old perl versions
...
metze
(This used to be commit 81a2a144df
)
2007-10-10 14:51:16 -05:00
Stefan Metzmacher
a81f2396a4
r22408: more private dependecies
...
split MODULE::DCESRV from SUBSYSTEM::dcerpc_server
metze
(This used to be commit c7518d6140
)
2007-10-10 14:51:15 -05:00
Stefan Metzmacher
65881651c6
r22407: this dependecies should be private
...
metze
(This used to be commit 7ad60e62fd
)
2007-10-10 14:51:15 -05:00