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
/
smbd
/
uid.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
Move create_share_access_mask() from smbd/service.c to smbd/uid.c.
Jeremy Allison
1
-0
/
+38
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
1
-0
/
+56
2013-01-09
Correctly setup the conn->share_access based on the current user token.
Jeremy Allison
1
-12
/
+22
2013-01-09
Clean up struct connection_struct, make struct vuid_cache a pointer not inline.
Jeremy Allison
1
-5
/
+5
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
2013-01-09
Move the definition of struct vuid_cache_entry *ent outside blocks.
Jeremy Allison
1
-4
/
+2
2013-01-09
Start to tidy-up check_user_ok().
Jeremy Allison
1
-3
/
+2
2012-10-29
Fix bug #9329 - Directory listing with SeBackup can crash smbd.
Jeremy Allison
1
-1
/
+11
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-6
/
+9
2012-06-06
s3:smbd: change vuid to uint64_t in uid.c
Stefan Metzmacher
1
-11
/
+11
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-1
/
+1
2012-03-07
s3-smbd make change_to_user_by_session static
Andrew Bartlett
1
-2
/
+2
2012-03-04
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
1
-18
/
+5
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-6
/
+6
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-3
/
+3
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-6
/
+6
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-15
/
+15
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-7
/
+7
2011-07-05
s3: Return "granted" from share_access_check
Volker Lendecke
1
-4
/
+7
2011-06-21
s3-build: Provide a run-time shim to work around duplicate symbols
Andrew Bartlett
1
-3
/
+3
2011-05-31
s3-smbd Split conn.c into 3 files
Andrew Bartlett
1
-44
/
+0
2011-05-02
s3-smbd: avoid using pipes_struct when only session_info is needed.
Günther Deschner
1
-5
/
+4
2011-04-11
s3-smbd: Added a become_user_by_session() function.
Andreas Schneider
1
-0
/
+17
2011-04-11
s3-smbd: Added a change_to_user_by_session() function.
Andreas Schneider
1
-74
/
+96
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-09
s3-smbd: Increase debug level von context messages.
Andreas Schneider
1
-1
/
+1
2011-03-01
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
1
-1
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-60
/
+60
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
1
-9
/
+9
2011-01-19
s3-smbd: Fixed a possible null pointer dereference.
Andreas Schneider
1
-1
/
+3
2010-10-20
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
1
-1
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-26
s3: Remove talloc_autofree_context() from change_to_guest()
Volker Lendecke
1
-1
/
+1
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
1
-1
/
+1
2010-08-31
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
1
-2
/
+2
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-07-28
s3-uid: Use struct pipes_struct.
Andreas Schneider
1
-1
/
+1
2010-06-12
s3: Remove smbd_server_conn from change_to_user
Volker Lendecke
1
-2
/
+1
[next]