summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2009-07-01use the new talloc_reparent in two placesAndrew Tridgell1-1/+1
2009-06-09s4:smb2srv: don't allow the related flag on the first request in a compounded...Stefan Metzmacher1-0/+7
2009-06-09s4:smb2srv: correctly fail remaining compounded requests after a failureStefan Metzmacher2-5/+18
2009-06-09s4:smb2srv: remove old TODO comment, we already check the seqnumStefan Metzmacher1-2/+0
2009-06-09s4:smb2srv: fix handling of multiple compounded requestsStefan Metzmacher1-7/+12
2009-06-09s4:smb2srv: remove the chained file handle on closeStefan Metzmacher1-0/+4
2009-05-26s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2-6/+12
2009-05-20Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott3-30/+11
2009-05-20s4:smb_server: initialy read the first 4 bytes onlySam Liddicott1-0/+1
2009-05-11s4:smb_server: return after we have processed an invalid smb2 requestStefan Metzmacher1-0/+2
2009-04-23Add async support for reply_tcon* and ntvfs_connectSam Liddicott2-70/+105
2009-03-01s4: Use same function signature for convert_* as s3.Jelmer Vernooij1-6/+6
2009-03-01Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij1-2/+2
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett6-48/+49
2009-02-02s4:service_stream: s/private/private_dataStefan Metzmacher1-3/+3
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher6-14/+14
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+4
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher3-4/+4
2008-12-22Fix two remaining missing symbols in smbtorture4.Jelmer Vernooij1-0/+1
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-1/+1
2008-12-22s4: Fix subsystem for various services in samba daemon.Jelmer Vernooij1-1/+1
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-1/+2
2008-12-05Let ntvfs request transport close via ntvfs_request stateSam Liddicott2-0/+22
2008-11-02Fix the build.Jelmer Vernooij1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij4-4/+4
2008-10-24Remove unused include param/param.h.Jelmer Vernooij4-4/+0
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-2/+2
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij4-5/+5
2008-10-13Fixed a variable undeclared compilation errorTim Prouty1-0/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij6-6/+6
2008-10-05smbd3 is unhappy if stderr is not openVolker Lendecke1-1/+2
2008-10-05Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke1-1/+1
2008-09-30s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher1-5/+6
2008-09-29NetApp found that we never set the smb signing flags2.Andrew Bartlett1-0/+4
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-2/+39
2008-09-24we should terminate the connection on a bad negprot packet sizeAndrew Tridgell1-2/+2
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-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-24fixed error code for bad keepaliveAndrew Tridgell1-1/+1
2008-09-24stricter checking of SMB2 echo body (per the spec)Andrew Tridgell1-1/+6
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-23s4:smb_server: remove the bogus smbsrv_signing_restart()Stefan Metzmacher2-41/+2
2008-09-22Explain why we use signing for DCs, but not file serversAndrew Bartlett1-0/+9
2008-09-22process incoming connections and fork a samba3 in inetd modeStefan Metzmacher2-0/+182
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij1-1/+1
2008-09-21Rename smbd -> samba.Jelmer Vernooij1-1/+1