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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-16
smb2_ioctl: only pass through to VFS on a valid fsp
David Disseldorp
1
-13
/
+17
2013-01-16
smb2_ioctl: perform locking around copychunk requests
David Disseldorp
1
-17
/
+137
2013-01-16
smbd: split out file_fsp_get from file_fsp_smb2
David Disseldorp
2
-10
/
+27
2013-01-16
smb2_ioctl: remove ioctl error response assumptions
David Disseldorp
1
-17
/
+57
2013-01-16
smb2_ioctl: add support for FSCTL_SRV_COPYCHUNK
David Disseldorp
1
-4
/
+231
2013-01-16
s3-vfs: add copy_chunk vfs hooks
David Disseldorp
6
-3
/
+292
2013-01-16
smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY support
David Disseldorp
3
-2
/
+49
2013-01-16
smb2_ioctl: split ioctl handler code on device type
David Disseldorp
8
-355
/
+684
2013-01-16
smb2_ioctl: split ioctl handlers into separate funtions
David Disseldorp
1
-154
/
+173
2013-01-16
build(waf): fix the abi_match for the pdb library
Michael Adam
1
-1
/
+1
2013-01-16
spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.
Günther Deschner
2
-10
/
+12
2013-01-15
test: dbwrap_tool requires --persistent for the registry now
Volker Lendecke
2
-2
/
+2
2013-01-15
s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBs
Michael Adam
1
-12
/
+45
2013-01-15
smbd: Fix bug 9544, part 2
Volker Lendecke
1
-0
/
+80
2013-01-14
smbd: Fix bug 9544, part 1
Volker Lendecke
1
-3
/
+3
2013-01-14
smbd: Always compile vfs_commit
Volker Lendecke
2
-0
/
+2
2013-01-14
configure: Fix bug 9546, aio_suspend detection on FreeBSD
Volker Lendecke
2
-2
/
+2
2013-01-14
samr: Make use of posix_openpt
Volker Lendecke
3
-2
/
+6
2013-01-14
samr: Split up an assignment from an if condition
Volker Lendecke
1
-1
/
+2
2013-01-11
winbind: Fix some missing NULL checks
Volker Lendecke
1
-24
/
+29
2013-01-11
winbind: Fix error check in unpack_tdc_domains
Volker Lendecke
1
-2
/
+5
2013-01-11
dbwrap: Use INCOMPATIBLE_HASH for dbwrap_watchers.tdb
Volker Lendecke
1
-3
/
+4
2013-01-10
swat: move russian swat files alongside ja and tr
Andrew Bartlett
11
-85
/
+0
2013-01-10
passdb: Add discard_const_p() to pdb_samba_dsdb
Andrew Bartlett
1
-2
/
+2
2013-01-10
vfs: Fix compilation of solaris ACL module
Andrew Bartlett
1
-1
/
+1
2013-01-09
s3-lib: Use new strict directory create function in create_pipe_sock().
Andreas Schneider
1
-44
/
+6
2013-01-09
Use the new directory_create_or_exist_strict() function.
Andreas Schneider
2
-2
/
+2
2013-01-09
s3:smb2_negprot: set the 'remote_proto' value
Stefan Metzmacher
1
-0
/
+8
2013-01-09
s3: Fix vfs_zfsacl to compile.
Ira Cooper
1
-3
/
+3
2013-01-09
selftest: show that Samba honours "write list" and valid users
Andrew Bartlett
3
-2
/
+15
2013-01-09
Fixup the change_to_user_by_session() case as called from become_user_by_sess...
Jeremy Allison
1
-0
/
+22
2013-01-09
smbd: Remove some ()
Volker Lendecke
1
-3
/
+3
2013-01-09
smbd: Simplify an if-expression
Volker Lendecke
1
-10
/
+7
2013-01-09
smbd: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-01-09
Move create_share_access_mask() from smbd/service.c to smbd/uid.c.
Jeremy Allison
3
-41
/
+38
2013-01-09
Fix bug #9518 - conn->share_access appears not be be reset between users.
Jeremy Allison
1
-20
/
+8
2013-01-09
Factor code out of check_user_ok() into a call to check_user_share_access().
Jeremy Allison
1
-34
/
+7
2013-01-09
Initialize stack variables. Prelude to factoring out calls to check_user_shar...
Jeremy Allison
1
-2
/
+2
2013-01-09
Add check_user_share_access() which factors out the share security and read_o...
Jeremy Allison
2
-0
/
+60
2013-01-09
Correctly setup the conn->share_access based on the current user token.
Jeremy Allison
1
-12
/
+22
2013-01-09
Change API for create_share_access_mask() - remove conn struct.
Jeremy Allison
2
-7
/
+7
2013-01-09
Change API for create_share_access_mask() to pass in the token.
Jeremy Allison
2
-4
/
+9
2013-01-09
Fix API for create_share_access_mask().
Jeremy Allison
2
-9
/
+12
2013-01-09
Remove static from create_share_access_mask().
Jeremy Allison
2
-1
/
+2
2013-01-09
Add uint32_t share_access to vuid_cache_entry.
Jeremy Allison
3
-0
/
+4
2013-01-09
Clean up struct connection_struct, make struct vuid_cache a pointer not inline.
Jeremy Allison
4
-10
/
+15
2013-01-09
Remove unneeded variable "const struct auth_session_info *session_info"
Jeremy Allison
1
-3
/
+1
2013-01-09
Remove dead code now vuser can no longer be NULL.
Jeremy Allison
1
-8
/
+0
2013-01-09
Remove the second set of {} braces, no longer needed.
Jeremy Allison
1
-20
/
+18
2013-01-09
Remove one set of enclosing {} braces, no longer needed.
Jeremy Allison
1
-9
/
+7
[next]