summaryrefslogtreecommitdiffstats
path: root/source4/lib/registry/common
Commit message (Expand)AuthorAgeFilesLines
* r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij2007-10-101-1/+4
* r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij2007-10-101-0/+1
* r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij2007-10-101-16/+24
* r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell2007-10-101-3/+3
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-1/+1
* r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell2007-10-101-1/+1
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-104-668/+244
* r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2007-10-101-0/+10
* r2254: Fix a couple of compiler warnings...Jelmer Vernooij2007-10-102-5/+4
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1118: Read-only enumeration of keys in the LDB backend works now :-)Jelmer Vernooij2007-10-101-7/+18
* r955: Update debian package rules... builds nowJelmer Vernooij2007-10-101-2/+6
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-1/+1
* r893: a few more _t conversionsAndrew Tridgell2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-104-4/+4
* r833: Compile errorJelmer Vernooij2007-10-101-1/+2
* r832: Only show menu items for backends if they're presentJelmer Vernooij2007-10-101-12/+19
* r829: Implement 'hive' commandJelmer Vernooij2007-10-101-0/+5
* r828: Some fixes in the core and regshell concerning hives andJelmer Vernooij2007-10-103-9/+9
* r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij2007-10-103-18/+75
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-1/+1
* r425: add some comments to ugly code partsStefan Metzmacher2007-10-101-1/+1
* r187: RPC registry backend fixesJelmer Vernooij2007-10-102-4/+10
* r183: More bugfixesJelmer Vernooij2007-10-101-23/+17
* r182: Fix a couple of segfaultsJelmer Vernooij2007-10-102-2/+5
* r181: Parsing windows '95 registry files now works (including values)Jelmer Vernooij2007-10-101-3/+5
* r169: Fix gregeditJelmer Vernooij2007-10-101-25/+2
* r168: - Cleanups in rpc backendJelmer Vernooij2007-10-102-7/+46
* r166: Fix enumerating values in nt4 backendJelmer Vernooij2007-10-102-0/+2
* r128: Another registry update. Changes:Jelmer Vernooij2007-10-103-187/+258
* r36: - Start using memory pools in the registry libraryJelmer Vernooij2007-10-105-107/+71
* r31: More registry updates. regdiff/regpatch work now.Jelmer Vernooij2007-10-102-5/+62
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-105-0/+970