libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / smbd / uid.c
2020-07-29 Ralph Boehmesmbd: remove get_current_vuid()
2020-02-06 Ralph Boehmesmbd: setting current_user stuff here is redundant
2020-01-13 Ralph Boehmesmbd: use smbXsrv_session_info_lookup() in become_user_...
2020-01-13 Ralph Boehmesmbd: use smbXsrv_session_info_lookup() in change_to_us...
2019-11-27 Ralph Boehmesmbdotconf: mark "force group" with substitution="1"
2019-09-11 Stefan Metzmachersmbd: remove unused current_user.{need,done}_chdir...
2019-09-11 Stefan Metzmachersmbd: inline change_to_user_internal() into change_to_u...
2019-09-11 Stefan Metzmachersmbd: rename [un]become_user*() to [un]become_user_with...
2019-09-11 Stefan Metzmachersmbd: remove directory changing from become_user*()
2019-09-11 Stefan Metzmachersmbd: inline change_to_user_and_service() into become_u...
2019-09-11 Ralph Boehmesmbd: inline change_to_user_by_session()
2019-09-11 Ralph Boehmesmbd: README.Coding fixes
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-09-11 Ralph Boehmesmbd: rename change_to_user() to change_to_user_and_ser...
2019-09-11 Volker Lendeckesmbd: Enhance debugging if chdir fails
2019-09-03 Stefan MetzmacherCVE-2019-10197: smbd: split change_to_user_impersonate...
2019-09-03 Stefan MetzmacherCVE-2019-10197: smbd: make sure we reset current_user...
2019-09-03 Stefan MetzmacherCVE-2019-10197: smbd: make sure that change_to_user_int...
2019-09-03 Jeremy AllisonCVE-2019-10197: smbd: separate out impersonation debug...
2019-08-16 Ralph Boehmes3: VFS: change connection_struct cwd_fname to cwd_fsp
2019-01-25 Jeremy Allisonsmbd: uid: Don't crash if 'force group' is added to...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective connection_struct->user_...
2019-01-11 Ralph BoehmeRevert "smbd: add [un]become_guest() helper functions"
2019-01-11 Ralph BoehmeRevert "smbd: add smbd_impersonate_debug_create() helper"
2019-01-11 Ralph BoehmeRevert "smbd: add simple noop smbd_impersonate_{conn_vu...
2019-01-11 Ralph BoehmeRevert "smbd: make use of smbd_impersonate_{conn_vuid...
2019-01-11 Ralph BoehmeRevert "smbd: implement smbd_impersonate_{conn_vuid...
2019-01-11 Ralph BoehmeRevert "s3: vfs: add user_vfs_evg to connection_struct"
2018-10-11 Björn Baumbachauth: move copy_session_info() from source3 into the...
2018-07-25 Ralph Boehmes3: vfs: add user_vfs_evg to connection_struct
2018-07-12 Stefan Metzmachersmbd: implement smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Stefan Metzmachersmbd: make use of smbd_impersonate_{conn_vuid,conn_sess...
2018-07-12 Stefan Metzmachersmbd: add simple noop smbd_impersonate_{conn_vuid,conn_...
2018-07-12 Stefan Metzmachersmbd: add smbd_impersonate_debug_create() helper
2018-07-12 Stefan Metzmachersmbd: add [un]become_guest() helper functions
2018-07-09 David DisseldorpRevert "s3/service: convert lp_force_group() to const"
2018-07-06 David Disseldorps3/service: convert lp_force_group() to const
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
next