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
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
2011-05-05
Fix many const compiler warnings.
Jeremy Allison
1
-3
/
+3
2011-05-04
Fix warning messages caused by addition of null check in fstrcpy macro.
Jeremy Allison
1
-2
/
+2
2011-05-04
Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...
Jeremy Allison
1
-1
/
+1
2011-05-02
s3-proto: move more rpc_server prototypes out of proto.h
Günther Deschner
1
-0
/
+1
2011-04-29
Fix bug #8112 - POSIX extension opens of a directory are denied with EISDIR.
Jeremy Allison
1
-2
/
+10
2011-04-29
Fix bug 8111 - CIFS VFS: unexpected error on SMB posix open
Jeremy Allison
1
-12
/
+49
2011-04-29
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
1
-9
/
+9
2011-04-24
s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-28
/
+2
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
1
-0
/
+1
2011-04-05
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
1
-3
/
+2
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-trans2: only include trans2.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-26
Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...
Jeremy Allison
1
-1
/
+1
2011-03-24
Fix bug 8021 - Incorrect string termination in volume/volume_name for TRANS2-...
Volodymyr Khomenko
1
-1
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-20
/
+20
2011-02-10
s3-auth Rename cryptic 'ptok' to security_token
Andrew Bartlett
1
-9
/
+9
2011-02-09
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
1
-0
/
+1
2011-02-08
If possible (O_DIRECTORY exists) open an fd for a directory open.
Jeremy Allison
1
-12
/
+4
2011-01-25
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
1
-4
/
+22
2011-01-25
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Jeremy Allison
1
-4
/
+4
[prev]
[next]