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