summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell27-81/+54
2007-10-10r23700: pre-open the sam in the parent smbd. This has the effect of loadingAndrew Tridgell1-0/+16
2007-10-10r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2-2/+2
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher4-6/+6
2007-10-10r23045: forward SMB2 oplock breaks to the clientStefan Metzmacher2-3/+50
2007-10-10r23044: - use uint32_t for handle id'sStefan Metzmacher3-19/+26
2007-10-10r23043: allow more than UINT16_MAX - 1 handles on smb2 connectionsStefan Metzmacher1-1/+4
2007-10-10r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell3-5/+16
2007-10-10r23019: revert r23018 - this will require more thought.Andrew Tridgell1-14/+2
2007-10-10r23018: fixed a memory leak in our server side session setup code for failedAndrew Tridgell1-2/+14
2007-10-10r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher5-30/+135
2007-10-10r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher1-1/+32
2007-10-10r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher1-0/+13
2007-10-10r22381: fix memory leakStefan Metzmacher1-1/+1
2007-10-10r21206: - a couple more nttrans places were a memcpy() should be usedAndrew Tridgell1-8/+4
2007-10-10r21183: Commit the big/little endian fix for nttrans setup[] handling.Volker Lendecke1-4/+3
2007-10-10r20657: fix compiler warning and bug:-)Stefan Metzmacher1-1/+1
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-3/+3
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett4-1/+8
2007-10-10r19505: fixed a valgrind errorAndrew Tridgell1-0/+4
2007-10-10r19504: - fixed a free error in file_lines_parseAndrew Tridgell1-2/+6
2007-10-10r18972: we don't need this now all builds in the build farm are limited to 150Andrew Tridgell1-12/+0
2007-10-10r18839: align all directory search blobs on an 8 byte boundary to keep theAndrew Tridgell1-4/+15
2007-10-10r18686: Fix typo protocl->protocolVolker Lendecke1-1/+2
2007-10-10r18583: a nasty hack to allow me to monitor the number of open fileAndrew Tridgell1-0/+13
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2-3/+4
2007-10-10r18211: wct is not a size, so don't use size_tAndrew Tridgell1-1/+1
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij6-6/+6
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17361: check that file handles are only accessableStefan Metzmacher1-0/+11
2007-10-10r17360: add some commentsStefan Metzmacher1-3/+23
2007-10-10r17341: pass a messaging context to auth_context_create()Stefan Metzmacher4-14/+24
2007-10-10r17297: Some compilers don't seem to like the ;;Andrew Bartlett1-1/+1
2007-10-10r17283: use the async calls of auth_check_password() and gensec_update()Stefan Metzmacher2-245/+330
2007-10-10r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in thisStefan Metzmacher1-14/+20
2007-10-10r17274: fix typosStefan Metzmacher1-2/+2
2007-10-10r17268: change the smb2 session setup to use the new gensec_update_send/recv(...Stefan Metzmacher1-61/+91
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce5-41/+52
2007-10-10r17084: implement SMB2 Cancel in the server,Stefan Metzmacher4-11/+125
2007-10-10r17012: don't try to send any data when the socket is gone already...Stefan Metzmacher2-0/+19
2007-10-10r17009: set the protocol version correctStefan Metzmacher1-0/+2
2007-10-10r16989: implement SMB2 Notify in the frontendStefan Metzmacher1-1/+75
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 Metzmacher6-19/+44
2007-10-10r16923: remove unused substitude codeStefan Metzmacher2-30/+0
2007-10-10r16918: the SMB2 Ioctls are sometimes called with a wildcard handleStefan Metzmacher1-4/+19
2007-10-10r16913: better return the same values as vista beta2Stefan Metzmacher1-2/+16
2007-10-10r16912: I messed up the numbers for ipc and print shares...Stefan Metzmacher1-2/+2
2007-10-10r16911: the TID is only 32 bits...don't overwrite parts of the UID fieldStefan Metzmacher1-1/+1