index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
smbd: Fix bug 9544, part 2
Volker Lendecke
2013-01-15
1
-0
/
+80
*
smbd: Fix bug 9544, part 1
Volker Lendecke
2013-01-14
1
-3
/
+3
*
smbd: Always compile vfs_commit
Volker Lendecke
2013-01-14
2
-0
/
+2
*
configure: Fix bug 9546, aio_suspend detection on FreeBSD
Volker Lendecke
2013-01-14
2
-2
/
+2
*
samr: Make use of posix_openpt
Volker Lendecke
2013-01-14
3
-2
/
+6
*
samr: Split up an assignment from an if condition
Volker Lendecke
2013-01-14
1
-1
/
+2
*
winbind: Fix some missing NULL checks
Volker Lendecke
2013-01-11
1
-24
/
+29
*
winbind: Fix error check in unpack_tdc_domains
Volker Lendecke
2013-01-11
1
-2
/
+5
*
dbwrap: Use INCOMPATIBLE_HASH for dbwrap_watchers.tdb
Volker Lendecke
2013-01-11
1
-3
/
+4
*
swat: move russian swat files alongside ja and tr
Andrew Bartlett
2013-01-10
11
-85
/
+0
*
passdb: Add discard_const_p() to pdb_samba_dsdb
Andrew Bartlett
2013-01-10
1
-2
/
+2
*
vfs: Fix compilation of solaris ACL module
Andrew Bartlett
2013-01-10
1
-1
/
+1
*
s3-lib: Use new strict directory create function in create_pipe_sock().
Andreas Schneider
2013-01-09
1
-44
/
+6
*
Use the new directory_create_or_exist_strict() function.
Andreas Schneider
2013-01-09
2
-2
/
+2
*
s3:smb2_negprot: set the 'remote_proto' value
Stefan Metzmacher
2013-01-09
1
-0
/
+8
*
s3: Fix vfs_zfsacl to compile.
Ira Cooper
2013-01-09
1
-3
/
+3
*
selftest: show that Samba honours "write list" and valid users
Andrew Bartlett
2013-01-09
3
-2
/
+15
*
Fixup the change_to_user_by_session() case as called from become_user_by_sess...
Jeremy Allison
2013-01-09
1
-0
/
+22
*
smbd: Remove some ()
Volker Lendecke
2013-01-09
1
-3
/
+3
*
smbd: Simplify an if-expression
Volker Lendecke
2013-01-09
1
-10
/
+7
*
smbd: Fix a typo
Volker Lendecke
2013-01-09
1
-1
/
+1
*
Move create_share_access_mask() from smbd/service.c to smbd/uid.c.
Jeremy Allison
2013-01-09
3
-41
/
+38
*
Fix bug #9518 - conn->share_access appears not be be reset between users.
Jeremy Allison
2013-01-09
1
-20
/
+8
*
Factor code out of check_user_ok() into a call to check_user_share_access().
Jeremy Allison
2013-01-09
1
-34
/
+7
*
Initialize stack variables. Prelude to factoring out calls to check_user_shar...
Jeremy Allison
2013-01-09
1
-2
/
+2
*
Add check_user_share_access() which factors out the share security and read_o...
Jeremy Allison
2013-01-09
2
-0
/
+60
*
Correctly setup the conn->share_access based on the current user token.
Jeremy Allison
2013-01-09
1
-12
/
+22
*
Change API for create_share_access_mask() - remove conn struct.
Jeremy Allison
2013-01-09
2
-7
/
+7
*
Change API for create_share_access_mask() to pass in the token.
Jeremy Allison
2013-01-09
2
-4
/
+9
*
Fix API for create_share_access_mask().
Jeremy Allison
2013-01-09
2
-9
/
+12
*
Remove static from create_share_access_mask().
Jeremy Allison
2013-01-09
2
-1
/
+2
*
Add uint32_t share_access to vuid_cache_entry.
Jeremy Allison
2013-01-09
3
-0
/
+4
*
Clean up struct connection_struct, make struct vuid_cache a pointer not inline.
Jeremy Allison
2013-01-09
4
-10
/
+15
*
Remove unneeded variable "const struct auth_session_info *session_info"
Jeremy Allison
2013-01-09
1
-3
/
+1
*
Remove dead code now vuser can no longer be NULL.
Jeremy Allison
2013-01-09
1
-8
/
+0
*
Remove the second set of {} braces, no longer needed.
Jeremy Allison
2013-01-09
1
-20
/
+18
*
Remove one set of enclosing {} braces, no longer needed.
Jeremy Allison
2013-01-09
1
-9
/
+7
*
Move the definition of struct vuid_cache_entry *ent outside blocks.
Jeremy Allison
2013-01-09
1
-4
/
+2
*
Start to tidy-up check_user_ok().
Jeremy Allison
2013-01-09
1
-3
/
+2
*
torture/vfstest.c: Always use create_conn_struct(). Don't hand create connect...
Jeremy Allison
2013-01-09
1
-10
/
+22
*
source3/smbd/pysmbd.c: Always use create_conn_struct(). Don't hand create con...
Jeremy Allison
2013-01-09
1
-24
/
+10
*
smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...
Jeremy Allison
2013-01-09
1
-19
/
+11
*
Allow create_conn_struct() to be called with snum == -1.
Jeremy Allison
2013-01-09
1
-4
/
+9
*
smbd: Rework create_conn_struct to use conn_new()
Andrew Bartlett
2013-01-09
1
-22
/
+18
*
smbd: Fix bug 9549 -- Memleak in the async echo handler
Volker Lendecke
2013-01-08
1
-1
/
+1
*
pysmbd: Change to keyword based arguments
Andrew Bartlett
2013-01-07
1
-23
/
+43
*
pysmbd: Convert pysmbd to take an optional service to connect to
Andrew Bartlett
2013-01-07
2
-127
/
+159
*
smbd: Fix calls to create_conn_struct_cwd to be correctly indented.
Andrew Bartlett
2013-01-07
3
-44
/
+44
*
smbd: Split create_conn_struct into a fn that does not change the working dir
Andrew Bartlett
2013-01-07
4
-21
/
+58
*
spoolss: add stubs for new JobNamedProperty dcerpc calls.
Günther Deschner
2013-01-07
1
-0
/
+44
[next]