summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-103-3/+5
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-107-0/+8
* r24940: Fix undeclared warning.Jelmer Vernooij2007-10-101-0/+2
* r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2007-10-102-3/+7
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-5/+5
* r24494: add comment to remind me to look at the flags on a tconxStefan Metzmacher2007-10-101-0/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1027-81/+54
* r23700: pre-open the sam in the parent smbd. This has the effect of loadingAndrew Tridgell2007-10-101-0/+16
* r23680: Make it easier to setup a domain member server - the 'server role'Andrew Bartlett2007-10-102-2/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-104-6/+6
* r23045: forward SMB2 oplock breaks to the clientStefan Metzmacher2007-10-102-3/+50
* r23044: - use uint32_t for handle id'sStefan Metzmacher2007-10-103-19/+26
* r23043: allow more than UINT16_MAX - 1 handles on smb2 connectionsStefan Metzmacher2007-10-101-1/+4
* r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)Andrew Tridgell2007-10-103-5/+16
* r23019: revert r23018 - this will require more thought.Andrew Tridgell2007-10-101-14/+2
* r23018: fixed a memory leak in our server side session setup code for failedAndrew Tridgell2007-10-101-2/+14
* r22866: handle incoming chained smb2 requests in our server code to letStefan Metzmacher2007-10-105-30/+135
* r22843: pass smb2 lock requests to the ntvfs layerStefan Metzmacher2007-10-101-1/+32
* r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher2007-10-101-0/+13
* r22381: fix memory leakStefan Metzmacher2007-10-101-1/+1
* 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