summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r19977: * Fix a crash in the secure DNS update code. Don't free Gerald Carter2006-12-011-3/+4
| | | | | | | | | | the host_principal memory while it is still being referenced by the gss code.
| * r19975: Deal with 2 keytypes I messed previously (DR/DE).Jeremy Allison2006-12-011-2/+25
| | | | | | | | | | | | | | | | Fix code that mistakenly assumed tdb_traverse returned 0 or -1, it actually returns -1 or the number of entries traversed. Add a static as another way to return the bad cache value. Jeremy.
| * r19974: Add freelist check for cache. Fix testing of entryJeremy Allison2006-12-012-20/+20
| | | | | | | | | | | | names (all except SEQNUM are *not* null terminated strings). Jeremy.
| * r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2006-11-3014-67/+566
| |
| * r19962: Revert bogus change in r19961. In future I will check configure.inJames Peach2006-11-301-1/+3
| | | | | | | | as well as Makefile.in :(
| * r19961: Remove VARDIR. Nothing is ever installed into this, so there's noJames Peach2006-11-301-3/+1
| | | | | | | | need to create it.
| * r19959: Allow tdb to be built standalone in Samba3.Jeremy Allison2006-11-307-6/+141
| | | | | | | | | | | | Add code to check for loops in the free list. Should help us validate tdb's against corruption. Jeremy.
| * r19958: Add check for WINBIND_OFFLINE key.Jeremy Allison2006-11-302-3/+9
| | | | | | | | Jeremy.
| * r19957: Initial framework to make winbindd robustJeremy Allison2006-11-294-2/+248
| | | | | | | | | | | | | | | | against tdb corruption. Needs fleshing out (and I forgot one record type) and needs helpful suggestion from Volker to validate freelist, but should give an idea of how this will look. Jeremy.
| * r19950: talloc_destroy is replaced these daysVolker Lendecke2006-11-291-2/+1
| |
| * r19948: Fix a memleakVolker Lendecke2006-11-291-1/+3
| |
| * r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke2006-11-294-90/+91
| | | | | | | | | | | | arguments. This also replaces regkey_close_internal by TALLOC_FREE. Volker
| * r19946: in SetKeySec, sd is just a [in,ref] ptrVolker Lendecke2006-11-295-22/+1
| |
| * r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke2006-11-291-0/+2
| |
| * r19944: Fix from Don Watson -- thanksVolker Lendecke2006-11-291-7/+2
| |
| * r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke2006-11-291-0/+2
| |
| * r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke2006-11-291-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 Peach2006-11-281-107/+0
| |
| * 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