s3: Retry *SMBSERVER in nb_connect
[samba.git] / source3 / modules /
2010-05-06 Volker Lendeckes3: Fix bug 7326 -- can't write with vfs_full_audit...
2010-05-06 SATOH Fumiyasuvfs_netatalk: Segfault if hide files or veto files...
2010-02-15 Volker Lendeckes3: Simplify the code a bit: Catch (len==0) early
2010-02-15 Jeremy AllisonFix bug 7081 - vfs_expand_msdfs doesn't work correctly...
2010-01-18 SASAJIMA ToshihiroFix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)...
2009-12-23 Günther Deschners3: Fix Bug #6869: Various annoying build warnings.
2009-10-20 Jeremy AllisonFix symlink calls in all vfs modules.
2009-10-20 Jeremy AllisonFix bug 6769 - symlink unlink does nothing. Jeremy.
2009-10-20 Volker Lendeckes3: Fix reading beyond the end of a named stream in...
2009-10-20 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-05-26 Volker LendeckeUse SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque...
2009-05-26 Volker LendeckeFix bug disclosed by lock8 torture test
2009-05-26 Aravind Srinivasans3 onefs: Removing an incorrect TALLOC_FREE
2009-05-26 Volker LendeckeMove down the become_root()/unbecome_root() calls into...
2009-05-26 Volker LendeckeIn aio_fork, we have to close all fd's, we might hold...
2009-05-26 Volker LendeckeFix a race condition in vfs_aio_fork with gpfs share...
2009-05-26 Zack Kirschs3 onefs: Self-contend level2 oplocks on BRL
2009-05-26 Tim Proutys3 onefs: Fix ignore sacl parameter
2009-05-26 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-05-26 tproutys3 onefs: Turn up the debug level for non-error cases
2009-05-26 tproutys3: Fix trans2 path to use case-insensitive stat optimi...
2009-05-26 Steven Dannemans3:onefs.so Change system function names
2009-05-26 Steven Dannemans3:onefs.so fix issue with missing entries when enumera...
2009-04-28 Volker LendeckeFix annoying debug messages when no snapshots are used
2009-04-15 Tim Proutys3 onefs: Fix case-insensitivity for mangled names
2009-04-15 Volker LendeckeMake some functions static to vfs_gpfs.c
2009-04-15 Volker LendeckeAdd prototype for smbd_gpfs_get_realfilename_path
2009-04-15 Volker LendeckeFix two c++ warnings in vfs_gpfs.c
2009-04-15 Tim Proutys3 onefs: Quiet a log message about oplocks being reque...
2009-04-15 Tim Proutys3 onefs: Add missing newlines to debug statements...
2009-04-15 Zack Kirschs3 onefs: Async failures are resulting in SMB_ASSERT...
2009-04-15 Steven DannemanAdd missing newlines to debug statements
2009-04-15 Volker LendeckeFix the build of nfsv4_acls.c
2009-04-15 Jeremy AllisonTry and fix the build farm RAW-STREAMS errors. Ordering of
2009-04-15 David Kwans3 onefs: Change error status to NT_ACCESS_DENIED for...
2009-04-15 Volker LendeckeUse StrCaseCmp in the dirsort module
2009-04-15 Andy KelkAdd dirsort module
2009-04-15 Tim Proutys3 onefs: Correctly error out when the read returns EOF
2009-04-15 Tim Proutys3: Don't return in a void funtion
2009-04-15 Dave Richardss3 OneFS: Add kernel strict locking support
2009-04-15 Dave Richardss3: Add strict lock/unlock calls to the vfs layer to...
2009-03-10 Volker LendeckeAdd a vfs_preopen module to hide fs latencies
2009-03-05 Tim Proutys3 OneFS: Use the public open_streams_for_delete
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Jeremy AllisonFix crashes when running RAW-ACLs against system with...
2009-03-04 Volker LendeckeMake use of gpfs_get_real_filename optional
2009-03-03 Tim Proutys3 OneFS: Add parameter to ignore streams
2009-03-02 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-02 Tim Proutys3 OneFS: Refactor config code and cleanup includes
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jeremy AllisonUse fsp->posix_open in preference if we have it.
2009-02-25 Jeremy AllisonEnsure ACL modules work with POSIX paths.
2009-02-25 Tim Proutys3 OneFS: Add .snapshot directory configuration handling
2009-02-25 Jeremy AllisonFix use of streams modules with CIFSFS client.
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Tim Proutys3 OneFS: Fix uninitialized variable
2009-02-25 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Dan Sledzs3: onefs_acl.c cleanup
2009-02-24 todd stecherS3: Add in profile counters for new vfs and syscall...
2009-02-24 Tim Proutys3 OneFS: Add a parameter that unconditionally allows...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-23 Jeremy AllisonMore warning fixes for Solaris.
2009-02-23 Jeremy AllisonQuieten down a boatload of shadowed variable warnings...
2009-02-22 Tim Proutys3 OneFS: Add an atomic sendfile implementation
2009-02-21 Zack Kirschs3 OneFS: Add debugging for createfile_flags
2009-02-20 Steven Dannemans3: OneFS implementation of change notify
2009-02-20 Jeremy AllisonFix bug #6133 - Cannot delete non-ACL files on Solaris...
2009-02-20 Tim Proutys3 OneFS: Add shadow copy module
2009-02-20 Tim Proutys3 OneFS: Add file_id_create implementation to take...
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-02-20 Tim Proutys3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct
2009-02-19 Zack Kirschs3 OneFS: Fixes "inherit permissions" and "nt acl suppo...
2009-02-19 todd stecherS3: Make changes to perfcount API set for when a single...
2009-02-19 Zack Kirschs3: OneFS: Pass in the client's fnum to the ifs_cbrl...
2009-02-19 Aravind Srinivasans3: Fix OneFS bug opening streams with truncating dispo...
2009-02-19 Aravind Srinivasans3: Fix streams enumeration bug in OneFS implementation
2009-02-16 Tim Proutys3 perfcount: Fix segfault with smbclient 'echo 3 foo'
2009-02-16 Tim Proutys3 OneFS: Add defaults to the fake timestamp parameters
2009-02-14 Volker LendeckeReplace a // style comment with a /* */ one
2009-02-14 Volker LendeckeFix some C++ warnings
2009-02-14 Tim Proutys3 OneFS: Add recvfile implementation
2009-02-14 Holger HetterichEnable total anonymization in vfs_smb_traffic_analyzer...
2009-02-13 Aravind Srinivasans3 OneFS: Add vfs implementation for SMB_VFS_GET_REAL_F...
2009-02-13 todd stechers3: Test module for perfcount system
2009-02-13 Zack KirschOneFS implementation of BRL VFS ops:
2009-02-13 Zack KirschAdd VFS ops for Windows BRL: Lock, Unlock and Cancel:
2009-02-12 Steven Dannemans3 onefs: rename custom parameter to plural to match...
2009-02-12 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-11 todd stechers3 OneFS: Expand the usage of the ignore sacl parameter
2009-02-10 todd stecherS3: Add in missing full audit entries.
2009-02-10 Steven Dannemans3: OneFS bulk directory enumeration support
2009-02-10 Steven Dannemans3: Added SMB_VFS_INIT_SEARCH_OP to initialize data...
2009-02-10 Steven DannemanAdd an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR
2009-02-10 Tim Proutys3 OneFS: Change ACLs to do a stat-only open before...
2009-02-10 Tim Proutys3 OneFS: Add kernel oplocks implementation
2009-02-10 Tim Proutys3 vfs: Add a destructor to the fsp extension data API
next