summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Registry server LDB backend: Don't make copies of the same type"Jelmer Vernooij2008-10-211-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrvJelmer Vernooij2008-10-2114-214/+307
|\
| * Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+12
| * Regenerate pidl output.Jelmer Vernooij2008-10-201-2/+2
| * Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-2/+1
| * s4: fix registry/rpc.c after winreg changes.Günther Deschner2008-10-151-5/+5
| * winreg.idl: Sync ref change from Samba 3.Jelmer Vernooij2008-10-151-1/+1
| * Use common util_file code.Jelmer Vernooij2008-10-122-2/+2
| * Fix include paths to new location of libutil.Jelmer Vernooij2008-10-113-4/+4
| * Fix regressions in patchfile after last patch, several other minor fixes.Matthias Dieter Wallnöfer2008-10-031-22/+20
| * Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer2008-09-301-3/+3
| * Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-10/+14
| * Registry client: Remove all conversion helper functionsMatthias Dieter Wallnöfer2008-09-211-44/+17
| * Registry client library: Remove two elementar conversion functionsMatthias Dieter Wallnöfer2008-09-211-26/+4
| * Revert "Registry tool "regtree": Removing an error message"Matthias Dieter Wallnöfer2008-09-211-0/+5
| * Registry client: Fixup the "patchfile" libraryMatthias Dieter Wallnöfer2008-09-211-38/+66
| * Registry client: Implement the "winreg_QueryValue" callMatthias Dieter Wallnöfer2008-09-211-0/+48
| * Registry client library: Use "talloc_zero" to avoid uninitialized valuesMatthias Dieter Wallnöfer2008-09-211-3/+2
| * Registry tool "regdiff": Add the event context for remote connectionsMatthias Dieter Wallnöfer2008-09-211-1/+1
| * Registry client library: Fixes the creation of new keysMatthias Dieter Wallnöfer2008-09-212-2/+3
| * Registry client library: Fix some buffer problemsMatthias Dieter Wallnöfer2008-09-211-5/+9
| * Registry client library: Various fixup's and correctionsMatthias Dieter Wallnöfer2008-09-211-63/+64
| * Registry tools "regshell" and "regtree": Small fixup'sMatthias Dieter Wallnöfer2008-09-212-22/+6
| * Registry client: Various cleanups and charset conversionsMatthias Dieter Wallnöfer2008-09-211-66/+125
| * Registry tool "regshell": Handle the default attribute in the right wayMatthias Dieter Wallnöfer2008-09-211-13/+15
| * Registry tool "regtree": Removing an error messageMatthias Dieter Wallnöfer2008-09-211-5/+0
| * Registry tool "regtree": Handle the default attribute in the right wayMatthias Dieter Wallnöfer2008-09-211-12/+18
| * Generate with 1.3.36.Jelmer Vernooij2008-09-181-1/+1
* | Registry server LDB backend: Don't make copies of the same typeMatthias Dieter Wallnöfer2008-10-211-2/+2
* | Registry server LDB backend REG_BINARY type: Save it directly in LDBMatthias Dieter Wallnöfer2008-10-211-3/+5
* | Registry server LDB backend REG_SZ type: Always use UTF8 encodingMatthias Dieter Wallnöfer2008-10-211-2/+2
* | Registry server LDB backend REG_SZ type: Fix up the empty string problemMatthias Dieter Wallnöfer2008-10-211-5/+15
* | Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...Matthias Dieter Wallnöfer2008-10-211-2/+3
* | Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do...Matthias Dieter Wallnöfer2008-10-211-2/+2
* | Revert "Registry server "reg_ldb_unpack_value": Let "data" pointer be NULL"Matthias Dieter Wallnöfer2008-10-211-27/+23
* | Registry server "reg_ldb_unpack_value": Let "data" pointer be NULLMatthias Dieter Wallnöfer2008-10-211-23/+27
* | Cleanups of server filesMatthias Dieter Wallnöfer2008-10-211-1/+5
* | Registry server: More work to be compatibleMatthias Dieter Wallnöfer2008-10-211-14/+25
* | ldb_get_value_by_id: Fix the return of the default valueMatthias Dieter Wallnöfer2008-10-211-14/+15
* | reg_ldb_unpack_value: Change "CH_UTF8" in "CH_UNIX"Matthias Dieter Wallnöfer2008-10-211-1/+1
* | ldb_del_value: Free key data also when removing the default attributeMatthias Dieter Wallnöfer2008-10-211-4/+4
* | Fix for allowing the REG_BINARY type and introducing the default attributeMatthias Dieter Wallnöfer2008-10-211-45/+128
|/
* Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer2008-09-094-8/+9
* Two useful "regshell" improvementsMatthias Dieter Wallnöfer2008-09-091-8/+6
* Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-302-23/+28
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-145-7/+7
* Use proper python errors.Jelmer Vernooij2008-06-142-27/+17
* Allow external use of regf idl.Jelmer Vernooij2008-05-271-5/+4
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-242-1/+9
* Cope with new event context parameter in API and removed parameters to reg_op...Jelmer Vernooij2008-05-231-6/+6