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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-09
Replace an uninitialized variable
Volker Lendecke
1
-0
/
+2
2008-01-09
ensure uni_name.buffer is initialised
Volker Lendecke
1
-0
/
+2
2008-01-08
Fix resource leak found by coverity (CID 521).
Jeremy Allison
1
-0
/
+4
2008-01-08
Simplify... plus add a debug message.
Jeremy Allison
1
-5
/
+5
2008-01-08
Correctly identify enc/non-enc packets.
Jeremy Allison
1
-3
/
+5
2008-01-08
Allocate dirp->name_cache on demand only
Volker Lendecke
1
-11
/
+10
2008-01-08
Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FSETXATTR().
Michael Adam
2
-2
/
+2
2008-01-08
Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
Michael Adam
2
-2
/
+2
2008-01-08
Remove redundant parameter fd from SMB_VFS_FLISTXATTR().
Michael Adam
1
-1
/
+1
2008-01-08
Remove redundant parameter fd from SMB_VFS_FGETXATTR().
Michael Adam
2
-2
/
+2
2008-01-08
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
1
-5
/
+5
2008-01-08
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2
-4
/
+3
2008-01-07
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2
-5
/
+5
2008-01-07
Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().
Michael Adam
1
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
3
-4
/
+4
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2
-2
/
+2
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
6
-16
/
+16
2008-01-07
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
1
-1
/
+1
2008-01-07
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
1
-3
/
+3
2008-01-07
Remove redundant parameter fd from SMB_VFS_PWRITE().
Michael Adam
1
-3
/
+3
2008-01-07
Remove unneeded parameter fd from SMB_VFS_PREAD().
Michael Adam
2
-3
/
+3
2008-01-06
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
2
-4
/
+2
2008-01-06
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
2
-3
/
+3
2008-01-05
Fix %d / size_t printf arg missmatch.
Jeremy Allison
1
-2
/
+2
2008-01-04
Using a bool with a logical operation. IBM checker caught.
Jeremy Allison
1
-1
/
+1
2008-01-04
Can't use logical operations on boolean values.
Jeremy Allison
1
-1
/
+3
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
8
-100
/
+131
2008-01-04
We dont' modify the smb header for crypto anymore.
Jeremy Allison
1
-1
/
+1
2008-01-04
Fix interesting bug found with make valgrindtest. When cancelling
Jeremy Allison
1
-10
/
+14
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
15
-236
/
+345
2008-01-02
Convert call_trans2open to create_file()
Volker Lendecke
1
-57
/
+16
2008-01-02
Convert reply_mknew to create_file
Volker Lendecke
1
-38
/
+16
2008-01-02
Convert reply_open_and_X to create_file
Volker Lendecke
1
-42
/
+19
2008-01-02
Convert reply_open to create_file
Volker Lendecke
1
-40
/
+19
2008-01-01
Use NULL instead of 0
Volker Lendecke
1
-4
/
+4
2007-12-30
As the encryption is stream based there's no reason
Jeremy Allison
2
-5
/
+16
2007-12-29
Allow encryption context setup on IPC$.
Jeremy Allison
1
-7
/
+27
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
2
-5
/
+6
2007-12-29
Apply some const
Volker Lendecke
1
-4
/
+4
2007-12-28
Remove a static array
Volker Lendecke
1
-6
/
+6
2007-12-28
Ensure we turn off POSIX large read/write if encryption
Jeremy Allison
1
-1
/
+4
2007-12-27
Add the capability to set "smb encrypt = required"
Jeremy Allison
3
-1
/
+44
2007-12-28
Fix setting the initial permission bits
Volker Lendecke
2
-6
/
+25
2007-12-27
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison
1
-1
/
+24
2007-12-27
Fix the build
Volker Lendecke
1
-2
/
+3
2007-12-27
Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
Jeremy Allison
1
-1
/
+5
[next]