summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17274: fix typosStefan Metzmacher1-2/+2
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-28/+29
2007-10-10r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher1-0/+6
2007-10-10r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher1-16/+17
2007-10-10r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher1-3/+10
2007-10-10r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher3-6/+26
2007-10-10r16923: remove unused substitude codeStefan Metzmacher1-1/+0
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2-25/+29
2007-10-10r16815: split out search levels which are also used by smb2Stefan Metzmacher1-127/+2
2007-10-10r16735: vista beta2 reuses the tcp connect where it does theStefan Metzmacher1-15/+1
2007-10-10r16621: split out passthru levels of setfileinfoStefan Metzmacher1-55/+15
2007-10-10r16464: split client and server min/max protocol settingsStefan Metzmacher1-2/+2
2007-10-10r16449: move some code to a generic placeStefan Metzmacher1-513/+56
2007-10-10r16448: add more error checksStefan Metzmacher1-53/+47
2007-10-10r16444: - split out qfsinfo passthru levelsStefan Metzmacher1-85/+83
2007-10-10r16443: add push code for SMB2 levelsStefan Metzmacher1-0/+36
2007-10-10r16440: split out passthru level into a new functions,Stefan Metzmacher1-71/+116
2007-10-10r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher1-21/+27
2007-10-10r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher1-57/+77
2007-10-10r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher1-2/+4
2007-10-10r16400: add more error checksStefan Metzmacher1-47/+55
2007-10-10r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher1-67/+76
2007-10-10r16357: - start get rid of void parsing functionsStefan Metzmacher1-223/+233
2007-10-10r15827: fixed a spelling errorAndrew Tridgell1-1/+1
2007-10-10r15769: this functions belong to params/ so move it.Stefan Metzmacher1-1/+1
2007-10-10r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher1-1/+1
2007-10-10r15747: move some functions to the protocol independend part of theStefan Metzmacher1-42/+1
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2-0/+4
2007-10-10r15739: return False when the function is called with an invalid levelStefan Metzmacher1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher6-100/+272
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-1/+9
2007-10-10r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the r...Stefan Metzmacher1-22/+32
2007-10-10r15711: - make use of nttrans_setup_reply()Stefan Metzmacher1-14/+9
2007-10-10r15710: - we no longer need to set the nttrans out fields to zeroStefan Metzmacher1-11/+5
2007-10-10r15709: - return an error is better than ignoring a non supported requestStefan Metzmacher1-0/+2
2007-10-10r15708: setup count is 8bit and param_count and data_count are 32bitStefan Metzmacher1-2/+2
2007-10-10r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher1-0/+1
2007-10-10r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher1-3/+1
2007-10-10r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij1-1/+1
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij1-1/+1
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij3-0/+3
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-0/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-3/+3
2007-10-10r14937: fix a crash that can be caused by a notify triggering during a shareAndrew Tridgell1-0/+5
2007-10-10r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell1-6/+11
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher1-4/+7
2007-10-10r14733: SMBtdis needs a TCON and doesn't need a SESSION,Stefan Metzmacher1-1/+2
2007-10-10r14647: be a bit less verbose on common stuffStefan Metzmacher1-1/+1
2007-10-10r14644: fix SMBecho, used by w2k clients, failing this,Stefan Metzmacher1-1/+1