metze/samba/wip.git
14 years agos3: Remove the make_auth_methods routine
Volker Lendecke [Sun, 11 Apr 2010 10:37:48 +0000 (12:37 +0200)]
s3: Remove the make_auth_methods routine

This was just TALLOC_ZERO_P

14 years agos3: Fix a typo
Volker Lendecke [Sun, 11 Apr 2010 10:24:07 +0000 (12:24 +0200)]
s3: Fix a typo

14 years agos3: Make "auth_context" its own talloc parent
Volker Lendecke [Sun, 11 Apr 2010 10:20:24 +0000 (12:20 +0200)]
s3: Make "auth_context" its own talloc parent

Remove "mem_ctx" from "struct auth_context"

14 years agos3: Fix some nonempty lines
Volker Lendecke [Sun, 11 Apr 2010 09:50:55 +0000 (11:50 +0200)]
s3: Fix some nonempty lines

14 years agos4:samdb_server_site_dn - free unused DNs in the right way
Matthias Dieter Wallnöfer [Sun, 11 Apr 2010 10:56:50 +0000 (12:56 +0200)]
s4:samdb_server_site_dn - free unused DNs in the right way

14 years agos4:torture - "dbspeed" test - add newlines as we have them in the other failure messages
Matthias Dieter Wallnöfer [Sun, 11 Apr 2010 09:33:45 +0000 (11:33 +0200)]
s4:torture - "dbspeed" test - add newlines as we have them in the other failure messages

14 years agos4:torture - "dbspeed" test
Matthias Dieter Wallnöfer [Sun, 11 Apr 2010 09:22:41 +0000 (11:22 +0200)]
s4:torture - "dbspeed" test

Calculate the leaks on base of the "tmp_ctx" not the torture context.

14 years agos4:torture - "dbspeed" test
Matthias Dieter Wallnöfer [Sun, 11 Apr 2010 09:21:19 +0000 (11:21 +0200)]
s4:torture - "dbspeed" test

Unify error handling.

14 years agos4:torture - "dbspeed" test
Matthias Dieter Wallnöfer [Sun, 11 Apr 2010 09:13:31 +0000 (11:13 +0200)]
s4:torture - "dbspeed" test

Add more "talloc_free"s where needed or useful.

14 years agos3: Cosmetics -- I could not spot where "chal" was initialized
Volker Lendecke [Sun, 11 Apr 2010 09:14:24 +0000 (11:14 +0200)]
s3: Cosmetics -- I could not spot where "chal" was initialized

14 years agos4:auth Remove event context from anonymous_session()
Andrew Bartlett [Fri, 9 Apr 2010 07:18:53 +0000 (17:18 +1000)]
s4:auth Remove event context from anonymous_session()

This should always return a simple structure with no need to consult a
DB, so remove the event context, and simplfy to call helper functions
that don't look at privilages.

Andrew Bartlett

14 years agos3: Use IS_DC macro in get_global_sam_name()
Volker Lendecke [Sat, 10 Apr 2010 20:52:06 +0000 (22:52 +0200)]
s3: Use IS_DC macro in get_global_sam_name()

Much as I dislike macros, this one is there. So why not use it...

14 years agos3: Remove domain selection from dual_pam_auth
Volker Lendecke [Sat, 10 Apr 2010 20:34:51 +0000 (22:34 +0200)]
s3: Remove domain selection from dual_pam_auth

We're in a child, the parent already has chosen the domain by
picking the right child to connect to.

Metze, you've done work on winbind lately, so it goes to you:

Please check :-)

14 years agosubunit: Don't abort when receiving test results from tests that weren't
Jelmer Vernooij [Sat, 10 Apr 2010 20:35:57 +0000 (22:35 +0200)]
subunit: Don't abort when receiving test results from tests that weren't
announced.

14 years agoselftest: Support passing --load-list to test runners.
Jelmer Vernooij [Sat, 10 Apr 2010 20:20:12 +0000 (22:20 +0200)]
selftest: Support passing --load-list to test runners.

14 years agotorture: Simplify torture suite running, call restricted test suite runner.
Jelmer Vernooij [Sat, 10 Apr 2010 19:24:33 +0000 (21:24 +0200)]
torture: Simplify torture suite running, call restricted test suite runner.

14 years agosmbtorture: Remove unused shell feature.
Jelmer Vernooij [Thu, 8 Apr 2010 23:59:01 +0000 (01:59 +0200)]
smbtorture: Remove unused shell feature.

14 years agosmbtorture: Support --load-list argument.
Jelmer Vernooij [Thu, 8 Apr 2010 23:58:28 +0000 (01:58 +0200)]
smbtorture: Support --load-list argument.

14 years agos4:registry - "patchfile_preg.c" - use more "sizeof"s on length specification
Matthias Dieter Wallnöfer [Sat, 10 Apr 2010 17:54:32 +0000 (19:54 +0200)]
s4:registry - "patchfile_preg.c" - use more "sizeof"s on length specification

This makes the code more clear to read.

14 years agos4:registry - "patchfile_preg.c" - fix indentation
Matthias Dieter Wallnöfer [Sat, 10 Apr 2010 17:48:23 +0000 (19:48 +0200)]
s4:registry - "patchfile_preg.c" - fix indentation

14 years agos4:registry - "patchfile_preg.c" - fix a datatype
Matthias Dieter Wallnöfer [Sat, 10 Apr 2010 17:42:00 +0000 (19:42 +0200)]
s4:registry - "patchfile_preg.c" - fix a datatype

This should be an "uint16_t" (only two bytes are written).

14 years agolibwbclient: Fix a memleak in wbcGetDisplayName
Volker Lendecke [Sat, 10 Apr 2010 14:34:53 +0000 (16:34 +0200)]
libwbclient: Fix a memleak in wbcGetDisplayName

14 years agolibwbclient: Ensure correct 0-termination in wbcGetSidAliases
Volker Lendecke [Sat, 10 Apr 2010 14:59:27 +0000 (16:59 +0200)]
libwbclient: Ensure correct 0-termination in wbcGetSidAliases

14 years agos3: Check 0 termination in GETALIASES
Volker Lendecke [Sat, 10 Apr 2010 14:55:46 +0000 (16:55 +0200)]
s3: Check 0 termination in GETALIASES

14 years agos4:dsdb Don't use the permissive modify control on schemaInfo updates
Andrew Bartlett [Sat, 10 Apr 2010 10:39:45 +0000 (20:39 +1000)]
s4:dsdb Don't use the permissive modify control on schemaInfo updates

The use of 'replace' is enough to wipe out the old value, whatever it
is, we don't need to set 'permissive modify' too.

Additionally, this seems to be causing trouble for the OpenLDAP backend

Andrew Bartlett

14 years agos4:dsdb Don't return operational attributes on special DNs
Andrew Bartlett [Fri, 9 Apr 2010 09:07:12 +0000 (19:07 +1000)]
s4:dsdb Don't return operational attributes on special DNs

14 years agos4:rootdse Implement "tokenGroups" in the rootDSE
Andrew Bartlett [Fri, 9 Apr 2010 07:22:35 +0000 (17:22 +1000)]
s4:rootdse Implement "tokenGroups" in the rootDSE

This returns the currently connected user's full token.  This is very
useful for debugging, and should be used in ACL tests.

Andrew Bartlett

14 years agos4:dsdb Improve error message in extended_dn_in
Andrew Bartlett [Fri, 9 Apr 2010 07:21:21 +0000 (17:21 +1000)]
s4:dsdb Improve error message in extended_dn_in

This error occours when an extended DN cannot be resolved, so it's
most helpful to print the problematic extended DN.

Andrew Bartlett

14 years agos4:ldif_handlers tokenGroups are SIDs
Andrew Bartlett [Wed, 7 Apr 2010 04:03:29 +0000 (14:03 +1000)]
s4:ldif_handlers tokenGroups are SIDs

14 years agos4:rpc_server Fix segfault in modified SamLogon handling
Andrew Bartlett [Wed, 7 Apr 2010 00:42:16 +0000 (10:42 +1000)]
s4:rpc_server Fix segfault in modified SamLogon handling

14 years agos4:provision Don't make the 'slaptest' call produce errors
Andrew Bartlett [Mon, 5 Apr 2010 09:03:14 +0000 (19:03 +1000)]
s4:provision Don't make the 'slaptest' call produce errors

Adding -n 0 also allows us to check the error code too

Andrew Bartlett

14 years agos4:rpc_server Add all SIDs into the netlogon SamLogon reply
Andrew Bartlett [Tue, 30 Mar 2010 10:23:46 +0000 (21:23 +1100)]
s4:rpc_server Add all SIDs into the netlogon SamLogon reply

We were missing the SIDs that are not in the domain.

14 years agos4:schema Try to fix OpenLDAP backend after schema reload support.
Andrew Bartlett [Mon, 29 Mar 2010 10:16:18 +0000 (21:16 +1100)]
s4:schema Try to fix OpenLDAP backend after schema reload support.

If we can't get @REPLCHANGED, default to a value of 0.

Andrew Bartlett

14 years agos4:heimdal Create a new PAC when impersonating a user with S4U2Self
Andrew Bartlett [Mon, 29 Mar 2010 07:13:46 +0000 (18:13 +1100)]
s4:heimdal Create a new PAC when impersonating a user with S4U2Self

If we don't do this, the PAC is given for the machine accout, not the
account being impersonated.

Andrew Bartlett

14 years agos4:kdc Add functions to hdb-samba4 for the new s4u2self callback.
Andrew Bartlett [Sat, 27 Mar 2010 12:11:06 +0000 (23:11 +1100)]
s4:kdc Add functions to hdb-samba4 for the new s4u2self callback.

For now, this shares the 'if it's the same host' system with the
constrained delegation code.

Andrew Bartlett

14 years agos4:heimdal Add hooks to check with the DB before we allow s4u2self
Andrew Bartlett [Sat, 27 Mar 2010 12:09:31 +0000 (23:09 +1100)]
s4:heimdal Add hooks to check with the DB before we allow s4u2self

This allows us to resolve multiple forms of a name, allowing for
example machine$@REALM to get an S4U2Self ticket for
host/machine@REALM.

Andrew Bartlett

14 years agos4:credentials Add the functions needed to do S4U2Self with cli_credentials
Andrew Bartlett [Wed, 3 Mar 2010 02:24:52 +0000 (13:24 +1100)]
s4:credentials Add the functions needed to do S4U2Self with cli_credentials

A torture test to demonstrate will be added soon.

Andrew Bartlett

14 years agos4:credentials talloc_free() any previous salt_principal
Andrew Bartlett [Wed, 3 Mar 2010 00:34:04 +0000 (11:34 +1100)]
s4:credentials talloc_free() any previous salt_principal

This isn't used often, but it is generally better not to leak it onto
what may be a longer-term context.

Andrew Bartlett

14 years agos4:autogen-waf: generate 'Makefile' instead of 'makefile'
Stefan Metzmacher [Sat, 10 Apr 2010 08:58:27 +0000 (10:58 +0200)]
s4:autogen-waf: generate 'Makefile' instead of 'makefile'

This hopefully fixes the build on MacOS 10.

metze

14 years agos4:configure: generate Makefile from Makefile.in
Stefan Metzmacher [Sat, 10 Apr 2010 08:49:18 +0000 (10:49 +0200)]
s4:configure: generate Makefile from Makefile.in

This makes it possible for the waf build to also generate a 'Makefile'
instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile'

metze

14 years agos4:heimdal_build/wscript_build: remove more network related stuff from HEIMDAL_ROKEN_H master4-tridge-waf
Stefan Metzmacher [Sat, 10 Apr 2010 08:07:11 +0000 (10:07 +0200)]
s4:heimdal_build/wscript_build: remove more network related stuff from HEIMDAL_ROKEN_H

metze

14 years agos4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_et
Stefan Metzmacher [Sat, 10 Apr 2010 07:54:49 +0000 (09:54 +0200)]
s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_et

metze

14 years agolib/replace: create a LIBREPLACE_H subsystem
Stefan Metzmacher [Sat, 10 Apr 2010 07:51:28 +0000 (09:51 +0200)]
lib/replace: create a LIBREPLACE_H subsystem

metze

14 years agoPlumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison [Sat, 10 Apr 2010 02:26:34 +0000 (19:26 -0700)]
Plumb SMB2 stubs into all the places we defer SMB1 operations.

Rename functions to be internally consistent. Next step is
to cope queueing single (non-compounded) SMB2 requests to
put some code inside the stubs.

Jeremy.

14 years agos4:LDB - fix up "LDAPI" test
Matthias Dieter Wallnöfer [Fri, 9 Apr 2010 21:34:07 +0000 (23:34 +0200)]
s4:LDB - fix up "LDAPI" test

Set the "options" environment variable in a deterministic manner.

14 years agos4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.
Günther Deschner [Fri, 9 Apr 2010 17:54:31 +0000 (19:54 +0200)]
s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.

Guenther

14 years agos4-smbtorture: make sure to check for result of spoolss_GetJob tests.
Günther Deschner [Fri, 9 Apr 2010 17:53:31 +0000 (19:53 +0200)]
s4-smbtorture: make sure to check for result of spoolss_GetJob tests.

This avoids returning potentially uninitialised data. Thanks Andreas for
pointing this out.

Guenther

14 years agos3-spoolss: Fix two uninitialized vars in spoolss util code.
Günther Deschner [Fri, 9 Apr 2010 16:44:19 +0000 (18:44 +0200)]
s3-spoolss: Fix two uninitialized vars in spoolss util code.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 9 Apr 2010 16:33:25 +0000 (18:33 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agos4-smbtorture: display helpful error message when winreg_QueryMultipleValues fails.
Günther Deschner [Fri, 9 Apr 2010 15:50:51 +0000 (17:50 +0200)]
s4-smbtorture: display helpful error message when winreg_QueryMultipleValues fails.

Guenther

14 years agowinreg: move REG_OPTION_NON_VOLATILE out of option bitmask.
Günther Deschner [Fri, 9 Apr 2010 15:49:57 +0000 (17:49 +0200)]
winreg: move REG_OPTION_NON_VOLATILE out of option bitmask.

Guenther

14 years agowinreg: fill in IDL for winreg_QueryMultipleValues2.
Günther Deschner [Fri, 9 Apr 2010 15:28:04 +0000 (17:28 +0200)]
winreg: fill in IDL for winreg_QueryMultipleValues2.

Guenther

14 years agos3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner [Fri, 9 Apr 2010 14:47:45 +0000 (16:47 +0200)]
s3: add iconv_convenience handle to pull/push sz helpers.

Guenther

14 years agos3: Fix a typo
Volker Lendecke [Fri, 9 Apr 2010 14:49:02 +0000 (16:49 +0200)]
s3: Fix a typo

14 years agoselftest: make sure filter-subunit and format-subunit use unbuffered io
Stefan Metzmacher [Fri, 9 Apr 2010 14:27:39 +0000 (16:27 +0200)]
selftest: make sure filter-subunit and format-subunit use unbuffered io

metze

14 years agos4:selftest: mark some smb2.compound tests as knownfail
Stefan Metzmacher [Fri, 9 Apr 2010 13:58:32 +0000 (15:58 +0200)]
s4:selftest: mark some smb2.compound tests as knownfail

metze

14 years agoRPC-ALTERCONTEXT: let the test pass against w2k3 and w2k8
Stefan Metzmacher [Fri, 9 Apr 2010 07:03:43 +0000 (09:03 +0200)]
RPC-ALTERCONTEXT: let the test pass against w2k3 and w2k8

The behavior between w2k3 and w2k8 differs:
- w2k3 just ignores alter_context requests which try to change
  an existing presentation context.
- w2k8 returns DERPC_NCA_S_PROTO_ERROR and closes the transport
  connection.

metze

14 years agos4:torture/rpc/lsa.c: add test_lsa_OpenPolicy2_ex() that takes an expected status
Stefan Metzmacher [Fri, 9 Apr 2010 07:02:48 +0000 (09:02 +0200)]
s4:torture/rpc/lsa.c: add test_lsa_OpenPolicy2_ex() that takes an expected status

metze

14 years agos4:librpc/rpc: correctly initialize last_fault_code for bind and alter_context requests
Stefan Metzmacher [Fri, 9 Apr 2010 11:27:07 +0000 (13:27 +0200)]
s4:librpc/rpc: correctly initialize last_fault_code for bind and alter_context requests

metze

14 years agolibrpc/rpc: fix typo DERPC_ => DCERPC_
Stefan Metzmacher [Fri, 9 Apr 2010 11:25:59 +0000 (13:25 +0200)]
librpc/rpc: fix typo DERPC_ => DCERPC_

metze

14 years agolibrpc: rerun make idl
Stefan Metzmacher [Fri, 9 Apr 2010 11:25:34 +0000 (13:25 +0200)]
librpc: rerun make idl

metze

14 years agodcerpc.idl: fix typo DERPC_ => DCERPC_
Stefan Metzmacher [Fri, 9 Apr 2010 10:07:43 +0000 (12:07 +0200)]
dcerpc.idl: fix typo DERPC_ => DCERPC_

metze

14 years agolib/torture: also print intergers as HEX values in the torture_assert macros
Stefan Metzmacher [Fri, 9 Apr 2010 11:23:53 +0000 (13:23 +0200)]
lib/torture: also print intergers as HEX values in the torture_assert macros

metze

14 years agos4:heimdal_build/wscript_build: we don't need separate subsystems just for optional...
Stefan Metzmacher [Fri, 9 Apr 2010 12:26:36 +0000 (14:26 +0200)]
s4:heimdal_build/wscript_build: we don't need separate subsystems just for optional source files

metze

14 years agos4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_H
Stefan Metzmacher [Fri, 9 Apr 2010 12:13:53 +0000 (14:13 +0200)]
s4:heimdal_build/wscript_build: remove useless dependecies of HEIMDAL_ROKEN_H

This hopefully fixes the build on host opi - OpenSUSE 10.2 (x86_64).

metze

14 years agos4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variable
Stefan Metzmacher [Fri, 9 Apr 2010 12:10:57 +0000 (14:10 +0200)]
s4:heimdal_build/wscript_build: create a HEIMDAL_ROKEN*_SOURCE variable

metze

14 years agos4-smbtorture: add test to check for registry symlinks in RPC-SPOOLSS-PRINTER.
Günther Deschner [Fri, 9 Apr 2010 13:58:01 +0000 (15:58 +0200)]
s4-smbtorture: add test to check for registry symlinks in RPC-SPOOLSS-PRINTER.

Guenther

14 years agos4-smbtorture: fix build after winreg IDL renames, sorry..
Günther Deschner [Fri, 9 Apr 2010 12:44:38 +0000 (14:44 +0200)]
s4-smbtorture: fix build after winreg IDL renames, sorry..

Guenther

14 years agos4-build: Fix autoconf build (net_machinepw.c is no longer present)
Jelmer Vernooij [Fri, 9 Apr 2010 12:20:18 +0000 (14:20 +0200)]
s4-build: Fix autoconf build (net_machinepw.c is no longer present)

14 years agos3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()
Volker Lendecke [Fri, 9 Apr 2010 12:09:20 +0000 (14:09 +0200)]
s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()

14 years agos3: TALLOC_FREE(command) correctly in map_username()
Volker Lendecke [Fri, 9 Apr 2010 12:05:09 +0000 (14:05 +0200)]
s3: TALLOC_FREE(command) correctly in map_username()

14 years agos4-smbtorture: Fix winreg test after keytype renameing.
Günther Deschner [Fri, 9 Apr 2010 11:51:42 +0000 (13:51 +0200)]
s4-smbtorture: Fix winreg test after keytype renameing.

Guenther

14 years agos4-winreg: Fix dcesrv_winreg_CreateKey after rename.
Günther Deschner [Fri, 9 Apr 2010 11:50:34 +0000 (13:50 +0200)]
s4-winreg: Fix dcesrv_winreg_CreateKey after rename.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 9 Apr 2010 11:50:10 +0000 (13:50 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agowinreg: rename winreg_KeyType to winreg_KeyOptions.
Günther Deschner [Fri, 9 Apr 2010 11:49:28 +0000 (13:49 +0200)]
winreg: rename winreg_KeyType to winreg_KeyOptions.

Guenther

14 years agos4-smbtorture: when creating winreg-symlinks during a test, it is very wise to make...
Günther Deschner [Fri, 9 Apr 2010 10:40:36 +0000 (12:40 +0200)]
s4-smbtorture: when creating winreg-symlinks during a test, it is very wise to make them volatile.

Guenther

14 years agos4-smbtorture: winreg keytype options is a bitmask.
Günther Deschner [Fri, 9 Apr 2010 10:26:06 +0000 (12:26 +0200)]
s4-smbtorture: winreg keytype options is a bitmask.

Guenther

14 years agos3: re-run make samba3-idl.
Günther Deschner [Fri, 9 Apr 2010 10:24:59 +0000 (12:24 +0200)]
s3: re-run make samba3-idl.

Guenther

14 years agowinreg: keytype options is a bitmask.
Günther Deschner [Fri, 9 Apr 2010 10:24:18 +0000 (12:24 +0200)]
winreg: keytype options is a bitmask.

Guenther

14 years agos4-smbtorture: more work on registry REG_LINK (in-registry symlinks) test.
Günther Deschner [Thu, 8 Apr 2010 23:07:39 +0000 (01:07 +0200)]
s4-smbtorture: more work on registry REG_LINK (in-registry symlinks) test.

Guenther

14 years agos4-waf: only enable the python uuid module if python <= 2.4
Andrew Tridgell [Fri, 9 Apr 2010 11:24:59 +0000 (21:24 +1000)]
s4-waf: only enable the python uuid module if python <= 2.4

14 years agolibwbclient: Fix some memleaks in the tests
Volker Lendecke [Mon, 5 Apr 2010 13:11:19 +0000 (15:11 +0200)]
libwbclient: Fix some memleaks in the tests

14 years agobuild: use Logs.error() and Logs.info() instead of print()
Andrew Tridgell [Fri, 9 Apr 2010 11:12:02 +0000 (21:12 +1000)]
build: use Logs.error() and Logs.info() instead of print()

this gives appropriate colors on output, and ensures it works with
compiler output

14 years agobuild: nicer error message on missing file in waf dist
Andrew Tridgell [Fri, 9 Apr 2010 11:00:49 +0000 (21:00 +1000)]
build: nicer error message on missing file in waf dist

14 years agos4-waf: added --gdbtest option for waf test
Andrew Tridgell [Fri, 9 Apr 2010 10:44:09 +0000 (20:44 +1000)]
s4-waf: added --gdbtest option for waf test

14 years agobuild: no need to re-create the lib and bin symlinks if they exist
Andrew Tridgell [Fri, 9 Apr 2010 10:30:44 +0000 (20:30 +1000)]
build: no need to re-create the lib and bin symlinks if they exist

this saves a few unlink/symlink calls for null builds

14 years agobuild: added --picky-developer and --fatal-errors
Andrew Tridgell [Fri, 9 Apr 2010 09:54:40 +0000 (19:54 +1000)]
build: added --picky-developer and --fatal-errors

Added configure options for --fatal-errors and --picky-developer. This
removes -Wfatal-errors from the --enable-developer flags.

14 years agos4-net: Cope with options without arguments.
Jelmer Vernooij [Fri, 9 Apr 2010 00:37:20 +0000 (02:37 +0200)]
s4-net: Cope with options without arguments.

14 years agos4-net: 'net user create' -> 'net user add', for backwards compatibility.
Jelmer Vernooij [Fri, 9 Apr 2010 00:31:57 +0000 (02:31 +0200)]
s4-net: 'net user create' -> 'net user add', for backwards compatibility.

14 years agoSupport --version in python scripts.
Jelmer Vernooij [Fri, 9 Apr 2010 00:30:48 +0000 (02:30 +0200)]
Support --version in python scripts.

14 years agos4-net: Convert machinepw command to python.
Jelmer Vernooij [Thu, 8 Apr 2010 21:58:15 +0000 (23:58 +0200)]
s4-net: Convert machinepw command to python.

14 years agos4-net: Convert vampire command over to Python.
Jelmer Vernooij [Thu, 8 Apr 2010 21:53:19 +0000 (23:53 +0200)]
s4-net: Convert vampire command over to Python.

14 years agos4-net: Convert user subcommand to Python.
Jelmer Vernooij [Mon, 1 Mar 2010 22:03:41 +0000 (23:03 +0100)]
s4-net: Convert user subcommand to Python.

14 years agos4/dsdb: Set schemaInfo attribute value during provisioning
Kamen Mazdrashki [Fri, 9 Apr 2010 07:48:20 +0000 (10:48 +0300)]
s4/dsdb: Set schemaInfo attribute value during provisioning

After provisioning new Forest, schemaInfo should be set
to a value with revision=1 and current invocation_id

14 years agos4/dsdb: split writing of schemaInfo blob in two parts
Kamen Mazdrashki [Thu, 8 Apr 2010 07:23:13 +0000 (10:23 +0300)]
s4/dsdb: split writing of schemaInfo blob in two parts

ldb_msg preparation is moved into separate function
so that it can be used for implementing schemaInfo
updates both on module stack (dsdb_module_... functions)
and directly on ldb_context

14 years agos4/dsdb: Let caller to control if valid invocationId is critical or zero-guid is...
Kamen Mazdrashki [Thu, 8 Apr 2010 05:27:07 +0000 (08:27 +0300)]
s4/dsdb: Let caller to control if valid invocationId is critical or zero-guid is acceptable

14 years agos4/test: Add DRS-UNIT test suite to 'quicktests' list
Kamen Mazdrashki [Thu, 8 Apr 2010 02:32:59 +0000 (05:32 +0300)]
s4/test: Add DRS-UNIT test suite to 'quicktests' list

14 years agos4/dsdb: Use dsdb_schema_info object to create default schemaInfo values
Kamen Mazdrashki [Thu, 8 Apr 2010 02:31:35 +0000 (05:31 +0300)]
s4/dsdb: Use dsdb_schema_info object to create default schemaInfo values

14 years agos4/dsdb: Use dsdb_schema_info object to verify schema_info blobs
Kamen Mazdrashki [Thu, 8 Apr 2010 02:30:16 +0000 (05:30 +0300)]
s4/dsdb: Use dsdb_schema_info object to verify schema_info blobs

14 years agos4/test: Use drsut_schemainfo_new() instead of SCHEMA_INFO_DEFAULT local define
Kamen Mazdrashki [Thu, 8 Apr 2010 02:27:59 +0000 (05:27 +0300)]
s4/test: Use drsut_schemainfo_new() instead of SCHEMA_INFO_DEFAULT local define