summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...Volker Lendecke1-1/+1
2007-10-10r19800: * Remove exmpty aix directoryGerald Carter1-2/+0
2007-10-10r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke16-304/+219
2007-10-10r19794: Convert DFSVolker Lendecke3-25/+20
2007-10-10r19793: Change the lsa calls to the new calling convention. Nobody uses the c...Volker Lendecke2-113/+67
2007-10-10r19790: Check in the PIDL change and the converted unixinfo and winbind pipes...Volker Lendecke9-91/+80
2007-10-10r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...Volker Lendecke2-1/+19
2007-10-10r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke4-22/+17
2007-10-10r19779: Fail properly on talloc_strdup failureVolker Lendecke1-3/+5
2007-10-10r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke4-17/+22