summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-172-4/+4
* Fix the mess that ab just made of the new VFS code.Jeremy Allison2008-01-162-45/+43
* Merge branch 'ctdb-merge' into v3-2-testAlexander Bokovoy2008-01-164-0/+44
|\
| * Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-162-0/+37
| * Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-162-0/+7
* | Merge lsarpc.idl from samba4 and rerun make idl.Günther Deschner2008-01-161-19/+0
|/
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-161-0/+2
|\
| * Include libnet_join.h in the right places.Günther Deschner2008-01-151-0/+2
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-152-169/+4
|\|
| * Add detection for need of update to the registry db.Michael Adam2008-01-141-0/+4
| * Remove old lsa set info policy call.Günther Deschner2008-01-141-16/+0
| * Remove more redundant lsa parsing functions.Günther Deschner2008-01-141-115/+0
| * Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-141-38/+0
* | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-131-1/+1
|/
* Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-112-4/+5
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-112-4/+5
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-102-4/+5
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-102-4/+5
* Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2008-01-102-0/+35
* Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-091-0/+8
* Add the calls to make use of talloc_pools in a talloc_stackframe.Jeremy Allison2008-01-091-0/+1
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-082-4/+5
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-082-4/+5
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-082-4/+5
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-082-4/+5
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-082-4/+5
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-082-4/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-082-4/+5
* Add comment.Michael Adam2008-01-081-0/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-072-4/+6
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-072-4/+4
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-072-4/+5
* Fix wrong unused opaque macro for kernel_flock().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-072-4/+5
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-072-4/+5
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-4/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-072-4/+5
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-072-4/+6
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-072-4/+5
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-072-4/+5
* Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-072-4/+5
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-072-4/+5
* Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-062-4/+4
* Wrap lines for readability.Michael Adam2008-01-061-2/+10
* Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-062-4/+5
* Add the options smb_encrypt_level to set the requestedJeremy Allison2008-01-051-0/+7
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+1
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-042-4/+11
* Add ads_get_joinable_ous().Günther Deschner2008-01-031-0/+4