Split NetJoinDomain() into NetJoinDomainRemote() and the unsupported
[samba.git] / source3 / modules /
2007-12-20 James PeachRemove unused variable 'didmsg'.
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-19 Michael AdamPrepare the afs acl module for the api change in get_nt...
2007-12-19 Michael AdamPrepare the aix2 acl module for the api change in get_n...
2007-12-19 Michael AdamChange aixjfs2_get_nfs4_acl() to take file name instead...
2007-12-19 Michael AdamFix two debug statements: Add missing printf parameter.
2007-12-19 Michael AdamReformatting: wrap long lines and remove trailing spaces.
2007-12-19 Michael AdamPrepare the zfs acl module for the api change in get_nt...
2007-12-19 Michael AdamPrepare the gpfs acl module for the api change in get_n...
2007-12-19 Michael AdamSplit smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
2007-12-19 Michael AdamSplit smbacl4_GetFileOwner into two (f- and non-f-variant).
2007-12-19 Michael AdamSplit get_nt_acl() into two functions: fsp- and non...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-11 Jeremy AllisonFix warning message about data type always true.
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 David Losada CarballoExtend commit module to help with NFS quotas.
2007-11-17 Jeremy AllisonRemove pstring from modules directory.
2007-11-15 Michael AdamFix bug #5083 (and duplicate bug #5084).
2007-11-13 Michael AdamFix build of the zfs_acl module.
2007-11-13 Michael AdamFix the build: correct prototype.
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Jeremy AllisonAdd in the recvfile entry to the VFS layer with a default
2007-10-23 Andrew Tridgelladded a syncops VFS module for filesystems which do...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 James Peachr25432: Merge module linking changes from SAMBA_3_2...
2007-10-10 Jeremy Allisonr25399: Excise uint - > uint32 (where appropriate)...
2007-10-10 Jeremy Allisonr25222: Fix last assumptions that (size_t)-1 can be...
2007-10-10 Volker Lendecker25055: Add file_id_string_tos
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Stefan Metzmacherr24302: add a module that overloads the file_id_create...
2007-10-10 Volker Lendecker24280: Fix the build of vfs_afsacl.c
2007-10-10 Stefan Metzmacherr24123: add file_id_create() to some vfs modules
2007-10-10 Stefan Metzmacherr24120: add a file_id_create() hook into the VFS layer
2007-10-10 Stefan Metzmacherr24013: merge from samba.org/~tridge/samba_3_2_ctdb/:
2007-10-10 James Peachr23962: Linux oplock support is conditional on HAVE_KER...
2007-10-10 Jeremy Allisonr23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz...
2007-10-10 Alexander Bokovoyr23831: Fix vfs_readahead: transparent modules should...
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23722: Fix the build of the catia module
2007-10-10 Jeremy Allisonr23692: Couldn't wait, sorry :-). Did the style change.
2007-10-10 Simo Sorcer23691: fix for bug on touching files as described...
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 James Peachr23423: Use the correct structure types in the NT_ACL...
2007-10-10 James Peachr23396: Make VFS callbacks static. Mark operations...
2007-10-10 Alexander Bokovoyr23302: Refactor vfs_gpfs module, fix problems with...
2007-10-10 Volker Lendecker23228: Merge cleanup to the gpfs module from Tridge...
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 James Peachr23098: Fix the case of the #include statements so...
2007-10-10 Volker Lendecker23068: Fix some uninitialized variables in the solaris...
2007-10-10 Michael Adamr22918: Attempt to fix the build of the tru64acl module.
2007-10-10 Volker Lendecker22907: Fix the build with --enable-profiling-data
2007-10-10 Jeremy Allisonr22872: Add vfs_zfsacl module from Jiri Sasek <Jiri...
2007-10-10 Michael Adamr22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.
2007-10-10 Jeremy Allisonr22675: Simo's patch for 0 size allocation. Still need
2007-10-10 Michael Adamr22615: fix prototype
2007-10-10 Jeremy Allisonr22592: Fix TALLOC_SIZE to be consistent.
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Michael Adamr22529: Add implementation of HP-UX ACLs in the new...
2007-10-10 James Peachr22413: Simplify the build rules for plugin modules...
2007-10-10 Jim McDonoughr22148: Fix gpfs module on posix-acl test. Adds gpfsac...
2007-10-10 Volker Lendecker22147: Next try
2007-10-10 Volker Lendecker22146: Attempt to fix the build
2007-10-10 Jeremy Allisonr22132: I hate inefficiency. Don't call conv_str_size()
2007-10-10 Jeremy Allisonr22111: Allow readahead params to use size suffixes...
2007-10-10 Jeremy Allisonr22105: Added vfs_readahead module that appears to...
2007-10-10 James Peachr22094: Clarify that SMB_VFS_LOCK should not be used...
2007-10-10 Jeremy Allisonr22080: Fix directory recycle module bug #4486.
2007-10-10 Jeremy Allisonr21956: Fix bug reported by don.mccall@hp.com for platforms
2007-10-10 James Peachr21950: After discussion with the Apple and Linux clien...
2007-10-10 Alexander Bokovoyr21885: Chown logic should be activated only if nfs4...
2007-10-10 Jeremy Allisonr21877: Missed one line.
2007-10-10 Jeremy Allisonr21874: Fix missing notify function. Thanks to Thomas...
2007-10-10 James Peachr21767: Revert all the bits I accidentally committed...
2007-10-10 James Peachr21766: Fix compiler warning.
2007-10-10 Jeremy Allisonr21764: Fix warning in debug comment.
2007-10-10 James Peachr21757: Add SMB_VFS_CHFLAGS operation.
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jeremy Allisonr21664: Fix #4425 - patch from Jason Mader <jason@ncac...
2007-10-10 James Peachr21647: Allow unit on for size parameters.
2007-10-10 Jeremy Allisonr21646: Patch from SATOH Fumiyasu <fumiyas@osstech...
2007-10-10 Jeremy Allisonr21609: Fix memory leaks in error code paths (and one...
2007-10-10 Jim McDonoughr21339: Fix the non-linux build. This is more evidence...
2007-10-10 Jim McDonoughr21324: Add linux setlease to the vfs layer. Next...
2007-10-10 Gerald Carterr21151: applying patches for CVE-2007-045[34]
2007-10-10 Volker Lendecker21127: Add a mitigating comment ;-))
2007-10-10 Volker Lendecker21111: Reorganize the change notify params a bit....
2007-10-10 Volker Lendecker21109: Send notify_fam.c through the VFS. Lets see...
2007-10-10 Volker Lendecker21108: Send sys_notify_watch through the VFS, FAM...
2007-10-10 Jim McDonoughr21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com...
2007-10-10 Jim McDonoughr20717: Merge sharemode patch from Mathias Dietz <MDIET...
next