Fix bug #10010 - Missing integer wrap protection in EA list reading can cause server...
[samba.git] / source3 / smbd / nttrans.c
2013-07-24 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2012-06-30 Jeremy AllisonFix Bug 8989 - Samba 3.5.x (and probably all other...
2012-03-05 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2011-10-24 Jeremy AllisonFix bug #8458 - IE9 on Windows 7 cannot download files...
2011-06-14 Jeremy AllisonFix bug #7080 - Quota only shown when logged as root.
2011-03-05 Jeremy AllisonAdd SeSecurityPrivilige.
2011-03-05 Jeremy AllisonCanonicalize incoming and outgoing ACLs.
2010-09-09 Jeremy AllisonFix bug #7669.
2009-12-23 Jeremy AllisonRemove all calls to reply_doserror - turn them into
2009-12-21 Jeremy AllisonVector correctly through reply_openerror() (which uses...
2009-11-26 Jeremy AllisonFix make test. Only do POSIX case conversion if FILE_FL...
2009-11-26 Jeremy AllisonRestore NtCreateX case handling with FILE_FLAG_POSIX_SE...
2009-11-26 Jeremy AllisonProper fix for #6898 - Samba duplicates file content...
2009-11-26 Jeremy AllisonFix bug #6898 - Samba duplicates file content on appending
2009-11-26 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-26 Jeremy AllisonGot the logic simplification worked out so we still...
2009-11-26 Jeremy AllisonRevert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb...
2009-11-26 Jeremy AllisonSimplify the logic - remove extraneous argument and...
2009-11-26 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-11-26 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-11-26 Volker Lendeckes3: Fix shadow copy display on Windows 7
2009-09-30 Karolin SeegerMerge commit 'origin/v3-5-test' into v3-5-test
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Jeremy AllisonWe now pass the Microsoft SMB2 fileio test with EA...
2009-09-15 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-14 Jeremy AllisonFix bug 6494 - Incorrect FileStatus returned in NT_CREA...
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-24 Tim Proutys3: Simplify rename_internals() by passing in smb_filen...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Fix RENAME_FLAG_RENAME path to stop calling unix_co...
2009-07-21 Tim Proutys3: Move is_ntfs_stream*() to filename.c
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-09 Tim Proutys3: Remove is_ntfs_stream_name() and split_ntfs_stream_...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Jeremy AllisonRename update_stat_ex_writetime() -> update_stat_ex_mtime()
2009-07-09 Jeremy AllisonThe migration to struct stat_ex broke the calculation of
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-06 Tim Proutys3: Change some filename_convert to pass in NULL for...
2009-07-02 Stefan Metzmachers3:smbd: make change_notify_reply() more generic and...
2009-07-02 Stefan Metzmachers3:smbd: simplify the notify code a bit and always...
2009-07-02 Stefan Metzmachers3:smbd: push nttrans and trans2 responses with no...
2009-07-02 Stefan Metzmachers3:smbd: restore the 3.0.x bahavior of send_nt_replies()
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-26 Tim Proutys3: simplify some redundant logic in is_ntfs_default_st...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-17 Jeremy AllisonFix msdfs after the change to smb_filename struct....
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-10 Tim Proutys3: Make all callers of SMB_VFS_CREATEFILE call unix_co...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-24 Volker LendeckeTALLOC_FREE happily lives with a NULL ptr. Tim, please...
2009-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Jeremy AllisonEnsure we never enter VFS_CREATE without having initialized
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-08 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-06 Stefan Metzmachers3:signing: the seqnum should only be decremented by...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2009-01-20 Volker LendeckeRemove some smb fsp knowledge from rpc_server/
2009-01-12 Tim Proutys3: Differentiate between posix files with colons and...
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-05 Jeremy AllisonFix call to ndr_size_dom_sid, missing parameter.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Tim Proutys3: Allow renames of streams via NTRENAME and fix strea...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-01 Jelmer VernooijAdd iconv_convenience argument to size functions.
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-31 Volker LendeckeUse parent_dirname_talloc instead of parent_dirname...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-04 Tim Proutys3: Change SMB_VFS_CREATE_FILE to take a create_file_fl...
2008-12-04 Tim Proutys3: Modify direct callers of open_file_ntcreate and...
2008-12-04 Tim Proutys3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
2008-12-04 Tim Proutys3: Add SMB_VFS_CREATE_FILE to the vfs layer
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-30 Steven DannemanSet PRESENT flag when returning NULL [SD]ACL like Windo...
2008-11-28 Volker LendeckeRemove "conn" parameter from np_open, smb_request conta...
next