summaryrefslogtreecommitdiffstats
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-251-0/+3
* s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher2012-05-241-0/+1
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-181-3/+0
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-171-0/+3
* s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for filesVolker Lendecke2012-05-141-2/+9
* s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()Andrew Bartlett2012-05-021-13/+1
* Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.Jeremy Allison2012-04-181-1/+4
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-6/+6
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-051-29/+0
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-041-0/+1
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-011-0/+1
* Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.Jeremy Allison2012-02-291-4/+46
* Make dptr_path() and dptr_wcard() const.Jeremy Allison2012-02-241-3/+1
* s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke2012-02-191-1/+1
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-2/+0
* Another fix for bug #8556 - ACL permissions ignored when SMBsetatr is requested.Jeremy Allison2012-01-241-5/+0
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-121-2/+2
* s3: Introduce get_share_mode_lock_fresh()Volker Lendecke2012-01-121-2/+1
* Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls.Jeremy Allison2011-12-161-1/+4
* Second part of fix for bug #8663 - deleting a symlink fails if the symlink ta...Jeremy Allison2011-12-151-1/+6
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...Jeremy Allison2011-11-161-16/+40
* Remove the check for FILE_WRITE_ATTRIBUTES from smb_set_file_time(). ItJeremy Allison2011-11-151-4/+10
* Move handle-based access check into handle codepath.Jeremy Allison2011-11-151-4/+4
* We've already checked fsp must be non-null here.Jeremy Allison2011-11-151-1/+1
* Remove unneeded access check. This is done inside smb_set_file_time().Jeremy Allison2011-11-151-4/+0
* Remove unneeded access check. This is done inside smb_set_file_size().Jeremy Allison2011-11-151-4/+0
* Move handle based access check into handle code path.Jeremy Allison2011-11-151-4/+4
* Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...Jeremy Allison2011-10-221-2/+1
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-221-4/+14
* s3-smbd Give the nt error string when failing to set up encrypted transportAndrew Bartlett2011-10-181-3/+5
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-171-3/+2
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-141-2/+2
* s3: Trim a debug to 80 charsVolker Lendecke2011-09-181-6/+11
* s3: Fix a cut&paste errorVolker Lendecke2011-09-171-1/+1
* s3:smbd: remember the client unix capabilities on the connectionStefan Metzmacher2011-09-141-43/+37
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-2/+2
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-07-291-1/+2
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-7/+7
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-3/+3
* Fix bug 8133 - strange behavior for the file (whose filename first character ...Jeremy Allison2011-05-201-2/+3
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.Jeremy Allison2011-05-181-10/+15