summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-104-90/+91
| | | | | | arguments. This also replaces regkey_close_internal by TALLOC_FREE. Volker
* r19946: in SetKeySec, sd is just a [in,ref] ptrVolker Lendecke2007-10-105-22/+1
|
* r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke2007-10-101-0/+2
|
* r19944: Fix from Don Watson -- thanksVolker Lendecke2007-10-101-7/+2
|
* r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke2007-10-101-0/+2
|
* r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke2007-10-101-3/+6
| | | | | | | Metze, you wanted to port talloc_get_type_abort() to 4. Should I just use it in 3-ldb? Volker
* r19941: One copy of this code should be sufficient.James Peach2007-10-101-107/+0
|
* r19939: ,fix compile warning about unused functions when not using heimdalGerald Carter2007-10-101-0/+2
|
* r19936: Patch from Kai Blin <kai.blin@gmail.com> toJeremy Allison2007-10-101-2/+4
| | | | | match Windows NTLMSSP flags. Jeremy.
* r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2007-10-105-7/+7
| | | | metze
* r19932: Add some constVolker Lendecke2007-10-101-2/+3
|
* r19930: Revert the winreg idl changes. At least enumkey does not work ↵Volker Lendecke2007-10-106-152/+120
| | | | | | | | | anymore today. With more than 5 different trees I can't swear that I did test this properly yesterday. Sorry for the noise. Volker
* r19929: Fix indentationVolker Lendecke2007-10-101-1/+1
|
* r19928: Fix klokwork id 4509, 4573, 4574.Volker Lendecke2007-10-102-3/+14
|
* r19927: Fix klokwork ID 4702Volker Lendecke2007-10-101-1/+4
|
* r19921: Add license and copyright infoGerald Carter2007-10-102-0/+42
|
* r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke2007-10-106-79/+102
| | | | Volker
* r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ↵Volker Lendecke2007-10-106-41/+50
| | | | | | | | | | | | can still create keys on Samba and vice versa. Jelmer, please check. Thanks, Volker
* r19917: Fix warningsVolker Lendecke2007-10-108-26/+44
|
* r19916: Fix some c++ warningsVolker Lendecke2007-10-101-4/+7
|
* r19915: Fix two type-punned warningsVolker Lendecke2007-10-101-2/+2
|
* r19914: The "default" value with the name "" need different 0-length ↵Volker Lendecke2007-10-1010-24/+102
| | | | | | | treatment as the other StringBufs, otherwise clicking on a key with this value being set leads to regedit.exe on w2k3 chew all memory.
* r19913: Fix a const warningVolker Lendecke2007-10-101-1/+1
|
* r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke2007-10-102-70/+28
|
* r19900: Fix klokwork ID 3148, 3149Volker Lendecke2007-10-101-0/+8
|
* r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke2007-10-101-7/+14
|
* r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke2007-10-101-2/+9
|
* r19896: Fix klokwork id 2279Volker Lendecke2007-10-101-1/+5
|
* r19895: Fix klokwork id 2278Volker Lendecke2007-10-101-1/+4
|
* r19894: Fix klokwork id 2192Volker Lendecke2007-10-101-2/+4
|
* r19893: Fix klokwork id 2191Volker Lendecke2007-10-101-1/+4
|
* r19892: Fix klokwork id 2190Volker Lendecke2007-10-101-1/+4
|
* r19891: Fix klokwork id 2189Volker Lendecke2007-10-101-1/+3
|
* r19890: Fix klokwork ID 2188Volker Lendecke2007-10-101-1/+3
|
* r19889: Fix klokwork ID 2187Volker Lendecke2007-10-101-0/+3
|
* 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