summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe3-15/+15
2015-03-31vfs: add snapshot create/delete hooksDavid Disseldorp2-0/+62
2015-03-17autobuild: Remove ntdb targetVolker Lendecke1-4/+14
2015-03-17Remove ntdb from scriptsVolker Lendecke1-14/+4
2015-03-09s3/vfs: change fallocate mode flags from enum->uint32_tDavid Disseldorp2-2/+2
2015-02-25Fix the developer O3 buildVolker Lendecke1-1/+1
2015-02-17s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2-4/+3
2015-02-10Update mailing list references to point at lists.samba.orgAndrew Bartlett1-1/+1
2014-12-04s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2-3/+8
2014-12-04s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme2-0/+18
2014-08-11vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2-0/+3
2014-07-04smbd: Remove unused blocking_lock_record* from VFS_BRL_CANCEL_WINDOWSVolker Lendecke2-5/+3
2014-07-04smbd: Remove unused blocking_lock_record* from VFS_BRL_LOCK_WINDOWSVolker Lendecke2-5/+3
2014-04-02examples/libsmbclient: avoid some compiler warningsStefan Metzmacher3-15/+18
2013-11-22vfs: add [GET/SET]_COMPRESSION hooksDavid Disseldorp2-0/+40
2013-11-15examples: Fix scanf format in perf_writer_disk.Andreas Schneider1-4/+4
2013-10-18Reserve an OID space for external projectsSimo Sorce1-0/+4
2013-07-24pam_winbind: update documentation for "DIR" krb5ccname pragma.Günther Deschner1-1/+2
2013-06-11Remove remaining references to "password level" in the treeAndrew Bartlett4-4/+0
2013-05-28build: Remove autoconf build system from examples/VFSAndrew Bartlett6-3977/+0
2013-05-27docs: Remove all references to testprnsAndrew Bartlett1-8/+0
2013-05-27examples: Remove browser and DC settings from example smb.confAndrew Bartlett1-29/+0
2013-05-27examples: Remove password server from example smb.confAndrew Bartlett1-9/+1
2013-05-27examples: Remove default printing form example smb.confAndrew Bartlett1-17/+0
2013-05-27examples: Move example smb.conf over to "server role"Andrew Bartlett1-4/+10
2013-05-18swat: Remove swat.Kai Blin1-122/+0
2013-03-15examples/libsmbclient: Cast mode_t to unsigned int for GNU/Solaris buildAndrew Bartlett1-2/+2
2013-03-12s3: remove some dead code (for setdir command)Christian Ambach1-1/+0
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-4/+14
2013-01-23ldap: Remove obsolete convertSambaAccount script.Andreas Schneider1-233/+0
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp2-0/+117