summaryrefslogtreecommitdiff
path: root/source3/registry
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21225: Couple of fixes from Martin Zielinski mz@seh.de,Jeremy Allison1-1/+1
2007-10-10r21219: Speed up the initial startup time of smbd on systems with loaded diskVolker Lendecke1-3/+32
2007-10-10r20626: Fix a memleak found by the IBM checker -- not on 3.0.24Volker Lendecke1-0/+1
2007-10-10r20269: merge -r20264:20267 from SAMBA_3_0_24Herb Lewis1-0/+2
2007-10-10r20210: registry_fetch_values is not needed anymore, fix typoVolker Lendecke2-58/+1
2007-10-10r20209: Fix two memleaksVolker Lendecke1-4/+7
2007-10-10r20037: Reduce code size slightly by shuffling stuff aroundVolker Lendecke2-116/+68
2007-10-10r20020: Arglll... eventlogadm links against reg_db but not the rest of the re...Volker Lendecke2-106/+91
2007-10-10r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2-91/+106
2007-10-10r20018: Fix a memleak in reg_createkeyVolker Lendecke1-2/+4
2007-10-10r20016: Add two utility functions for easy opening/creating registry keysVolker Lendecke1-1/+95
2007-10-10r20005: reg_open_path should become the replacement for regkey_open_internal.Volker Lendecke1-0/+58
2007-10-10r20004: Remove a const, "name" is allocated anywayVolker Lendecke1-2/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke2-33/+541
2007-10-10r19990: Fix commentVolker Lendecke1-1/+1
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke5-58/+334
2007-10-10r19948: Fix a memleakVolker Lendecke1-1/+3
2007-10-10r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke1-35/+49
2007-10-10r19913: Fix a const warningVolker Lendecke1-1/+1
2007-10-10r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke1-57/+0
2007-10-10r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke1-54/+0
2007-10-10r19858: Fix a memleak, add a constVolker Lendecke1-1/+2
2007-10-10r19853: Update a linkVolker Lendecke1-0/+4
2007-10-10r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke1-18/+52
2007-10-10r19839: Fix the build, we are not there yet :-)Volker Lendecke1-1/+0
2007-10-10r19838: We have to delete the value record as well, otherwise the old values ...Volker Lendecke1-0/+4
2007-10-10r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke1-4/+9
2007-10-10r19828: Add a helper function to pull *and* unparse local registry valuesVolker Lendecke1-0/+56
2007-10-10r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke1-3/+2
2007-10-10r19779: Fail properly on talloc_strdup failureVolker Lendecke1-3/+5
2007-10-10r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke1-2/+3
2007-10-10r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...Volker Lendecke1-20/+22
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-2/+2
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-2/+1
2007-10-10r17878: Fix possible null deref found by Stanford checker.Jeremy Allison1-0/+4
2007-10-10r17867: Fix null deref in error code path. Found by theJeremy Allison1-0/+1
2007-10-10r17333: Some C++ warningsVolker Lendecke6-14/+19
2007-10-10r17047: Fix a typo and a possible NULL dereferenceVolker Lendecke1-2/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-3/+1
2007-10-10r16650: Fix bug #3890 reported by jason@ncac.gwu.edu.Jeremy Allison1-3/+7
2007-10-10r16636: Fix bug #3884 reported by jason@ncac.gwu.eduJeremy Allison1-18/+9
2007-10-10r16634: Fix bug #3883 reported by jason@ncac.gwu.edu.Jeremy Allison1-2/+1
2007-10-10r16603: Klockwork #2028. Fix null deref on error path.Jeremy Allison1-12/+38
2007-10-10r16490: Fix a memleak and two typosVolker Lendecke1-0/+1
2007-10-10r16424: Fix possible null deref and a memory leak found byJeremy Allison1-1/+5
2007-10-10r16409: Fix Klocwork ID's.Volker Lendecke2-8/+39
2007-10-10r15104: Implement Samba4's tdb_name().Volker Lendecke1-1/+1
2007-10-10r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison1-17/+25
2007-10-10r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison1-8/+9
2007-10-10r14247: Fix Coverity bug # 136Volker Lendecke1-1/+3