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