ira/wip.git
16 years agor26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() and
Günther Deschner [Thu, 29 Nov 2007 20:52:20 +0000 (21:52 +0100)]
r26208: Add torture test for (unsupported) wkssvc_NetrJoinDomain() and

wkssvc_NetrUnjoinDomain().

Guenther

16 years agor26207: Only compile swig files if swig is available.
Jelmer Vernooij [Thu, 29 Nov 2007 16:49:13 +0000 (17:49 +0100)]
r26207: Only compile swig files if swig is available.

16 years agor26206: Build python modules as part of make all.
Jelmer Vernooij [Thu, 29 Nov 2007 16:27:39 +0000 (17:27 +0100)]
r26206: Build python modules as part of make all.

16 years agor26205: Pass loadparm_context to secrets_db_connect() rather than using global context.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:16 +0000 (16:01 +0100)]
r26205: Pass loadparm_context to secrets_db_connect() rather than using global context.

16 years agor26204: Binsings for some more functions.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:11 +0000 (16:01 +0100)]
r26204: Binsings for some more functions.

16 years agor26203: Avoid using ldb_wrap for secrets database.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:08 +0000 (16:01 +0100)]
r26203: Avoid using ldb_wrap for secrets database.

16 years agor26202: Fix dependencies.
Jelmer Vernooij [Thu, 29 Nov 2007 15:01:05 +0000 (16:01 +0100)]
r26202: Fix dependencies.

16 years agor26201: Build docs for the security module.
Jelmer Vernooij [Thu, 29 Nov 2007 15:00:59 +0000 (16:00 +0100)]
r26201: Build docs for the security module.

16 years agor26200: Bring back some accidently removed files.
Jelmer Vernooij [Thu, 29 Nov 2007 14:08:27 +0000 (15:08 +0100)]
r26200: Bring back some accidently removed files.

16 years agor26199: Allow constructing new sids, implement __eq__ for sids.
Jelmer Vernooij [Thu, 29 Nov 2007 14:08:22 +0000 (15:08 +0100)]
r26199: Allow constructing new sids, implement __eq__ for sids.

16 years agor26197: Add bindings for libsecurity.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:47 +0000 (14:49 +0100)]
r26197: Add bindings for libsecurity.

16 years agor26196: Always build python bindings for ldb.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:44 +0000 (14:49 +0100)]
r26196: Always build python bindings for ldb.

16 years agor26195: Wrap two more functions.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:42 +0000 (14:49 +0100)]
r26195: Wrap two more functions.

16 years agor26194: Wrap the events subsystem in a separate file.
Jelmer Vernooij [Thu, 29 Nov 2007 13:49:35 +0000 (14:49 +0100)]
r26194: Wrap the events subsystem in a separate file.

16 years agor26193: In the LDAP server, use the new 'controls_decoded' element to
Andrew Bartlett [Thu, 29 Nov 2007 07:02:36 +0000 (08:02 +0100)]
r26193: In the LDAP server, use the new 'controls_decoded' element to

determine if this (possibly critical) control has been decoded.  This
allows us to return an error, rather than just dropping the socket.

Andrew Bartlett

16 years agor26192: Handle, test and implement the style of extended_dn requiest that MMC uses.
Andrew Bartlett [Thu, 29 Nov 2007 07:00:04 +0000 (08:00 +0100)]
r26192: Handle, test and implement the style of extended_dn requiest that MMC uses.

It appears that the control value is optional, implying type 0 responses.

Failing to parse this was causing LDAP disconnects with 'unavailable
critical extension'.

Andrew Bartlett

16 years agor26191: Import custom test runner for subunit, rather than using trial, which is...
Jelmer Vernooij [Thu, 29 Nov 2007 00:36:41 +0000 (01:36 +0100)]
r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.

16 years agor26190: Allow successful as well as success.
Jelmer Vernooij [Thu, 29 Nov 2007 00:36:38 +0000 (01:36 +0100)]
r26190: Allow successful as well as success.

16 years agor26189: Add really trivial testsuite for the auth module.
Jelmer Vernooij [Thu, 29 Nov 2007 00:36:31 +0000 (01:36 +0100)]
r26189: Add really trivial testsuite for the auth module.

16 years agor26188: Now that swig output is pregenerated, allow building python code without...
Jelmer Vernooij [Wed, 28 Nov 2007 21:41:37 +0000 (22:41 +0100)]
r26188: Now that swig output is pregenerated, allow building python code without swig installed.

16 years agor26187: Fix module name, indentation.
Jelmer Vernooij [Wed, 28 Nov 2007 21:41:34 +0000 (22:41 +0100)]
r26187: Fix module name, indentation.

16 years agor26186: Generate SWIG files as part of autogen.sh
Jelmer Vernooij [Wed, 28 Nov 2007 21:41:29 +0000 (22:41 +0100)]
r26186: Generate SWIG files as part of autogen.sh

16 years agor26185: No need to depend on ldap, shared lib already has that info.
Jelmer Vernooij [Wed, 28 Nov 2007 19:13:28 +0000 (20:13 +0100)]
r26185: No need to depend on ldap, shared lib already has that info.

16 years agor26184: Streams are tricky....
Volker Lendecke [Wed, 28 Nov 2007 14:59:11 +0000 (15:59 +0100)]
r26184: Streams are tricky....

16 years agor26183: The idea of a self-seeding secrets.ldb is nice, but in practice we do
Andrew Bartlett [Wed, 28 Nov 2007 04:24:59 +0000 (05:24 +0100)]
r26183: The idea of a self-seeding secrets.ldb is nice, but in practice we do

this with the provision, which sets up a very different database.
Removing this ensures we are consistant.

Andrew Bartlett

16 years agor26182: Extend our linked attribute testsuite to cover many more possible
Andrew Bartlett [Wed, 28 Nov 2007 03:24:12 +0000 (04:24 +0100)]
r26182: Extend our linked attribute testsuite to cover many more possible

modifications, and then extend our implementation to match.

Andrew Bartlett

16 years agor26181: Set version to 1.1.1, as 1.1.0 has already been released.
Jelmer Vernooij [Wed, 28 Nov 2007 00:20:10 +0000 (01:20 +0100)]
r26181: Set version to 1.1.1, as 1.1.0 has already been released.

16 years agor26180: Allow prebuilding swig output files.
Jelmer Vernooij [Wed, 28 Nov 2007 00:20:00 +0000 (01:20 +0100)]
r26180: Allow prebuilding swig output files.

16 years agor26179: Fix symlink.
Jelmer Vernooij [Tue, 27 Nov 2007 23:25:47 +0000 (00:25 +0100)]
r26179: Fix symlink.

16 years agor26178: Link against -ldl as well to prevent undefined symbols.
Jelmer Vernooij [Tue, 27 Nov 2007 22:49:42 +0000 (23:49 +0100)]
r26178: Link against -ldl as well to prevent undefined symbols.

16 years agor26177: Allow prebuilding swig wrapper, install ldb.py.
Jelmer Vernooij [Tue, 27 Nov 2007 22:28:23 +0000 (23:28 +0100)]
r26177: Allow prebuilding swig wrapper, install ldb.py.

16 years agor26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().
Günther Deschner [Tue, 27 Nov 2007 17:13:24 +0000 (18:13 +0100)]
r26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().

Guenther

16 years agor26172: Skip testing wkssvc against us, we only have dummy support anyway.
Günther Deschner [Tue, 27 Nov 2007 12:23:01 +0000 (13:23 +0100)]
r26172: Skip testing wkssvc against us, we only have dummy support anyway.

Guenther

16 years agor26171: Add my copyright.
Günther Deschner [Tue, 27 Nov 2007 11:59:35 +0000 (12:59 +0100)]
r26171: Add my copyright.

Guenther

16 years agor26170: Put test_NetrUseGetInfo() in the correct order of tests.
Günther Deschner [Tue, 27 Nov 2007 11:56:10 +0000 (12:56 +0100)]
r26170: Put test_NetrUseGetInfo() in the correct order of tests.

Guenther

16 years agor26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.
Günther Deschner [Tue, 27 Nov 2007 11:28:38 +0000 (12:28 +0100)]
r26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.

Guenther

16 years agor26168: Add two more documented WKSSVC_JOIN_FLAGS.
Günther Deschner [Tue, 27 Nov 2007 11:27:27 +0000 (12:27 +0100)]
r26168: Add two more documented WKSSVC_JOIN_FLAGS.

Guenther

16 years agor26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo info...
Günther Deschner [Tue, 27 Nov 2007 11:26:20 +0000 (12:26 +0100)]
r26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo info level

uint32s.

Guenther

16 years agor26166: Put [ref] in the front in wkssvc IDL.
Günther Deschner [Tue, 27 Nov 2007 11:23:34 +0000 (12:23 +0100)]
r26166: Put [ref] in the front in wkssvc IDL.

Guenther

16 years agor26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and
Günther Deschner [Tue, 27 Nov 2007 11:18:23 +0000 (12:18 +0100)]
r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() and

wkssvc_NetrGetJoinableOus2() (both unavailable remotely).

Guenther

16 years agor26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().
Günther Deschner [Tue, 27 Nov 2007 11:11:49 +0000 (12:11 +0100)]
r26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().

Guenther

16 years agor26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().
Günther Deschner [Tue, 27 Nov 2007 11:08:01 +0000 (12:08 +0100)]
r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().

Guenther

16 years agor26162: Remove accidental commit.
Günther Deschner [Tue, 27 Nov 2007 11:04:48 +0000 (12:04 +0100)]
r26162: Remove accidental commit.

Guenther

16 years agor26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and
Günther Deschner [Tue, 27 Nov 2007 11:04:03 +0000 (12:04 +0100)]
r26161: Add (dangerous) torture tests for wkssvc_NetrRenameMachineInDomain() and

wkssvc_NetrRenameMachineInDomain2().

Guenther

16 years agor26160: Add WERR_NAME_NOT_FOUND.
Günther Deschner [Tue, 27 Nov 2007 10:58:33 +0000 (11:58 +0100)]
r26160: Add WERR_NAME_NOT_FOUND.

Guenther

16 years agor26159: Align to coding conventions.
Günther Deschner [Tue, 27 Nov 2007 10:51:22 +0000 (11:51 +0100)]
r26159: Align to coding conventions.

Guenther

16 years agor26158: Add IDL for wkssvc_NetrRenameMachineInDomain().
Günther Deschner [Tue, 27 Nov 2007 10:49:51 +0000 (11:49 +0100)]
r26158: Add IDL for wkssvc_NetrRenameMachineInDomain().

Guenther

16 years agor26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().
Günther Deschner [Tue, 27 Nov 2007 10:31:09 +0000 (11:31 +0100)]
r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().

Guenther

16 years agor26156: Choose a more speaking message in test_NetrMessageBufferSend().
Günther Deschner [Tue, 27 Nov 2007 10:21:26 +0000 (11:21 +0100)]
r26156: Choose a more speaking message in test_NetrMessageBufferSend().

Guenther

16 years agor26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().
Günther Deschner [Tue, 27 Nov 2007 10:20:34 +0000 (11:20 +0100)]
r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().

Guenther

16 years agor26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A lot of
Günther Deschner [Tue, 27 Nov 2007 10:14:51 +0000 (11:14 +0100)]
r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A lot of

unknowns, I know...

Guenther

16 years agor26153: Add torture test for NetrAddAlternateComputerName() and
Günther Deschner [Tue, 27 Nov 2007 10:04:51 +0000 (11:04 +0100)]
r26153: Add torture test for NetrAddAlternateComputerName() and

NetrRemoveAlternateComputerName().

Guenther

16 years agor26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().
Günther Deschner [Tue, 27 Nov 2007 09:42:50 +0000 (10:42 +0100)]
r26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().

Guenther

16 years agor26151: Add IDL and torture test for wkssvc_NetrValidateName() and
Günther Deschner [Tue, 27 Nov 2007 09:34:53 +0000 (10:34 +0100)]
r26151: Add IDL and torture test for wkssvc_NetrValidateName() and

wkssvc_NetrValidateName2().

Guenther

16 years agor26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and
Günther Deschner [Tue, 27 Nov 2007 09:29:19 +0000 (10:29 +0100)]
r26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and

wkssvc_NetrLogonDomainNameDel(), both unsupported on w2k3.

Guenther

16 years agor26149: Add IDL for wkssvc_NetrWkstaUserSetInfo(). No torture test yet.
Günther Deschner [Tue, 27 Nov 2007 09:25:48 +0000 (10:25 +0100)]
r26149: Add IDL for wkssvc_NetrWkstaUserSetInfo(). No torture test yet.

Guenther

16 years agor26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().
Günther Deschner [Tue, 27 Nov 2007 09:23:24 +0000 (10:23 +0100)]
r26148: Add IDL and torture test for wkssvc_NetrUseGetInfo().

Guenther

16 years agor26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.
Günther Deschner [Tue, 27 Nov 2007 09:18:00 +0000 (10:18 +0100)]
r26147: Add IDL and torture test for wkssvc_NetrUseDel and wkssvc_NetrUseAdd.

Guenther

16 years agor26146: Add IDL and torture test for wkssvc_NetrUseEnum().
Günther Deschner [Tue, 27 Nov 2007 09:07:00 +0000 (10:07 +0100)]
r26146: Add IDL and torture test for wkssvc_NetrUseEnum().

Guenther

16 years agor26145: Fix server side of wkssvc_NetWkstaTransportEnum.
Günther Deschner [Tue, 27 Nov 2007 08:58:18 +0000 (09:58 +0100)]
r26145: Fix server side of wkssvc_NetWkstaTransportEnum.

Guenther

16 years agor26144: Add IDL and torture test for wkssvc_NetrWkstaTransportAdd and
Günther Deschner [Tue, 27 Nov 2007 08:49:19 +0000 (09:49 +0100)]
r26144: Add IDL and torture test for wkssvc_NetrWkstaTransportAdd and

wkssvc_NetrWkstaTransportDel.

Guenther

16 years agor26143: Add IDL and torture test for wkssvc_NetrWkstaUserGetInfo.
Günther Deschner [Tue, 27 Nov 2007 08:41:50 +0000 (09:41 +0100)]
r26143: Add IDL and torture test for wkssvc_NetrWkstaUserGetInfo.

Guenther

16 years agor26142: Cleanup IDL and add torture test for wkssvc_NetWkstaEnumUsers.
Günther Deschner [Tue, 27 Nov 2007 08:35:10 +0000 (09:35 +0100)]
r26142: Cleanup IDL and add torture test for wkssvc_NetWkstaEnumUsers.

Guenther

16 years agor26141: Reflect pointer_default(unique) setting.
Günther Deschner [Tue, 27 Nov 2007 08:29:41 +0000 (09:29 +0100)]
r26141: Reflect pointer_default(unique) setting.

Guenther

16 years agor26140: Add a new test for searches by distinguieshedName and dn, and
Andrew Bartlett [Tue, 27 Nov 2007 03:43:20 +0000 (04:43 +0100)]
r26140: Add a new test for searches by distinguieshedName and dn, and

implement these in the simple ldap mapping module.

We still don't pass this test, because we must get linked attributes
into OpenLDAP.

Andrew Bartlett

16 years agor26139: Based on a report by Theodor Chirana, don't assert() on invalid
Andrew Bartlett [Tue, 27 Nov 2007 01:49:37 +0000 (02:49 +0100)]
r26139: Based on a report by Theodor Chirana, don't assert() on invalid

netbios names at this point, the calling order has changed, and we
have a more informative place to do it.

Andrew Bartlett

16 years agor26138: Don't talloc_free() res if an error occoured.
Andrew Bartlett [Tue, 27 Nov 2007 01:47:57 +0000 (02:47 +0100)]
r26138: Don't talloc_free() res if an error occoured.

Andrew Bartlett

16 years agor26137: Rename the entryUUID module to better match it's purpose: being a
Andrew Bartlett [Tue, 27 Nov 2007 01:26:47 +0000 (02:26 +0100)]
r26137: Rename the entryUUID module to better match it's purpose: being a

simple ldap mapping (a complex mapping will follow).

Fix the module to handle 'name' better, rather than using the 'name'
attribute built into OpenLDAP, rename to samba4RDN.  We need to see if
this can be handled in the backend.

Also rename the functions and inernal module name to entryuuid for
consistancy.

Andrew Bartlett

16 years agor26136: Attempt to fix dependencies for auth.
Jelmer Vernooij [Tue, 27 Nov 2007 01:04:38 +0000 (02:04 +0100)]
r26136: Attempt to fix dependencies for auth.

16 years agor26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just
Andrew Bartlett [Tue, 27 Nov 2007 00:25:11 +0000 (01:25 +0100)]
r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were just

wrappers to ldb_add() etc.  samdb_replace() remains, as it sets flags on
all entries as 'replace'.

Andrew Bartlett

16 years agor26134: Avoid using samdb-dependent functions in auth_system_session.
Jelmer Vernooij [Tue, 27 Nov 2007 00:14:54 +0000 (01:14 +0100)]
r26134: Avoid using samdb-dependent functions in auth_system_session.

16 years agor26133: Add some more error codes from wkssvc testing.
Günther Deschner [Mon, 26 Nov 2007 22:58:39 +0000 (23:58 +0100)]
r26133: Add some more error codes from wkssvc testing.

Guenther

16 years agor26131: Ensure we show the right errors in the NULL base DN case. Based on
Andrew Bartlett [Mon, 26 Nov 2007 05:12:01 +0000 (06:12 +0100)]
r26131: Ensure we show the right errors in the NULL base DN case. Based on

bug 5090 by Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>

Andrew Bartlett

16 years agor26130: Fix header installation
Jelmer Vernooij [Mon, 26 Nov 2007 02:14:57 +0000 (03:14 +0100)]
r26130: Fix header installation

16 years agor26129: Specify path explicitly in case an external ldb installation is used.
Jelmer Vernooij [Mon, 26 Nov 2007 02:14:28 +0000 (03:14 +0100)]
r26129: Specify path explicitly in case an external ldb installation is used.

16 years agor26128: Some formatting fixes in secrets.c, fix free of filename, update ignores...
Jelmer Vernooij [Mon, 26 Nov 2007 01:31:53 +0000 (02:31 +0100)]
r26128: Some formatting fixes in secrets.c, fix free of filename, update ignores for source/..

16 years agor26127: Move session code out of auth_util.c. No longer making it part of auth but...
Jelmer Vernooij [Mon, 26 Nov 2007 01:25:20 +0000 (02:25 +0100)]
r26127: Move session code out of auth_util.c. No longer making it part of auth but making it usable independently will be the next step.

16 years agor26124: Install ldb_handlers.h, required by ldb_samba.
Jelmer Vernooij [Mon, 26 Nov 2007 00:29:14 +0000 (01:29 +0100)]
r26124: Install ldb_handlers.h, required by ldb_samba.

16 years agor26123: Use utility function for secrets.tdb path.
Jelmer Vernooij [Sun, 25 Nov 2007 23:55:22 +0000 (00:55 +0100)]
r26123: Use utility function for secrets.tdb path.

16 years agor26122: Don't install python bindings yet.
Jelmer Vernooij [Sun, 25 Nov 2007 22:23:30 +0000 (23:23 +0100)]
r26122: Don't install python bindings yet.

16 years agor26121: Don't build modules if subsystem isn't build.
Jelmer Vernooij [Sun, 25 Nov 2007 20:22:32 +0000 (21:22 +0100)]
r26121: Don't build modules if subsystem isn't build.

16 years agor26120: Don't install python modules as modules.
Jelmer Vernooij [Sun, 25 Nov 2007 19:55:53 +0000 (20:55 +0100)]
r26120: Don't install python modules as modules.

16 years agor26119: Fix warnings.
Jelmer Vernooij [Sun, 25 Nov 2007 19:12:08 +0000 (20:12 +0100)]
r26119: Fix warnings.

16 years agor26118: Remove whitespace that causes empty if statement to be generated.
Jelmer Vernooij [Sun, 25 Nov 2007 18:34:04 +0000 (19:34 +0100)]
r26118: Remove whitespace that causes empty if statement to be generated.

16 years agor26117: Fix DESTDIR use for bindir.
Jelmer Vernooij [Sun, 25 Nov 2007 17:49:37 +0000 (18:49 +0100)]
r26117: Fix DESTDIR use for bindir.

16 years agor26116: Mention python in the config.status summary.
Jelmer Vernooij [Sun, 25 Nov 2007 15:12:05 +0000 (16:12 +0100)]
r26116: Mention python in the config.status summary.

16 years agor26114: Allow keyword-arguments.
Jelmer Vernooij [Sun, 25 Nov 2007 14:34:12 +0000 (15:34 +0100)]
r26114: Allow keyword-arguments.

16 years agor26113: Build tdb python bindings even when not using system tdb.
Jelmer Vernooij [Sun, 25 Nov 2007 14:28:41 +0000 (15:28 +0100)]
r26113: Build tdb python bindings even when not using system tdb.

16 years agor26112: Do proper error checking in __contains__.
Jelmer Vernooij [Sun, 25 Nov 2007 13:26:16 +0000 (14:26 +0100)]
r26112: Do proper error checking in __contains__.

16 years agor26111: Fix an uninitialized variable
Volker Lendecke [Sun, 25 Nov 2007 12:38:07 +0000 (13:38 +0100)]
r26111: Fix an uninitialized variable

16 years agor26110: Create separate function for connecting, add helper for creating result typemaps.
Jelmer Vernooij [Sun, 25 Nov 2007 03:53:54 +0000 (04:53 +0100)]
r26110: Create separate function for connecting, add helper for creating result typemaps.

16 years agor26109: Use new SWIG helpers in autogenerated DCE/RPC SWIG files.
Jelmer Vernooij [Sun, 25 Nov 2007 02:50:05 +0000 (03:50 +0100)]
r26109: Use new SWIG helpers in autogenerated DCE/RPC SWIG files.

16 years agor26108: Add makefile rules for building, installing and checking python bindings.
Jelmer Vernooij [Sun, 25 Nov 2007 02:06:50 +0000 (03:06 +0100)]
r26108: Add makefile rules for building, installing and checking python bindings.

16 years agor26107: Add more tests.
Jelmer Vernooij [Sun, 25 Nov 2007 02:04:04 +0000 (03:04 +0100)]
r26107: Add more tests.

16 years agor26106: Add targets for building, installing and checking python bindings.
Jelmer Vernooij [Sun, 25 Nov 2007 01:58:12 +0000 (02:58 +0100)]
r26106: Add targets for building, installing and checking python bindings.

16 years agor26105: Add targets for building and installing the python bindings.
Jelmer Vernooij [Sun, 25 Nov 2007 01:29:59 +0000 (02:29 +0100)]
r26105: Add targets for building and installing the python bindings.

16 years agor26104: Revert 26103 -- breaks make test
Volker Lendecke [Fri, 23 Nov 2007 15:02:27 +0000 (16:02 +0100)]
r26104: Revert 26103 -- breaks make test

16 years agor26103: Leave streams around to unlink
Volker Lendecke [Fri, 23 Nov 2007 14:29:22 +0000 (15:29 +0100)]
r26103: Leave streams around to unlink

Add test case for stream name case insensitity

16 years agor26102: libreplace: remove system/printing.h as it only contains samba3 stuff
Stefan Metzmacher [Thu, 22 Nov 2007 13:42:14 +0000 (14:42 +0100)]
r26102: libreplace: remove system/printing.h as it only contains samba3 stuff

metze

16 years agor26101: remove some unused includes
Jelmer Vernooij [Wed, 21 Nov 2007 15:18:02 +0000 (16:18 +0100)]
r26101: remove some unused includes