summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
* Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison2008-01-241-3/+9
* Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison2008-01-241-3/+35
* Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison2008-01-241-6/+10
* Add debug messages to trace this if needed.Jeremy Allison2008-01-241-0/+14
* The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison2008-01-241-9/+4
* First part of fix for bug #4929 - worked out by jmcd.Jeremy Allison2008-01-241-80/+29
* read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-23/+6
* strtok -> strtok_rVolker Lendecke2008-01-232-6/+11
* Remove two unused variablesVolker Lendecke2008-01-231-1/+0
* Get Samba version or capability information from WindowsCorinna Vinschen2008-01-221-1/+3
* Move samba_extended_info_version to smbd/trans2.cVolker Lendecke2008-01-221-0/+32
* Get Samba version or capability information from WindowsCorinna Vinschen2008-01-221-0/+7
* Hide streams from the EA APIVolker Lendecke2008-01-221-2/+6
* Fix a ton of IBM checker uninitialized variable warningsVolker Lendecke2008-01-221-2/+1
* Fix get_ea_names_from_file for many EAsVolker Lendecke2008-01-221-1/+1
* Fix a segfaultVolker Lendecke2008-01-221-1/+1
* Add SMB_VFS_FS_CAPABILITIESVolker Lendecke2008-01-211-9/+1
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-3/+1
* Free case_state earlierVolker Lendecke2008-01-201-0/+2
* Activate SMB_QUERY_FILE_STREAM_INFOVolker Lendecke2008-01-201-5/+6
* NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"Volker Lendecke2008-01-201-1/+2
* Don't test split_ntfs_stream_nameVolker Lendecke2008-01-201-3/+0
* Couple of minor fixes for POSIX pathname processing in theJeremy Allison2008-01-192-9/+11
* Add streams supportVolker Lendecke2008-01-194-24/+454
* Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke2008-01-191-0/+3
* Add the STREAMINFO vfs callVolker Lendecke2008-01-191-13/+99
* 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