summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r21206: - a couple more nttrans places were a memcpy() should be usedAndrew Tridgell2007-10-101-8/+4
* r21183: Commit the big/little endian fix for nttrans setup[] handling.Volker Lendecke2007-10-101-4/+3
* r20657: fix compiler warning and bug:-)Stefan Metzmacher2007-10-101-1/+1
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-3/+3
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-104-1/+8
* r19505: fixed a valgrind errorAndrew Tridgell2007-10-101-0/+4
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2007-10-101-2/+6
* r18972: we don't need this now all builds in the build farm are limited to 150Andrew Tridgell2007-10-101-12/+0
* r18839: align all directory search blobs on an 8 byte boundary to keep theAndrew Tridgell2007-10-101-4/+15
* r18686: Fix typo protocl->protocolVolker Lendecke2007-10-101-1/+2
* r18583: a nasty hack to allow me to monitor the number of open fileAndrew Tridgell2007-10-101-0/+13
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-102-3/+4
* r18211: wct is not a size, so don't use size_tAndrew Tridgell2007-10-101-1/+1
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-106-6/+6
* 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