summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20012: ReformattingVolker Lendecke1-26/+40
2007-10-10r20007: Fix a const warning just introducedVolker Lendecke1-1/+1
2007-10-10r20006: Convert the registry shares to use the new APIVolker Lendecke1-48/+31
2007-10-10r20005: reg_open_path should become the replacement for regkey_open_internal.Volker Lendecke1-0/+58
2007-10-10r20004: Remove a const, "name" is allocated anywayVolker Lendecke1-2/+1
2007-10-10r20003: Fix error messageVolker Lendecke1-1/+1
2007-10-10r20001: Fix bug 4273, thanks to Pascal TerjanVolker Lendecke1-1/+1
2007-10-10r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison1-3/+12
2007-10-10r19992: Add support to the tdb Makefile.in for executable extensions and forPaul Green1-15/+23
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke13-649/+768
2007-10-10r19990: Fix commentVolker Lendecke1-1/+1
2007-10-10r19986: ooopsSimo Sorce1-2/+0
2007-10-10r19984: Must have been drunk yesterday.Simo Sorce1-7/+4
2007-10-10r19982: From Michael Adam (ma@sernet.de) (thanks!:-)Stefan Metzmacher1-6/+6
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce5-3/+45
2007-10-10r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctxSimo Sorce1-3/+7
2007-10-10r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...Volker Lendecke3-47/+80
2007-10-10r19977: * Fix a crash in the secure DNS update code. Don't freeGerald Carter1-3/+4
2007-10-10r19975: Deal with 2 keytypes I messed previously (DR/DE).Jeremy Allison1-2/+25
2007-10-10r19974: Add freelist check for cache. Fix testing of entryJeremy Allison2-20/+20
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke14-67/+566
2007-10-10r19962: Revert bogus change in r19961. In future I will check configure.inJames Peach1-1/+3
2007-10-10r19961: Remove VARDIR. Nothing is ever installed into this, so there's noJames Peach1-3/+1
2007-10-10r19959: Allow tdb to be built standalone in Samba3.Jeremy Allison7-6/+141
2007-10-10r19958: Add check for WINBIND_OFFLINE key.Jeremy Allison2-3/+9
2007-10-10r19957: Initial framework to make winbindd robustJeremy Allison4-2/+248
2007-10-10r19950: talloc_destroy is replaced these daysVolker Lendecke1-2/+1
2007-10-10r19948: Fix a memleakVolker Lendecke1-1/+3
2007-10-10r19947: Change regkey_open_internal to take the parent key and a talloc_ctx asVolker Lendecke4-90/+91
2007-10-10r19946: in SetKeySec, sd is just a [in,ref] ptrVolker Lendecke5-22/+1
2007-10-10r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke1-0/+2
2007-10-10r19944: Fix from Don Watson -- thanksVolker Lendecke1-7/+2
2007-10-10r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke1-0/+2
2007-10-10r19942: Fix Coverity id 333, a dereference before a NULL check.Volker Lendecke1-3/+6
2007-10-10r19941: One copy of this code should be sufficient.James Peach1-107/+0
2007-10-10r19939: ,fix compile warning about unused functions when not using heimdalGerald Carter1-0/+2
2007-10-10r19936: Patch from Kai Blin <kai.blin@gmail.com> toJeremy Allison1-2/+4
2007-10-10r19935: always use discard_const_p() in lib/ldb/Stefan Metzmacher5-7/+7
2007-10-10r19932: Add some constVolker Lendecke1-2/+3
2007-10-10r19930: Revert the winreg idl changes. At least enumkey does not work anymore...Volker Lendecke6-152/+120
2007-10-10r19929: Fix indentationVolker Lendecke1-1/+1
2007-10-10r19928: Fix klokwork id 4509, 4573, 4574.Volker Lendecke2-3/+14
2007-10-10r19927: Fix klokwork ID 4702Volker Lendecke1-1/+4
2007-10-10r19921: Add license and copyright infoGerald Carter2-0/+42
2007-10-10r19919: Convert winreg_EnumKey to use ref ** instead of a unique *.Volker Lendecke6-79/+102
2007-10-10r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 ...Volker Lendecke6-41/+50
2007-10-10r19917: Fix warningsVolker Lendecke8-26/+44
2007-10-10r19916: Fix some c++ warningsVolker Lendecke1-4/+7
2007-10-10r19915: Fix two type-punned warningsVolker Lendecke1-2/+2
2007-10-10r19914: The "default" value with the name "" need different 0-length treatmen...Volker Lendecke10-24/+102