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-22
Get Samba version or capability information from Windows
Corinna Vinschen
1
-0
/
+7
2008-01-22
Hide streams from the EA API
Volker Lendecke
1
-2
/
+6
2008-01-22
Fix a ton of IBM checker uninitialized variable warnings
Volker Lendecke
1
-2
/
+1
2008-01-22
Fix get_ea_names_from_file for many EAs
Volker Lendecke
1
-1
/
+1
2008-01-22
Fix a segfault
Volker Lendecke
1
-1
/
+1
2008-01-21
Add SMB_VFS_FS_CAPABILITIES
Volker Lendecke
1
-9
/
+1
2008-01-20
Fix some "set but never used" warnings
Volker Lendecke
1
-3
/
+1
2008-01-20
Free case_state earlier
Volker Lendecke
1
-0
/
+2
2008-01-20
Activate SMB_QUERY_FILE_STREAM_INFO
Volker Lendecke
1
-5
/
+6
2008-01-20
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
1
-1
/
+2
2008-01-20
Don't test split_ntfs_stream_name
Volker Lendecke
1
-3
/
+0
2008-01-19
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2
-9
/
+11
2008-01-19
Add streams support
Volker Lendecke
4
-24
/
+454
2008-01-19
Add "split_ntfs_stream_name()" together with a torture test
Volker Lendecke
1
-0
/
+3
2008-01-19
Add the STREAMINFO vfs call
Volker Lendecke
1
-13
/
+99
2008-01-19
Add get_ea_names_from_file to sanely list posix xattrs
Volker Lendecke
1
-49
/
+142
2008-01-19
Make get_ea_value public
Volker Lendecke
1
-8
/
+15
2008-01-18
Actually test vl's new code and make it work to fix the build farm :-).
Jeremy Allison
1
-8
/
+12
2008-01-18
Always return nlink=1 for directories
Volker Lendecke
1
-7
/
+2
2008-01-18
Merge DMAPI fixes from CTDB Samba
Alexander Bokovoy
2
-133
/
+78
2008-01-17
Finally enable pidl generated SAMR & NETLOGON headers and clients.
Günther Deschner
1
-6
/
+6
2008-01-17
Remove is_remotestorage() call from VFS. We already have statvfs() there to h...
Alexander Bokovoy
1
-6
/
+4
2008-01-17
Rework of VFS is_offline() function to only return boolean offline/online res...
Alexander Bokovoy
1
-3
/
+2
2008-01-16
Add handling of [homes] and [printers] via registry shares.
Michael Adam
1
-39
/
+45
2008-01-16
Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...
Alexander Bokovoy
1
-1
/
+30
2008-01-16
Add support for offline files support, remote storage, and Async I/O force op...
Alexander Bokovoy
4
-68
/
+89
2008-01-16
Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...
Alexander Bokovoy
3
-9
/
+89
2008-01-12
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-01-12
Get the inbuf on talloc_tos()
Volker Lendecke
1
-1
/
+1
2008-01-12
Convert OpenDir to talloc, use talloc_tos()
Volker Lendecke
3
-76
/
+61
2008-01-12
delete on close even prevents stat opens
Volker Lendecke
1
-6
/
+6
2008-01-12
There's no point in calling FLOCK on a non-existing fd
Volker Lendecke
1
-7
/
+9
2008-01-11
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
1
-2
/
+1
2008-01-11
Fix CID 505 - don't copy uninitialized memory.
Jeremy Allison
1
-0
/
+1
2008-01-11
Fix CID 523 - wrong null deref check.
Jeremy Allison
1
-1
/
+1
2008-01-11
Fix a build warning.
Günther Deschner
1
-0
/
+1
2008-01-10
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2
-4
/
+2
2008-01-10
Don't switch user contexts unless you have to. Saves
Jeremy Allison
2
-14
/
+42
2008-01-11
Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().
Michael Adam
1
-2
/
+0
2008-01-11
Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().
Michael Adam
1
-2
/
+2
2008-01-10
Don't print out debug messages at level 0 if we can't
Jeremy Allison
1
-4
/
+10
2008-01-10
Remove redundant parameter fd from SMB_VFS_WRITE().
Michael Adam
1
-2
/
+2
2008-01-10
Remove redundant parameter fd from SMB_VFS_READ().
Michael Adam
1
-3
/
+3
2008-01-10
Make casts to (void *) explicit to remove compiler warnings.
Michael Adam
1
-1
/
+2
2008-01-10
Correctly abstract the transfer_file mechanism with callbacks and void ptrs.
Michael Adam
1
-11
/
+9
2008-01-10
Some more talloc_tos()
Volker Lendecke
1
-5
/
+5
2008-01-10
use talloc_tos in a few more places
Volker Lendecke
6
-14
/
+16
2008-01-09
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
6
-52
/
+12
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
[prev]
[next]