summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij5-20/+13
2010-05-17Plumb in krb5 to the SMB2 sessionsetup code. First cut of this code.Jeremy Allison2-11/+404
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner1-0/+1
2010-05-17Refactor the sessionsetup SMB2 code to make it easy to addJeremy Allison1-140/+293
2010-05-13Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2-1/+15
2010-05-13Be more forgiving on client oplock break failure (as Windows does). Remove a ...Jeremy Allison5-8/+1
2010-05-13Treat an open of stream ::$DATA as an open of the base file.Jeremy Allison1-1/+23
2010-05-13s3:smbd Remove calls to namecache_enable()Andrew Bartlett1-2/+0
2010-05-12Pass more SMB2 oplock tests. Only oplock stream tests left to fix.Jeremy Allison2-1/+10
2010-05-12s3-lanman: use samr for api_SamOEMChangePassword().Günther Deschner1-9/+49
2010-05-11Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...Jeremy Allison2-2/+15
2010-05-11s3:kerberos Return PAC_LOGON_INFO rather than the full PAC_DATAAndrew Bartlett1-7/+3
2010-05-10SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison4-3/+6
2010-05-10Stop us crashing in SMB2-OPLOCK test. Don't allow more than one outstanding i...Jeremy Allison1-5/+33
2010-05-10Fix the processing of unlocks followed by locks. We now pass SMB2-LOCK test.Jeremy Allison1-9/+5
2010-05-10Fix more of the SMB2-LOCK tests. Correctly unlock locks on error.Jeremy Allison1-3/+19
2010-05-09s3-lanman: use srvsvc for api_RNetServerGetInfo().Günther Deschner1-45/+47
2010-05-09s3-spoolss: Make spoolss_Time_to_time_t public.Simo Sorce1-15/+0
2010-05-07Only MULTIPLE-UNLOCK test left to fix !Jeremy Allison3-3/+3
2010-05-07When tearing down the connection make sure we close all files beforeJeremy Allison2-0/+8
2010-05-07This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison6-89/+89
2010-05-07Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison5-6/+25
2010-05-07Fix crash in cancel-tdis lock test. Correctly shut down connection.Jeremy Allison1-1/+1
2010-05-06Fix cancel by close lock test.Jeremy Allison1-24/+36
2010-05-06Fix more SMB2 locking. We still crash but this won't last :-).Jeremy Allison3-49/+99
2010-05-05Move to MS-FSA algorithm when checking for invalid lock range.Jeremy Allison1-7/+0
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner14-0/+14
2010-05-05Get closer to passing SMB2 lock test. Still crashes but we get further.Jeremy Allison1-24/+32
2010-05-05Return correct error on read request on directory.Jeremy Allison1-0/+4
2010-05-05Get in_minimum and EOF errors right.Jeremy Allison1-1/+11
2010-05-05Client ignoring max write is a warning, not an error.Jeremy Allison1-1/+5
2010-05-05Start to pass the SMB2 read torture tests.Jeremy Allison1-1/+1
2010-05-05s3-lanman: use srvsvc for api_RNetShareAdd().Günther Deschner1-34/+42
2010-05-05Fixed issue with return in a void function found by Björn JACKE <bj@SerNet.DE>Jeremy Allison1-1/+2
2010-05-03s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...Günther Deschner1-8/+8
2010-05-03s3-lanman: fix api_DosPrintQEnum().Günther Deschner1-1/+7
2010-05-03s3-lanman: exit early for unsupported levels in api_PrintJobInfo().Günther Deschner1-17/+17
2010-04-30Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison3-30/+477
2010-04-30smbd: move printfile_offset() within write_file()Simo Sorce2-12/+7
2010-04-29Carefully label SMB1-specific locking calls.Jeremy Allison6-8/+24
2010-04-29Move the global blocking lock records into the smb1 state.Jeremy Allison3-45/+42
2010-04-29Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2-10/+39
2010-04-29s3-lanman: fix api_DosPrintQGetInfo().Günther Deschner1-4/+28
2010-04-29s3-lanman: fix api_DosPrintQEnum.Günther Deschner1-10/+22
2010-04-28Update (C) for 2010.Jeremy Allison7-1/+8
2010-04-28s3-lanman: support level 0 NetPrintQEnum RAP query.Günther Deschner1-0/+1
2010-04-28Connect set security descriptor into SMB2 code.Jeremy Allison2-8/+21
2010-04-28s3:smbd: make fsp->fake_file_handle a talloc child of fspStefan Metzmacher1-1/+1
2010-04-28s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...Stefan Metzmacher1-1/+15