s3: include smbd/smbd.h where needed.
[samba.git] / source3 / smbd / uid.c
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()
2008-06-14 Volker LendeckeConsistently use snum in check_user_ok
2008-06-14 Volker LendeckeCompare the pointer "vuser" to NULL, not 0
2008-05-25 Volker LendeckeRemove the reference to current_user_info from share_ac...
2008-05-10 Volker LendeckeWith force user, we have the same base token for all...
2008-05-10 Volker LendeckeRemove the unix token info from connection_struct
2008-05-10 Volker LendeckeReplace nt_user_token with server_info in connection_struct
2008-05-10 Volker LendeckeEmpty some nonempty blank lines
2008-05-10 Volker LendeckeMake use of talloc_tos() in change_to_user()
2008-05-10 Volker LendeckeNext try at making the vuid cache circular
2008-05-06 Volker LendeckeRemove some unused code
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-05-05 Volker LendeckeRemove the unix token info from "struct user_struct"
2008-05-05 Volker LendeckeRemove "nt_user_token" from "struct user_struct"
2008-05-05 Volker LendeckeRevert "Fix allocation of conn->vuid_cache entries"
2008-05-05 Volker LendeckeFix allocation of conn->vuid_cache entries
2008-03-17 Volker LendeckeSome simplifications
2008-03-17 Marc VanHeyningenCoverity fixes
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Gerald Carterr22978: Don't use current_user to prep the security...
2007-10-10 Jeremy Allisonr17295: Back out the become_root_uid_only change on...
2007-10-10 Volker Lendecker17096: Simplify share_access_check a bit: It takes...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Gerald Carterr12916: use rpcstr_pull() instead of unistr_to_ascii...
2007-10-10 Volker Lendecker12312: Reformatting and a trivial change: is_share_rea...
2007-10-10 Jeremy Allisonr6385: Convert checking of egid and secondary egid...
2007-10-10 Günther Deschnerr2016: Add message to ease access-control-debugging.
2007-10-10 Volker Lendecker1375: When setting writable=yes in smb.conf and only...
2007-10-10 Jeremy Allisonr762: Fix for #1319 when security > share.
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-02-13 Jeremy AllisonFixup the 'multiple-vuids' bugs.
2004-02-13 Jeremy AllisonFixup the 'multiple-vuids' bugs.
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlettnsswitch/winbindd_util.c:
2004-02-08 Andrew BartlettSamba hasn't used this function for ages - it's now...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Gerald CarterFix bug 327 (again and I think for the last time)....
2003-08-06 Tim PotterSpelling.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-11 Gerald Carterfix sid_to_[uid|gid] (spotted by Volker).
2003-07-09 Gerald CarterLarge set of changes to add UNIX account/group management
2003-07-09 Jeremy AllisonGet rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve...
2003-07-09 Jeremy AllisonEnsure we correctly test for errors in uid/gid_to sid.
2003-07-07 Jeremy AllisonFixed a couple of const issues with the new code.
2003-07-07 Gerald Carterand so it begins....
next