summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r19939: ,fix compile warning about unused functions when not using heimdalGerald Carter2006-11-281-0/+2
| |
| * r19936: Patch from Kai Blin <kai.blin@gmail.com> toJeremy Allison2006-11-281-2/+4
| | | | | | | | | | match Windows NTLMSSP flags. Jeremy.
| * r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher2006-11-285-7/+7
| | | | | | | | metze
| * r19932: Add some constVolker Lendecke2006-11-281-2/+3
| |
| * r19930: Revert the winreg idl changes. At least enumkey does not work ↵Volker Lendecke2006-11-286-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 Lendecke2006-11-281-1/+1
| |
| * r19928: Fix klokwork id 4509, 4573, 4574.Volker Lendecke2006-11-282-3/+14
| |
| * r19927: Fix klokwork ID 4702Volker Lendecke2006-11-281-1/+4
| |
| * r19921: Add license and copyright infoGerald Carter2006-11-272-0/+42
| |
| * r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke2006-11-276-79/+102
| | | | | | | | Volker
| * r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ↵Volker Lendecke2006-11-276-41/+50
| | | | | | | | | | | | | | | | | | | | | | | | can still create keys on Samba and vice versa. Jelmer, please check. Thanks, Volker
| * r19917: Fix warningsVolker Lendecke2006-11-278-26/+44
| |
| * r19916: Fix some c++ warningsVolker Lendecke2006-11-271-4/+7
| |
| * r19915: Fix two type-punned warningsVolker Lendecke2006-11-271-2/+2
| |
| * r19914: The "default" value with the name "" need different 0-length ↵Volker Lendecke2006-11-2710-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 Lendecke2006-11-271-1/+1
| |
| * r19912: Move the subkey cache to srv_winreg_nt.cVolker Lendecke2006-11-272-70/+28
| |
| * r19900: Fix klokwork ID 3148, 3149Volker Lendecke2006-11-251-0/+8
| |
| * r19899: Fix some C++ warnings and klokwork ID 3147Volker Lendecke2006-11-251-7/+14
| |
| * r19898: Fix klokwork ids 3127, 3128, 3129, 3130Volker Lendecke2006-11-251-2/+9
| |
| * r19896: Fix klokwork id 2279Volker Lendecke2006-11-251-1/+5
| |
| * r19895: Fix klokwork id 2278Volker Lendecke2006-11-251-1/+4
| |
| * r19894: Fix klokwork id 2192Volker Lendecke2006-11-251-2/+4
| |
| * r19893: Fix klokwork id 2191Volker Lendecke2006-11-251-1/+4
| |
| * r19892: Fix klokwork id 2190Volker Lendecke2006-11-251-1/+4
| |
| * r19891: Fix klokwork id 2189Volker Lendecke2006-11-251-1/+3
| |
| * r19890: Fix klokwork ID 2188Volker Lendecke2006-11-251-1/+3
| |
| * r19889: Fix klokwork ID 2187Volker Lendecke2006-11-251-0/+3
| |
| * r19883: Fix bug 4248 -- thanks to Pascal Terjan :-)Volker Lendecke2006-11-251-1/+0
| |
| * r19873: Make sure we are privileged when doing DMAPI operations on systemsJames Peach2006-11-241-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 Lendecke2006-11-232-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 Lendecke2006-11-231-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 Lendecke2006-11-231-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 Lendecke2006-11-231-1/+2
| |
| * r19853: Update a linkVolker Lendecke2006-11-231-0/+4
| |
| * r19851: Disable gcc PIE options on Darwin.James Peach2006-11-231-0/+5
| |
| * r19849: Fix compilation after idl changes.Jelmer Vernooij2006-11-221-4/+4
| |
| * r19848: Sync with Samba4 - no top-level unique pointers.Jelmer Vernooij2006-11-225-47/+31
| |
| * r19841: Wrap regdb_store_keys and regdb_store_values in tdb transactionsVolker Lendecke2006-11-222-18/+60
| |
| * r19840: Fix an uninitialized variableVolker Lendecke2006-11-221-0/+7
| |
| * r19839: Fix the build, we are not there yet :-)Volker Lendecke2006-11-221-1/+0
| |
| * r19838: We have to delete the value record as well, otherwise the old values ↵Volker Lendecke2006-11-221-0/+4
| | | | | | | | | | | | | | | | pop up again if the key is re-created. Volker
| * r19837: Some reformatting (Jerry, I hope you do not mindVolker Lendecke2006-11-221-4/+9
| |
| * r19835: Some net sam policy improvements.Volker Lendecke2006-11-221-50/+77
| | | | | | | | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker
| * r19828: Add a helper function to pull *and* unparse local registry valuesVolker Lendecke2006-11-211-0/+56
| |
| * r19827: Move registry_push/pull_value to lib/util_reg.cVolker Lendecke2006-11-212-116/+116
| |
| * r19826: Fix typoJim McDonough2006-11-211-1/+1
| |
| * r19825: To create a key, smbd also needs read privs assignedVolker Lendecke2006-11-211-1/+2
| |
| * r19824: Fix the max value calculation in QueryInfoKeyVolker Lendecke2006-11-211-9/+10
| |
| * r19823: "log" is an internal define in older versions of gcc.Jeremy Allison2006-11-213-4/+4
| | | | | | | | | | Rename to log_ctx. Jeremy.