summaryrefslogtreecommitdiff
path: root/source4/lib/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij1-30/+11
2007-10-10r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij3-12/+9
2007-10-10r2911: Fix bug in opening relative keysJelmer Vernooij1-8/+12
2007-10-10r2898: - Support enumerating remote registry valuesJelmer Vernooij2-76/+67
2007-10-10r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij1-16/+24
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-4/+4
2007-10-10r2686: remove unused gtk+ checkStefan Metzmacher1-2/+0
2007-10-10r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell1-3/+3
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2-2/+2
2007-10-10r2623: don't do pointer arithmetic on void*, as it doesn't work with non-GNU ...Andrew Tridgell1-1/+1
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij16-1254/+795
2007-10-10r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2-1/+125
2007-10-10r2254: Fix a couple of compiler warnings...Jelmer Vernooij4-16/+7
2007-10-10r1990: Fix breakage caused by the recent talloc changes. (Failure to processAndrew Bartlett1-2/+2
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell4-5/+5
2007-10-10r1894: Convert // to /* */Volker Lendecke2-2/+2
2007-10-10r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij3-801/+0
2007-10-10r1147: Support enumerating valuesJelmer Vernooij1-4/+44
2007-10-10r1119: Saner keyboard shortcutsJelmer Vernooij1-4/+4
2007-10-10r1118: Read-only enumeration of keys in the LDB backend works now :-)Jelmer Vernooij2-36/+95
2007-10-10r1040: make sure main() doesn't get auto-prototypedAndrew Tridgell1-1/+1
2007-10-10r1035: Support shared modules againJelmer Vernooij1-12/+12
2007-10-10r1032: Fix RPC backend segfaultJelmer Vernooij1-2/+1
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2-15/+15
2007-10-10r959: - a static WERROR function should return a WERROR:-)Stefan Metzmacher1-3/+4
2007-10-10r955: Update debian package rules... builds nowJelmer Vernooij4-5/+16
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher3-11/+11
2007-10-10r893: a few more _t conversionsAndrew Tridgell1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher7-8/+8
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-2/+1
2007-10-10r857: fix the build of gregedit (typo:-)Stefan Metzmacher1-1/+1
2007-10-10r851: convert lib/registry/ to a config.mk fileStefan Metzmacher2-17/+147
2007-10-10r834: Fix gconf and dir backendsJelmer Vernooij3-14/+40
2007-10-10r833: Compile errorJelmer Vernooij1-1/+2
2007-10-10r832: Only show menu items for backends if they're presentJelmer Vernooij2-24/+39
2007-10-10r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak.Jelmer Vernooij1-5/+2
2007-10-10r829: Implement 'hive' commandJelmer Vernooij2-1/+20
2007-10-10r828: Some fixes in the core and regshell concerning hives andJelmer Vernooij6-17/+33
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij12-168/+213
2007-10-10r819: Fix seg fault in rpc backend, found by Andrew BartlettJelmer Vernooij1-1/+1
2007-10-10r734: Fix crash bugJelmer Vernooij1-3/+8
2007-10-10r700: fix SMB_LIBRARY() to disable the lib by defaultStefan Metzmacher1-1/+1
2007-10-10r693: Make staticJelmer Vernooij1-2/+2
2007-10-10r692: Add libwinregistryJelmer Vernooij1-0/+5
2007-10-10r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()Jelmer Vernooij1-9/+16
2007-10-10r681: don't init r.out.result.vStefan Metzmacher1-1/+0
2007-10-10r673: disable registry_gconf for nowStefan Metzmacher1-1/+2
2007-10-10r672: disable gregedit for nowStefan Metzmacher1-1/+2
2007-10-10r668: fix the buildStefan Metzmacher1-1/+1