summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19916: Fix some c++ warningsVolker Lendecke1-4/+7
2007-10-10r19915: Fix two type-punned warningsVolker Lendecke1-2/+2
2007-10-10r19914: The "default" value with the name "" need different 0-length treatmen...Volker Lendecke10-24/+102
2007-10-10r19913: Fix a const warningVolker Lendecke1-1/+1
2007-10-10r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke2-70/+28
2007-10-10r19900: Fix klokwork ID 3148, 3149Volker Lendecke1-0/+8
2007-10-10r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke1-7/+14
2007-10-10r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke1-2/+9
2007-10-10r19896: Fix klokwork id 2279Volker Lendecke1-1/+5
2007-10-10r19895: Fix klokwork id 2278Volker Lendecke1-1/+4
2007-10-10r19894: Fix klokwork id 2192Volker Lendecke1-2/+4
2007-10-10r19893: Fix klokwork id 2191Volker Lendecke1-1/+4
2007-10-10r19892: Fix klokwork id 2190Volker Lendecke1-1/+4
2007-10-10r19891: Fix klokwork id 2189Volker Lendecke1-1/+3
2007-10-10r19890: Fix klokwork ID 2188Volker Lendecke1-1/+3
2007-10-10r19889: Fix klokwork ID 2187Volker Lendecke1-0/+3
2007-10-10r19883: Fix bug 4248 -- thanks to Pascal Terjan :-)Volker Lendecke1-1/+0
2007-10-10r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach1-3/+16
2007-10-10r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ...Volker Lendecke2-123/+100
2007-10-10r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add theVolker Lendecke1-91/+130
2007-10-10r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memoryVolker Lendecke1-105/+86
2007-10-10r19858: Fix a memleak, add a constVolker Lendecke1-1/+2
2007-10-10r19853: Update a linkVolker Lendecke1-0/+4
2007-10-10r19851: Disable gcc PIE options on Darwin.James Peach1-0/+5
2007-10-10r19849: Fix compilation after idl changes.Jelmer Vernooij1-4/+4
2007-10-10r19848: Sync with Samba4 - no top-level unique pointers.Jelmer Vernooij5-47/+31
2007-10-10r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2-18/+60
2007-10-10r19840: Fix an uninitialized variableVolker Lendecke1-0/+7
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-10r19835: Some net sam policy improvements.Volker Lendecke1-50/+77
2007-10-10r19828: Add a helper function to pull *and* unparse local registry valuesVolker Lendecke1-0/+56
2007-10-10r19827: Move registry_push/pull_value to lib/util_reg.cVolker Lendecke2-116/+116
2007-10-10r19826: Fix typoJim McDonough1-1/+1
2007-10-10r19825: To create a key, smbd also needs read privs assignedVolker Lendecke1-1/+2
2007-10-10r19824: Fix the max value calculation in QueryInfoKeyVolker Lendecke1-9/+10
2007-10-10r19823: "log" is an internal define in older versions of gcc.Jeremy Allison3-4/+4
2007-10-10r19822: Implement net rpc registry createkey, deletekey and deletevalueVolker Lendecke1-0/+168
2007-10-10r19821: Make net_rpc_registry use net_run_function2.Volker Lendecke1-24/+14
2007-10-10r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern J...Volker Lendecke1-1/+1
2007-10-10r19819: Windows returns an empty string instead of NULL hereVolker Lendecke1-1/+1
2007-10-10r19818: Remove reg_split_hive, make use of registry_openkeyVolker Lendecke2-99/+19
2007-10-10r19817: Implement net rpc registry setvalue (only dword and sz so far)Volker Lendecke1-0/+191
2007-10-10r19812: dump_regval_buf is not needed anymoreVolker Lendecke1-49/+0
2007-10-10r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke5-8/+32
2007-10-10r19809: remove winbind blacklist parameterGerald Carter2-28/+0
2007-10-10r19808: remove old smbwrapper referencesGerald Carter1-4/+0
2007-10-10r19807: First attempt at wrapping something sane around the registry API. Wil...Volker Lendecke2-135/+370
2007-10-10r19804: Fix a valgrind errorVolker Lendecke1-5/+4