summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* s4:smb2srv: don't allow the related flag on the first request in a compounded...Stefan Metzmacher2009-06-091-0/+7
* s4:smb2srv: correctly fail remaining compounded requests after a failureStefan Metzmacher2009-06-092-5/+18
* s4:smb2srv: remove old TODO comment, we already check the seqnumStefan Metzmacher2009-06-091-2/+0
* s4:smb2srv: fix handling of multiple compounded requestsStefan Metzmacher2009-06-091-7/+12
* s4:smb2srv: remove the chained file handle on closeStefan Metzmacher2009-06-091-0/+4
* s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2009-05-262-6/+12
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-203-30/+11
* s4:smb_server: initialy read the first 4 bytes onlySam Liddicott2009-05-201-0/+1
* s4:smb_server: return after we have processed an invalid smb2 requestStefan Metzmacher2009-05-111-0/+2
* Add async support for reply_tcon* and ntvfs_connectSam Liddicott2009-04-232-70/+105
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-6/+6
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+2
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-136-48/+49
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-3/+3
* s4:smb_server: s/private/private_dataStefan Metzmacher2009-02-026-14/+14
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-2/+4
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+0
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-293-4/+4
* Fix two remaining missing symbols in smbtorture4.Jelmer Vernooij2008-12-221-0/+1
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* s4: Fix subsystem for various services in samba daemon.Jelmer Vernooij2008-12-221-1/+1
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-1/+2
* Let ntvfs request transport close via ntvfs_request stateSam Liddicott2008-12-052-0/+22
* Fix the build.Jelmer Vernooij2008-11-021-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-024-4/+4
* Remove unused include param/param.h.Jelmer Vernooij2008-10-244-4/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-244-5/+5
* Fixed a variable undeclared compilation errorTim Prouty2008-10-131-0/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-116-6/+6
* smbd3 is unhappy if stderr is not openVolker Lendecke2008-10-051-1/+2
* Re-enable build of smb_samba3.c after the rename smbd->sambaVolker Lendecke2008-10-051-1/+1
* s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher2008-09-301-5/+6
* NetApp found that we never set the smb signing flags2.Andrew Bartlett2008-09-291-0/+4
* we need different error handling for truncated packets in NETPROT andAndrew Tridgell2008-09-241-2/+39
* we should terminate the connection on a bad negprot packet sizeAndrew Tridgell2008-09-241-2/+2
* - add reserved field in basic_information levelAndrew Tridgell2008-09-241-3/+25
* record highest seq number in SMB2 to check for seqnum going backwardsAndrew Tridgell2008-09-241-0/+2
* cope with body_size zero in SMB2 receiveAndrew Tridgell2008-09-241-1/+2
* check for a 0 byte in the buffer in SMB2 readAndrew Tridgell2008-09-241-0/+6
* the offset is 16 bits in SMB2 fileinfoAndrew Tridgell2008-09-241-1/+1
* fixed error code for bad keepaliveAndrew Tridgell2008-09-241-1/+1
* stricter checking of SMB2 echo body (per the spec)Andrew Tridgell2008-09-241-1/+6
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* s4:smb_server: remove the bogus smbsrv_signing_restart()Stefan Metzmacher2008-09-232-41/+2
* Explain why we use signing for DCs, but not file serversAndrew Bartlett2008-09-221-0/+9
* process incoming connections and fork a samba3 in inetd modeStefan Metzmacher2008-09-222-0/+182
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* Move our DC to implement mandetory signing.Andrew Bartlett2008-09-052-4/+10