summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-16torture: skip FSCTL_SRV_ENUM_SNAPS test when not supportedDavid Disseldorp2-1/+6
2013-01-16selftest: enable samba3.smb2.ioctl tests against s3fsDavid Disseldorp1-7/+2
2013-01-16smb2_ioctl: remove ioctl error response assumptionsDavid Disseldorp3-20/+149
2013-01-16smb2_ioctl: add support for FSCTL_SRV_COPYCHUNKDavid Disseldorp1-4/+231
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp9-3/+411
2013-01-16smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY supportDavid Disseldorp3-2/+49
2013-01-16smb2_ioctl: split ioctl handler code on device typeDavid Disseldorp9-355/+686
2013-01-16smb2_ioctl: split ioctl handlers into separate funtionsDavid Disseldorp1-154/+173
2013-01-16build(waf): fix the abi_match for the pdb libraryMichael Adam1-1/+1
2013-01-16s4-torture: add ndr64 spoolss openprinterex to ndr test.Günther Deschner1-0/+28
2013-01-16s4-torture: allow to do ndr tests with flags, not only ndr_flags.Günther Deschner2-3/+14
2013-01-16spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner8-43/+42
2013-01-15test: dbwrap_tool requires --persistent for the registry nowVolker Lendecke2-2/+2
2013-01-15docs: document the "--persistent" option in dbwrap_tool(1)Michael Adam1-5/+13
2013-01-15s3:dbwrap_tool: add --persistent switch and mode for non-persistent DBsMichael Adam1-12/+45
2013-01-15dbwrap: add dbwrap_is_persistent()Michael Adam2-0/+6
2013-01-15docs: document the command line options in dbwrap_tool(1)Michael Adam1-3/+7
2013-01-15docs: use the popt.common.samba.client entity in samba-tool(8)Michael Adam1-27/+1
2013-01-15docs: use the entities popt.common.samba.server and stdarg.help in samba(8)Michael Adam1-31/+2
2013-01-15docs: add popt.common.samba.server and popt.common.samba.client entitiesMichael Adam1-0/+11
2013-01-15docs: fix the stdarg.configfile entity to print a "=" sign after the long optionMichael Adam1-1/+1
2013-01-15docs: use the stdarg.option entity in the popt.common.samba entityMichael Adam1-0/+1
2013-01-15docs: add an entity stdarg.option for the "--option" command line parameterMichael Adam1-0/+12
2013-01-15wafsamba: use additional xml catalog file (bug #9512)Björn Baumbach1-1/+2
2013-01-15smb.conf(5): client min protocol: add hint at list of available protocolsBjörn Baumbach2-10/+13
2013-01-15smb.conf(5): server min protocol: add hint at list of available protocolsBjörn Baumbach1-7/+10
2013-01-15build(waf)-libreplace: remove redundant check for flistea functionBjörn Baumbach1-1/+1
2013-01-15ntlm_auth(1): fix many format issues and and make examples visibleBjörn Baumbach1-87/+108
2013-01-15build(waf): docs-xml: build new dbwrap_tool.8 manual pageBjörn Baumbach1-0/+1
2013-01-15docs-xml: add dbwrap_tool.1 manual pageBjörn Baumbach1-0/+160
2013-01-15dsdb: Add test for modification of two attributes, one permitted, one denied ...Andrew Bartlett1-0/+15
2013-01-15dsdb-acl: Run sec_access_check_ds on each attribute proposed to modify (bug #...Andrew Bartlett1-28/+27
2013-01-15libcli/security: Ensure to fill in remaining_access for the initial case (bug...Andrew Bartlett1-0/+1
2013-01-15tevent: Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further s...Jeremy Allison1-0/+29
2013-01-15lib/replace: Include sys/ucontext.h if available.Jeremy Allison1-0/+4
2013-01-15lib/replace: Add ucontext configure autoconf checks.Jeremy Allison1-0/+13
2013-01-15lib/replace: Add ucontext configure waf checks.Jeremy Allison1-1/+10
2013-01-15lib/replace: Add missing check for sys/wait.hJeremy Allison1-1/+1
2013-01-15smbd: Fix bug 9544, part 2Volker Lendecke1-0/+80
2013-01-14smbd: Fix bug 9544, part 1Volker Lendecke1-3/+3
2013-01-14smbd: Always compile vfs_commitVolker Lendecke2-0/+2
2013-01-14configure: Fix bug 9546, aio_suspend detection on FreeBSDVolker Lendecke2-2/+2
2013-01-14Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2-11/+21
2013-01-14samr: Make use of posix_openptVolker Lendecke3-2/+6
2013-01-14samr: Split up an assignment from an if conditionVolker Lendecke1-1/+2
2013-01-14ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher1-13/+12
2013-01-12dsdb: Make linked_attributes module GUID based for renamesAndrew Bartlett1-13/+64
2013-01-12selftest: skip base.dir2 tests as they just spin on modern ext4Andrew Bartlett1-0/+1
2013-01-12s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup (bug #9555)Arvid Requate1-0/+1
2013-01-11winbind: Fix some missing NULL checksVolker Lendecke1-24/+29