summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* | Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke2008-01-191-49/+142
* | Make get_ea_value publicVolker Lendecke2008-01-191-8/+15
* | Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison2008-01-181-8/+12
* | Always return nlink=1 for directoriesVolker Lendecke2008-01-181-7/+2
|/
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-6/+6
* Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy2008-01-171-6/+4
* Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy2008-01-171-3/+2
* Add handling of [homes] and [printers] via registry shares.Michael Adam2008-01-161-39/+45
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-161-1/+30
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-164-68/+89
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-163-9/+89
* Remove an unused variableVolker Lendecke2008-01-121-1/+0
* Get the inbuf on talloc_tos()Volker Lendecke2008-01-121-1/+1
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-123-76/+61
* delete on close even prevents stat opensVolker Lendecke2008-01-121-6/+6
* There's no point in calling FLOCK on a non-existing fdVolker Lendecke2008-01-121-7/+9
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-111-2/+1
* Fix CID 505 - don't copy uninitialized memory.Jeremy Allison2008-01-111-0/+1
* Fix CID 523 - wrong null deref check.Jeremy Allison2008-01-111-1/+1
* Fix a build warning.Günther Deschner2008-01-111-0/+1
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-102-4/+2
|\
| * Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam2008-01-111-2/+0
| * Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-2/+2
* | Don't switch user contexts unless you have to. SavesJeremy Allison2008-01-102-14/+42
|/
* Don't print out debug messages at level 0 if we can'tJeremy Allison2008-01-101-4/+10
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-2/+2
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-3/+3
* Make casts to (void *) explicit to remove compiler warnings.Michael Adam2008-01-101-1/+2
* Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-101-11/+9
* Some more talloc_tos()Volker Lendecke2008-01-101-5/+5
* use talloc_tos in a few more placesVolker Lendecke2008-01-106-14/+16
* Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison2008-01-096-52/+12
* Replace an uninitialized variableVolker Lendecke2008-01-091-0/+2
* ensure uni_name.buffer is initialisedVolker Lendecke2008-01-091-0/+2
* Fix resource leak found by coverity (CID 521).Jeremy Allison2008-01-081-0/+4
* Simplify... plus add a debug message.Jeremy Allison2008-01-081-5/+5
* Correctly identify enc/non-enc packets.Jeremy Allison2008-01-081-3/+5
* Allocate dirp->name_cache on demand onlyVolker Lendecke2008-01-081-11/+10
* Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-082-2/+2
* Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-082-2/+2
* Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-081-1/+1
* Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-082-2/+2
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-5/+5
* Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-082-4/+3
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-072-5/+5
* Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-073-4/+4
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-072-2/+2