summaryrefslogtreecommitdiff
path: root/source4/ntvfs/smb2
Commit message (Expand)AuthorAgeFilesLines
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s4:ntvfs/smb2: ifdef out unused codeStefan Metzmacher2014-11-251-0/+2
* s4: tidy up vfs smb2 in regards to using share_string_optionGarming Sam2014-02-241-21/+21
* s4: tidy up some null checks in ntvfsGarming Sam2014-02-241-2/+2
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-9/+35
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-31/+31
* s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
* s4:ntvfs/smb2/vfs_smb2.c - remove unused variableMatthias Dieter Wallnöfer2011-06-111-1/+0
* s4:ntvfs/smb2: use sync version of smb2_connect()Stefan Metzmacher2011-04-281-10/+8
* source4/ntvfs: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-1/+1
* s4: fixed some shadowed variable warningsAndrew Tridgell2009-09-081-3/+3
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-201-2/+29
* s4:ntvfs/smb2: s/private/pStefan Metzmacher2009-02-021-39/+39
* Remove use of global_loadparm for SMB2 client connections.Jelmer Vernooij2008-11-021-1/+2
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-1/+3
* Remove another use of global_loadparm.Jelmer Vernooij2008-11-011-1/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* implemented client side SMB2 signingAndrew Tridgell2008-05-301-2/+4
* added SMB2 proxying of rmdirAndrew Tridgell2008-05-191-1/+12
* added mkdir to SMB2 proxyAndrew Tridgell2008-05-191-1/+8
* added SMB2 proxying for unlinkAndrew Tridgell2008-05-161-427/+43
* added handlers for connect, search_first and fsinfo. Andrew Tridgell2008-05-151-152/+225
* started new vfs_smb2 moduleAndrew Tridgell2008-05-151-0/+1137