Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19916: Fix some c++ warnings | Volker Lendecke | 1 | -4/+7 |
2007-10-10 | r19915: Fix two type-punned warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r19914: The "default" value with the name "" need different 0-length treatmen... | Volker Lendecke | 10 | -24/+102 |
2007-10-10 | r19913: Fix a const warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19912: Move the subkey cache to srv_winreg_nt.c | Volker Lendecke | 2 | -70/+28 |
2007-10-10 | r19900: Fix klokwork ID 3148, 3149 | Volker Lendecke | 1 | -0/+8 |
2007-10-10 | r19899: Fix some C++ warnings and klokwork ID 3147 | Volker Lendecke | 1 | -7/+14 |
2007-10-10 | r19898: Fix klokwork ids 3127, 3128, 3129, 3130 | Volker Lendecke | 1 | -2/+9 |
2007-10-10 | r19896: Fix klokwork id 2279 | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r19895: Fix klokwork id 2278 | Volker Lendecke | 1 | -1/+4 |
2007-10-10 | r19894: Fix klokwork id 2192 | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r19893: Fix klokwork id 2191 | Volker Lendecke | 1 | -1/+4 |
2007-10-10 | r19892: Fix klokwork id 2190 | Volker Lendecke | 1 | -1/+4 |
2007-10-10 | r19891: Fix klokwork id 2189 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r19890: Fix klokwork ID 2188 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r19889: Fix klokwork ID 2187 | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r19883: Fix bug 4248 -- thanks to Pascal Terjan :-) | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r19873: Make sure we are privileged when doing DMAPI operations on systems | James Peach | 1 | -3/+16 |
2007-10-10 | r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ... | Volker Lendecke | 2 | -123/+100 |
2007-10-10 | r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add the | Volker Lendecke | 1 | -91/+130 |
2007-10-10 | r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memory | Volker Lendecke | 1 | -105/+86 |
2007-10-10 | r19858: Fix a memleak, add a const | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r19857: Make the perfcounter compile after tdb changes | Volker Lendecke | 2 | -14/+7 |
2007-10-10 | r19853: Update a link | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19852: Fix the build for the VFS examples. Fixes bugzilla #3931. | James Peach | 2 | -4/+17 |
2007-10-10 | r19851: Disable gcc PIE options on Darwin. | James Peach | 1 | -0/+5 |
2007-10-10 | r19849: Fix compilation after idl changes. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r19848: Sync with Samba4 - no top-level unique pointers. | Jelmer Vernooij | 5 | -47/+31 |
2007-10-10 | r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactions | Volker Lendecke | 2 | -18/+60 |
2007-10-10 | r19840: Fix an uninitialized variable | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r19839: Fix the build, we are not there yet :-) | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r19838: We have to delete the value record as well, otherwise the old values ... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19837: Some reformatting (Jerry, I hope you do not mind | Volker Lendecke | 1 | -4/+9 |
2007-10-10 | r19835: Some net sam policy improvements. | Volker Lendecke | 1 | -50/+77 |
2007-10-10 | r19828: Add a helper function to pull *and* unparse local registry values | Volker Lendecke | 1 | -0/+56 |
2007-10-10 | r19827: Move registry_push/pull_value to lib/util_reg.c | Volker Lendecke | 2 | -116/+116 |
2007-10-10 | r19826: Fix typo | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r19825: To create a key, smbd also needs read privs assigned | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r19824: Fix the max value calculation in QueryInfoKey | Volker Lendecke | 1 | -9/+10 |
2007-10-10 | r19823: "log" is an internal define in older versions of gcc. | Jeremy Allison | 3 | -4/+4 |
2007-10-10 | r19822: Implement net rpc registry createkey, deletekey and deletevalue | Volker Lendecke | 1 | -0/+168 |
2007-10-10 | r19821: Make net_rpc_registry use net_run_function2. | Volker Lendecke | 1 | -24/+14 |
2007-10-10 | r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern J... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19819: Windows returns an empty string instead of NULL here | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19818: Remove reg_split_hive, make use of registry_openkey | Volker Lendecke | 2 | -99/+19 |
2007-10-10 | r19817: Implement net rpc registry setvalue (only dword and sz so far) | Volker Lendecke | 1 | -0/+191 |
2007-10-10 | r19812: dump_regval_buf is not needed anymore | Volker Lendecke | 1 | -49/+0 |
2007-10-10 | r19811: Decode REG_MULTI_SZ and REG_BINARY | Volker Lendecke | 5 | -8/+32 |
2007-10-10 | r19809: remove winbind blacklist parameter | Gerald Carter | 2 | -28/+0 |
2007-10-10 | r19808: remove old smbwrapper references | Gerald Carter | 1 | -4/+0 |