summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registryJelmer Vernooij2008-05-2318-224/+394
|\
| * add more docstrings to registry python moduleJelmer Vernooij2008-05-233-14/+100
| * Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
| * Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-3/+3
| * Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
| * Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-2/+2
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-2/+4
| * Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-181-21/+21
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2515-184/+264
| |\
| | * More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
| | * Fix typoAndrew Bartlett2008-04-171-1/+1
| | * More work to avoid endian bugs in registry tests.Andrew Bartlett2008-04-171-5/+7
| | * Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
| | * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-1714-85/+158
| | * Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-169-71/+63
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0818-290/+232
| |\ \