summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb
Commit message (Expand)AuthorAgeFilesLines
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-1/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17361: check that file handles are only accessableStefan Metzmacher2007-10-101-0/+11
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-102-10/+16
* r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher2007-10-102-245/+330
* r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in thisStefan Metzmacher2007-10-101-14/+20
* r17274: fix typosStefan Metzmacher2007-10-101-2/+2
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-101-28/+29
* r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2007-10-101-0/+6
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-101-16/+17
* r16979: - ntcancel should compare TID,UID,MID and PIDStefan Metzmacher2007-10-101-3/+10
* r16950: remove the smb mid from the ntvfs layer and keep a list of pendingStefan Metzmacher2007-10-103-6/+26
* r16923: remove unused substitude codeStefan Metzmacher2007-10-101-1/+0
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-102-25/+29
* r16815: split out search levels which are also used by smb2Stefan Metzmacher2007-10-101-127/+2
* r16735: vista beta2 reuses the tcp connect where it does theStefan Metzmacher2007-10-101-15/+1
* r16621: split out passthru levels of setfileinfoStefan Metzmacher2007-10-101-55/+15
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-101-2/+2
* r16449: move some code to a generic placeStefan Metzmacher2007-10-101-513/+56
* r16448: add more error checksStefan Metzmacher2007-10-101-53/+47
* r16444: - split out qfsinfo passthru levelsStefan Metzmacher2007-10-101-85/+83
* r16443: add push code for SMB2 levelsStefan Metzmacher2007-10-101-0/+36
* r16440: split out passthru level into a new functions,Stefan Metzmacher2007-10-101-71/+116
* r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher2007-10-101-21/+27
* r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher2007-10-101-57/+77
* r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher2007-10-101-2/+4
* r16400: add more error checksStefan Metzmacher2007-10-101-47/+55
* r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher2007-10-101-67/+76
* r16357: - start get rid of void parsing functionsStefan Metzmacher2007-10-101-223/+233
* r15827: fixed a spelling errorAndrew Tridgell2007-10-101-1/+1
* r15769: this functions belong to params/ so move it.Stefan Metzmacher2007-10-101-1/+1
* r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in t...Stefan Metzmacher2007-10-101-1/+1
* r15747: move some functions to the protocol independend part of theStefan Metzmacher2007-10-101-42/+1
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-102-0/+4
* r15739: return False when the function is called with an invalid levelStefan Metzmacher2007-10-101-1/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-106-100/+272
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-101-1/+9
* 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
* r15314: Fix recursive dependency hack for static libs. Should fix the buildJelmer Vernooij2007-10-101-1/+1
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-101-1/+1
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-103-0/+3
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-0/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-3/+3