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-07-27
s3:modules fix Bug 8330 NFSv4 ACL merging logic is broken
Christian Ambach
1
-2
/
+1
2011-07-21
s3:modules/vfs_afsacl fix a compiler warning
Christian Ambach
1
-1
/
+1
2011-07-21
s3:afs make path argument to afs_syscall const
Christian Ambach
1
-1
/
+1
2011-07-21
s3:modules/vfs_afsacl fix a compiler warning
Christian Ambach
1
-2
/
+1
2011-07-21
s3:modules/vfs_afsacl use stdbool types
Christian Ambach
1
-35
/
+35
2011-07-21
s3:modules/vfs_afsacl remove some unnecessary whitespace
Christian Ambach
1
-3
/
+3
2011-07-21
s3:lib/afs fix the build with --with-vfs-afsacl
Christian Ambach
1
-0
/
+4
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
4
-6
/
+6
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
5
-8
/
+8
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
4
-7
/
+7
2011-07-08
lib/util Move bitmap.c to lib/util
Andrew Bartlett
2
-0
/
+2
2011-07-08
s3-zfsacl: Fix a debug message
Volker Lendecke
1
-1
/
+1
2011-07-05
s3:modules fix non-empty blank lines
Christian Ambach
1
-3
/
+3
2011-07-04
s3-vfs: Replace client_id in exand msdfs.
Andreas Schneider
1
-1
/
+9
2011-07-04
s3-vfs: Replace client_id in smbta.
Andreas Schneider
1
-3
/
+11
2011-07-03
s3-build Prepare to require fully defined modules
Andrew Bartlett
1
-3
/
+4
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
4
-0
/
+4
2011-06-28
s3-waf: add some missing tdb dependencies.
Günther Deschner
1
-4
/
+4
2011-06-24
s3:vfs_commit: fix build
Björn Jacke
1
-0
/
+1
2011-06-21
lib/util Remove samba-util-common!
Andrew Bartlett
1
-36
/
+36
2011-06-20
s3: Fix the build, NAME_MAX not universally available
Volker Lendecke
1
-1
/
+1
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
3
-3
/
+3
2011-06-20
s3: Replace shadow_copy2 with a new implementation
Volker Lendecke
1
-598
/
+1205
2011-06-17
s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba share
Christian Ambach
1
-3
/
+3
2011-06-09
s3:vfs cleanup unused code in vfs_recycle
Christian Ambach
1
-26
/
+0
2011-06-09
s3:modules fix some non-empty blank lines
Christian Ambach
1
-6
/
+5
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
5
-6
/
+6
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
3
-5
/
+5
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
5
-8
/
+8
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
7
-10
/
+10
2011-06-07
Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...
Jeremy Allison
1
-4
/
+17
2011-06-01
Remove the char * argument from the SMB_VFS_GETWD() call. Now always
Jeremy Allison
3
-10
/
+8
2011-06-01
Change sys_getcd() to take no arguments and always return malloc'ed memory (o...
Jeremy Allison
1
-2
/
+4
2011-06-01
Split the ACE flag mapping between nfs4 and Windows
Jeremy Allison
1
-14
/
+59
2011-05-31
struct make "struct shadow_copy_data" its own talloc context
Volker Lendecke
2
-2
/
+2
2011-05-31
s3: Remove SHADOW_COPY_DATA typedef
Volker Lendecke
5
-6
/
+13
2011-05-31
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
3
-5
/
+5
2011-05-30
nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the client
Gregor Beck
1
-0
/
+3
2011-05-30
nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the client
Gregor Beck
2
-1
/
+5
2011-05-25
Fix bug #8165 - Inverted WITH_SYSLOG condition in vfs_full_audit.c.
Jeremy Allison
1
-1
/
+1
2011-05-25
Fix numerous missing dependencies in WAF build scripts
Sean Finney
1
-2
/
+37
2011-05-24
Actually make use of the SMBTA_SUBRELEASE define in smb_traffic_analyzer.h. T...
Holger Hetterich
2
-1
/
+12
2011-05-24
s3:modules properly terminate enums in nfs4 acl code
Christian Ambach
1
-1
/
+3
2011-05-24
s3:vfs properly terminate enums in audit modules
Christian Ambach
3
-6
/
+12
2011-05-18
Make protocol version 2 the default protocol, and only run on version 1 if V1...
Holger Hetterich
1
-6
/
+5
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
4
-4
/
+4
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
[next]