summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Collapse)AuthorFilesLines
2008-10-15s4: fix registry/rpc.c after winreg changes.Günther Deschner1-5/+5
jelmer, can you check if this is ok? Guenther
2008-10-15winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij2-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij3-4/+4
2008-10-03Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer1-22/+20
2008-09-30Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer1-3/+3
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-10/+14
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
2008-09-21Registry client: Remove all conversion helper functionsMatthias Dieter Wallnöfer1-44/+17
2008-09-21Registry client library: Remove two elementar conversion functionsMatthias Dieter Wallnöfer1-26/+4
2008-09-21Revert "Registry tool "regtree": Removing an error message"Matthias Dieter Wallnöfer1-0/+5
This reverts commit f37a57fa366e2b0d77f9c1bd232d42a0f2cceb52.
2008-09-21Registry client: Fixup the "patchfile" libraryMatthias Dieter Wallnöfer1-38/+66
Rework and enhance the "patchfile" library (used in "regdiff")
2008-09-21Registry client: Implement the "winreg_QueryValue" callMatthias Dieter Wallnöfer1-0/+48
This is needed for the registry patchfile library
2008-09-21Registry client library: Use "talloc_zero" to avoid uninitialized valuesMatthias Dieter Wallnöfer1-3/+2
2008-09-21Registry tool "regdiff": Add the event context for remote connectionsMatthias Dieter Wallnöfer1-1/+1
Adds the event context for remote connections to make the tool working again.
2008-09-21Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer2-2/+3
Giving the right permissions
2008-09-21Registry client library: Fix some buffer problemsMatthias Dieter Wallnöfer1-5/+9
This buffer maximum values are used in Windows (2000), so I take them also for SAMBA 4.
2008-09-21Registry client library: Various fixup's and correctionsMatthias Dieter Wallnöfer1-63/+64
I reverted the change with the string conversions because they aren't needed and included many fixup's and improvements in the code. We should be able now to connect to a Windows WINREG server without a problem.
2008-09-21Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer2-22/+6
I fixed up my fault regarding the handling of the default value (if it doesn't exist it hasn't the index number zero and you get immediately the subvalues). Then I corrected an error in regshell to find the right registry context.
2008-09-21Registry client: Various cleanups and charset conversionsMatthias Dieter Wallnöfer1-66/+125
This patch contains various changes to the "rpc.c" file to clean it up and introduces the right string charset conversions (UNIX <-> UTF16).
2008-09-21Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-13/+15
This commit introduces the default attribute in "regshell"
2008-09-21Registry tool "regtree": Removing an error messageMatthias Dieter Wallnöfer1-5/+0
The error message "Error occurred while fetching values" doesn't seem very useful, so remove it.
2008-09-21Registry tool "regtree": Handle the default attribute in the right wayMatthias Dieter Wallnöfer1-12/+18
This commit introduces the default attribute in "regtree"
2008-09-18Generate with 1.3.36.Jelmer Vernooij1-1/+1
2008-09-09Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer4-8/+9
This fixes up the "reg_common_open_remote" call because it didn't work anymore without the event context. (This used to be commit 42ab865fc937a625d1eece45abe96bf354ddff8b)
2008-09-09Two useful "regshell" improvementsMatthias Dieter Wallnöfer1-8/+6
This patch corrects the "change key" command (Follow up isn't supported yet) and adds a newline in a error message. (This used to be commit d1052dc42ef591208cfbf7059b28a078f6d4f0bf)
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell2-23/+28
This makes it easy to set the expiry (or no expiry) for a samdb user (This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce5-7/+7
specific debug function. By default do not debug, this is the most appropriate action for a library as we cannot assume what stderr is use for in the main app. The main app is responsible to set ev_debug_stderr if they so desire. (This used to be commit e566a2f308ac6fb4b526a744f7059b565670aea5)
2008-06-14Use proper python errors.Jelmer Vernooij2-27/+17
(This used to be commit f54084b65fce67457cb838544c83ceb17c7d88db)
2008-05-27Allow external use of regf idl.Jelmer Vernooij1-5/+4
(This used to be commit 7b9b3ec02b27852cc32689a44c7f3fbbe43b7c6b)
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij2-1/+9
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
2008-05-23Cope with new event context parameter in API and removed parameters to ↵Jelmer Vernooij1-6/+6
reg_open_local(). (This used to be commit 0d5752c940360a0ceb5e23cd6f71cbc61271137a)
2008-05-23Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij18-224/+394
(This used to be commit e8d96b61db1cddc2d8dca45e6e9b53d5c31ee5d4)
2008-05-23add more docstrings to registry python moduleJelmer Vernooij3-14/+100
(This used to be commit 606f92db874c139ba532df53a87cc5b826215d9e)
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
(This used to be commit 8ee4f075046e0b181ec8a4ac1eaf3ea5621a56bf)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-3/+3
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
2008-05-21Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij1-0/+2
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-2/+2
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
2008-05-18Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij1-2/+4
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
2008-05-18Use variables for source directory in remaining subsystems.Jelmer Vernooij1-21/+21
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij15-184/+264
Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
2008-04-17More endian fixes in the registryAndrew Bartlett1-5/+5
(This used to be commit b26662be196a84237543eb90d6e08809489df3a9)
2008-04-17Fix typoAndrew Bartlett1-1/+1
(This used to be commit ba6546504505f19abaa5aa35fe3e469ddfd3d619)
2008-04-17More work to avoid endian bugs in registry tests.Andrew Bartlett1-5/+7
Andrew Bartlett (This used to be commit 500544f4127d4042ab5ea8e3800156246982c297)
2008-04-17Fix bug in registry test on big-endian machines.Andrew Bartlett2-19/+32
Andrew Bartlett (This used to be commit c74c67c38383b43efd707934e8c457b757e49db1)
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij14-85/+158
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
2008-04-16Remove unused arguments from reg_open_local().Jelmer Vernooij9-71/+63
(This used to be commit fee7ea7080ec40182efc6ffe57b267444eb9389a)
2008-04-15Fix const.Jelmer Vernooij2-2/+2
(This used to be commit b74fc23825a54eb101b413ee76b21ee605dfb16c)
2008-04-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij1-27/+24
(This used to be commit 70ebb22c3df178a26c26c0a25c5722ff9ccdb0b4)
2008-04-15Fix formatting, remove unused function.Jelmer Vernooij1-14/+3
(This used to be commit 6ec206ba58777395b2d1251680b21648f4c0f78e)