samba.git
16 years agopidl/python: Remove references to DECLARE, which has been removed.
Jelmer Vernooij [Sun, 13 Jan 2008 00:35:06 +0000 (01:35 +0100)]
pidl/python: Remove references to DECLARE, which has been removed.
(This used to be commit 9a907567c8e0836b731e0ef01f8d097a33de21b0)

16 years agopidl/python: Some more support for special case types.
Jelmer Vernooij [Sat, 12 Jan 2008 00:09:28 +0000 (01:09 +0100)]
pidl/python: Some more support for special case types.
(This used to be commit 991aa950a377bbc07e0bf05758574f850a6d0ff7)

16 years agopidl/python: Convert some Python objects back to C, return proper tuples in client...
Jelmer Vernooij [Fri, 11 Jan 2008 19:37:08 +0000 (20:37 +0100)]
pidl/python: Convert some Python objects back to C, return proper tuples in client calls.
(This used to be commit 1ab617296943dc1d270cbf999dedcfb3073d3d20)

16 years agopython/pidl: Start wrapping function arguments.
Jelmer Vernooij [Fri, 11 Jan 2008 19:00:46 +0000 (20:00 +0100)]
python/pidl: Start wrapping function arguments.
(This used to be commit c2595d3754db4d03bafd53b6f62158516493657e)

16 years agopython/pidl: Handle non-string types.
Jelmer Vernooij [Fri, 11 Jan 2008 17:27:47 +0000 (18:27 +0100)]
python/pidl: Handle non-string types.
(This used to be commit 02dd02c529d578ad7fa4a6b825097685555604fe)

16 years agopython/pidl: More work on wrapping enums, bitmaps and structs.
Jelmer Vernooij [Fri, 11 Jan 2008 17:11:45 +0000 (18:11 +0100)]
python/pidl: More work on wrapping enums, bitmaps and structs.
(This used to be commit 732c3453f0784d5052705b00735b750809afce61)

16 years agoUse lsa_PolicyInfo enum in lsa policy info calls.
Günther Deschner [Mon, 14 Jan 2008 16:37:35 +0000 (17:37 +0100)]
Use lsa_PolicyInfo enum in lsa policy info calls.

Guenther
(This used to be commit 068697706652373d28091cd7594e0276da27dbc4)

16 years agoFill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.
Günther Deschner [Mon, 14 Jan 2008 16:10:31 +0000 (17:10 +0100)]
Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.

Guenther
(This used to be commit 54458c46249e07176e2a5b37279a3c95d21df0ab)

16 years agopython: Avoid overwriting flags for already found version of Python.
Jelmer Vernooij [Sun, 13 Jan 2008 13:59:16 +0000 (14:59 +0100)]
python: Avoid overwriting flags for already found version of Python.
(This used to be commit 9041e385fe666c16d9a5b9a030b54a856f17e5e5)

16 years agopython: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.
Jelmer Vernooij [Sun, 13 Jan 2008 05:07:20 +0000 (06:07 +0100)]
python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.
(This used to be commit e179db6d0fcf093082f2ad441980a2bb77ac6b17)

16 years agoRemove accidently committed debugging statement.
Jelmer Vernooij [Sun, 13 Jan 2008 03:50:33 +0000 (04:50 +0100)]
Remove accidently committed debugging statement.
(This used to be commit 9ad2de6e9900aadc3171c5376972ce4d3ed3fb24)

16 years agoTry to fix the build on Tru64; avoid single quotes because they get expanded by perl...
Jelmer Vernooij [Sun, 13 Jan 2008 03:46:11 +0000 (04:46 +0100)]
Try to fix the build on Tru64; avoid single quotes because they get expanded by perl in the build system.
(This used to be commit bba8914af56cb161c275fbbdea2479d6f8bd703c)

16 years agopython: Fix initialization of variable.
Jelmer Vernooij [Sun, 13 Jan 2008 03:23:09 +0000 (04:23 +0100)]
python: Fix initialization of variable.
(This used to be commit 620ec696657558dbad2a6c7d4231deabcaeaaef1)

16 years agopython: Try more possible flags.
Jelmer Vernooij [Sun, 13 Jan 2008 03:17:04 +0000 (04:17 +0100)]
python: Try more possible flags.

The flags returned by python-config may be for gcc and may not work for other compilers.
(This used to be commit 1fbc3a9f47a33f785d935e39345021d9ca455bb9)

16 years agopython: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.
Jelmer Vernooij [Sun, 13 Jan 2008 02:32:44 +0000 (03:32 +0100)]
python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.
(This used to be commit dec3f421be5d7fd4ead3b71f8b69921c41bad39a)

16 years agotests.blackbox: Avoid my local Kerberos setup from interfering with the blackbox...
Jelmer Vernooij [Sun, 13 Jan 2008 01:45:55 +0000 (02:45 +0100)]
tests.blackbox: Avoid my local Kerberos setup from interfering with the blackbox.smbclient test.
(This used to be commit 1d703dcf3a888e4c8301a4f53a289ff18bf89f75)

16 years agopidl: Avoid accidently filling in empty body for types without body.
Jelmer Vernooij [Sat, 12 Jan 2008 23:05:24 +0000 (00:05 +0100)]
pidl: Avoid accidently filling in empty body for types without body.
(This used to be commit 1fe5c1ad07c574dc094f59f728025dfcafa0cf22)

16 years agopidl/ejs: Fix bug that filled in the body for types without body.
Jelmer Vernooij [Sat, 12 Jan 2008 22:38:05 +0000 (23:38 +0100)]
pidl/ejs: Fix bug that filled in the body for types without body.
(This used to be commit 4f4dfa6042178c157a09df61d72a42af7aa5c67b)

16 years agopidl: Add function for determining whether a type has a body.
Jelmer Vernooij [Sat, 12 Jan 2008 22:10:28 +0000 (23:10 +0100)]
pidl: Add function for determining whether a type has a body.
(This used to be commit 893f4102c93c1c2cd6b836f12644d06d9e31800c)

16 years agopidl: Move more stuff outside ifdef when defining enums and generate pretty code...
Jelmer Vernooij [Sat, 12 Jan 2008 22:06:00 +0000 (23:06 +0100)]
pidl: Move more stuff outside ifdef when defining enums and generate pretty code for enums without body.
(This used to be commit d91af936ae51e33c8598d88c77575abbeb0e556b)

16 years agopidl: Prevent empty declarations for enums without body.
Jelmer Vernooij [Sat, 12 Jan 2008 21:35:28 +0000 (22:35 +0100)]
pidl: Prevent empty declarations for enums without body.
(This used to be commit c1e0570506d7c77112065a03a876cda4e4db7769)

16 years agopidl: Add ability to write type metadata to a file.
Jelmer Vernooij [Sat, 12 Jan 2008 21:15:12 +0000 (22:15 +0100)]
pidl: Add ability to write type metadata to a file.
(This used to be commit e8ab241ff47f2c3e6f80f9c62373139e4c9f5a1e)

16 years agopidl: Remove obsolete smb_interfaces code.
Jelmer Vernooij [Sat, 12 Jan 2008 21:03:05 +0000 (22:03 +0100)]
pidl: Remove obsolete smb_interfaces code.
(This used to be commit 169e91b07c29a69113f40214543be2653d7fecf5)

16 years agopidl: Add CPAN metadata.
Jelmer Vernooij [Sat, 12 Jan 2008 21:00:14 +0000 (22:00 +0100)]
pidl: Add CPAN metadata.
(This used to be commit 7569fd5fce55fdc5c2639ec5c0a8e39e37a21fe8)

16 years agopidl: Add more parsing tests.
Jelmer Vernooij [Sat, 12 Jan 2008 20:37:46 +0000 (21:37 +0100)]
pidl: Add more parsing tests.
(This used to be commit e44ee3e60ac4eb56cca02b58fdecb171269daca4)

16 years agopidl: Update documentation.
Jelmer Vernooij [Sat, 12 Jan 2008 20:33:18 +0000 (21:33 +0100)]
pidl: Update documentation.
(This used to be commit a13f51dae591684dbc9620f385d2fbccf31ec137)

16 years agopidl: Remove declare tests, add more tests for typedef.
Jelmer Vernooij [Sat, 12 Jan 2008 20:21:14 +0000 (21:21 +0100)]
pidl: Remove declare tests, add more tests for typedef.
(This used to be commit 254bf85c2eb69fc2ee22d3a92a6b027a25594250)

16 years agopidl: Move tests for the CUtil module to a separate file.
Jelmer Vernooij [Sat, 12 Jan 2008 20:14:44 +0000 (21:14 +0100)]
pidl: Move tests for the CUtil module to a separate file.
(This used to be commit ce40890ef0166ad11dd835249f52e2ab5876efba)

16 years agopidl: Remove support for the declare keyword in other parts of the pidl code.
Jelmer Vernooij [Sat, 12 Jan 2008 00:22:23 +0000 (01:22 +0100)]
pidl: Remove support for the declare keyword in other parts of the pidl code.
(This used to be commit 2fe013f715bdee6c01a833bc6c883e830bdc5dfd)

16 years agoidl: Use typedef rather than declare.
Jelmer Vernooij [Sat, 12 Jan 2008 00:18:53 +0000 (01:18 +0100)]
idl: Use typedef rather than declare.
(This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf)

16 years agopidl: Remove support for the "declare" keyword in the parser.
Jelmer Vernooij [Sat, 12 Jan 2008 00:10:59 +0000 (01:10 +0100)]
pidl: Remove support for the "declare" keyword in the parser.
(This used to be commit ea3371389226a756ba641a7fc02cfbee78663411)

16 years agopidl: Remove multiple copies of get_pointer_of and get_value_of.
Jelmer Vernooij [Fri, 11 Jan 2008 19:19:47 +0000 (20:19 +0100)]
pidl: Remove multiple copies of get_pointer_of and get_value_of.
(This used to be commit 79344c9c5e0e38155facb0c7b16e84a0dca3d2eb)

16 years agopython: Fix typo.
Jelmer Vernooij [Fri, 11 Jan 2008 15:28:17 +0000 (16:28 +0100)]
python: Fix typo.
(This used to be commit d6b06fc03e37781f5f59b15cff8fe3ee8df63444)

16 years agoPython: Simplify code in a couple of places. Copy Andrew's changes from g53b5166.
Jelmer Vernooij [Fri, 11 Jan 2008 15:13:46 +0000 (16:13 +0100)]
Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5166.
(This used to be commit f056f624958af79204c972eba3f85e36e93daed7)

16 years agowbinfo: Handle SID_NAME_COMPUTER in sid_type_lookup
Kai Blin [Wed, 26 Dec 2007 09:56:24 +0000 (10:56 +0100)]
wbinfo: Handle SID_NAME_COMPUTER in sid_type_lookup
(This used to be commit 1abb2b471a11305ae7e0da403eca3cfe1fe1b016)

16 years agolibnet: Fix includes to silence a warning
Kai Blin [Wed, 26 Dec 2007 09:44:06 +0000 (10:44 +0100)]
libnet: Fix includes to silence a warning
(This used to be commit ba5a21998bfc1bd616e7a2d9647d284ca30a3574)

16 years agolibnet: Rename a variable so it does not shadow a global.
Kai Blin [Wed, 26 Dec 2007 09:43:35 +0000 (10:43 +0100)]
libnet: Rename a variable so it does not shadow a global.
(This used to be commit a5b9d2f33279e0f96a36acbf3da7c018aadf08c9)

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.
(This used to be commit 89d5b91d3c4dae754178c82cb7a24e7c5af09fcd)

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

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.
(This used to be commit 37ed9fbeee37a1d86d6f6841eac5c1a0a85c1fcc)

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
(This used to be commit 53b51660ae6b733b19b0ba3403f229b215de7b47)

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
(This used to be commit f917ccec85f854423f423bbffc41459d92960a1b)

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
(This used to be commit 47a1b76f7fff30229d3f23c6723f047923faf196)

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

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.
(This used to be commit 874c00b1c1ef011c85226135144fafdc97d91116)

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.
(This used to be commit 355878907970b396e4031426fda260d981c417eb)

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.
(This used to be commit 3a0d14f33532d88ace770d037c50375fe822dbb6)

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.
(This used to be commit 017aa400c7097cf6132f2bec969b9bbb5237f4d8)

16 years agopython/ldap: Get further.
Jelmer Vernooij [Fri, 11 Jan 2008 00:01:36 +0000 (01:01 +0100)]
python/ldap: Get further.
(This used to be commit 0c27eabbc40657493dc72f12b4fbdb07b0a3200f)

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.
(This used to be commit 52f64afd4324eb185303ca192b88ccb632ee8587)

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.
(This used to be commit d7a3f9612c40000cb265279598c09f6983305656)

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.
(This used to be commit 74209fa6b097c6cd3c919dc6a67d998de12fa575)

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.
(This used to be commit 583881ae5a2a173abad9ba1ffd766b009d9ca8cd)

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.
(This used to be commit d029c0bedf8b3d300050786991e2df0e446fca72)

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().
(This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da)

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
(This used to be commit 597f9fe17685fb7909269bc0af04bf4a040e2ad7)

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
(This used to be commit 8099facff99dab4de27ea6f857d0e8f5eaa3db5a)

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
(This used to be commit c72c39326b263b3aacd178ddc2fc3b1a2906f3d3)

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().
(This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53)

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.
(This used to be commit 1ccbab81d79f83bb419104f2bbaf2ae7b368e90f)

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.
(This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6)

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.
(This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe)

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
(This used to be commit e3a76be04760a81a9c1b7ad9b139f088decc9ee6)

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
(This used to be commit 588531bf211f5ede2731df56fd540934b673a2d7)

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
(This used to be commit 48dc07902ffb792532ff216e507e53103d448b7b)

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

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

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.
(This used to be commit 47d797f7885b1e7bcff724496ecb1990e8440eea)

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
(This used to be commit 4720f53a92644dd6959e18923924fbe01889111c)

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
(This used to be commit 9cd3a76c25019f4d8d7b41d75e1f7efb4475e86a)

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
(This used to be commit 5c39f3135666854b57a7d2643f59feee7ceeabc8)

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
(This used to be commit ad9089c413bfac6dddda5e837d7143fe7a2c29fb)

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.
(This used to be commit bd4ce069b4b6d3fdc182b16060c20e6fe8e8a87d)

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.
(This used to be commit dec016822ce9439b40f3d9403d42ebc76ba2e0e1)

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
(This used to be commit 817582a46aed1a3a470477c95671fa25fd9f2f67)

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)
(This used to be commit 464668b07aded0a299eb49b87b51bb9bf53d2c8d)

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

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.
(This used to be commit 7a66d0eff6e2300cc82b4c7585f9c45afcc851a4)

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.
(This used to be commit 8d77ea379fef5ad4b2718bc8e0620304588c9239)

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
(This used to be commit 81fa63dfe6004d916bbe653cbb1b4cbdf5d3d97d)

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
(This used to be commit 6ac36d6a4b83b9ef794a2022c4d46ed0b69758e9)

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
(This used to be commit a0cf47c3359ca5dfab90c1a5831a73b89ff9f027)

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
(This used to be commit 7ee3fd43f964d3161c075dae8de73c77de146538)

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
(This used to be commit c52d9e6e60e0765e4f793d64e94571b6f6c3f9c7)

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.
(This used to be commit f9988734bb8a1d823e14b6bff5c4d55d75471f18)

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
(This used to be commit e940b1020a3c2e7ee43198dc40c47cbdbef0d950)

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.
(This used to be commit 9fc5f098e01145db5b01efb0bf22cdddf0213d20)

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.
(This used to be commit fdd2ba336b4cf742f6e59253beab5dd226a87a85)

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.
(This used to be commit 5f6cc640758448df9c8ad4eba1ffa12ce0c3f732)

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().
(This used to be commit b06896d2378e536f5044dbe500a5232a89d6d0b5)

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.
(This used to be commit 846876ad32dc86fe7c367db084e76c670c61b389)

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.
(This used to be commit f08192750eecdd8b0ffbed84a53abcae51afd2df)

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
(This used to be commit 51cd93344dfeb3556fada523e38bbcd7e51fbbe1)

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
(This used to be commit d6b863453dcda85e02e53c44d68272bf2ef95d19)

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
(This used to be commit 0016231edd514e8db620bafc44ce877fcac19ed9)

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
(This used to be commit 341929c615e5573887889cf22950a25b536c6fc1)

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
(This used to be commit df17c4a9e84f4a4087c4a4a8ad44a82d4acb522e)

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
(This used to be commit 16edbe1d607390227652ee97a000da98c696c735)

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
(This used to be commit 2f228bcbf63af98ff2d0f498f48d49d0f2926343)

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
(This used to be commit b4a95a89853a0ebd75b39f01bbdbf82e05e97bd7)