Second part of fix for bug #8663 - deleting a symlink fails if the symlink target...
[kai/samba.git] / source3 / smbd / trans2.c
2011-12-16 Jeremy AllisonSecond part of fix for bug #8663 - deleting a symlink...
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-11-16 Jeremy AllisonFinal part of patchset to fix bug #8556 - ACL permissio...
2011-11-16 Jeremy AllisonRemove the check for FILE_WRITE_ATTRIBUTES from smb_set...
2011-11-16 Jeremy AllisonMove handle-based access check into handle codepath.
2011-11-16 Jeremy AllisonWe've already checked fsp must be non-null here.
2011-11-16 Jeremy AllisonRemove unneeded access check. This is done inside smb_s...
2011-11-16 Jeremy AllisonRemove unneeded access check. This is done inside smb_s...
2011-11-16 Jeremy AllisonMove handle based access check into handle code path.
2011-10-22 Jeremy AllisonThird part of fix for bug #8541 - readlink() on Linux...
2011-10-21 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-18 Andrew Bartletts3-smbd Give the nt error string when failing to set...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-09-17 Volker Lendeckes3: Trim a debug to 80 chars
2011-09-17 Volker Lendeckes3: Fix a cut&paste error
2011-09-14 Stefan Metzmachers3:smbd: remember the client unix capabilities on the...
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-07-29 Volker Lendeckes3: We only need base_name in map_open_params_to_ntcreate
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-20 Jeremy AllisonFix bug 8133 - strange behavior for the file (whose...
2011-05-18 Andrew Bartletts3-lib Replace StrnCaseCmp() with strncasecmp_m()
2011-05-18 Andrew Bartletts3-lib Replace StrCaseCmp() with strcasecmp_m()
2011-05-18 Jeremy AllisonFix bug #8144 - touch /mnt/newfile fails to set timesta...
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-05-04 Jeremy AllisonFix warning messages caused by addition of null check...
2011-05-04 Jeremy AllisonSimple +1 changes in hardcoded lengths when changing...
2011-05-02 Günther Deschners3-proto: move more rpc_server prototypes out of proto.h
2011-04-29 Jeremy AllisonFix bug #8112 - POSIX extension opens of a directory...
2011-04-29 Jeremy AllisonFix bug 8111 - CIFS VFS: unexpected error on SMB posix...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-24 Stefan Metzmachers3:smbd/trans2: make use of BVAL() and remove ugly...
2011-04-13 Günther Deschners3: only include smb profiling where needed.
2011-04-05 Jeremy AllisonFix bug #7080 - Quota only shown when logged as root.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-26 Jeremy AllisonRevert "Fix bug 8021 - Incorrect string termination...
2011-03-24 Volodymyr KhomenkoFix bug 8021 - Incorrect string termination in volume...
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
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)...
2011-01-21 Jeremy AllisonEnsure we don't use "./" in findfirst pathnames. Use...
2010-11-24 Jeremy AllisonAdd in fsp->access_mask checks. Not required (underlyin...
2010-11-12 Jelmer Vernooijs3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-10-06 Jeremy AllisonFix crash in SMB2 rename found by gentest. We must...
2010-10-06 Jeremy AllisonFix crash in SMB2 rename found by gentest. We must...
2010-09-28 Volker Lendeckes3: Lift smbd_server_conn from file_find_di_first
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-26 Jeremy AllisonFix bug #7651 - mknod and mkfifo fails with "No such...
2010-08-24 Volker Lendeckes3: Make srv_send_smb take an sconn instead of a sock fd
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd from send_trans2_replies
2010-07-25 Volker Lendeckes3: use dump_data in query FILE_BASIC_UNIX_INFO
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from smb_set_posix_...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to blocking_lock_was_deferred...
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from reply_findclose
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from call_trans2setfsinfo
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from smbd_do_qfsinfo
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from call_trans2findnext
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from call_trans2findfirst
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from send_trans2_replies
2010-06-02 Ira CooperSMB2: Fix rename on Windows 7.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-29 Simo Sorces3:smbd Use the right num_sids
2010-05-20 Jeremy AllisonFix bug #7410 - samba sends "raw" inode number as...
2010-05-20 Jeremy AllisonFix bug 7442 - Samba returns incorrect SMB2 QFS device...
2010-05-19 Jeremy AllisonImplement missing info level SMB_FILE_LINK_INFORMATION.
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-13 Jeremy AllisonFix bug 7399 - SMB2: QUERY_DIRECTORY is returning inval...
2010-05-11 Jeremy AllisonFix more SMB2-OPLOCK bugs. Only 3 more issues to addres...
2010-05-07 Jeremy AllisonThis patch looks bigger than it is. It does 2 things...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-04-30 Jeremy AllisonCarefully label SMB1-specific locking calls.
2010-04-29 Jeremy AllisonAttempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is...
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2010-04-09 Jeremy AllisonSimplify call_trans2qfilepathinfo() and smbd_do_qfilepa...
2010-04-09 Jeremy AllisonFix bug #7339 - MSDFS is non-functional in 3.5.x
2010-03-22 Stefan Metzmachers3:smbd: disable SMB encryption when the echo handler...
2010-03-15 Jeremy AllisonFix bug #7188 - Logic error in check of total_data...
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2010-02-25 Jeremy AllisonFix up debug info on smb2_rename code.
2010-02-25 Jeremy AllisonImplement rename/move in SMB2 from Windows7.
2010-02-06 Jeremy AllisonRemove now unused variable.
2010-02-05 Jeremy AllisonFix bug 7104 - "wide links" and "unix extensions" are...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-21 Jeremy AllisonRename reply_doserror() -> reply_force_doserror().
next