summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-10-21Registry server: Cosmetic correctionsMatthias Dieter Wallnöfer1-23/+11
2008-10-21Cleanups of server filesMatthias Dieter Wallnöfer2-16/+21
Cosmetic corrections
2008-10-21Registry server: More work to be compatibleMatthias Dieter Wallnöfer2-30/+63
Some fixup's and assure, that we send only initialized values.
2008-10-21ldb_get_value_by_id: Fix the return of the default valueMatthias Dieter Wallnöfer1-14/+15
The return of the values of a certain key has been broken since I've introduced the default value. Now the behaviour is correct: If no default value exists, start with index zero to fetch the other values. Otherwise let zero be the default value and enumerate the others starting with one.
2008-10-21reg_ldb_unpack_value: Change "CH_UTF8" in "CH_UNIX"Matthias Dieter Wallnöfer1-1/+1
It's better to use "CH_UNIX" for unpacking, because the system charset doesn't have to be UTF8 and we should be compatible with "reg_ldb_pack_value".
2008-10-21ldb_del_value: Free key data also when removing the default attributeMatthias Dieter Wallnöfer1-4/+4
2008-10-21Fixes for the WINREG RPC serverMatthias Dieter Wallnöfer1-28/+41
This changes the WINREG RPC server through some corrections into the Windows-like behaviour. Compared with Windows 2000 and tested through Windows 2000 Registry Editor.
2008-10-21Fix for allowing the REG_BINARY type and introducing the default attributeMatthias Dieter Wallnöfer1-45/+128
The REG_BINARY type is converted and stored in the LDB database as a leaf object with string-data. The default attribute is saved directly in the hive object as the "data"-string.
2008-10-21Fix for the empty string (REG_SZ) problemMatthias Dieter Wallnöfer1-0/+8
I enhanced the "utf8_push" function, who finally accepts now also the char sequence "" with length 1 as valid UTF8 string.
2008-10-21Prevent warning about directory already existing.Jelmer Vernooij1-1/+1
2008-10-21Fix rpcecho test.Jelmer Vernooij1-2/+1
2008-10-20idl: merge from s4 lsa.idl to s3.Günther Deschner1-13/+12
Guenther
2008-10-20Sync syntax of srvsvc.idl with samba3.Jelmer Vernooij1-5/+5
2008-10-20Move orpc to top-level directory.Jelmer Vernooij2-174/+1
2008-10-20Remove unused function str_list_match.Jelmer Vernooij1-13/+0
2008-10-20Move WMI support code to top-level.Jelmer Vernooij3-66/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij65-70/+102
remove some unused functions.
2008-10-20Import comments about opcodes from Samba 3.Jelmer Vernooij1-20/+20
2008-10-20Provide two symbols to allow ndrdump compiled by Samba 3 to be used forJelmer Vernooij1-1/+1
Samba 4.
2008-10-20Fix merged build; use full libroken rather than just a couple of object files.Jelmer Vernooij1-9/+2
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij3-227/+2
2008-10-20Fix names in winreg torture tests.Jelmer Vernooij2-3/+3
2008-10-20Also move wireshark conformance file.Jelmer Vernooij1-52/+0
2008-10-20Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptJelmer Vernooij13-251/+1004
2008-10-20Regenerate pidl output.Jelmer Vernooij1-2/+2
2008-10-20Share winreg.idl.Jelmer Vernooij1-401/+0
2008-10-20idl: finally share krb5_pac.idl.Günther Deschner1-130/+0
Guenther
2008-10-20Rework mkrelease.sh to exclude Samba3 filesAndrew Bartlett1-3/+13
This matches my proposal to samba-technical, and should allow a Samba4 release to be made shortly. Andrew Bartlett
2008-10-20Make the updated RPC-LSA pass against Win2008, and Samba4 to matchAndrew Bartlett2-1/+3
2008-10-20LSA Patch for User ManagerMatthias Dieter Wallnöfer3-107/+195
New (major) patch ================= - Enhances the "lsa.idl" file in the sense that it adds more values to "PolicyInformation" to improve the "lsa_QueryInfoPolicy*" calls. - Adds a minimal implementation for "AuditEvents" (also lsa_QueryInfoPolicy* calls) to enable the "Audit" option in the "User Manager for Domains" (at least readable). - Adds to the "lsa.idl" file the system access mode flags needed for the calls "lsa_*SystemAccessAccount". - Fill in the "lsa_GetSystemAccessAccount" for enabling the "User Rights" option in the "User Manager for Domains" (at least readable). - Merge the two similar torture tests of the "lsa_QueryInfoPolicy*" calls in one using "if"'s for a few separations. - Add a torture test for "lsa_GetSystemAccessAccount". - Some cosmetic-only changes (unifications) in output strings in the "LSA" torture test. The work has been done using the Microsoft WSPP docs. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-10-20Mark clearTextPassword as a privilaged attributeAndrew Bartlett1-0/+1
2008-10-20Ensure the hdb_method structure is not on the stack.Andrew Bartlett1-5/+5
We supply this to krb5 as a plugin, so we must keep it around as long as the krb5_context. Andrew Bartlett
2008-10-20Add samba4kpasswd and rkpty binariesAndrew Bartlett6-7/+789
smaba4kpasswd will be used to test the kpasswdd componet of the KDC (which is up until now untested), and rkpty is an expect-like wrapper we can use to blackbox that utility. Andrew Bartlett
2008-10-20Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij1-0/+2
2008-10-20Fix blackbox tests on IPv6-only hosts.Jelmer Vernooij2-6/+17
2008-10-19Move Samba4-specific code out of selftest.Jelmer Vernooij1-0/+23
2008-10-19Fix comment after paths have changed.Jelmer Vernooij1-2/+2
2008-10-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhexJelmer Vernooij22-3604/+8
2008-10-19Move SMB-specific attribute function to SMB client library.Jelmer Vernooij1-0/+44
2008-10-19Merge branch 'selftest' of git://git.samba.org/jelmer/sambaJelmer Vernooij22-3604/+8
2008-10-18idl: share drsblobs idl.Günther Deschner3-735/+1
Guenther
2008-10-18drsuapi: build new merged drsuapi idl and helpers.Günther Deschner1-1/+1
Guenther
2008-10-18drsuapi: share drsuapi idl and helper code.Günther Deschner3-1987/+0
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl.Günther Deschner5-195/+212
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl.Günther Deschner5-123/+162
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl.Günther Deschner3-23/+35
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl.Günther Deschner3-15/+26
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsRemoveDSServer from s3 drsuapi idl.Günther Deschner2-7/+12
Guenther
2008-10-18s4-drsuapi: merge drsuapi_DsAddEntry from s3 drsuapi idl.Günther Deschner2-22/+27
Guenther
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij10-30/+22
3.