summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* r19883: Fix bug 4248 -- thanks to Pascal Terjan :-)Volker Lendecke2007-10-101-1/+0
|
* r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach2007-10-101-3/+16
| | | | that don't have capability support. Patch by J Raynor <raynorj@mn.rr.com>.
* r19872: Move the value cache to srv_winreg_nt.c. Fix some minor issues found ↵Volker Lendecke2007-10-102-123/+100
| | | | | | | | while playing with regedit.exe. Volker
* r19867: Introduce struct regkey_info in srv_winreg_nt.c to be able to re-add theVolker Lendecke2007-10-101-91/+130
| | | | | | QueryValue and later the QueryKey cache independent of the backend. Volker
* r19860: Streamline _winreg_QueryValue a bit. We've been pushing around memoryVolker Lendecke2007-10-101-105/+86
| | | | | | | | | | | | considerably here. This temporarily removes a cache for the tdb based registry, I'll re-add that in srv_winreg_nt.c in the next step. This fixes creating/renaming values from the windows regedit.exe, as "New Value #1" was not entering the cache after being created. Volker
* r19858: Fix a memleak, add a constVolker Lendecke2007-10-101-1/+2
|
* r19853: Update a linkVolker Lendecke2007-10-101-0/+4
|
* r19851: Disable gcc PIE options on Darwin.James Peach2007-10-101-0/+5
|
* r19849: Fix compilation after idl changes.Jelmer Vernooij2007-10-101-4/+4
|
* r19848: Sync with Samba4 - no top-level unique pointers.Jelmer Vernooij2007-10-105-47/+31
|
* r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2007-10-102-18/+60
|
* r19840: Fix an uninitialized variableVolker Lendecke2007-10-101-0/+7
|
* 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
| | | | | | | | pop up again if the key is re-created. Volker
* r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke2007-10-101-4/+9
|
* r19835: Some net sam policy improvements.Volker Lendecke2007-10-101-50/+77
| | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker
* r19828: Add a helper function to pull *and* unparse local registry valuesVolker Lendecke2007-10-101-0/+56
|
* r19827: Move registry_push/pull_value to lib/util_reg.cVolker Lendecke2007-10-102-116/+116
|
* r19826: Fix typoJim McDonough2007-10-101-1/+1
|
* r19825: To create a key, smbd also needs read privs assignedVolker Lendecke2007-10-101-1/+2
|
* r19824: Fix the max value calculation in QueryInfoKeyVolker Lendecke2007-10-101-9/+10
|
* r19823: "log" is an internal define in older versions of gcc.Jeremy Allison2007-10-103-4/+4
| | | | | Rename to log_ctx. Jeremy.
* r19822: Implement net rpc registry createkey, deletekey and deletevalueVolker Lendecke2007-10-101-0/+168
|
* r19821: Make net_rpc_registry use net_run_function2.Volker Lendecke2007-10-101-24/+14
| | | | | | | | Fix an erroneous NT_STATUS_NO_MEMORY found by Chetan S <cshring@gmail.com>. Thanks :-) Volker
* r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | Jacke <bj@sernet.de> Volker
* r19819: Windows returns an empty string instead of NULL hereVolker Lendecke2007-10-101-1/+1
|
* r19818: Remove reg_split_hive, make use of registry_openkeyVolker Lendecke2007-10-102-99/+19
|
* r19817: Implement net rpc registry setvalue (only dword and sz so far)Volker Lendecke2007-10-101-0/+191
|
* r19812: dump_regval_buf is not needed anymoreVolker Lendecke2007-10-101-49/+0
|
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-105-8/+32
|
* r19809: remove winbind blacklist parameterGerald Carter2007-10-102-28/+0
|
* r19808: remove old smbwrapper referencesGerald Carter2007-10-101-4/+0
|
* r19807: First attempt at wrapping something sane around the registry API. ↵Volker Lendecke2007-10-102-135/+370
| | | | | | | | Will be extended. Volker
* r19804: Fix a valgrind errorVolker Lendecke2007-10-101-5/+4
|
* r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | | | | | | max name length in *bytes* for UTF-16, not the string length. This got lost during the conversion. This took a while to figure out :-) Thanks to Chetan! Volker
* r19800: * Remove exmpty aix directoryGerald Carter2007-10-101-2/+0
| | | | * remove old, commented out commands from 'make clean'
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-1016-304/+219
|
* r19794: Convert DFSVolker Lendecke2007-10-103-25/+20
|
* r19793: Change the lsa calls to the new calling convention. Nobody uses the ↵Volker Lendecke2007-10-102-113/+67
| | | | | | | | changed calls yet. Volker
* r19790: Check in the PIDL change and the converted unixinfo and winbind ↵Volker Lendecke2007-10-109-91/+80
| | | | | | | | | | | | | pipes without waiting for comments. This is what version control is for, and it does fix a segfault I ran into ;-) Nevertheless, Jelmer & Jerry, please take a look! Thanks, Volker
* r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys ↵Volker Lendecke2007-10-102-1/+19
| | | | | | | | | | | against W2k3. The server requires that size==0 in the [in] name. Somehow I get the feeling that something is badly wrong here.... I did not yet recreate the gen_ndr equivalent, see next mail. Volker
* r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a ↵Volker Lendecke2007-10-104-22/+17
| | | | | | | | talloc ctx is misleading here. This needs fixing properly :-) Volker
* r19779: Fail properly on talloc_strdup failureVolker Lendecke2007-10-101-3/+5
|
* r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2007-10-104-17/+22
|
* r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, ↵Volker Lendecke2007-10-101-20/+22
| | | | | | | | but this will change. Volker
* r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke2007-10-101-1/+1
|
* r19775: Fix typoVolker Lendecke2007-10-101-1/+1
|
* r19774: Fix typoVolker Lendecke2007-10-101-1/+1
|
* r19773: TALLOC_FREE checks for NULL itselfVolker Lendecke2007-10-101-4/+1
|
* r19766: Fix a const-warning. Jerry, what did you want to fix with this line?Volker Lendecke2007-10-101-1/+0
| | | | Volker