summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2017-07-19examples: add winbindd.stp and a shell script to generate itRalph Boehme2-0/+3168
2017-07-19examples: add gencache.stpRalph Boehme1-0/+124
2017-07-11s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme2-9/+9
2017-07-10s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme2-16/+0
2017-07-03s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme2-5/+3
2017-07-03s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme2-5/+7
2017-07-03s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme2-23/+23
2017-07-03s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme2-0/+134
2017-07-01s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2-3/+3
2017-07-01s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2-3/+7
2017-07-01s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2-3/+5
2017-07-01s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2-3/+5
2017-06-18s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2-5/+7
2017-06-18s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2-5/+9
2017-06-18s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2-3/+5
2017-06-18s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2-5/+7
2017-06-18s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2-7/+11
2017-06-18s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2-7/+11
2017-06-18s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2-3/+5
2017-06-18s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2-5/+9
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