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

14220 Commits

Author SHA1 Message Date
Jelmer Vernooij
0c27eabbc4 python/ldap: Get further. 2008-01-11 03:27:27 +01:00
Jelmer Vernooij
52f64afd43 python/ldap: Fix some tests. 2008-01-11 03:27:27 +01:00
Jelmer Vernooij
d7a3f9612c python: More work getting the LDAP test to compile again. 2008-01-11 03:27:27 +01:00
Jelmer Vernooij
74209fa6b0 python: Specify right arguments for the ldap test, fix some more calls. 2008-01-11 03:27:26 +01:00
Jelmer Vernooij
583881ae5a ldap/python: Fix some more calls. 2008-01-11 03:27:26 +01:00
Jelmer Vernooij
d029c0bedf python: No longer skip LDAP tests. 2008-01-11 03:27:26 +01:00
Jelmer Vernooij
9eddc27f13 python/ldap: Support controls argument to ldb.search(). 2008-01-11 03:26:45 +01:00
Andrew Bartlett
597f9fe176 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-01-11 13:16:08 +11:00
Andrew Bartlett
8099facff9 Rework ldbsearch to avoid segfault when remote LDAP server returns
referrals.

Andrew Bartlett
2008-01-11 13:15:49 +11:00
Andrew Bartlett
c72c39326b Fix segfault when sorting LDAP replies on the client.
Andrew Bartlett
2008-01-11 12:47:51 +11:00
Jelmer Vernooij
b27e5a6853 python/ldap: Wrap parse_control_strings(). 2008-01-11 02:36:59 +01:00
Jelmer Vernooij
1ccbab81d7 ldb/python: Allow comparing a MessageElement to a list or a singleton. 2008-01-11 01:55:56 +01:00
Jelmer Vernooij
a8f90ed34c ldb/python: Implement __len__ for MessageElement. 2008-01-11 01:04:25 +01:00
Jelmer Vernooij
e6498a0780 python/ldb: Add __getitem__ implementation for LdbMessageElement. 2008-01-11 01:04:25 +01:00
Andrew Bartlett
e3a76be047 Add in new module to normalise DNs being returned from OpenLDAP. This
fixes the case of the attribute in teh DN.

Fix option spelling for example re-provision

Andrew Bartlett
2008-01-11 10:44:49 +11:00
Andrew Bartlett
588531bf21 Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-01-11 09:55:28 +11:00
Andrew Bartlett
48dc07902f Make Samba4 and Fedora DS happier
Recent changes to Samba4 have made the Fedora DS backend fail.  This
is a start on fixing that.

Andrew Bartlett
2008-01-11 09:54:22 +11:00
Jelmer Vernooij
47d797f788 tdb: Add simple reimplementation of tdbdump in Python as an example of the tdb Python bindings. 2008-01-10 23:41:14 +01:00
Andrew Bartlett
4720f53a92 Merge commit 'origin/v4-0-test' into 4-0-local 2008-01-11 09:25:14 +11:00
Andrew Bartlett
9cd3a76c25 Return 'not implemented' on more RPCs. (easy way to 'pass' the
torture test, as I see little reason to implement these RPCs).

Add information regarding the importance of the LogonGetDomainInfo calls

Andrew Bartlett
2008-01-11 09:24:38 +11:00
Andrew Bartlett
5c39f31356 Native move servers will refuse these SamSync operations, so don't
count them as errors.

Andrew Bartlett
2008-01-11 09:22:26 +11:00
Jelmer Vernooij
ad9089c413 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-01-10 20:39:02 +01:00
Jelmer Vernooij
bd4ce069b4 pidl: Fix samba3-cli test after Günthers formatting fixes. 2008-01-10 20:38:14 +01:00
Stefan Metzmacher
dec016822c Revert "Set -test in the vendor version"
This needs a bit more work as it's different to samba3...

metze

This reverts commit 817582a46a.
2008-01-10 20:06:13 +01:00
Stefan Metzmacher
817582a46a Set -test in the vendor version
metze
2008-01-10 19:36:12 +01:00
Stefan Metzmacher
464668b07a prepare the mkversion.sh infrastructure for git branches in the build-farm
metze
(cherry-picked from 1bf4c7fb20)
2008-01-10 19:34:24 +01:00
Jelmer Vernooij
bcd82a9ae3 python: Update STATUS. 2008-01-10 17:53:56 +01:00
Jelmer Vernooij
7a66d0eff6 r26701: ldb: Build and install python modules when possible. 2008-01-10 09:42:04 -06:00
Jelmer Vernooij
8d77ea379f r26700: tdb: Build and install Python bindings when possible. 2008-01-10 09:21:11 -06:00
Günther Deschner
81fa63dfe6 r26699: Some minor cosmetics for pidl samba3 server code.
Guenther
2008-01-09 05:33:01 -06:00
Günther Deschner
6ac36d6a4b r26698: Prettify samba3 client code a little more.
Guenther
2008-01-09 05:03:01 -06:00
Andrew Bartlett
a0cf47c335 r26697: Leak less memory into the ldb context.
(Trying to chase down memory leaks in provision)

Andrew Bartlett
2008-01-08 23:42:02 -06:00
Günther Deschner
7ee3fd43f9 r26696: Some more minor pidl samba3 client cosmetics.
Guenther
2008-01-08 17:03:01 -06:00
Günther Deschner
c52d9e6e60 r26695: Cosmetic fix for pidl generated samba3 client code.
Guenther
2008-01-08 11:06:01 -06:00
Jelmer Vernooij
f9988734bb r26694: asn1: Fix header and some typo's. 2008-01-08 08:33:04 -06:00
Rafal Szczesniak
e940b1020a r26693: Add (untested) libnet_rpc_groupdel function.
rafal
2008-01-08 04:27:01 -06:00
Jelmer Vernooij
9fc5f098e0 r26692: registry: Treat key and value names case-insensitively. 2008-01-07 17:48:02 -06:00
Jelmer Vernooij
fdd2ba336b r26691: registry: Add subkeys required for Server Manager Alerts and Peplication. See bugs 4934 and 4935. 2008-01-07 16:42:02 -06:00
Jelmer Vernooij
5f6cc64075 r26690: torture: Move torture_context_init() to the ui.c, where all functions related to it are. 2008-01-07 16:42:02 -06:00
Jelmer Vernooij
b06896d237 r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize in getkeyinfo(). 2008-01-07 08:18:07 -06:00
Jelmer Vernooij
846876ad32 r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431. 2008-01-07 08:18:06 -06:00
Jelmer Vernooij
f08192750e r26687: python: Update status after feedback from abartlett. 2008-01-07 08:18:05 -06:00
Andrew Bartlett
51cd93344d r26686: Fix bug 5143 by Jason Tarbet. This prevented an easy cut-and-paste of
the provision options used.

Andrew Bartlett
2008-01-06 23:57:02 -06:00
Andrew Bartlett
d6b863453d r26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so was
broken by 'ref' changes long ago.

We need a working script to aim against windows.

Andrew Bartlett
2008-01-06 23:48:02 -06:00
Andrew Bartlett
0016231edd r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090
Andrew Bartlett
2008-01-06 23:27:02 -06:00
Andrew Bartlett
341929c615 r26683: Add another testcase. I still don't know what's wrong here.
Andrew Bartlett
2008-01-06 22:51:02 -06:00
Andrew Bartlett
df17c4a9e8 r26682: Move CLDAP to the modern torture system, and add value checking.
Andrew Bartlett
2008-01-06 21:21:02 -06:00
Andrew Bartlett
16edbe1d60 r26681: Use fewer magic numbers.
Andrew Bartlett
2008-01-06 21:21:02 -06:00
Andrew Bartlett
2f228bcbf6 r26680: Don't always advertise GC functionality.
Andrew Bartlett
2008-01-06 18:51:02 -06:00
Andrew Bartlett
b4a95a8985 r26679: It is very bad to free the ldb handle when you didn't create it...
(My bad when copying this code into samdb_is_gc()).

Andrew Bartlett
2008-01-06 18:51:02 -06:00