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