s3/uid: use lp_const_servicename() where possible
[gd/samba-autobuild/.git] / source3 / smbd / uid.c
2018-07-06 David Disseldorps3/uid: use lp_const_servicename() where possible
2018-06-21 Jeremy Allisons3: smbd: Don't use getcwd() directly. We must always...
2018-06-18 Stefan Metzmachersmbd: add an effective connection_struct->user_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add {become,change_to}_user_by_fsp() helper functions
2018-06-18 Stefan Metzmachersmbd: call chdir_current_service() in change_to_user_in...
2018-06-18 Stefan Metzmachersmbd: call set_current_user_info() in change_to_user_in...
2018-06-18 Stefan Metzmachersmbd: move current_user caching to change_to_user_inter...
2018-06-18 Stefan Metzmachersmbd: simplify the logic in change_to_user()
2018-06-18 Stefan Metzmachersmbd: let check_user_ok() construct ent->session_info...
2018-03-22 Ralph Boehmes3: smbd: always set vuid in check_user_ok()
2014-07-30 Christof Schmittsmbd: Change logging level for denied share access
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2014-01-17 Andreas Schneiders3-smbd: Log user change information.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-29 Andreas Schneiders3-smbd_shim: Add become_authenticated_pipe_user().
2013-01-09 Jeremy AllisonFixup the change_to_user_by_session() case as called...
2013-01-09 Volker Lendeckesmbd: Remove some ()
2013-01-09 Volker Lendeckesmbd: Simplify an if-expression
2013-01-09 Jeremy AllisonMove create_share_access_mask() from smbd/service.c...
2013-01-09 Jeremy AllisonFactor code out of check_user_ok() into a call to check...
2013-01-09 Jeremy AllisonInitialize stack variables. Prelude to factoring out...
2013-01-09 Jeremy AllisonAdd check_user_share_access() which factors out the...
2013-01-09 Jeremy AllisonCorrectly setup the conn->share_access based on the...
2013-01-09 Jeremy AllisonClean up struct connection_struct, make struct vuid_cac...
2013-01-09 Jeremy AllisonRemove unneeded variable "const struct auth_session_inf...
2013-01-09 Jeremy AllisonRemove dead code now vuser can no longer be NULL.
2013-01-09 Jeremy AllisonRemove the second set of {} braces, no longer needed.
2013-01-09 Jeremy AllisonRemove one set of enclosing {} braces, no longer needed.
2013-01-09 Jeremy AllisonMove the definition of struct vuid_cache_entry *ent...
2013-01-09 Jeremy AllisonStart to tidy-up check_user_ok().
2012-10-29 Jeremy AllisonFix bug #9329 - Directory listing with SeBackup can...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-06 Stefan Metzmachers3:smbd: change vuid to uint64_t in uid.c
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-03-07 Andrew Bartletts3-smbd make change_to_user_by_session static
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-05 Volker Lendeckes3: Return "granted" from share_access_check
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-05-30 Andrew Bartletts3-smbd Split conn.c into 3 files
2011-05-02 Günther Deschners3-smbd: avoid using pipes_struct when only session_inf...
2011-04-11 Andreas Schneiders3-smbd: Added a become_user_by_session() function.
2011-04-11 Andreas Schneiders3-smbd: Added a change_to_user_by_session() function.
2011-03-29 Günther Deschners3-includes: only include ntdomain.h where needed.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-09 Andreas Schneiders3-smbd: Increase debug level von context messages.
2011-03-01 Andrew Bartletts3-auth struct security_unix_token replaces UNIX_USER_TOKEN
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2011-01-19 Andreas Schneiders3-smbd: Fixed a possible null pointer dereference.
2010-10-20 Jeremy AllisonMake getpwnam_alloc() static to lib/username.c, and...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-26 Volker Lendeckes3: Remove talloc_autofree_context() from change_to_guest()
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-07-28 Andreas Schneiders3-uid: Use struct pipes_struct.
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from change_to_user
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-03-15 Jeremy AllisonRemove the bool admin_user from conn struct. We no...
2010-03-15 Jeremy AllisonSimplify processing of "admin user". If a user is an...
2010-03-15 Jeremy AllisonAdd accessor functions for current uid, gid, unix token...
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-05-04 Jeremy AllisonFix bug #6315 smbd crashes doing vfs_full_audit on...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-17 Jim McDonoughMerge branch 'master' of /home/jmcd/samba/git.samba...
2009-04-16 Jeremy AllisonFix bug found by Tim Prouty, logging off and then re...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Jeremy AllisonFix bug #6155 - "force group" is no longer working...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-08 Stefan Metzmachers3:smbd: remove pointless static variable in uid.c
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-04 Jeremy AllisonFix bug #1254 - write list not working under share...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-24 Volker LendeckeGet rid of pipes_struct->pipe_user, we have server_info...
2008-11-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-17 Jeremy AllisonFix bug #5900 reported by monyo@samba.gr.jp - vfs_reado...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-06-14 Volker LendeckeMove connection-specific vuid cache clear to uid.c
2008-06-14 Volker LendeckeSlight refactoring for check_user_ok: It only needs...
2008-06-14 Volker LendeckeGroup the access checks together in check_user_ok()
next