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
2008-11-25
[s3]zfsacl: "return" is not a function.
Michael Adam
1
-3
/
+3
2008-11-25
[s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.
Nils Goroll
1
-0
/
+83
2008-11-24
Search for gpfs functions in both libgpfs_gpl.so an libgpfs.so
Mathias Dietz
1
-47
/
+45
2008-11-21
Fix a C90 error.
Jeremy Allison
1
-2
/
+3
2008-11-21
Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...
Jeremy Allison
1
-34
/
+34
2008-11-21
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
1
-34
/
+34
2008-11-21
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
Jeremy Allison
1
-1
/
+1
2008-11-22
[s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()
Michael Adam
1
-1
/
+1
2008-11-21
Use fxattr calls whenever possible (trying to work around the strange Linux k...
Jeremy Allison
1
-19
/
+51
2008-11-21
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
1
-1
/
+60
2008-11-20
Fix the build, by some cut-and-paste error I got two versions of the same fun...
Jeremy Allison
1
-50
/
+0
2008-11-19
Fix build farm breakage.
Jeremy Allison
1
-1
/
+1
2008-11-19
Add functions to delete NTACL on posix ACL set.
Jeremy Allison
2
-77
/
+235
2008-11-17
Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.
Jeremy Allison
1
-0
/
+13
2008-11-16
Fix bug 5901: Default for streams_depot location
TAKAHASHI Motonobu
1
-1
/
+9
2008-11-13
Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...
Jeremy Allison
2
-40
/
+20
2008-11-11
[s3]vfs_acl_tdb: fix the build.
Michael Adam
1
-1
/
+1
2008-11-10
Fix the build (ndr_pull_struct_blob has a different signature in master).
Jeremy Allison
1
-1
/
+1
2008-11-10
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...
Jeremy Allison
2
-44
/
+897
2008-11-08
Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...
Jeremy Allison
1
-1
/
+20
2008-11-06
Start factoring out the inheritance differences.
Jeremy Allison
1
-2
/
+1
2008-11-06
Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...
Jeremy Allison
1
-4
/
+0
2008-11-06
Only one more issue with NULL ACL test left to solve.
Jeremy Allison
1
-1
/
+1
2008-11-06
Fix crash in module, get more of the NULL acl test right.
Jeremy Allison
1
-14
/
+18
2008-11-04
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy Allison
1
-1
/
+1
2008-11-03
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy Allison
1
-0
/
+4
2008-11-01
Remove sys_dl*() - stubs are already provided by libreplace.
Jelmer Vernooij
1
-8
/
+8
2008-11-01
Move sys_realpath() to libreplace.
Jelmer Vernooij
1
-1
/
+1
2008-11-01
Move sys_lchown() to libreplace.
Jelmer Vernooij
2
-2
/
+2
2008-11-01
Move sys_symlink() to libreplace.
Jelmer Vernooij
1
-2
/
+2
2008-11-01
Move sys_link to libreplace.
Jelmer Vernooij
1
-1
/
+1
2008-11-01
Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.
Jelmer Vernooij
1
-1
/
+1
2008-10-31
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
1
-15
/
+76
2008-10-31
Unify se_access_check with the S4 code. Will make
Jeremy Allison
1
-3
/
+3
2008-10-30
Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...
Jeremy Allison
1
-0
/
+51
2008-10-30
Inherit Windows ACLs on a new directory.
Jeremy Allison
1
-13
/
+55
2008-10-29
Fix CID 606 - failed to return -1 after socket() fail.
Jeremy Allison
1
-0
/
+1
2008-10-29
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
1
-82
/
+174
2008-10-15
Share xattr implementation.
Jelmer Vernooij
1
-32
/
+32
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
3
-14
/
+14
2008-10-13
Whitespace tidyup and an optimization to remove a talloc.
Jeremy Allison
1
-7
/
+5
2008-10-13
Enable optional anonymization of user names,
Holger Hetterich
1
-1
/
+24
2008-10-09
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2
-6
/
+4
2008-10-09
Make use of ZERO_STRUCT (the first memset was actually wrong)
Volker Lendecke
1
-3
/
+3
2008-10-08
Fixed "might be uninitialized" warning
Tim Prouty
1
-2
/
+2
2008-10-08
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
1
-0
/
+16
2008-10-07
Fix const warning.
Jeremy Allison
1
-1
/
+1
2008-10-07
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
8
-23
/
+19
2008-10-07
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Jeremy Allison
1
-22
/
+36
2008-10-06
Fixed build warning "passing arg from incompatible pointer type"
Tim Prouty
1
-1
/
+3
[next]