summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-01-20NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke1-1/+2
2008-01-20Don't test split_ntfs_stream_nameVolker Lendecke1-3/+0
2008-01-19Couple of minor fixes for POSIX pathname processing in theJeremy Allison2-9/+11
2008-01-19Add streams supportVolker Lendecke4-24/+454
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke1-0/+3
2008-01-19Add the STREAMINFO vfs callVolker Lendecke1-13/+99
2008-01-19Add get_ea_names_from_file to sanely list posix xattrsVolker Lendecke1-49/+142
2008-01-19Make get_ea_value publicVolker Lendecke1-8/+15
2008-01-18Actually test vl's new code and make it work to fix the build farm :-).Jeremy Allison1-8/+12
2008-01-18Always return nlink=1 for directoriesVolker Lendecke1-7/+2
2008-01-18Merge DMAPI fixes from CTDB SambaAlexander Bokovoy2-133/+78
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-6/+6
2008-01-17Remove is_remotestorage() call from VFS. We already have statvfs() there to h...Alexander Bokovoy1-6/+4
2008-01-17Rework of VFS is_offline() function to only return boolean offline/online res...Alexander Bokovoy1-3/+2
2008-01-16Add handling of [homes] and [printers] via registry shares.Michael Adam1-39/+45
2008-01-16Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy1-1/+30
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy4-68/+89
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy3-9/+89
2008-01-12Remove an unused variableVolker Lendecke1-1/+0
2008-01-12Get the inbuf on talloc_tos()Volker Lendecke1-1/+1
2008-01-12Convert OpenDir to talloc, use talloc_tos()Volker Lendecke3-76/+61
2008-01-12delete on close even prevents stat opensVolker Lendecke1-6/+6
2008-01-12There's no point in calling FLOCK on a non-existing fdVolker Lendecke1-7/+9
2008-01-11Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison1-2/+1
2008-01-11Fix CID 505 - don't copy uninitialized memory.Jeremy Allison1-0/+1
2008-01-11Fix CID 523 - wrong null deref check.Jeremy Allison1-1/+1
2008-01-11Fix a build warning.Günther Deschner1-0/+1
2008-01-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-4/+2
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison2-14/+42
2008-01-11Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE().Michael Adam1-2/+0
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam1-2/+2
2008-01-10Don't print out debug messages at level 0 if we can'tJeremy Allison1-4/+10
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam1-2/+2
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam1-3/+3
2008-01-10Make casts to (void *) explicit to remove compiler warnings.Michael Adam1-1/+2
2008-01-10Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam1-11/+9
2008-01-10Some more talloc_tos()Volker Lendecke1-5/+5
2008-01-10use talloc_tos in a few more placesVolker Lendecke6-14/+16
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison6-52/+12
2008-01-09Replace an uninitialized variableVolker Lendecke1-0/+2
2008-01-09ensure uni_name.buffer is initialisedVolker Lendecke1-0/+2
2008-01-08Fix resource leak found by coverity (CID 521).Jeremy Allison1-0/+4
2008-01-08Simplify... plus add a debug message.Jeremy Allison1-5/+5
2008-01-08Correctly identify enc/non-enc packets.Jeremy Allison1-3/+5
2008-01-08Allocate dirp->name_cache on demand onlyVolker Lendecke1-11/+10
2008-01-08Remove redundant parameter fd from SMB_VFS_AIO_CANCEL().Michael Adam1-1/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2-2/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2-2/+2
2008-01-08Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam1-1/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2-2/+2