index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-25
s3: Check for serverid_exists in smb_posix_unlink
Volker Lendecke
1
-0
/
+3
2012-05-24
s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()
Stefan Metzmacher
1
-0
/
+1
2012-05-18
s3: Revert the serverid changes, they need more work
Volker Lendecke
1
-3
/
+0
2012-05-17
s3: Check for serverid_exists in smb_posix_unlink
Volker Lendecke
1
-0
/
+3
2012-05-14
s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for files
Volker Lendecke
1
-2
/
+9
2012-05-02
s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()
Andrew Bartlett
1
-13
/
+1
2012-04-18
Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.
Jeremy Allison
1
-1
/
+4
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-6
/
+6
2012-04-05
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
1
-29
/
+0
2012-04-04
Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...
Jeremy Allison
1
-0
/
+1
2012-03-01
Add open_dir_with_privilege() to ensure we're opening the correct directory w...
Jeremy Allison
1
-0
/
+1
2012-02-29
Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.
Jeremy Allison
1
-4
/
+46
2012-02-24
Make dptr_path() and dptr_wcard() const.
Jeremy Allison
1
-3
/
+1
2012-02-19
s3: get_share_mode_lock->get_existing_share_mode_lock
Volker Lendecke
1
-1
/
+1
2012-02-18
Fix a bunch of "unused variable" warnings.
Jeremy Allison
1
-2
/
+0
2012-01-24
Another fix for bug #8556 - ACL permissions ignored when SMBsetatr is requested.
Jeremy Allison
1
-5
/
+0
2012-01-12
s3: Put an indirection layer into share_mode_lock
Volker Lendecke
1
-2
/
+2
2012-01-12
s3: Introduce get_share_mode_lock_fresh()
Volker Lendecke
1
-2
/
+1
2011-12-16
Restrict UCF_UNIX_NAME_LOOKUP (symlink allowed) to restricted set of calls.
Jeremy Allison
1
-1
/
+4
2011-12-15
Second part of fix for bug #8663 - deleting a symlink fails if the symlink ta...
Jeremy Allison
1
-1
/
+6
2011-12-02
s3: Use autogenerated open_files.idl
Volker Lendecke
1
-0
/
+1
2011-11-16
Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...
Jeremy Allison
1
-16
/
+40
2011-11-15
Remove the check for FILE_WRITE_ATTRIBUTES from smb_set_file_time(). It
Jeremy Allison
1
-4
/
+10
2011-11-15
Move handle-based access check into handle codepath.
Jeremy Allison
1
-4
/
+4
2011-11-15
We've already checked fsp must be non-null here.
Jeremy Allison
1
-1
/
+1
2011-11-15
Remove unneeded access check. This is done inside smb_set_file_time().
Jeremy Allison
1
-4
/
+0
2011-11-15
Remove unneeded access check. This is done inside smb_set_file_size().
Jeremy Allison
1
-4
/
+0
2011-11-15
Move handle based access check into handle code path.
Jeremy Allison
1
-4
/
+4
2011-10-22
Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...
Jeremy Allison
1
-2
/
+1
2011-10-22
Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...
Jeremy Allison
1
-4
/
+14
2011-10-18
s3-smbd Give the nt error string when failing to set up encrypted transport
Andrew Bartlett
1
-3
/
+5
2011-10-17
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
1
-3
/
+2
2011-10-14
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
1
-2
/
+2
2011-09-18
s3: Trim a debug to 80 chars
Volker Lendecke
1
-6
/
+11
2011-09-17
s3: Fix a cut&paste error
Volker Lendecke
1
-1
/
+1
2011-09-14
s3:smbd: remember the client unix capabilities on the connection
Stefan Metzmacher
1
-43
/
+37
2011-08-02
s3: Pass sconn explicitly to open_was_deferred
Volker Lendecke
1
-2
/
+2
2011-07-29
s3: We only need base_name in map_open_params_to_ntcreate
Volker Lendecke
1
-1
/
+2
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-2
/
+2
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-7
/
+7
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-3
/
+3
2011-05-20
Fix bug 8133 - strange behavior for the file (whose filename first character ...
Jeremy Allison
1
-2
/
+3
2011-05-18
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
1
-1
/
+1
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
1
-1
/
+1
2011-05-18
Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.
Jeremy Allison
1
-10
/
+15
[next]