Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does...
[samba.git] / source3 / smbd / trans2.c
2012-06-30 Jeremy AllisonSame fix as bug 8989 - Samba 3.5.x (and probably all...
2012-03-05 Jeremy AllisonSecond part of fix for bug #8663 - deleting a symlink...
2011-11-01 Jeremy AllisonThird part of fix for bug #8541 - readlink() on Linux...
2011-11-01 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-24 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-06-14 Jeremy AllisonFix bug 8111 - CIFS VFS: unexpected error on SMB posix...
2011-06-14 Jeremy AllisonFix bug #7080 - Quota only shown when logged as root.
2010-09-27 Jeremy AllisonFix bug #7651 - mknod and mkfifo fails with "No such...
2010-06-18 Jeremy AllisonFix bug #7410 - samba sends "raw" inode number as uniqu...
2010-06-18 Jeremy AllisonFix bug #7188 - Logic error in check of total_data...
2010-05-17 Jeremy AllisonFix bug #7339 - MSDFS is non-functional in 3.5.x
2010-02-10 Jeremy AllisonFix bug 7104 - "wide links" and "unix extensions" are...
2009-12-23 Jeremy AllisonRename reply_doserror() -> reply_force_doserror().
2009-12-23 Jeremy AllisonRemove all calls to reply_doserror - turn them into
2009-12-21 Jeremy AllisonEnsure dos_mode can return FILE_ATTRIBUTE_NORMAL, then...
2009-12-08 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-12-08 Jeremy AllisonEnsure we don't see the xattr used to store NT security...
2009-12-08 Tim Proutys3: Fix smbd to correctly return INVALID_LEVEL on set_f...
2009-11-26 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-26 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-26 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-11-26 Jeremy AllisonFix debug statements to use correct function name.
2009-11-26 Jeremy Allisonrequires_resume_key is a bool not int.
2009-11-26 Jeremy AllisonFix more of the RAW-SEARCH test. Older info levels are
2009-11-26 Jeremy AllisonFix bug 6867 - trans2findnext returns reply_nterror...
2009-11-26 Jeremy AllisonStart fixing the RAW-STREAMS test - ensure that the...
2009-09-30 Karolin SeegerMerge commit 'origin/v3-5-test' into v3-5-test
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-18 Günther Deschners3-smbd: fix get_ea_names_from_file() and check for...
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-09-09 Volker Lendeckes3:smbd: Add a "hidden" parameter "share:fake_fscaps"
2009-09-09 Volker Lendeckes3:smbd: Add a "hidden" parameter "share:fake_fscaps"
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-19 Stefan Metzmachers3:smbd: add a generic smbd_dirptr_lanman2_entry()...
2009-08-12 Jeremy AllisonFix BASE-DELAYWRITE test by removing const from struct...
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-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Jeremy AllisonMove the checks for null timestamps down below the...
2009-08-07 Jeremy AllisonCorrectly send out notify messages for timestamp changes.
2009-08-07 Stefan Metzmachers3:smbd: split the dir entry marshalling into smbd_mars...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: implement get_lanman2_dir_entry() on top of...
2009-08-06 Jeremy AllisonPut SMB_INFO_STANDARD back into setfileinfo, but do...
2009-07-31 Jeremy AllisonWe're not changing last write, but setting this to...
2009-07-30 Jeremy AllisonTidy up treatment of ctime.
2009-07-30 Jeremy AllisonFix bug #6529 - Offline files conflict with Vista and...
2009-07-30 Jeremy AllisonRemove the extraneous logic in smb_set_info_standard...
2009-07-30 Jeremy AllisonSMB_INFO_STANDARD is not a valid info level on set,
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-25 Tim Proutys3: Remove a few callers of get_full_smb_filename()
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-22 Tim Proutys3: Convert some callers of vfs_stat_smb_fname to SMB_V...
2009-07-21 Tim Proutys3: plumb smb_filename through some of the trans2 posix...
2009-07-21 Tim Proutys3: Remove unnecessary callers of get_full_smb_filename
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Remove unnecessary fname argument from callers...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-18 Jeremy AllisonFix Coverity CID 928. Removed check as this can never...
2009-07-18 Jeremy AllisonFix Coverity CID 929. Potential NULL deref after code...
2009-07-18 Jeremy AllisonFix coverity CID 930. Pointer check can never be null...
2009-07-18 Jeremy AllisonFix coverity CID 931. This check is redundent as smb_fn...
2009-07-15 Stefan Metzmachers3:smbd: try to fix a compiler warning on i386 : left...
2009-07-15 Stefan Metzmachers3:smbd: check quota access against sec_initial_uid...
2009-07-14 Jeremy AllisonFix set_posix_lock check which had been reversed in...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_qfsinfo() non static for use...
2009-07-13 Stefan Metzmachers3:smbd: split out smbd_do_qfsinfo() from call_trans2qf...
2009-07-13 Stefan Metzmachers3:smbd: make smbd_do_setfilepathinfo() non static...
2009-07-13 Stefan Metzmachers3:smbd: split out smbd_do_setfilepathinfo() from call_...
2009-07-12 Stefan Metzmachers3:smbd: add support for marshalling SMB2 FileFullEaInf...
2009-07-12 Stefan Metzmachers3:smbd: add support for marshalling SMB2 FileAllInform...
2009-07-12 Stefan Metzmachers3:smbd: filter out SMB2 specific private query info...
2009-07-12 Stefan Metzmachers3:smbd: make smbd_do_qfilepathinfo() non static for...
2009-07-12 Stefan Metzmachers3:smbd: split calculation and mashalling of file index...
2009-07-12 Stefan Metzmachers3:smbd: split out smbd_do_qfilepathinfo() from call_tr...
2009-07-12 Stefan Metzmachers3:smbd: add missing return after reply_nterror()
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-09 Tim Proutys3 plumb smb_filename through smb_set_file_allocation_i...
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 through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3 sticky write time: Removed unused args and tighten...
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-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-07-02 Stefan Metzmachers3:smbd: push nttrans and trans2 responses with no...
2009-07-02 Jeremy AllisonEnsure we don't use delayed writes on POSIX opened...
2009-07-01 Jeremy AllisonFix bug #6520 time stamps - e.g. last mod time is not...
next