Jeremy Allison
1ef269067c
r22539: Added _strict varients of the talloc calls to
...
return NULL on size == 0 varients.
Jeremy.
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
25fffe385e
r22538: same day late at night in au...:-)
...
fix the strcasecmp_m() returns 0 for a match
also use the correct array element to fill priv->dcinfo
the fixes the problems where ldb changes the order of the search results
when changing the main dc netbios name from "localhost" to "localtest"
metze
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
2d28258406
r22536: resolve name before passing to cldap
...
metze
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
c27519d351
r22535: pass down $(TESTS) to all test variants
...
metze
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
a26db7e694
r22534: don't remove socket and fd_event before we told the
...
packet layer.
also fix double free (left over from cut-n-paste)
metze
2007-10-10 14:51:38 -05:00
Andrew Bartlett
ef9320ae5b
r22531: Fix up OpenLDAP schema map to almost pass 'make test'.
...
Andrew Bartlett
2007-10-10 14:51:38 -05:00
Stefan Metzmacher
7c381b2d4f
r22530: use message() to make --quiet work
...
metze
2007-10-10 14:51:38 -05:00
Stefan Metzmacher
738b2c7411
r22528: remember that the connection was marked dead and don't
...
allow sending packet over the broken connection,
as we would segfault...
metze
2007-10-10 14:51:38 -05:00
Andrew Bartlett
f86d3b4785
r22523: Give a hint why this test fails (helped debugging backend issues).
...
Andrew Bartlett
2007-10-10 14:51:37 -05:00
Andrew Bartlett
465f181168
r22522: Print why we can't find these entries.
...
Andrew Bartlett
2007-10-10 14:51:37 -05:00
Andrew Bartlett
a354ec2822
r22521: Don't fail the module load just because we don't have a schema yet.
...
This code to be replaced by metze's schema loader soon...
Andrew Bartlett
2007-10-10 14:51:37 -05:00
Jelmer Vernooij
b81b0d3308
r22520: Fix the TYPE command.
2007-10-10 14:51:37 -05:00
Rafal Szczesniak
4a2839d95d
r22519: convert libnet_DomainOpenSamr function from state-handling routine
...
to composite_continue.
rafal
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
17e9c56a75
r22518: Create pkgconfig dir.
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
4614da125f
r22517: Use DESTDIR
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
d0f8d46813
r22516: Use DESTDIR
2007-10-10 14:51:36 -05:00
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