summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Cope with the fact that the data blobs returned are nowJelmer Vernooij2008-10-121-4/+20
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+1
* Make use of talloc_tos()Volker Lendecke2008-10-111-2/+2
* Fix some nonempty blank linesVolker Lendecke2008-10-112-23/+23
* Fix a "nexted extern declaration" warningVolker Lendecke2008-10-111-1/+1
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-19/+7
* Remove a pointless level of indirectionVolker Lendecke2008-10-092-11/+1
* Fix a typoVolker Lendecke2008-10-091-1/+1
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-082-0/+9
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-1/+1
* Remove unused CHECK_FSP macroVolker Lendecke2008-10-081-3/+2
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-25/+26
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-033-187/+40
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-1/+1
* Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-09-301-2/+2
* Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison2008-09-261-4/+6
* Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison2008-09-261-3/+1
* Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison2008-09-241-4/+2
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-09-232-8/+8
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-4/+4
* Fix aio on FreeBSD.Timur2008-09-151-1/+16
* Fix cut and paste error in quota code.Timur2008-09-151-2/+2
* Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison2008-09-151-3/+7
* Modify a comment to make things clearer.Jeremy Allison2008-09-121-1/+3
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-3/+10
* When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison2008-09-101-1/+5
* Add some debug to reply_nttransVolker Lendecke2008-09-091-0/+11
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-082-18/+19
* smbd: some write time fixesStefan Metzmacher2008-09-081-8/+7
* Write times code update.Jeremy Allison2008-09-054-35/+82
* Slightly simplify logic: remove an else branchVolker Lendecke2008-09-011-14/+11
* Fix Coverity ID 587Volker Lendecke2008-09-011-1/+1
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-271-3/+4
* EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-08-261-2/+3
* become root for AIO operationsAndrew Tridgell2008-08-261-1/+7
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-10/+13
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-202-0/+17
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-141-0/+2
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-132-5/+13
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-1/+3
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+4
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-7/+0
* Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam2008-08-121-0/+1
* Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam2008-08-121-1/+1
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+2