smbd: Make find_share_mode_lease() static
[kai/samba-autobuild/.git] / source3 / smbd / fake_file.c
2015-05-01 Richard SharpeConvert three include files from uint32/16/8 to _t...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-09-14 Jeremy AllisonAdd 'bool use_privs' to smbd_calculate_access_mask().
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-15 Michael Adams3:smbd: change fake_file.c to use fsp_fnum_dbg() for...
2012-06-06 Stefan Metzmachers3:smbd: let open_fake_file() take a uint64_t vuid
2012-01-03 Volker Lendeckes3: Remove the unused "file_existed" parameter from...
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-11 Stefan Metzmachers3:smbd: use smbd_calculate_access_mask() also for...
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-02-01 Jeremy AllisonArg. Got the sense of the test reversed to fix bug...
2010-02-01 Jeremy AllisonFix bug #7080 - Quota only shown when logged as root.
2009-08-27 Stefan Metzmachers3:smbd: add is_fake_file_path() that takes only the...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Plumb smb_filename through open_fake_file
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: make fake_files[] static const
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-21 Jeremy AllisonFirst part of fix for bug #5903 - vfs_streams_xattr...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Volker LendeckePass struct smb_request to file_free
2008-10-13 Volker LendeckePass struct smb_request to file_new
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Volker LendeckeRemove a pointless level of indirection
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-15 Volker LendeckeRemove the current_user reference from fake_file.c
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-16 Volker LendeckeSimplify fake_file logic
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2007-12-02 Volker LendeckeBump up debug level
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 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15660: Without this when using smbcquotas I get
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr6673: Fix the write cache based on some VERY good...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Stefan Metzmacherr2388: fix client quota support
2007-10-10 Stefan Metzmacherr408: - replace (conn->admin_user != True) with (curren...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2003-07-16 Gerald Carterading new files from 3.0
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher