summaryrefslogtreecommitdiffstats
path: root/source3/smbd/uid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-2/+2
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3-uid: Use struct pipes_struct.Andreas Schneider2010-07-281-1/+1
* s3: Remove smbd_server_conn from change_to_userVolker Lendecke2010-06-121-2/+1
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-3/+3
* Remove the bool admin_user from conn struct. We no longer look at this to mak...Jeremy Allison2010-03-151-5/+5
* Simplify processing of "admin user". If a user is an admin_user ensure their ...Jeremy Allison2010-03-151-15/+14
* Add accessor functions for current uid, gid, unix token, NT token and vuid.Jeremy Allison2010-03-151-0/+43
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-57/+15
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-16/+58
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-1/+2
* Fix bug #6315 smbd crashes doing vfs_full_audit on IPC$ close event.Jeremy Allison2009-05-041-3/+44
* Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...Jeremy Allison2009-04-161-0/+11
* Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison2009-03-031-3/+8
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-10/+1
* s3:smbd: remove pointless static variable in uid.cStefan Metzmacher2009-01-081-7/+4
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-041-35/+46
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-3/+3
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-171-1/+2
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-13/+14
* Move connection-specific vuid cache clear to uid.cVolker Lendecke2008-06-141-0/+22
* Slight refactoring for check_user_ok: It only needs vuid and server_infoVolker Lendecke2008-06-141-20/+18
* Group the access checks together in check_user_ok()Volker Lendecke2008-06-141-6/+8
* Consistently use snum in check_user_okVolker Lendecke2008-06-141-2/+2