| Commit message (Expand) | Author | Age | Files | Lines |
* | s4:smb_server: make use of gensec_update_ev() | Stefan Metzmacher | 2014-03-27 | 1 | -1/+1 |
* | s4: pass down a memory context when performing share_string_option, to allow ... | Garming Sam | 2014-02-20 | 1 | -2/+3 |
* | lib/param: Create a seperate server role for "active directory domain control... | Andrew Bartlett | 2012-06-15 | 1 | -1/+1 |
* | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 2012-05-23 | 1 | -1/+2 |
* | s4:smb_server/smb: only create a new session with vuid == 0 | Stefan Metzmacher | 2012-05-09 | 1 | -0/+5 |
* | s4-smb2: Fix a talloc crash bug. | Andreas Schneider | 2012-04-11 | 1 | -2/+2 |
* | s4:smb_server/smb2: add missing 'return;' statements in smb2srv_chain_reply() | Stefan Metzmacher | 2012-04-02 | 1 | -0/+3 |
* | s4:smb_server/smb2: after smbsrv_terminate_connection() we have to return | Stefan Metzmacher | 2012-04-02 | 1 | -1/+0 |
* | s4:smb_server/smb2: fix memory leak in smb2srv_chain_reply() | Stefan Metzmacher | 2012-04-02 | 1 | -0/+2 |
* | s4:smb_server/smb2: use helper variable smb2srv_chain_reply() | Stefan Metzmacher | 2012-04-02 | 1 | -6/+7 |
* | s4-smb_server No longer follow the security=share smb.conf directive | Andrew Bartlett | 2011-11-08 | 1 | -1/+0 |
* | s4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/ | Stefan Metzmacher | 2011-11-03 | 1 | -1/+1 |
* | s4:smb_server: change the default for "server signing" to "default" | Stefan Metzmacher | 2011-11-03 | 1 | -1/+4 |
* | s4:smb_server/smb2: add the same SMB_SIGNING_AUTO logic as for smb1 | Stefan Metzmacher | 2011-11-03 | 1 | -2/+25 |
* | s4:smb_server/smb2: correctly implement related compound requests | Stefan Metzmacher | 2011-10-31 | 2 | -0/+15 |
* | s4:smb_server/smb2: always grant the requested credits | Stefan Metzmacher | 2011-10-31 | 3 | -20/+20 |
* | s4:smb_server/smb2: echo back more header fields | Stefan Metzmacher | 2011-10-31 | 1 | -3/+7 |
* | s4:smb_server/smb2: make use of _smb_setlen_tcp() | Stefan Metzmacher | 2011-10-19 | 1 | -1/+1 |
* | gensec: move event context from gensec_*_init() to gensec_update() | Andrew Bartlett | 2011-10-18 | 1 | -1/+1 |
* | s4:smb_server/smb2: make sure we sign the final session setup | Stefan Metzmacher | 2011-09-29 | 1 | -3/+10 |
* | s4:smb_server: make use of PROTOCOL_SMB2_02 | Stefan Metzmacher | 2011-09-05 | 1 | -1/+1 |
* | gensec: clarify memory ownership for gensec_session_info() and gensec_session... | Andrew Bartlett | 2011-08-03 | 1 | -1/+1 |
* | s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c | Günther Deschner | 2011-03-04 | 1 | -2/+2 |
* | s4-smb_server Return why the ntvfs_connect() failed. | Andrew Bartlett | 2010-12-01 | 1 | -1/+1 |
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 1 | -19/+0 |
* | smb2: Add missing dependency on NDR_DFSBLOBS. | Jelmer Vernooij | 2010-10-11 | 1 | -1/+1 |
* | s4-smb: serialise session setup operations | Andrew Tridgell | 2010-09-15 | 1 | -0/+9 |
* | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2010-07-16 | 2 | -5/+5 |
* | s4:smb_server/smb2/find.c - remove unused code | Matthias Dieter Wallnöfer | 2010-06-29 | 1 | -3/+0 |
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 2 | -3/+3 |
* | s4:smb_server: pass tsocket_addresses to the ntvfs layer | Stefan Metzmacher | 2010-04-27 | 1 | -2/+4 |
* | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 2010-04-06 | 1 | -4/+0 |
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+10 |
* | Change uint_t to unsigned int in source4 | Matt Kraai | 2010-02-02 | 1 | -2/+2 |
* | s4:gensec: change gensec_update_send/recv to tevent_req | Stefan Metzmacher | 2009-12-24 | 1 | -5/+12 |
* | s4-server: use GUID_to_ndr_blob() in cldap and smb servers | Andrew Tridgell | 2009-12-10 | 1 | -3/+2 |
* | s4-smb2: use new GUID function in smb2 negprot | Andrew Tridgell | 2009-12-10 | 1 | -3/+2 |
* | s4:smb_server/smb2: don't reset highest_smb2_seqnum on SMB2 Cancel | Stefan Metzmacher | 2009-11-27 | 1 | -2/+4 |
* | s4-smb2: sequence numbers are not checked in SMB2_OP_CANCEL | Andrew Tridgell | 2009-11-27 | 1 | -1/+2 |
* | s4/libcli: rename previously reserved field in SMB2 LOCK struct | Steven Danneman | 2009-11-25 | 1 | -1/+1 |
* | s4-smbd: minimise includes in smbd/ and smb_server | Andrew Tridgell | 2009-09-19 | 8 | -15/+0 |
* | s4:smb2srv: don't allow the related flag on the first request in a compounded... | Stefan Metzmacher | 2009-06-09 | 1 | -0/+7 |
* | s4:smb2srv: correctly fail remaining compounded requests after a failure | Stefan Metzmacher | 2009-06-09 | 2 | -5/+18 |
* | s4:smb2srv: remove old TODO comment, we already check the seqnum | Stefan Metzmacher | 2009-06-09 | 1 | -2/+0 |
* | s4:smb2srv: fix handling of multiple compounded requests | Stefan Metzmacher | 2009-06-09 | 1 | -7/+12 |
* | s4:smb2srv: remove the chained file handle on close | Stefan Metzmacher | 2009-06-09 | 1 | -0/+4 |
* | s4:smb2srv: We only support SMB 2.002. | Stefan Metzmacher | 2009-05-26 | 1 | -5/+12 |
* | Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharename | Sam Liddicott | 2009-05-20 | 1 | -7/+7 |
* | s4:smb_server: return after we have processed an invalid smb2 request | Stefan Metzmacher | 2009-05-11 | 1 | -0/+2 |