index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-18
s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4
Björn Baumbach
1
-0
/
+1
2011-05-16
Ensure we always write the correct incoming mid into the share mode
Jeremy Allison
1
-2
/
+4
2011-05-16
gpfs.so: Add gpfs:syncio option
Gregor Beck
1
-0
/
+13
2011-05-13
lib/util/charset Move built-in charset modules to the top level
Andrew Bartlett
5
-1033
/
+0
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
3
-0
/
+3
2011-05-06
Fix broken interface to set_namearray() - don't modify incoming string.
Jeremy Allison
1
-1
/
+1
2011-05-06
Fixup use of const.
Jeremy Allison
1
-2
/
+2
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
8
-23
/
+23
2011-05-06
Change the char * pointers in the struct to const char * (which is how they'r...
Jeremy Allison
1
-19
/
+18
2011-05-04
Remove magic numbers. Standardize on macro. Move from safe_strcat to strlcat.
Jeremy Allison
1
-7
/
+7
2011-05-04
Cope with +1 change on moving from safe_strcat to strlcat.
Jeremy Allison
1
-3
/
+3
2011-05-04
s3-waf: add vfs_gpfs_hsm_notify to the build.
Günther Deschner
1
-0
/
+8
2011-05-04
vfs_gpfs: Properly notify the offline->online changes
Volker Lendecke
1
-0
/
+110
2011-05-04
vfs_gpfs: Block sendfile for offline files
Volker Lendecke
1
-0
/
+12
2011-05-04
vfs_gpfs: Store the winattrs in st.vfs_private
Volker Lendecke
1
-5
/
+12
2011-05-04
s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.
Günther Deschner
1
-2
/
+2
2011-04-29
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
Andrew Bartlett
1
-3
/
+3
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2
-2
/
+2
2011-04-26
s3:vfs use gpfs_lib_init
Christian Ambach
3
-0
/
+22
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
20
-24
/
+20
2011-04-20
s3-build: move MAP_FILE define to the only place used.
Günther Deschner
1
-0
/
+4
2011-04-20
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
2
-0
/
+5
2011-04-18
s3: Fix the build of vfs_gpfs.c
Volker Lendecke
1
-0
/
+1
2011-04-14
Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...
Jeremy Allison
1
-3
/
+27
2011-04-14
s3-includes: move readahead prototype to its only user.
Günther Deschner
1
-0
/
+4
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
2
-1
/
+2
2011-04-14
s3-includes: only include acl prototypes when needed.
Günther Deschner
5
-2
/
+7
2011-04-11
s3-modules: Fix debug message
Björn Baumbach
1
-1
/
+1
2011-04-09
Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.
Jeremy Allison
1
-51
/
+48
2011-04-06
lib/crypto: rename the SHA256_ functions to samba_SHA256_
Andrew Tridgell
1
-3
/
+3
2011-04-05
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
1
-2
/
+2
2011-04-05
s3/vfs_gpfs: s/syncops/gpfs
Björn Jacke
1
-1
/
+1
2011-04-02
Fix bug #7987 - ACL can get lost when files are being renamed.
Jeremy Allison
3
-1
/
+49
2011-03-30
SMBTA: make vfs_smb_traffic_analyzer aware of the sendfile and recvfile funct...
Holger Hetterich
1
-1
/
+41
2011-03-30
s3-vfs: try to fix build of aio_fork module.
Günther Deschner
1
-1
/
+2
2011-03-30
s3-vfs acl modules: more non-linux build fixes.
Günther Deschner
7
-1
/
+7
2011-03-30
s3-vfs_solarisacl: try to fix the solaris build.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: only include ntioctl.h where needed.
Günther Deschner
5
-0
/
+5
2011-03-30
s3-auth: vfs modules need auth.h
Günther Deschner
7
-0
/
+7
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
62
-0
/
+63
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-build: only include transfer_file.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
24
-0
/
+24
2011-03-30
s3-includes: only include system/shmem.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/syslog.h when needed.
Günther Deschner
3
-0
/
+3
2011-03-27
s3: Fix Coverity ID 2226: RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2011-03-27
s3: Fix Coverity ID 585: NEGATIVE_RETURNS
Volker Lendecke
1
-1
/
+1
2011-03-14
s3: Fix the talloc hierarchy in shadow_copy2_connectpath
Volker Lendecke
1
-2
/
+9
2011-03-14
s3: This module needs rewriting...
Volker Lendecke
1
-1
/
+1
2011-03-02
s3: Pass the aio_force operation through vfs_gpfs
Volker Lendecke
1
-0
/
+7
[prev]
[next]