summaryrefslogtreecommitdiff
path: root/source3/smbd/uid.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-07-261-0/+2
* smbd: Change logging level for denied share accessChristof Schmitt2014-07-311-1/+1
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* s3-smbd: Log user change information.Andreas Schneider2014-01-171-0/+6
* s3-smbd_shim: Add become_authenticated_pipe_user().Andreas Schneider2013-10-291-2/+2
* Fixup the change_to_user_by_session() case as called from become_user_by_sess...Jeremy Allison2013-01-091-0/+22
* smbd: Remove some ()Volker Lendecke2013-01-091-3/+3
* smbd: Simplify an if-expressionVolker Lendecke2013-01-091-10/+7
* Move create_share_access_mask() from smbd/service.c to smbd/uid.c.Jeremy Allison2013-01-091-0/+38
* Factor code out of check_user_ok() into a call to check_user_share_access().Jeremy Allison2013-01-091-34/+7
* Initialize stack variables. Prelude to factoring out calls to check_user_shar...Jeremy Allison2013-01-091-2/+2
* Add check_user_share_access() which factors out the share security and read_o...Jeremy Allison2013-01-091-0/+56
* Correctly setup the conn->share_access based on the current user token.Jeremy Allison2013-01-091-12/+22
* Clean up struct connection_struct, make struct vuid_cache a pointer not inline.Jeremy Allison2013-01-091-5/+5
* Remove unneeded variable "const struct auth_session_info *session_info"Jeremy Allison2013-01-091-3/+1
* Remove dead code now vuser can no longer be NULL.Jeremy Allison2013-01-091-8/+0
* Remove the second set of {} braces, no longer needed.Jeremy Allison2013-01-091-20/+18
* Remove one set of enclosing {} braces, no longer needed.Jeremy Allison2013-01-091-9/+7
* Move the definition of struct vuid_cache_entry *ent outside blocks.Jeremy Allison2013-01-091-4/+2
* Start to tidy-up check_user_ok().Jeremy Allison2013-01-091-3/+2
* Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison2012-10-291-1/+11
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-6/+9
* s3:smbd: change vuid to uint64_t in uid.cStefan Metzmacher2012-06-061-11/+11
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1
* s3-smbd make change_to_user_by_session staticAndrew Bartlett2012-03-071-2/+2
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-18/+5
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-6/+6
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-3/+3
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-6/+6
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-15/+15
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-7/+7
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-051-4/+7
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-211-3/+3
* s3-smbd Split conn.c into 3 filesAndrew Bartlett2011-05-311-44/+0
* s3-smbd: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-021-5/+4
* s3-smbd: Added a become_user_by_session() function.Andreas Schneider2011-04-111-0/+17
* s3-smbd: Added a change_to_user_by_session() function.Andreas Schneider2011-04-111-74/+96
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: smbd needs auth.hGünther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3-smbd: Increase debug level von context messages.Andreas Schneider2011-03-091-1/+1
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-60/+60
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-9/+9
* s3-smbd: Fixed a possible null pointer dereference.Andreas Schneider2011-01-191-1/+3
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Remove talloc_autofree_context() from change_to_guest()Volker Lendecke2010-09-261-1/+1