summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* typosVolker Lendecke2007-12-271-2/+2
* Remove unused variable 'didmsg'.James Peach2007-12-191-4/+0
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-196-9/+5
* Prepare the afs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-43/+77
* Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam2007-12-191-11/+21
* Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam2007-12-191-5/+5
* Fix two debug statements: Add missing printf parameter.Michael Adam2007-12-191-2/+2
* Reformatting: wrap long lines and remove trailing spaces.Michael Adam2007-12-191-3/+7
* Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-9/+28
* Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam2007-12-191-12/+21
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-195-13/+44
* Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam2007-12-191-19/+29
* Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam2007-12-193-4/+4
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-9/+9
* Fix warning message about data type always true.Jeremy Allison2007-12-111-2/+2
* Extend commit module to help with NFS quotas.David Losada Carballo2007-11-201-25/+158
* Remove pstring from modules directory.Jeremy Allison2007-11-165-310/+589
* Fix bug #5083 (and duplicate bug #5084).Michael Adam2007-11-151-1/+1
* Fix build of the zfs_acl module.Michael Adam2007-11-131-1/+3
* Fix the build: correct prototype.Michael Adam2007-11-131-1/+1
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-138-51/+61
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-1/+1
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+2
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-292-0/+39
* added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell2007-10-231-0/+210
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1822-122/+122
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-102-11/+7
* r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduceJames Peach2007-10-101-1/+0
* r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison2007-10-103-7/+7
* r25222: Fix last assumptions that (size_t)-1 can be usedJeremy Allison2007-10-101-1/+1
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-105-16/+16
* r24302: add a module that overloads the file_id_create VFS functionStefan Metzmacher2007-10-101-0/+288
* r24280: Fix the build of vfs_afsacl.cVolker Lendecke2007-10-101-5/+5
* r24123: add file_id_create() to some vfs modulesStefan Metzmacher2007-10-101-0/+22
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-0/+7
* r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-10-101-1/+1
* r23962: Linux oplock support is conditional on HAVE_KERNEL_OPLOCKS_LINUX,James Peach2007-10-101-2/+3
* r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.Jeremy Allison2007-10-101-2/+49
* r23831: Fix vfs_readahead: transparent modules should always pass throughAlexander Bokovoy2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-1024-48/+24
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-104-11/+5
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1012-24/+12
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1037-37/+37
* r23722: Fix the build of the catia moduleVolker Lendecke2007-10-101-2/+2
* r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison2007-10-101-3/+3
* r23691: fix for bug on touching files as described here:Simo Sorce2007-10-101-5/+13
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-109-74/+53