summaryrefslogtreecommitdiff
path: root/source4/lib/registry/regf.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-26registry: Fix warning freeing talloc pointer with multiple parents.Jelmer Vernooij1-1/+1
2009-06-19Fixed some uninitialised variablesMatthias Dieter Wallnöfer1-1/+2
2009-02-05s4:lib/registry: fix c++ warningsStefan Metzmacher1-1/+1
2009-01-02Changed code to use proper talloc context instead of NULL to control memory l...scudette@gmail.com1-1/+1
2009-01-02Fixes uninitialised access as reported by valgrind.scudette@gmail.com1-1/+1
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2008-04-14Add support for security descriptors. Also patched the regf backend to suppor...Wilco Baan Hofman1-11/+53
2008-04-02Merge hive.h into registry.hJelmer Vernooij1-1/+1
2008-03-03Merge branch 'v4-0-test' into id10ts-registryJelmer Vernooij1-4/+6
2008-02-26registry: Implement recursive deletes for regf-backed registry.Andrew Kroeger1-4/+49
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-4/+6
2008-01-18registry: Use correct return values.Jelmer Vernooij1-11/+11
2008-01-18registry: Improve error codes and update tests.Jelmer Vernooij1-1/+1
2008-01-07r26689: registry: Return max_subkeynamelen, max_valnamelen and max_valbufsize...Jelmer Vernooij1-1/+10
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-1/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+2
2007-12-21r26451: Janitorial: fix warnings in lib/registry/Kai Blin1-5/+3
2007-12-21r26443: Remove global_loadparm instances.Jelmer Vernooij1-3/+3
2007-12-21r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij1-88/+112
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij1-5/+11
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-2/+2
2007-10-10r25544: Cleanup some more indents in lib/registry.Günther Deschner1-303/+419
2007-10-10r25047: Fix more warnings.Jelmer Vernooij1-1/+1
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r24684: Be a bit less verboseJelmer Vernooij1-3/+3
2007-10-10r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...Jelmer Vernooij1-0/+1923