Andrew Bartlett [Fri, 11 Jan 2008 01:47:51 +0000 (12:47 +1100)]
Fix segfault when sorting LDAP replies on the client.
Andrew Bartlett
Andrew Bartlett [Thu, 10 Jan 2008 23:44:49 +0000 (10:44 +1100)]
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
Andrew Bartlett [Thu, 10 Jan 2008 22:55:28 +0000 (09:55 +1100)]
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett [Thu, 10 Jan 2008 22:54:22 +0000 (09:54 +1100)]
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
Jelmer Vernooij [Thu, 10 Jan 2008 22:40:08 +0000 (23:40 +0100)]
Ignore compiled Python files.
Jelmer Vernooij [Thu, 10 Jan 2008 21:04:50 +0000 (22:04 +0100)]
Update ignore list.
Jelmer Vernooij [Thu, 10 Jan 2008 20:44:38 +0000 (21:44 +0100)]
tdb: Add simple reimplementation of tdbdump in Python as an example of the tdb Python bindings.
Andrew Bartlett [Thu, 10 Jan 2008 22:25:14 +0000 (09:25 +1100)]
Merge commit 'origin/v4-0-test' into 4-0-local
Andrew Bartlett [Thu, 10 Jan 2008 22:24:38 +0000 (09:24 +1100)]
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
Andrew Bartlett [Thu, 10 Jan 2008 22:22:26 +0000 (09:22 +1100)]
Native move servers will refuse these SamSync operations, so don't
count them as errors.
Andrew Bartlett
Jelmer Vernooij [Thu, 10 Jan 2008 19:39:02 +0000 (20:39 +0100)]
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij [Thu, 10 Jan 2008 19:38:14 +0000 (20:38 +0100)]
pidl: Fix samba3-cli test after Günthers formatting fixes.
Stefan Metzmacher [Thu, 10 Jan 2008 19:06:00 +0000 (20:06 +0100)]
Revert "Set -test in the vendor version"
This needs a bit more work as it's different to samba3...
metze
This reverts commit
817582a46aed1a3a470477c95671fa25fd9f2f67.
Stefan Metzmacher [Thu, 10 Jan 2008 18:36:12 +0000 (19:36 +0100)]
Set -test in the vendor version
metze
Stefan Metzmacher [Thu, 11 Oct 2007 10:27:38 +0000 (12:27 +0200)]
prepare the mkversion.sh infrastructure for git branches in the build-farm
metze
(cherry-picked from
1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef)
Jelmer Vernooij [Thu, 10 Jan 2008 16:53:56 +0000 (17:53 +0100)]
python: Update STATUS.
Jelmer Vernooij [Thu, 10 Jan 2008 21:36:35 +0000 (15:36 -0600)]
r26701: ldb: Build and install python modules when possible.
Jelmer Vernooij [Thu, 10 Jan 2008 21:17:26 +0000 (15:17 -0600)]
r26700: tdb: Build and install Python bindings when possible.
Günther Deschner [Wed, 9 Jan 2008 17:28:53 +0000 (11:28 -0600)]
r26699: Some minor cosmetics for pidl samba3 server code.
Guenther
Günther Deschner [Wed, 9 Jan 2008 16:56:07 +0000 (10:56 -0600)]
r26698: Prettify samba3 client code a little more.
Guenther
Andrew Bartlett [Wed, 9 Jan 2008 11:36:02 +0000 (05:36 -0600)]
r26697: Leak less memory into the ldb context.
(Trying to chase down memory leaks in provision)
Andrew Bartlett
Günther Deschner [Wed, 9 Jan 2008 04:56:44 +0000 (22:56 -0600)]
r26696: Some more minor pidl samba3 client cosmetics.
Guenther
Günther Deschner [Tue, 8 Jan 2008 23:02:53 +0000 (17:02 -0600)]
r26695: Cosmetic fix for pidl generated samba3 client code.
Guenther
Jelmer Vernooij [Tue, 8 Jan 2008 20:27:40 +0000 (14:27 -0600)]
r26694: asn1: Fix header and some typo's.
Rafal Szczesniak [Tue, 8 Jan 2008 16:20:44 +0000 (10:20 -0600)]
r26693: Add (untested) libnet_rpc_groupdel function.
rafal
Jelmer Vernooij [Tue, 8 Jan 2008 05:41:55 +0000 (23:41 -0600)]
r26692: registry: Treat key and value names case-insensitively.
Jelmer Vernooij [Tue, 8 Jan 2008 04:34:53 +0000 (22:34 -0600)]
r26691: registry: Add subkeys required for Server Manager Alerts and Peplication. See bugs 4934 and 4935.
Jelmer Vernooij [Tue, 8 Jan 2008 04:34:46 +0000 (22:34 -0600)]
r26690: torture: Move torture_context_init() to the ui.c, where all functions related to it are.
Jelmer Vernooij [Mon, 7 Jan 2008 20:11:29 +0000 (14:11 -0600)]
r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize in getkeyinfo().
Jelmer Vernooij [Mon, 7 Jan 2008 20:11:25 +0000 (14:11 -0600)]
r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.
Jelmer Vernooij [Mon, 7 Jan 2008 20:11:19 +0000 (14:11 -0600)]
r26687: python: Update status after feedback from abartlett.
Andrew Bartlett [Mon, 7 Jan 2008 11:50:04 +0000 (05:50 -0600)]
r26686: Fix bug 5143 by Jason Tarbet. This prevented an easy cut-and-paste of
the provision options used.
Andrew Bartlett
Andrew Bartlett [Mon, 7 Jan 2008 11:41:16 +0000 (05:41 -0600)]
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
Andrew Bartlett [Mon, 7 Jan 2008 11:22:14 +0000 (05:22 -0600)]
r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090
Andrew Bartlett
Andrew Bartlett [Mon, 7 Jan 2008 10:46:13 +0000 (04:46 -0600)]
r26683: Add another testcase. I still don't know what's wrong here.
Andrew Bartlett
Andrew Bartlett [Mon, 7 Jan 2008 09:15:39 +0000 (03:15 -0600)]
r26682: Move CLDAP to the modern torture system, and add value checking.
Andrew Bartlett
Andrew Bartlett [Mon, 7 Jan 2008 09:14:51 +0000 (03:14 -0600)]
r26681: Use fewer magic numbers.
Andrew Bartlett
Andrew Bartlett [Mon, 7 Jan 2008 06:47:01 +0000 (00:47 -0600)]
r26680: Don't always advertise GC functionality.
Andrew Bartlett
Andrew Bartlett [Mon, 7 Jan 2008 06:46:39 +0000 (00:46 -0600)]
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
Tim Potter [Mon, 7 Jan 2008 05:42:46 +0000 (23:42 -0600)]
r26678: Check in auto-generated swig files.
Tim Potter [Mon, 7 Jan 2008 05:17:55 +0000 (23:17 -0600)]
r26677: Implement and test iter{keys,values,items} for tdb bindings.
Use tempfile.mkstemp() instead of os.tmpnam() in tests.
Jelmer Vernooij [Mon, 7 Jan 2008 04:01:31 +0000 (22:01 -0600)]
r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsdd tests. Thanks to Andrew for catching this.
Also fixes a typo in sessetup.c.
Jelmer Vernooij [Sun, 6 Jan 2008 03:29:25 +0000 (21:29 -0600)]
r26675: mkproto: Add --all argument, fix some perl warnings.
Jelmer Vernooij [Sun, 6 Jan 2008 01:33:11 +0000 (19:33 -0600)]
r26674: smb_composite: Avoid use of global_loadparm.
Hopefully this fixes OpenChange's mapiadmin.
Jelmer Vernooij [Sun, 6 Jan 2008 01:33:05 +0000 (19:33 -0600)]
r26673: selftest: Document the purpose and output format of samba4_tests.sh.
Jelmer Vernooij [Sun, 6 Jan 2008 01:03:43 +0000 (19:03 -0600)]
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij [Sun, 6 Jan 2008 01:03:36 +0000 (19:03 -0600)]
r26671: rap: Convert the RAP tests to the new torture API and run them by default.
We don't have a server-side implementation of netservergetinfo yet, so it is
marked as known failing.
Jelmer Vernooij [Sat, 5 Jan 2008 21:36:37 +0000 (15:36 -0600)]
r26670: Janitorial: Remove global_loadparm uses.
Jelmer Vernooij [Sat, 5 Jan 2008 21:36:33 +0000 (15:36 -0600)]
r26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij [Sat, 5 Jan 2008 21:36:26 +0000 (15:36 -0600)]
r26668: tdb/python: Fix default value of open_flags for tdb.
Jelmer Vernooij [Sat, 5 Jan 2008 20:00:12 +0000 (14:00 -0600)]
r26667: pidl/python: Don't generate casts anymore; this will generate warnings with older Pythons, but will be a lot cleaner with newer versions.
Jelmer Vernooij [Sat, 5 Jan 2008 20:00:07 +0000 (14:00 -0600)]
r26666: python: Prefer newer Python versions as they use const properly.
Jelmer Vernooij [Sat, 5 Jan 2008 19:59:53 +0000 (13:59 -0600)]
r26665: registry: Fix tests on bigendian machines.
Jelmer Vernooij [Fri, 4 Jan 2008 21:41:29 +0000 (15:41 -0600)]
r26664: buildsystem: Hopefully fix the shared library build on AIX.
Jelmer Vernooij [Fri, 4 Jan 2008 09:44:41 +0000 (03:44 -0600)]
r26663: Proper dependencies for pidl Python bindings.
Jelmer Vernooij [Fri, 4 Jan 2008 09:44:38 +0000 (03:44 -0600)]
r26662: pidl/python: Add constructors for struct/union types.
Jelmer Vernooij [Fri, 4 Jan 2008 09:44:32 +0000 (03:44 -0600)]
r26661: pidl/python: More generic handling of NTSTATUS, add stubs for types.
Jelmer Vernooij [Fri, 4 Jan 2008 05:58:38 +0000 (23:58 -0600)]
r26660: pidl/python: Generate stub functions for DCE/RPC client functions, constructor for interface objects.
Jelmer Vernooij [Fri, 4 Jan 2008 03:57:44 +0000 (21:57 -0600)]
r26659: pidl/python: Support string constants and handle modules.
Jelmer Vernooij [Fri, 4 Jan 2008 03:45:18 +0000 (21:45 -0600)]
r26658: pidl: Register Python modules.
Jelmer Vernooij [Fri, 4 Jan 2008 03:21:16 +0000 (21:21 -0600)]
r26657: pidl: Add basics for generating Python modules.
Jelmer Vernooij [Fri, 4 Jan 2008 03:21:12 +0000 (21:21 -0600)]
r26656: python: Add file documentating the status of the Python migration.
Jelmer Vernooij [Fri, 4 Jan 2008 03:21:05 +0000 (21:21 -0600)]
r26655: torture/auth/pac: remove uses of global_loadparm
Jelmer Vernooij [Thu, 3 Jan 2008 23:22:12 +0000 (17:22 -0600)]
r26654: libcli/smb_composite: Rather than specifying each of the gazillion options for SMB individually, just specify the smbcli_options struct.
Jelmer Vernooij [Thu, 3 Jan 2008 23:22:08 +0000 (17:22 -0600)]
r26653: Janitorial: Remove global_loadparm use in two more places.
Jelmer Vernooij [Thu, 3 Jan 2008 23:22:04 +0000 (17:22 -0600)]
r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.
Jelmer Vernooij [Thu, 3 Jan 2008 23:21:58 +0000 (17:21 -0600)]
r26651: libsmb: Allow specifying signing policy from higher up.
The number of arguments is getting a bit excessive now, so it
probably makes sense to pass in the smbcli_options struct rather than
all members individually and add a convenience function for obtaining a
smbcli_options struct from a loadparm context.
Jelmer Vernooij [Thu, 3 Jan 2008 23:21:50 +0000 (17:21 -0600)]
r26650: torture/raw: Fix warnings in lockbench/openbench.
I'm surprised this didn't cause any breakages. We should probably run (a subset of) RAW-LOCKBENCH + RAW-OPENBENCH in make test to make sure they don't regress.
Andrew Bartlett [Thu, 3 Jan 2008 12:00:38 +0000 (06:00 -0600)]
r26649: Only claim to be a PDC if we are a PDC.
Andrew Bartlett
Andrew Bartlett [Thu, 3 Jan 2008 10:40:24 +0000 (04:40 -0600)]
r26648: Move detection of global catalog captability to a central function, so
this can be shared with the CLDAP server (for the netlogon reply).
Andrew Bartlett
Andrew Bartlett [Thu, 3 Jan 2008 09:31:14 +0000 (03:31 -0600)]
r26647: Mark 'valgrind_run' as executable
Jelmer Vernooij [Thu, 3 Jan 2008 00:39:15 +0000 (18:39 -0600)]
r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections.
Jelmer Vernooij [Thu, 3 Jan 2008 00:39:11 +0000 (18:39 -0600)]
r26645: Janitorial: Fix a couple of warnings.
Jelmer Vernooij [Thu, 3 Jan 2008 00:39:01 +0000 (18:39 -0600)]
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should help fix the build for OpenChange.
Jelmer Vernooij [Wed, 2 Jan 2008 21:00:58 +0000 (15:00 -0600)]
r26643: librpc: Remove uses of global_loadparm.
Jelmer Vernooij [Wed, 2 Jan 2008 07:52:31 +0000 (01:52 -0600)]
r26642: samba3sam.py: Remove more EJS-specific code.
Jelmer Vernooij [Wed, 2 Jan 2008 07:52:26 +0000 (01:52 -0600)]
r26641: ldb(Python): Remove some unnecessary {}'s.
Jelmer Vernooij [Wed, 2 Jan 2008 07:52:18 +0000 (01:52 -0600)]
r26640: Janitorial: Remove some more uses of global_loadparm.
Jelmer Vernooij [Wed, 2 Jan 2008 04:05:13 +0000 (22:05 -0600)]
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so it can be overridden by OpenChange.
Jelmer Vernooij [Wed, 2 Jan 2008 04:05:05 +0000 (22:05 -0600)]
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struct_push_blob().
Jelmer Vernooij [Wed, 2 Jan 2008 04:04:57 +0000 (22:04 -0600)]
r26637: More work converting to Python.
Andrew Bartlett [Tue, 1 Jan 2008 10:01:07 +0000 (04:01 -0600)]
r26636: Remove useless 'backend' parameter, and make the memberof overlay use global.
Andrew Bartlett
Andrew Bartlett [Tue, 1 Jan 2008 09:27:53 +0000 (03:27 -0600)]
r26635: The OpenLDAP folks have been very accommodating, and their memberof plugin allows the error being returned to be adjusted.
Andrew Bartlett
Rafal Szczesniak [Mon, 31 Dec 2007 01:18:17 +0000 (19:18 -0600)]
r26634: Add NET-API-CREATEGROUP test.
Rafal Szczesniak [Mon, 31 Dec 2007 01:14:43 +0000 (19:14 -0600)]
r26633: A couple of fixes in comments.
Rafal Szczesniak [Mon, 31 Dec 2007 01:13:50 +0000 (19:13 -0600)]
r26632: Add libnet_CreateGroup function.
Jelmer Vernooij [Sun, 30 Dec 2007 22:46:14 +0000 (16:46 -0600)]
r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements.
Jelmer Vernooij [Sun, 30 Dec 2007 22:46:05 +0000 (16:46 -0600)]
r26630: Split up big tests into various smaller functions, making it easier to debug.
Jelmer Vernooij [Sun, 30 Dec 2007 00:14:18 +0000 (18:14 -0600)]
r26629: python: Improve documentation in various places.
Jelmer Vernooij [Sun, 30 Dec 2007 00:14:15 +0000 (18:14 -0600)]
r26628: python: Add more documentation, simplify code in Samba3 module.
Jelmer Vernooij [Sun, 30 Dec 2007 00:14:12 +0000 (18:14 -0600)]
r26627: param: Provide a call for loading the system smb.conf.
Jelmer Vernooij [Sun, 30 Dec 2007 00:14:04 +0000 (18:14 -0600)]
r26626: Install auth/session.h
Jelmer Vernooij [Fri, 28 Dec 2007 22:55:45 +0000 (16:55 -0600)]
r26625: Wrap some more events functions for Python and add a trivial test for it.
Jelmer Vernooij [Fri, 28 Dec 2007 22:25:27 +0000 (16:25 -0600)]
r26624: libnet/python: Use standard function for constructing context, allow overriding credentials.
Jelmer Vernooij [Fri, 28 Dec 2007 22:25:20 +0000 (16:25 -0600)]
r26623: python: Allow specifying URL rather than host name on the command-line.
Jelmer Vernooij [Fri, 28 Dec 2007 22:25:17 +0000 (16:25 -0600)]
r26622: python: Update license version, clarify copyright.
Jelmer Vernooij [Fri, 28 Dec 2007 22:25:13 +0000 (16:25 -0600)]
r26621: vampire: Add simple Python-based vampire script
Jelmer Vernooij [Fri, 28 Dec 2007 22:25:05 +0000 (16:25 -0600)]
r26620: python: Allow not specifying event contexts, in which case a new context is used.
Jelmer Vernooij [Fri, 28 Dec 2007 21:37:03 +0000 (15:37 -0600)]
r26619: Add Python bindings for libnet. No tests yet and no way to set the parameters...
Jelmer Vernooij [Fri, 28 Dec 2007 21:36:55 +0000 (15:36 -0600)]
r26618: Implement -W option support.