index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unused variable
Volker Lendecke
2008-01-12
1
-1
/
+0
*
Get the inbuf on talloc_tos()
Volker Lendecke
2008-01-12
1
-1
/
+1
*
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
2008-01-12
3
-76
/
+61
*
delete on close even prevents stat opens
Volker Lendecke
2008-01-12
1
-6
/
+6
*
There's no point in calling FLOCK on a non-existing fd
Volker Lendecke
2008-01-12
1
-7
/
+9
*
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
2008-01-11
1
-2
/
+1
*
Fix CID 505 - don't copy uninitialized memory.
Jeremy Allison
2008-01-11
1
-0
/
+1
*
Fix CID 523 - wrong null deref check.
Jeremy Allison
2008-01-11
1
-1
/
+1
*
Fix a build warning.
Günther Deschner
2008-01-11
1
-0
/
+1
*
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2008-01-10
2
-4
/
+2
|
\
|
*
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
2008-01-11
1
-2
/
+0
|
*
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
2008-01-11
1
-2
/
+2
*
|
Don't switch user contexts unless you have to. Saves
Jeremy Allison
2008-01-10
2
-14
/
+42
|
/
*
Don't print out debug messages at level 0 if we can't
Jeremy Allison
2008-01-10
1
-4
/
+10
*
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
2008-01-10
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
2008-01-10
1
-3
/
+3
*
Make casts to (void *) explicit to remove compiler warnings.
Michael Adam
2008-01-10
1
-1
/
+2
*
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
2008-01-10
1
-11
/
+9
*
Some more talloc_tos()
Volker Lendecke
2008-01-10
1
-5
/
+5
*
use talloc_tos in a few more places
Volker Lendecke
2008-01-10
6
-14
/
+16
*
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
2008-01-09
6
-52
/
+12
*
Replace an uninitialized variable
Volker Lendecke
2008-01-09
1
-0
/
+2
*
ensure uni_name.buffer is initialised
Volker Lendecke
2008-01-09
1
-0
/
+2
*
Fix resource leak found by coverity (CID 521).
Jeremy Allison
2008-01-08
1
-0
/
+4
*
Simplify... plus add a debug message.
Jeremy Allison
2008-01-08
1
-5
/
+5
*
Correctly identify enc/non-enc packets.
Jeremy Allison
2008-01-08
1
-3
/
+5
*
Allocate dirp->name_cache on demand only
Volker Lendecke
2008-01-08
1
-11
/
+10
*
Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FSETXATTR().
Michael Adam
2008-01-08
2
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
Michael Adam
2008-01-08
2
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FLISTXATTR().
Michael Adam
2008-01-08
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FGETXATTR().
Michael Adam
2008-01-08
2
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().
Michael Adam
2008-01-08
1
-5
/
+5
*
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2008-01-08
2
-4
/
+3
*
Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().
Michael Adam
2008-01-07
2
-5
/
+5
*
Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().
Michael Adam
2008-01-07
1
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
3
-4
/
+4
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
2
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
2
-2
/
+2
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
6
-16
/
+16
*
Remove redundant parameter fd from SMB_VFS_FSYNC().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_LSEEK().
Michael Adam
2008-01-07
1
-3
/
+3
*
Remove redundant parameter fd from SMB_VFS_PWRITE().
Michael Adam
2008-01-07
1
-3
/
+3
*
Remove unneeded parameter fd from SMB_VFS_PREAD().
Michael Adam
2008-01-07
2
-3
/
+3
*
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
2008-01-06
2
-4
/
+2
*
Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
Michael Adam
2008-01-06
2
-3
/
+3
*
Fix %d / size_t printf arg missmatch.
Jeremy Allison
2008-01-05
1
-2
/
+2
*
Using a bool with a logical operation. IBM checker caught.
Jeremy Allison
2008-01-04
1
-1
/
+1
*
Can't use logical operations on boolean values.
Jeremy Allison
2008-01-04
1
-1
/
+3
[next]