summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* r20036: Merge ldb_search_exp_fmt -- Thanks simoVolker Lendecke2007-10-101-0/+39
|
* r20035: Fix obvious horrible bug in falling back to MS-RPCJeremy Allison2007-10-101-6/+3
| | | | | methods. Jeremy.
* r20020: Arglll... eventlogadm links against reg_db but not the rest of the ↵Volker Lendecke2007-10-103-107/+100
| | | | | | | | | | registry stuff. Revert the last change. This needs better fixing. Volker
* r20019: Replace one set of tricky code by calls to another set of tricky code:Volker Lendecke2007-10-103-100/+107
| | | | | | Initializing the reg_db now uses reg_createkey and reg_setvalue. Volker
* r20018: Fix a memleak in reg_createkeyVolker Lendecke2007-10-101-2/+4
|
* r20017: Make srvsvc_NetShareAdd & friends take care of registry sharesVolker Lendecke2007-10-101-125/+299
|
* r20016: Add two utility functions for easy opening/creating registry keysVolker Lendecke2007-10-101-1/+95
|
* r20015: We have to zero out handle on key_close, otherwise the NT4 regedit ↵Volker Lendecke2007-10-101-0/+2
| | | | will re-use the handle
* r20014: Ouch.... "res" is not a flag here, it is the service number...Volker Lendecke2007-10-101-1/+0
|
* r20013: Fix segfaults: parm_error is a unique in/out ptrVolker Lendecke2007-10-101-3/+9
|
* r20012: ReformattingVolker Lendecke2007-10-101-26/+40
|
* r20007: Fix a const warning just introducedVolker Lendecke2007-10-101-1/+1
|
* r20006: Convert the registry shares to use the new APIVolker Lendecke2007-10-101-48/+31
|
* r20005: reg_open_path should become the replacement for regkey_open_internal.Volker Lendecke2007-10-101-0/+58
|
* r20004: Remove a const, "name" is allocated anywayVolker Lendecke2007-10-101-2/+1
|
* r20003: Fix error messageVolker Lendecke2007-10-101-1/+1
|
* r20001: Fix bug 4273, thanks to Pascal TerjanVolker Lendecke2007-10-101-1/+1
|
* r19993: Fix the problem with Linux clients requesting O_WRONLYJeremy Allison2007-10-101-3/+12
| | | | | | | on write-only files. Jim please check. Should not affect Windows clients - I ensured all the relevent Samba4 torture tests still pass. Jeremy.
* r19992: Add support to the tdb Makefile.in for executable extensions and forPaul Green2007-10-101-15/+23
| | | | separately specifying CPPFLAGS and LDFLAGS.
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-1013-649/+768
| | | | | | | | | | | | | | The main thing here is a rewrite of srv_winreg_nt.c. The core functionality has moved to registry/reg_api.c which is then usable by the rest of Samba as well. On that way it fixes creating keys with more than one element in the path. This did not work before. Two things that sneaked in (sorry :-) is the change of some routines from NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal. Volker
* r19990: Fix commentVolker Lendecke2007-10-101-1/+1
|
* r19986: ooopsSimo Sorce2007-10-101-2/+0
|
* r19984: Must have been drunk yesterday.Simo Sorce2007-10-101-7/+4
| | | | Freeing memctx is all we need, fix double free stupidity
* r19982: From Michael Adam (ma@sernet.de) (thanks!:-)Stefan Metzmacher2007-10-101-6/+6
| | | | | | | | | | | | | Metze: as noted by "shattered" and discussed on the irc, here is a patch to lib/sysquotas_linux.c replacing some "get"s by "set"s. The other lib/sysquotas*.c files look ok to me. But in the linux variant, the problem is not in the actual call of quotactl but in the preparation of the respective "D" structs. This makes the difference between the get and set calls for SMB_USER_FS_QUOTA_TYPE and SMB_GROUP_FS_QUOTA_TYPE. metze
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-105-3/+45
| | | | | | It was missing for security=server/domain/ads Simo.
* r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctxSimo Sorce2007-10-101-3/+7
|
* r19978: More "net sam policy" improvements. Thanks to Karolin Seeger ↵Volker Lendecke2007-10-103-47/+80
| | | | | | <ks@sernet.de> Volker
* r19977: * Fix a crash in the secure DNS update code. Don't freeGerald Carter2007-10-101-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 Allison2007-10-101-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 Allison2007-10-102-20/+20
| | | | | | names (all except SEQNUM are *not* null terminated strings). Jeremy.
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-1014-67/+566
|
* r19962: Revert bogus change in r19961. In future I will check configure.inJames Peach2007-10-101-1/+3
| | | | as well as Makefile.in :(
* r19961: Remove VARDIR. Nothing is ever installed into this, so there's noJames Peach2007-10-101-3/+1
| | | | need to create it.
* r19959: Allow tdb to be built standalone in Samba3.Jeremy Allison2007-10-107-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 Allison2007-10-102-3/+9
| | | | Jeremy.
* r19957: Initial framework to make winbindd robustJeremy Allison2007-10-104-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 Lendecke2007-10-101-2/+1
|
* 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