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
...
*
|
Fix a ton of IBM checker uninitialized variable warnings
Volker Lendecke
2008-01-22
1
-2
/
+1
*
|
Fix get_ea_names_from_file for many EAs
Volker Lendecke
2008-01-22
1
-1
/
+1
*
|
Fix a segfault
Volker Lendecke
2008-01-22
1
-1
/
+1
*
|
Add SMB_VFS_FS_CAPABILITIES
Volker Lendecke
2008-01-21
1
-9
/
+1
*
|
Fix some "set but never used" warnings
Volker Lendecke
2008-01-20
1
-3
/
+1
*
|
Free case_state earlier
Volker Lendecke
2008-01-20
1
-0
/
+2
*
|
Activate SMB_QUERY_FILE_STREAM_INFO
Volker Lendecke
2008-01-20
1
-5
/
+6
*
|
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
2008-01-20
1
-1
/
+2
*
|
Don't test split_ntfs_stream_name
Volker Lendecke
2008-01-20
1
-3
/
+0
*
|
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2008-01-19
2
-9
/
+11
*
|
Add streams support
Volker Lendecke
2008-01-19
4
-24
/
+454
*
|
Add "split_ntfs_stream_name()" together with a torture test
Volker Lendecke
2008-01-19
1
-0
/
+3
*
|
Add the STREAMINFO vfs call
Volker Lendecke
2008-01-19
1
-13
/
+99
*
|
Add get_ea_names_from_file to sanely list posix xattrs
Volker Lendecke
2008-01-19
1
-49
/
+142
*
|
Make get_ea_value public
Volker Lendecke
2008-01-19
1
-8
/
+15
*
|
Actually test vl's new code and make it work to fix the build farm :-).
Jeremy Allison
2008-01-18
1
-8
/
+12
*
|
Always return nlink=1 for directories
Volker Lendecke
2008-01-18
1
-7
/
+2
|
/
*
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
2008-01-17
1
-6
/
+6
*
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
2008-01-17
1
-6
/
+4
*
Rework of VFS is_offline() function to only return boolean offline/online res...
Alexander Bokovoy
2008-01-17
1
-3
/
+2
*
Add handling of [homes] and [printers] via registry shares.
Michael Adam
2008-01-16
1
-39
/
+45
*
Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...
Alexander Bokovoy
2008-01-16
1
-1
/
+30
*
Add support for offline files support, remote storage, and Async I/O force op...
Alexander Bokovoy
2008-01-16
4
-68
/
+89
*
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
2008-01-16
3
-9
/
+89
*
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
[prev]
[next]