s3-includes: only include system/filesys.h when needed.
[ira/wip.git] / source3 / smbd / smb2_getinfo.c
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-01-28 Jeremy AllisonWe need to reply to SMB2_GETINFO_FILE with a class...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-07-05 Volker Lendeckes3:Fix a bogus uninitialized variable warning
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-27 Jeremy AllisonPlumb in get_nt_acl into SMB2.
2010-04-09 Jeremy AllisonSimplify call_trans2qfilepathinfo() and smbd_do_qfilepa...
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Convert some callers of vfs_stat_smb_fname to SMB_V...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-15 Stefan Metzmachers3:smbd: implement SMB2 GetInfo with Fs*Information
2009-07-15 Stefan Metzmachers3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2...
2009-07-12 Stefan Metzmachers3:smbd: start SMB2 GetInfo support for File*Informatio...
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 GetInfo support