summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Fix segfault.Jelmer Vernooij1-1/+1
2008-09-30wmi: Use cli_credentials.Jelmer Vernooij2-14/+2
2008-09-30Remove two more uses of global loadparm by remember requiredJelmer Vernooij2-16/+31
2008-09-30Eliminate another global_loadparm.Jelmer Vernooij7-8/+10
2008-09-30Cope with API changes.Jelmer Vernooij16-43/+90
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij12-5/+15
2008-09-30Remove global_loadparm instance, discard_const_p.Jelmer Vernooij1-5/+13
2008-09-30Remove global_loadparm instance.Jelmer Vernooij2-5/+7
2008-09-30Remove uses of global_loadparm.Jelmer Vernooij1-2/+6
2008-09-30Remove global_loadparm instance.Jelmer Vernooij1-1/+1
2008-09-30Remove redundant call.Jelmer Vernooij1-1/+1
2008-09-30Explicitly pass on session options to session setup function.Jelmer Vernooij2-9/+16
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij9-18/+55
2008-09-30Remove unused uninstallheader script.Jelmer Vernooij1-35/+0
2008-09-30Re-add uninstallplugins, there has to be at least one instance of this.Jelmer Vernooij1-0/+2
2008-09-30Fix installation of misc files.Jelmer Vernooij3-11/+11
2008-09-30Remove ldb_module_wait implementation - ldb_module.wait() is gone.Jelmer Vernooij1-17/+0
2008-09-29Patch by Matthias that removes old SWAT support and fixes uninstall.Matthias Dieter Wallnöfer1-11/+16
2008-09-29Consistently use lower case variable names for path variables.Jelmer Vernooij2-22/+22
2008-09-29Stop creating symlinks to libraries without sonames. (caused recursiveMatthias Dieter Wallnöfer1-1/+3
2008-09-29s4:samldb: use the code path with async ldbStefan Metzmacher1-43/+4
2008-09-29s4:libcli/smb2: remove unused headerStefan Metzmacher1-1/+0
2008-09-29s4:lib/ldb: disable sqlite3 backend always as it doesn't compile anymoreStefan Metzmacher1-3/+3
2008-09-29LDB ASYNC: misc changesSimo Sorce6-73/+67
2008-09-29LDB ASYNC: ldb misc changesSimo Sorce2-54/+44
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce22-4333/+4946
2008-09-29LDB ASYNC: core modulesSimo Sorce11-2152/+1534
2008-09-29LDB ASYNC: other backendsSimo Sorce3-582/+619
2008-09-29LDB ASYNC: ldb_tdb backendSimo Sorce4-315/+242
2008-09-29LDB ASYNC: Core filesSimo Sorce5-164/+489
2008-09-29s4:configure: require tdb >= 1.1.3 from the systemStefan Metzmacher1-1/+1
2008-09-29s4:dsdb: passdown DSDB_CONTROL_REPLICATED_UPDATE_OID for replicated updatesStefan Metzmacher4-3/+39
2008-09-27s4:provision: don't do the full provision in the become_dcStefan Metzmacher1-0/+2
2008-09-26Add test to show you can open for delete a readonly file.Jeremy Allison1-0/+59
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell2-2/+40
2008-09-24fixed expansion of $USERNAME in signing testsAndrew Tridgell1-1/+1
2008-09-24empty access mask is only denied on SMB2Andrew Tridgell1-1/+3
2008-09-24we should terminate the connection on a bad negprot packet sizeAndrew Tridgell1-2/+2
2008-09-24for use in python we need to use global_loadparmAndrew Tridgell1-1/+1
2008-09-24- add reserved field in basic_information levelAndrew Tridgell1-3/+25
2008-09-24record highest seq number in SMB2 to check for seqnum going backwardsAndrew Tridgell1-0/+2
2008-09-24log stream terminationAndrew Tridgell1-0/+2
2008-09-24cope with body_size zero in SMB2 receiveAndrew Tridgell1-1/+2
2008-09-24check for a 0 byte in the buffer in SMB2 readAndrew Tridgell1-0/+6
2008-09-24the offset is 16 bits in SMB2 fileinfoAndrew Tridgell1-1/+1
2008-09-24zero access mask should give ACCESS_DENIEDAndrew Tridgell1-0/+4
2008-09-24- SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL for buffer sizeAndrew Tridgell1-15/+39
2008-09-24- use the current dialect first, for servers that only look at theAndrew Tridgell1-3/+10
2008-09-24added the structure for LINK_INFORMATION setfileinfo callAndrew Tridgell1-0/+13
2008-09-24be friendlier in smb2_deltree to some of the SMB2 implementations thatAndrew Tridgell1-1/+1