summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3-lanman: Fix various RAP printing calls according to win98 testing and MS-R...Günther Deschner2010-05-201-10/+10
* s3 smb2: Fix the build without kerberosKai Blin2010-05-201-0/+2
* Fix bug 7442 - Samba returns incorrect SMB2 QFS device info.Jeremy Allison2010-05-191-2/+9
* Fix connecting to [homes] share over SMB2.Jeremy Allison2010-05-191-3/+20
* After talking with Microsoft engineers, immediately replyingJeremy Allison2010-05-191-1/+6
* After talking with Microsoft engineers, the "lock spin time" isJeremy Allison2010-05-191-1/+2
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-1914-13/+24
* Implement missing info level SMB_FILE_LINK_INFORMATION.Jeremy Allison2010-05-182-5/+101
* Keep track of credits we're giving out. Set initial credits to 1 (MS-SMB2 spe...Jeremy Allison2010-05-182-1/+9
* s3-rpc_client: move protos to init_spoolss.hGünther Deschner2010-05-181-0/+1
* s3-rpc_client: move protos to cli_spoolss.hGünther Deschner2010-05-181-0/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-182-19/+20
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-2/+2
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-14/+14
* s3-build: fix the build.Günther Deschner2010-05-181-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-185-20/+13
* Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.Jeremy Allison2010-05-172-11/+404
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+1
* Refactor the sessionsetup SMB2 code to make it easy to addJeremy Allison2010-05-171-140/+293
* Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2010-05-132-1/+15
* Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison2010-05-135-8/+1
* Treat an open of stream ::$DATA as an open of the base file.Jeremy Allison2010-05-131-1/+23
* s3:smbd Remove calls to namecache_enable()Andrew Bartlett2010-05-131-2/+0
* Pass more SMB2 oplock tests. Only oplock stream tests left to fix.Jeremy Allison2010-05-122-1/+10
* s3-lanman: use samr for api_SamOEMChangePassword().Günther Deschner2010-05-121-9/+49
* Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...Jeremy Allison2010-05-112-2/+15
* s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett2010-05-111-7/+3
* SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison2010-05-104-3/+6
* Stop us crashing in SMB2-OPLOCK test. Don't allow more than one outstanding i...Jeremy Allison2010-05-101-5/+33
* Fix the processing of unlocks followed by locks. We now pass SMB2-LOCK test.Jeremy Allison2010-05-101-9/+5
* Fix more of the SMB2-LOCK tests. Correctly unlock locks on error.Jeremy Allison2010-05-101-3/+19
* s3-lanman: use srvsvc for api_RNetServerGetInfo().Günther Deschner2010-05-091-45/+47
* s3-spoolss: Make spoolss_Time_to_time_t public.Simo Sorce2010-05-091-15/+0
* Only MULTIPLE-UNLOCK test left to fix !Jeremy Allison2010-05-073-3/+3
* When tearing down the connection make sure we close all files beforeJeremy Allison2010-05-072-0/+8
* This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison2010-05-076-89/+89
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-075-6/+25
* Fix crash in cancel-tdis lock test. Correctly shut down connection.Jeremy Allison2010-05-071-1/+1
* Fix cancel by close lock test.Jeremy Allison2010-05-061-24/+36
* Fix more SMB2 locking. We still crash but this won't last :-).Jeremy Allison2010-05-063-49/+99
* Move to MS-FSA algorithm when checking for invalid lock range.Jeremy Allison2010-05-051-7/+0
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-0614-0/+14
* Get closer to passing SMB2 lock test. Still crashes but we get further.Jeremy Allison2010-05-051-24/+32
* Return correct error on read request on directory.Jeremy Allison2010-05-051-0/+4
* Get in_minimum and EOF errors right.Jeremy Allison2010-05-051-1/+11
* Client ignoring max write is a warning, not an error.Jeremy Allison2010-05-051-1/+5
* Start to pass the SMB2 read torture tests.Jeremy Allison2010-05-051-1/+1
* s3-lanman: use srvsvc for api_RNetShareAdd().Günther Deschner2010-05-051-34/+42
* Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>Jeremy Allison2010-05-051-1/+2