1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

12829 Commits

Author SHA1 Message Date
Jeremy Allison
ca3a7a5578 r22541: Added talloc_size_strict macro.
Jeremy.
(This used to be commit 219e1cae77)
2007-10-10 14:51:40 -05:00
Jeremy Allison
3477721278 r22540: Added _strict varients of the macro calls - added
prototypes.
Jeremy.
(This used to be commit ba1a66cc6f)
2007-10-10 14:51:40 -05:00
Jeremy Allison
b06fc3b53c r22539: Added _strict varients of the talloc calls to
return NULL on size == 0 varients.
Jeremy.
(This used to be commit 1ef269067c)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
5a616802ff 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
(This used to be commit 25fffe385e)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
aad487ac94 r22536: resolve name before passing to cldap
metze
(This used to be commit 2d28258406)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
383fc70970 r22535: pass down $(TESTS) to all test variants
metze
(This used to be commit c27519d351)
2007-10-10 14:51:39 -05:00
Stefan Metzmacher
9c6c917571 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
(This used to be commit a26db7e694)
2007-10-10 14:51:38 -05:00
Andrew Bartlett
4d23d4b210 r22531: Fix up OpenLDAP schema map to almost pass 'make test'.
Andrew Bartlett
(This used to be commit ef9320ae5b)
2007-10-10 14:51:38 -05:00
Stefan Metzmacher
e5ea03737f r22530: use message() to make --quiet work
metze
(This used to be commit 7c381b2d4f)
2007-10-10 14:51:38 -05:00
Stefan Metzmacher
42b133748f r22528: remember that the connection was marked dead and don't
allow sending packet over the broken connection,
as we would segfault...

metze
(This used to be commit 738b2c7411)
2007-10-10 14:51:38 -05:00
Andrew Bartlett
78db3d4307 r22523: Give a hint why this test fails (helped debugging backend issues).
Andrew Bartlett
(This used to be commit f86d3b4785)
2007-10-10 14:51:37 -05:00
Andrew Bartlett
ba6f0b0c48 r22522: Print why we can't find these entries.
Andrew Bartlett
(This used to be commit 465f181168)
2007-10-10 14:51:37 -05:00
Andrew Bartlett
9aeaac2c2b 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
(This used to be commit a354ec2822)
2007-10-10 14:51:37 -05:00
Jelmer Vernooij
771b57b3fc r22520: Fix the TYPE command.
(This used to be commit b81b0d3308)
2007-10-10 14:51:37 -05:00
Rafal Szczesniak
29c2744f96 r22519: convert libnet_DomainOpenSamr function from state-handling routine
to composite_continue.

rafal
(This used to be commit 4a2839d95d)
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
4adf0b62a3 r22518: Create pkgconfig dir.
(This used to be commit 17e9c56a75)
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
781575f508 r22517: Use DESTDIR
(This used to be commit 4614da125f)
2007-10-10 14:51:36 -05:00
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