summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-05talloc: version 2.1.7talloc-2.1.7Stefan Metzmacher4-1/+91
2016-05-05lib:talloc. Fix memory leak when destructors reparent children.Saji VR1-1/+1
2016-05-05autobuild: fix typo in autobuild success subject lineGarming Sam1-1/+1
2016-05-05vfs_fruit: add an option that allows disabling POSIX rename behaviourRalph Boehme2-1/+16
2016-05-04Correctly set cli->raw_status for libsmbclient in SMB2 codeRobin McCorkell1-1/+15
2016-05-04s3:libnet:libnet_join: add netbios aliases as SPNsRalph Boehme1-0/+60
2016-05-04s3:smbd remove todo commentsChristian Ambach2-2/+0
2016-05-04selftest: test for case insensitivity over SMB2/SMB3Christian Ambach2-0/+83
2016-05-04s3:smbd/filename remove smelly codeChristian Ambach1-28/+0
2016-05-04s3:smbd/service apply some code formattingChristian Ambach1-23/+29
2016-05-04s3:smbd/service disable case-sensitivity for SMB2/3 connectionsChristian Ambach1-1/+3
2016-05-04lib: Avoid includes.h in base64.cVolker Lendecke1-1/+1
2016-05-04lib: Give base64.c its own .hVolker Lendecke21-21/+71
2016-05-04lib: Remove SMB_ASSERT from base64_encode_data_blobVolker Lendecke1-1/+3
2016-05-04lib: Make callers of base64_encode_data_blob check for successVolker Lendecke5-13/+32
2016-05-04lib: =0 and |= is equivalent to =Volker Lendecke1-2/+1
2016-05-04lib: The base64 chars are by definition single-byte :-)Volker Lendecke1-1/+1
2016-05-04smbd: use remote arch cachingRalph Boehme2-1/+23
2016-05-04s3/lib: add remote arch cachingRalph Boehme2-0/+142
2016-05-04s3/lib: add get_remote_arch_from_str()Ralph Boehme2-0/+13
2016-05-04s3/lib: rework get_remote_arch_str() to use an arrayRalph Boehme2-47/+35
2016-05-03ldb-samba: Use ndr_pull_struct_blob_all_noallocAndrew Bartlett1-10/+4
2016-05-03libndr: Add ndr_pull_struct_blob_all_noallocAndrew Bartlett5-10/+302
2016-05-03Fix formatting issue on 32bit with _FILE_OFFSET_BITS == 64Douglas Bagnall1-3/+2
2016-05-03.gitignore: don;t accidentally ignore some filesDouglas Bagnall1-48/+48
2016-05-03autobuild: Return the last 50 log linesGarming Sam1-1/+18
2016-05-03VLV: test using restrictive expressionsDouglas Bagnall1-0/+16
2016-05-03VLV: handle empty results correctlyDouglas Bagnall2-49/+162
2016-05-03VLV: initialise struct using names for clarityDouglas Bagnall1-9/+10
2016-05-03tests/dns_forwarder: Add additional testing for no flag recursiveGarming Sam1-0/+27
2016-05-03tests/dns_forwarder: Add an extra test for inactive forwardersGarming Sam1-0/+27
2016-05-03tests/dns_forwarder: remove statically defined IPsGarming Sam2-18/+34
2016-05-03tests/dns: Add additional testing of CNAME handlingGarming Sam2-14/+78
2016-05-03tests/dns_forwarder: Add testing for DNS forwardingGarming Sam6-1/+636
2016-05-03dns: modify dns forwarder param to be multi-valuedGarming Sam3-17/+94
2016-05-03selftest: Remove an early return in the fl2003dc provisionGarming Sam1-2/+0
2016-05-03dnsserver: Remove C++ style commentGarming Sam1-1/+1
2016-05-03dns: remove double talloc for stringsGarming Sam1-4/+0
2016-05-03docs: Fix an outdated remark, tdbsam is defaultVolker Lendecke1-1/+1
2016-05-03ctdb-protocol: Return required buffer size in push functionsAmitay Isaacs8-55/+96
2016-05-03ctdb-client: Drop unnecessary discard_constAmitay Isaacs1-1/+1
2016-05-03ctdb-protocol: Use consistent names for function argumentsAmitay Isaacs4-92/+78
2016-05-03ctdb-protocol: Drop buffer allocation from protocol push functionsAmitay Isaacs8-162/+147
2016-05-03ctdb-tests: Make sure the packet length matches the allocated sizeAmitay Isaacs1-0/+8
2016-05-03ctdb-protocol: Check arguments in ctdb_allocate_pktAmitay Isaacs1-0/+4
2016-05-03ctdb-protocol: Expose function to allocate a packetAmitay Isaacs7-17/+19
2016-05-03ctdb-protocol: Fix marshalling of ctdb_reply_controlAmitay Isaacs1-3/+3
2016-05-03ctdb-protocol: Use length routines for protocol elementsAmitay Isaacs3-33/+17
2016-05-03ctdb-protocol: Add length routines for protocol elementsAmitay Isaacs4-0/+91
2016-05-03ctdb-protocol: Use ctdb_req_header marshallingAmitay Isaacs4-25/+55