ira/wip.git
16 years agoejs: Remove cast to incompatible pointer.
Kai Blin [Wed, 26 Dec 2007 08:54:21 +0000 (09:54 +0100)]
ejs: Remove cast to incompatible pointer.

16 years agogentest: Fix a warning.
Kai Blin [Tue, 25 Dec 2007 23:11:06 +0000 (00:11 +0100)]
gentest: Fix a warning.

16 years agoldb: Get rid of a warning.
Kai Blin [Tue, 25 Dec 2007 23:10:34 +0000 (00:10 +0100)]
ldb: Get rid of a warning.

16 years agoMerge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett [Fri, 11 Jan 2008 04:22:22 +0000 (15:22 +1100)]
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local

16 years agoUse 'dn' less, as this is not a valid attribute in AD, and I want to
Andrew Bartlett [Fri, 11 Jan 2008 04:21:23 +0000 (15:21 +1100)]
Use 'dn' less, as this is not a valid attribute in AD, and I want to
remove it from ldb.  It is not longer mapped against OpenLDAP.

Andrew Bartlett

16 years agoRemove 'dn' from mapping, it isn't a valid attribute in AD, and causes
Andrew Bartlett [Fri, 11 Jan 2008 04:19:27 +0000 (15:19 +1100)]
Remove 'dn' from mapping, it isn't a valid attribute in AD, and causes
problems with ldap.js test with OpenLDAP as the backend.

Likewise, remove it from the template lookup (for consistancy).

TODO:  see if it can be removed from ldb

Andrew Bartlett

16 years agoPython: Update STATUS.
Jelmer Vernooij [Fri, 11 Jan 2008 03:07:14 +0000 (04:07 +0100)]
Python: Update STATUS.

16 years agoldap/python: Fix last tests.
Jelmer Vernooij [Fri, 11 Jan 2008 03:06:00 +0000 (04:06 +0100)]
ldap/python: Fix last tests.

16 years agoldb/python: Support comparing Dn's to strings.
Jelmer Vernooij [Fri, 11 Jan 2008 03:05:41 +0000 (04:05 +0100)]
ldb/python: Support comparing Dn's to strings.

16 years agopython/ldap: Fix a couple more tests.
Jelmer Vernooij [Fri, 11 Jan 2008 01:06:30 +0000 (02:06 +0100)]
python/ldap: Fix a couple more tests.

16 years agoMake a few more tests pass.
Jelmer Vernooij [Fri, 11 Jan 2008 00:47:32 +0000 (01:47 +0100)]
Make a few more tests pass.

16 years agopython/ldap: Get further.
Jelmer Vernooij [Fri, 11 Jan 2008 00:01:36 +0000 (01:01 +0100)]
python/ldap: Get further.

16 years agopython/ldap: Fix some tests.
Jelmer Vernooij [Thu, 10 Jan 2008 23:32:31 +0000 (00:32 +0100)]
python/ldap: Fix some tests.

16 years agopython: More work getting the LDAP test to compile again.
Jelmer Vernooij [Thu, 10 Jan 2008 23:22:23 +0000 (00:22 +0100)]
python: More work getting the LDAP test to compile again.

16 years agopython: Specify right arguments for the ldap test, fix some more calls.
Jelmer Vernooij [Thu, 10 Jan 2008 22:37:35 +0000 (23:37 +0100)]
python: Specify right arguments for the ldap test, fix some more calls.

16 years agoldap/python: Fix some more calls.
Jelmer Vernooij [Thu, 10 Jan 2008 22:06:14 +0000 (23:06 +0100)]
ldap/python: Fix some more calls.

16 years agopython: No longer skip LDAP tests.
Jelmer Vernooij [Thu, 10 Jan 2008 19:17:03 +0000 (20:17 +0100)]
python: No longer skip LDAP tests.

16 years agopython/ldap: Support controls argument to ldb.search().
Jelmer Vernooij [Fri, 11 Jan 2008 02:25:22 +0000 (03:25 +0100)]
python/ldap: Support controls argument to ldb.search().

16 years agoMerge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
Andrew Bartlett [Fri, 11 Jan 2008 02:16:08 +0000 (13:16 +1100)]
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local

16 years agoRework ldbsearch to avoid segfault when remote LDAP server returns
Andrew Bartlett [Fri, 11 Jan 2008 02:15:49 +0000 (13:15 +1100)]
Rework ldbsearch to avoid segfault when remote LDAP server returns
referrals.

Andrew Bartlett

16 years agoFix segfault when sorting LDAP replies on the client.
Andrew Bartlett [Fri, 11 Jan 2008 01:47:51 +0000 (12:47 +1100)]
Fix segfault when sorting LDAP replies on the client.

Andrew Bartlett

16 years agopython/ldap: Wrap parse_control_strings().
Jelmer Vernooij [Fri, 11 Jan 2008 01:36:59 +0000 (02:36 +0100)]
python/ldap: Wrap parse_control_strings().

16 years agoldb/python: Allow comparing a MessageElement to a list or a singleton.
Jelmer Vernooij [Fri, 11 Jan 2008 00:55:56 +0000 (01:55 +0100)]
ldb/python: Allow comparing a MessageElement to a list or a singleton.

16 years agoldb/python: Implement __len__ for MessageElement.
Jelmer Vernooij [Fri, 11 Jan 2008 00:02:58 +0000 (01:02 +0100)]
ldb/python: Implement __len__ for MessageElement.

16 years agopython/ldb: Add __getitem__ implementation for LdbMessageElement.
Jelmer Vernooij [Thu, 10 Jan 2008 23:23:33 +0000 (00:23 +0100)]
python/ldb: Add __getitem__ implementation for LdbMessageElement.

16 years agoAdd in new module to normalise DNs being returned from OpenLDAP. This
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

16 years agoMerge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local
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

16 years agoMake Samba4 and Fedora DS happier
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

16 years agoIgnore compiled Python files.
Jelmer Vernooij [Thu, 10 Jan 2008 22:40:08 +0000 (23:40 +0100)]
Ignore compiled Python files.

16 years agoUpdate ignore list.
Jelmer Vernooij [Thu, 10 Jan 2008 21:04:50 +0000 (22:04 +0100)]
Update ignore list.

16 years agotdb: Add simple reimplementation of tdbdump in Python as an example of the tdb Python...
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.

16 years agoMerge commit 'origin/v4-0-test' into 4-0-local
Andrew Bartlett [Thu, 10 Jan 2008 22:25:14 +0000 (09:25 +1100)]
Merge commit 'origin/v4-0-test' into 4-0-local

16 years agoReturn 'not implemented' on more RPCs. (easy way to 'pass' the
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

16 years agoNative move servers will refuse these SamSync operations, so don't
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

16 years agoMerge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
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

16 years agopidl: Fix samba3-cli test after Günthers formatting fixes.
Jelmer Vernooij [Thu, 10 Jan 2008 19:38:14 +0000 (20:38 +0100)]
pidl: Fix samba3-cli test after Günthers formatting fixes.

16 years agoRevert "Set -test in the vendor version"
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.

16 years agoSet -test in the vendor version
Stefan Metzmacher [Thu, 10 Jan 2008 18:36:12 +0000 (19:36 +0100)]
Set -test in the vendor version

metze

16 years agoprepare the mkversion.sh infrastructure for git branches in the build-farm
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)

16 years agopython: Update STATUS.
Jelmer Vernooij [Thu, 10 Jan 2008 16:53:56 +0000 (17:53 +0100)]
python: Update STATUS.

16 years agor26701: ldb: Build and install python modules when possible.
Jelmer Vernooij [Thu, 10 Jan 2008 21:36:35 +0000 (15:36 -0600)]
r26701: ldb: Build and install python modules when possible.

16 years agor26700: tdb: Build and install Python bindings when possible.
Jelmer Vernooij [Thu, 10 Jan 2008 21:17:26 +0000 (15:17 -0600)]
r26700: tdb: Build and install Python bindings when possible.

16 years agor26699: Some minor cosmetics for pidl samba3 server code.
Günther Deschner [Wed, 9 Jan 2008 17:28:53 +0000 (11:28 -0600)]
r26699: Some minor cosmetics for pidl samba3 server code.

Guenther

16 years agor26698: Prettify samba3 client code a little more.
Günther Deschner [Wed, 9 Jan 2008 16:56:07 +0000 (10:56 -0600)]
r26698: Prettify samba3 client code a little more.

Guenther

16 years agor26697: Leak less memory into the ldb context.
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

16 years agor26696: Some more minor pidl samba3 client cosmetics.
Günther Deschner [Wed, 9 Jan 2008 04:56:44 +0000 (22:56 -0600)]
r26696: Some more minor pidl samba3 client cosmetics.

Guenther

16 years agor26695: Cosmetic fix for pidl generated samba3 client code.
Günther Deschner [Tue, 8 Jan 2008 23:02:53 +0000 (17:02 -0600)]
r26695: Cosmetic fix for pidl generated samba3 client code.

Guenther

16 years agor26694: asn1: Fix header and some typo's.
Jelmer Vernooij [Tue, 8 Jan 2008 20:27:40 +0000 (14:27 -0600)]
r26694: asn1: Fix header and some typo's.

16 years agor26693: Add (untested) libnet_rpc_groupdel function.
Rafal Szczesniak [Tue, 8 Jan 2008 16:20:44 +0000 (10:20 -0600)]
r26693: Add (untested) libnet_rpc_groupdel function.

rafal

16 years agor26692: registry: Treat key and value names case-insensitively.
Jelmer Vernooij [Tue, 8 Jan 2008 05:41:55 +0000 (23:41 -0600)]
r26692: registry: Treat key and value names case-insensitively.

16 years agor26691: registry: Add subkeys required for Server Manager Alerts and Peplication...
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.

16 years agor26690: torture: Move torture_context_init() to the ui.c, where all functions related...
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.

16 years agor26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize in...
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().

16 years agor26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431.
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.

16 years agor26687: python: Update status after feedback from abartlett.
Jelmer Vernooij [Mon, 7 Jan 2008 20:11:19 +0000 (14:11 -0600)]
r26687: python: Update status after feedback from abartlett.

16 years agor26686: Fix bug 5143 by Jason Tarbet. This prevented an easy cut-and-paste of
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

16 years agor26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so was
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

16 years agor26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090
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

16 years agor26683: Add another testcase. I still don't know what's wrong here.
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

16 years agor26682: Move CLDAP to the modern torture system, and add value checking.
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

16 years agor26681: Use fewer magic numbers.
Andrew Bartlett [Mon, 7 Jan 2008 09:14:51 +0000 (03:14 -0600)]
r26681: Use fewer magic numbers.

Andrew Bartlett

16 years agor26680: Don't always advertise GC functionality.
Andrew Bartlett [Mon, 7 Jan 2008 06:47:01 +0000 (00:47 -0600)]
r26680: Don't always advertise GC functionality.

Andrew Bartlett

16 years agor26679: It is very bad to free the ldb handle when you didn't create it...
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

16 years agor26678: Check in auto-generated swig files.
Tim Potter [Mon, 7 Jan 2008 05:42:46 +0000 (23:42 -0600)]
r26678: Check in auto-generated swig files.

16 years agor26677: Implement and test iter{keys,values,items} for tdb bindings.
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.

16 years agor26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsdd 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.

16 years agor26675: mkproto: Add --all argument, fix some perl warnings.
Jelmer Vernooij [Sun, 6 Jan 2008 03:29:25 +0000 (21:29 -0600)]
r26675: mkproto: Add --all argument, fix some perl warnings.

16 years agor26674: smb_composite: Avoid use of global_loadparm.
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.

16 years agor26673: selftest: Document the purpose and output format of samba4_tests.sh.
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.

16 years agor26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij [Sun, 6 Jan 2008 01:03:43 +0000 (19:03 -0600)]
r26672: Janitorial: Remove uses of global_loadparm.

16 years agor26671: rap: Convert the RAP tests to the new torture API and run them by default.
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.

16 years agor26670: Janitorial: Remove global_loadparm uses.
Jelmer Vernooij [Sat, 5 Jan 2008 21:36:37 +0000 (15:36 -0600)]
r26670: Janitorial: Remove global_loadparm uses.

16 years agor26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij [Sat, 5 Jan 2008 21:36:33 +0000 (15:36 -0600)]
r26669: Janitorial: Remove uses of global_loadparm.

16 years agor26668: tdb/python: Fix default value of open_flags for tdb.
Jelmer Vernooij [Sat, 5 Jan 2008 21:36:26 +0000 (15:36 -0600)]
r26668: tdb/python: Fix default value of open_flags for tdb.

16 years agor26667: pidl/python: Don't generate casts anymore; this will generate warnings with...
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.

16 years agor26666: python: Prefer newer Python versions as they use const properly.
Jelmer Vernooij [Sat, 5 Jan 2008 20:00:07 +0000 (14:00 -0600)]
r26666: python: Prefer newer Python versions as they use const properly.

16 years agor26665: registry: Fix tests on bigendian machines.
Jelmer Vernooij [Sat, 5 Jan 2008 19:59:53 +0000 (13:59 -0600)]
r26665: registry: Fix tests on bigendian machines.

16 years agor26664: buildsystem: Hopefully fix the shared library build on AIX.
Jelmer Vernooij [Fri, 4 Jan 2008 21:41:29 +0000 (15:41 -0600)]
r26664: buildsystem: Hopefully fix the shared library build on AIX.

16 years agor26663: Proper dependencies for pidl Python bindings.
Jelmer Vernooij [Fri, 4 Jan 2008 09:44:41 +0000 (03:44 -0600)]
r26663: Proper dependencies for pidl Python bindings.

16 years agor26662: pidl/python: Add constructors for struct/union types.
Jelmer Vernooij [Fri, 4 Jan 2008 09:44:38 +0000 (03:44 -0600)]
r26662: pidl/python: Add constructors for struct/union types.

16 years agor26661: pidl/python: More generic handling of NTSTATUS, add stubs for 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.

16 years agor26660: pidl/python: Generate stub functions for DCE/RPC client functions, constructo...
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.

16 years agor26659: pidl/python: Support string constants and handle modules.
Jelmer Vernooij [Fri, 4 Jan 2008 03:57:44 +0000 (21:57 -0600)]
r26659: pidl/python: Support string constants and handle modules.

16 years agor26658: pidl: Register Python modules.
Jelmer Vernooij [Fri, 4 Jan 2008 03:45:18 +0000 (21:45 -0600)]
r26658: pidl: Register Python modules.

16 years agor26657: pidl: Add basics for generating Python modules.
Jelmer Vernooij [Fri, 4 Jan 2008 03:21:16 +0000 (21:21 -0600)]
r26657: pidl: Add basics for generating Python modules.

16 years agor26656: python: Add file documentating the status of the Python migration.
Jelmer Vernooij [Fri, 4 Jan 2008 03:21:12 +0000 (21:21 -0600)]
r26656: python: Add file documentating the status of the Python migration.

16 years agor26655: torture/auth/pac: remove uses of global_loadparm
Jelmer Vernooij [Fri, 4 Jan 2008 03:21:05 +0000 (21:21 -0600)]
r26655: torture/auth/pac: remove uses of global_loadparm

16 years agor26654: libcli/smb_composite: Rather than specifying each of the gazillion options...
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.

16 years agor26653: Janitorial: Remove global_loadparm use in two more places.
Jelmer Vernooij [Thu, 3 Jan 2008 23:22:08 +0000 (17:22 -0600)]
r26653: Janitorial: Remove global_loadparm use in two more places.

16 years agor26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.
Jelmer Vernooij [Thu, 3 Jan 2008 23:22:04 +0000 (17:22 -0600)]
r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.

16 years agor26651: libsmb: Allow specifying signing policy from higher up.
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.

16 years agor26650: torture/raw: Fix warnings in lockbench/openbench.
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.

16 years agor26649: Only claim to be a PDC if we are a PDC.
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

16 years agor26648: Move detection of global catalog captability to a central function, so
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

16 years agor26647: Mark 'valgrind_run' as executable
Andrew Bartlett [Thu, 3 Jan 2008 09:31:14 +0000 (03:31 -0600)]
r26647: Mark 'valgrind_run' as executable

16 years agor26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composite_connec...
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.

16 years agor26645: Janitorial: Fix a couple of warnings.
Jelmer Vernooij [Thu, 3 Jan 2008 00:39:11 +0000 (18:39 -0600)]
r26645: Janitorial: Fix a couple of warnings.

16 years agor26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should...
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.

16 years agor26643: librpc: Remove uses of global_loadparm.
Jelmer Vernooij [Wed, 2 Jan 2008 21:00:58 +0000 (15:00 -0600)]
r26643: librpc: Remove uses of global_loadparm.

16 years agor26642: samba3sam.py: Remove more EJS-specific code.
Jelmer Vernooij [Wed, 2 Jan 2008 07:52:31 +0000 (01:52 -0600)]
r26642: samba3sam.py: Remove more EJS-specific code.