summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r17361: check that file handles are only accessableStefan Metzmacher2007-10-101-0/+11
* r17360: add some commentsStefan Metzmacher2007-10-101-3/+23
* r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2007-10-104-14/+24
* r17297: Some compilers don't seem to like the ;;Andrew Bartlett2007-10-101-1/+1
* 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
* r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher2007-10-101-61/+91
* r17206: Add a modular API for share configuration.Simo Sorce2007-10-105-41/+52
* r17084: implement SMB2 Cancel in the server,Stefan Metzmacher2007-10-104-11/+125
* r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2007-10-102-0/+19
* r17009: set the protocol version correctStefan Metzmacher2007-10-101-0/+2
* r16989: implement SMB2 Notify in the frontendStefan Metzmacher2007-10-101-1/+75
* 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-106-19/+44
* r16923: remove unused substitude codeStefan Metzmacher2007-10-102-30/+0
* r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher2007-10-101-4/+19
* r16913: better return the same values as vista beta2Stefan Metzmacher2007-10-101-2/+16
* r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher2007-10-101-2/+2
* r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher2007-10-101-1/+1
* r16910: - don't search the wildcard handleStefan Metzmacher2007-10-101-0/+8
* r16889: implement SMB2 Ioctl in the frontendStefan Metzmacher2007-10-101-1/+38
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-103-5/+168
* r16872: when we know the data length we can preallocate the bufferStefan Metzmacher2007-10-101-1/+1
* r16871: zero padding bytesStefan Metzmacher2007-10-101-0/+1
* r16870: copy over the status from the ntvfs request to the smb2 requestStefan Metzmacher2007-10-101-0/+2
* r16869: - if we know the blob length, we can preallocated the memoryStefan Metzmacher2007-10-101-2/+1
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-103-32/+36
* r16815: split out search levels which are also used by smb2Stefan Metzmacher2007-10-102-127/+148
* r16740: just say the directory is emptyStefan Metzmacher2007-10-101-1/+1
* r16738: vista beta2 use FILE_CLOSED as error for an invalid file handleStefan Metzmacher2007-10-101-1/+1
* r16735: vista beta2 reuses the tcp connect where it does theStefan Metzmacher2007-10-101-15/+1
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-103-11/+12
* r16733: implement SMB2 SetInfoStefan Metzmacher2007-10-101-1/+16
* r16732: use the given macrosStefan Metzmacher2007-10-101-30/+5
* r16731: send a better error code, required for vista-beta2 clientStefan Metzmacher2007-10-101-1/+1
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-101-39/+8
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-101-2/+4
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-101-2/+0
* r16671: allow usage of smbsrv_pull_passthru_sfileinfo() without,Stefan Metzmacher2007-10-101-0/+7
* r16670: try to match the vista error codes a bit moreStefan Metzmacher2007-10-101-4/+24
* r16666: implement setting of security_descriptors via SMB2 SetInfoStefan Metzmacher2007-10-101-5/+43
* r16621: split out passthru levels of setfileinfoStefan Metzmacher2007-10-102-55/+102
* r16568: add parsing code for SMB2 SetInfoStefan Metzmacher2007-10-101-1/+65
* r16520: move smb2srv_break_recv back to fileio.cStefan Metzmacher2007-10-102-5/+5
* r16467: implement SMB2 GetInfo server codeStefan Metzmacher2007-10-101-7/+166
* r16466: for SMB2_ALL_EAS it's not valid for the ntvfs backends to returnStefan Metzmacher2007-10-101-0/+9
* r16464: split client and server min/max protocol settingsStefan Metzmacher2007-10-102-3/+3