summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2-5/+11
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2-7/+14
2017-05-31s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2-5/+7
2017-05-31s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2-5/+9
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2-5/+10
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2-5/+9
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2-3/+3
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2-3/+3
2017-05-10vfs: add parameter to copy chunk VFS function to handle dup_extentsAurelien Aptel2-3/+5
2017-05-09s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison1-0/+1
2017-05-09s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison5-6/+6
2017-03-14examples:clifuse: Add a stub for getattrVolker Lendecke1-0/+67
2017-03-14examples: Add '-p', '--port' to smb2mountVolker Lendecke1-3/+9
2017-03-10./examples/scripts/SambaConfig.py: fix typo in "continue"Douglas Bagnall1-1/+1
2017-02-22fix spelling of 'unchangeable'Edward Betts1-1/+1
2017-02-22Correct "doesnt" typos.Chris Lamb1-2/+2
2016-12-04s3:waf: Make PARAM and SMBREGISTRY a subsystem of smbconf onlyAndreas Schneider1-1/+1
2016-11-15s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher1-16/+2
2016-10-14examples: Add smb2mountVolker Lendecke6-0/+1695
2016-10-11s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme2-36/+0
2016-05-13examples:smbclient:write: fix O3 error unused result of fgetsMichael Adam1-2/+10
2016-05-13examples:smbclient:read: fix O3 error unused result of fgetsMichael Adam1-1/+5
2016-05-13examples:smbclient:fstatvfs: fix O3 error unused result of fgetsMichael Adam1-1/+5
2016-05-13examples:smbclient:statvfs: fix O3 error unused result of fgetsMichael Adam1-1/+5
2016-05-13examples:smbclient:notify: fix O3 error unused result from fgetsMichael Adam1-1/+5
2016-05-13examples:smbclient:testacl3: fix O3 error unused result from fgetsMichael Adam1-1/+5
2016-05-06examples/crackcheck: allow compilation with current buildsGarming Sam1-1/+1
2016-04-09examples/smb.conf.default: Fix typo in comment line: sever -> serverSantiago Vila1-1/+1
2016-03-30examples/perfcounter/perf_writer.c: fix memsetAurelien Aptel1-1/+1
2016-03-27s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2-0/+76
2016-03-22examples: Remove all uses of strcpy in examples (except for validchr.c).Jeremy Allison5-8/+13
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2-4/+7
2016-03-05VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2-5/+9
2016-03-05VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2-5/+9
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2-5/+7
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2-3/+7
2016-03-02s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2-21/+27
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2-5/+9
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2-3/+5
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2-3/+7
2016-02-18examples: Fix script interpreter lineAndreas Schneider1-1/+1
2016-02-16s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2-4/+9
2016-01-26vfs: add path parameter to get_quotaUri Simchoni2-5/+7
2015-10-28examples: Fix unchecked result warningsVolker Lendecke1-3/+13
2015-09-07libsmbclient: Fix 32-bit problemsVolker Lendecke3-24/+24
2015-08-20examples/VFS: make function prototypes available via static_decl_vfs;Stefan Metzmacher3-0/+3
2015-08-20examples/pdb: fix and validate pdb_test_init() prototype via static_decl_pdb;Stefan Metzmacher1-2/+2
2015-07-10libsmb: Implement smbc_notifyVolker Lendecke2-0/+79
2015-07-07smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2-30/+0