s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
[ira/wip.git] / source3 / smbd / trans2.c
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... 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().
2009-12-21 Jeremy AllisonRemove all calls to reply_doserror - turn them into
2009-12-16 Jeremy AllisonEnsure dos_mode can return FILE_ATTRIBUTE_NORMAL, then...
2009-12-03 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-12-01 Jeremy AllisonEnsure we don't see the xattr used to store NT security...
2009-12-01 Tim Proutys3: Fix smbd to correctly return INVALID_LEVEL on set_f...
2009-11-25 Tim Proutys3 setfileinfo: Open with FILE_WRITE_DATA when setting...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in mask_mat...
2009-11-18 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-04 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-11-03 Jeremy AllisonFix debug statements to use correct function name.
2009-11-03 Jeremy Allisonrequires_resume_key is a bool not int.
2009-11-03 Jeremy AllisonFix more of the RAW-SEARCH test. Older info levels are
2009-11-02 Jeremy AllisonFix bug 6867 - trans2findnext returns reply_nterror...
2009-10-29 Jeremy AllisonStart fixing the RAW-STREAMS test - ensure that the...
2009-09-18 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
next