Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with recent...
[ira/wip.git] / source3 / smbd / uid.c
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....
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-29 Simo Sorceconsolidate idmap code in one place
2003-04-29 Simo Sorceok next_rid out as well local_*id_to*id functions
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-19 Simo Sorcefixes
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-02 Simo SorceTHE Idmap patch :-)
2003-03-27 Andrew Bartlettpdb_ldap may require ROOT privilages to access the...
2003-03-27 Andrew Bartlettlocal_gid_to_sid() could use pdb_ldap, which for now...
next