summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Fix the same bug with user -> user_obj.Jeremy Allison1-1/+7
2008-01-24Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison1-3/+9
2008-01-24Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison1-3/+35
2008-01-24Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison1-6/+10
2008-01-24Add debug messages to trace this if needed.Jeremy Allison1-0/+14
2008-01-24The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison1-9/+4
2008-01-24First part of fix for bug #4929 - worked out by jmcd.Jeremy Allison1-80/+29
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke1-23/+6
2008-01-23strtok -> strtok_rVolker Lendecke2-6/+11
2008-01-23Remove two unused variablesVolker Lendecke1-1/+0
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-1/+3
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke1-0/+32
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-0/+7
2008-01-22Hide streams from the EA APIVolker Lendecke1-2/+6
2008-01-22Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke1-2/+1
2008-01-22Fix get_ea_names_from_file for many EAsVolker Lendecke1-1/+1
2008-01-22Fix a segfaultVolker Lendecke1-1/+1
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke1-9/+1
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-3/+1
2008-01-20Free case_state earlierVolker Lendecke1-0/+2
2008-01-20Activate SMB_QUERY_FILE_STREAM_INFOVolker Lendecke1-5/+6
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-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