summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-1010-105/+522
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-1/+9
* r15715: add my copyrightStefan Metzmacher2007-10-101-1/+2
* r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher2007-10-101-22/+32
* r15711: - make use of nttrans_setup_reply()Stefan Metzmacher2007-10-101-14/+9
* r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher2007-10-101-11/+5
* r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher2007-10-101-0/+2
* r15708: setup count is 8bit and param_count and data_count are 32bitStefan Metzmacher2007-10-101-2/+2
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2007-10-101-0/+1
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2007-10-101-3/+1
* r15535: fix the buildStefan Metzmacher2007-10-101-0/+1
* r15533: with this vista does a fine SMB2 TreeConnect against samba4Stefan Metzmacher2007-10-101-4/+4
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-105-8/+17
* r15371: Revert some of my previous patch as it was breaking the plain buildJelmer Vernooij2007-10-101-2/+1
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-101-1/+2
* r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2007-10-102-2/+2
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-102-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-1010-4/+17
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-103-1/+5
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-103-3/+3
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-102-4/+4
* r14997: Fix build of static libraries. Libraries build fine now, but linking ...Jelmer Vernooij2007-10-101-1/+1
* r14937: fix a crash that can be caused by a notify triggering during a shareAndrew Tridgell2007-10-101-0/+5
* r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell2007-10-101-6/+11
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-107-13/+44
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-101-1/+2
* r14733: SMBtdis needs a TCON and doesn't need a SESSION,Stefan Metzmacher2007-10-101-1/+2
* r14647: be a bit less verbose on common stuffStefan Metzmacher2007-10-101-1/+1
* r14644: fix SMBecho, used by w2k clients, failing this,Stefan Metzmacher2007-10-101-1/+1
* r14638: we need to call smbsrv_setup_reply() before using smbsrv_setup_error()Stefan Metzmacher2007-10-101-2/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-108-697/+461
* r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2007-10-101-12/+12
* r14538: ok, I have better used make valgrindtest my self...Stefan Metzmacher2007-10-101-1/+1
* r14526: fix the size of the output buffer, we need 1 byte for the Word countStefan Metzmacher2007-10-101-1/+1
* r14523: make async search request possibleStefan Metzmacher2007-10-101-26/+60
* r14511: Install more headersJelmer Vernooij2007-10-101-1/+1
* r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher2007-10-101-408/+534
* r14502: Supply both needed arguments for the backend logoff processing.Andrew Bartlett2007-10-101-0/+2
* r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher2007-10-105-12/+59
* r14485: mark smb commands as need session and need tcon explicit,Stefan Metzmacher2007-10-103-122/+76
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-102-0/+2
* r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher2007-10-106-41/+56
* r14447: remove unused stuffStefan Metzmacher2007-10-101-2/+0
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+2
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-103-53/+53
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-101-0/+5
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2007-10-101-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-103-69/+69
* r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher2007-10-105-10/+10