summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-30s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher1-5/+6
2008-09-29Rework to match new trustDomainPasswords IDLAndrew Bartlett1-5/+5
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett6-25/+60
2008-09-29Use the new 'samba4' name for our internal hdb plugin.Andrew Bartlett1-1/+1
2008-09-29Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett5-43/+78
2008-09-29NetApp found that we never set the smb signing flags2.Andrew Bartlett1-0/+4
2008-09-30s4:selftest: make sure we test RPC-OBJECTUUID with sealStefan Metzmacher1-1/+1
2008-09-30s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher3-1/+89
2008-09-30s4:rpc_server: correctly handle dcerpc requests with object uuidsStefan Metzmacher2-6/+12
2008-09-30s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher1-2/+4
2008-09-30dcerpc.idl: add DCERPC_PFC_OFFSETStefan Metzmacher1-0/+1
2008-09-30s4:selftest: add "smb.signing" to anon signing testsStefan Metzmacher1-3/+3
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
2008-09-24check error code for zero desired_access in SMB2 createAndrew Tridgell1-0/+7