summaryrefslogtreecommitdiff
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* With a windows 2008 client, even anonymous requires signing...Andrew Bartlett2008-09-051-6/+0
* smb2srv: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-2/+29
* smb2srv: sign replies when the request was also signedStefan Metzmacher2008-08-142-7/+4
* smb2srv: use defines instead of hex valuesStefan Metzmacher2008-08-141-3/+3
* smb2srv: sign SMB2 Logoff repliesStefan Metzmacher2008-07-281-3/+17
* smb2srv: correctly hold the signing state per sessionStefan Metzmacher2008-07-284-13/+31
* initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
* make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
* smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher2008-07-071-16/+152
* smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher2008-07-072-4/+7