summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher3-29/+45
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij15-83/+83
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij8-39/+43
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij3-3/+5
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij7-0/+8
2007-10-10r24940: Fix undeclared warning.Jelmer Vernooij1-0/+2
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij2-3/+7
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-5/+5
2007-10-10r24494: add comment to remind me to look at the flags on a tconxStefan Metzmacher1-0/+2
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