index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
24
-0
/
+24
*
s3-includes: only include system/shmem.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/syslog.h when needed.
Günther Deschner
2011-03-30
3
-0
/
+3
*
s3: Fix Coverity ID 2226: RESOURCE_LEAK
Volker Lendecke
2011-03-27
1
-0
/
+1
*
s3: Fix Coverity ID 585: NEGATIVE_RETURNS
Volker Lendecke
2011-03-27
1
-1
/
+1
*
s3: Fix the talloc hierarchy in shadow_copy2_connectpath
Volker Lendecke
2011-03-14
1
-2
/
+9
*
s3: This module needs rewriting...
Volker Lendecke
2011-03-14
1
-1
/
+1
*
s3: Pass the aio_force operation through vfs_gpfs
Volker Lendecke
2011-03-02
1
-0
/
+7
*
s3: Ask GPFS for the IS_OFFLINE operation
Volker Lendecke
2011-03-02
1
-0
/
+31
*
s3: Announce HSM in the gpfs module
Volker Lendecke
2011-03-02
1
-0
/
+23
*
s3: Pass smb_filename through the set_offline vfs op
Volker Lendecke
2011-03-02
4
-3
/
+26
*
s3: Pass smb_filename through the is_offline vfs op
Volker Lendecke
2011-03-02
4
-5
/
+40
*
s3: Fix operation names in vfs_full_audit.c
Volker Lendecke
2011-03-02
1
-2
/
+2
*
s3: GPFS can't deal with mangled names
Volker Lendecke
2011-03-02
1
-0
/
+7
*
Fix some types
Jelmer Vernooij
2011-02-28
1
-1
/
+1
*
s3: Survive an idle child that was killed
Christian Ambach
2011-02-28
1
-0
/
+6
*
s3: Improve a dbg msg in aio_fork
Volker Lendecke
2011-02-26
1
-4
/
+7
*
s3: Fix a 64-bit warning in vfs_gpfs.c
Volker Lendecke
2011-02-25
1
-1
/
+2
*
s3-vfs: make syncops_connect in modules/vfs_syncops.c static.
Günther Deschner
2011-02-25
1
-2
/
+2
*
Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test
Jeremy Allison
2011-02-23
1
-1
/
+3
*
s3-proto: remove some prototypes of non-existing functions.
Günther Deschner
2011-02-23
1
-3
/
+0
*
s3: Improve an error msg in vfs_gpfs
Volker Lendecke
2011-02-23
1
-1
/
+2
*
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
2011-02-22
8
-27
/
+27
*
vfs_smb_traffic_analyzer shall also transfer the clients IP address.
Holger Hetterich
2011-02-19
2
-4
/
+7
*
s3:vfs:syncops add option to disable metasync per share
Christian Ambach
2011-02-18
1
-4
/
+14
*
lib/util/charset Use top level iconv.c in source3
Andrew Bartlett
2011-02-18
3
-5
/
+13
*
s3-waf: use SAMBA3_*() build rules in source3/build
Andrew Tridgell
2011-02-18
1
-58
/
+58
*
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
2011-02-10
2
-3
/
+3
*
Correctly plumb in VFS_FDOPENDIR.
Jeremy Allison
2011-02-09
1
-0
/
+1
*
Add fdopendir to the VFS. We will use this to reuse a directory fd already op...
Jeremy Allison
2011-02-09
7
-0
/
+203
*
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
2011-02-08
2
-2
/
+2
*
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
2011-02-05
1
-4
/
+4
*
s3: Remove superfluous ;
Günther Deschner
2011-02-02
2
-4
/
+4
*
s3: Fix bug 7940 -- fall back for utimes calls
Volker Lendecke
2011-02-01
1
-4
/
+14
*
s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.
Günther Deschner
2011-01-31
1
-1
/
+1
*
s3: On FreeBSD, compile zfsacl if sunacl.h is around
Volker Lendecke
2011-01-30
1
-0
/
+4
*
s3-modules: Fixed the for-loop code block.
Andreas Schneider
2011-01-26
1
-0
/
+1
*
s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME
Michael Adam
2011-01-21
1
-2
/
+2
*
s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshot
Volker Lendecke
2011-01-21
1
-0
/
+4
*
s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)
Rusty Russell
2011-01-21
1
-1
/
+11
*
Make processing of incoming stream rename paths common between reply_mv and n...
Jeremy Allison
2011-01-20
1
-19
/
+1
*
s3:vfs aio_fork children do not go away
Christian Ambach
2011-01-14
1
-1
/
+13
*
s3:vfs fix children cleanup in aio_fork
Christian Ambach
2011-01-14
1
-0
/
+1
*
Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.
Paul B. Henson
2011-01-13
2
-1
/
+6
*
s3: Fix some warnings in the zfsacl module
Volker Lendecke
2011-01-08
1
-15
/
+15
*
Keep track of the sparse status of an open file handle. Allows bypass of
Jeremy Allison
2010-12-21
1
-1
/
+1
*
Added call out to a Linux-compatible fallocate() when we need to extend a file
Jeremy Allison
2010-12-21
1
-2
/
+3
*
s3: Did I say this module is from hell?
Volker Lendecke
2010-12-19
1
-1
/
+1
*
Rename vfs operation posix_fallocate to just fallocate and add the vfs_falloc...
Jeremy Allison
2010-12-18
4
-23
/
+34
*
s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, too
Björn Jacke
2010-12-17
1
-2
/
+8
[next]