summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4: torture: kernel oplocks. Add smb2.kernel-oplocks.kernel_oplocks8Jeremy Allison2017-11-111-0/+236
* s4: torture: kernel_oplocks. Create a regression test case for bug #13058.Jeremy Allison2017-11-101-0/+117
* python: Port ntvfs posix bindings to Python 3 compatible formLumir Balhar2017-11-084-33/+60
* librpc/idl: rename NFS4 ACL xattr name defineRalph Boehme2017-11-081-2/+2
* selftest: split out failing owner related subtest from samba3.raw.acls.create...Ralph Boehme2017-11-081-0/+72
* s4: torture: Add smb2 FIND_and_set_DOC test case.Ralph Wuerthner2017-11-051-0/+66
* s4-smbtorture: Show that the KDC provides no protection from CVE-2017-11103Andrew Bartlett2017-11-021-10/+99
* s4-smbtorture: Add test krb5.kdc to prove fix for CVE-2017-11103Andrew Bartlett2017-11-021-2/+169
* s4-torture: remove obsolete comment in libsmbclient torture suite.Günther Deschner2017-10-301-2/+0
* repl_meta_data: Initialise parent_dn to NULLAndrew Bartlett2017-10-301-1/+1
* repl_meta_data: Explain that we do not truncate the DN at presentAndrew Bartlett2017-10-301-1/+10
* repl_meta_data: Use replmd_make_prefix_child_dn() in replmd_conflict_dn()Andrew Bartlett2017-10-301-39/+13
* repl_meta_data: Split replmd_make_deleted_child_dn() into a helper functionAndrew Bartlett2017-10-301-7/+62
* repl_meta_data: Move creation of deleted DN into helper: replmd_make_deleted_...Andrew Bartlett2017-10-301-60/+90
* repl_meta_data: Avoid printf() and use binary direct RDN creation for deleted...Andrew Bartlett2017-10-301-6/+58
* samba: Fix CID 1420179 Code maintainability issues UNUSED_VALUEVolker Lendecke2017-10-271-1/+0
* samba: Fix CID 1420180 Null pointer dereferencesVolker Lendecke2017-10-271-1/+1
* s4:pyparam: Fix resource leaks on errorAndreas Schneider2017-10-271-0/+6
* s4:torture: Avoid useless strdup in libsmbclient testAndreas Schneider2017-10-271-2/+2
* s4:kdc: Pass down the task to get access to model_ops for kpasswd serverAndreas Schneider2017-10-271-3/+2
* linked attribute tests: correct add_all_at_once testDouglas Bagnall2017-10-261-8/+5
* linked_attribute tests: helper assert function for expected LdbErrorDouglas Bagnall2017-10-261-20/+29
* replmd: use check_parsed_dn_duplicates() more widelyDouglas Bagnall2017-10-261-11/+10
* linked attribute tests: fix logic for add testDouglas Bagnall2017-10-261-0/+2
* linked attribute tests: ensure duplicate deletes failDouglas Bagnall2017-10-261-0/+5
* replmd: check for duplicate values in MOD_REPLACE caseDouglas Bagnall2017-10-261-0/+37
* linked attribute tests: test against duplicates in replaceDouglas Bagnall2017-10-261-0/+10
* s4:scripting: Fix ntstatus_gen.h generation on 32bitAndreas Schneider2017-10-251-1/+1
* python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar2017-10-233-12/+26
* xattr.idl: Don't generate an interface tableVolker Lendecke2017-10-221-1/+0
* nfs4acls: Don't generate an interface table for nfs4acls.idlVolker Lendecke2017-10-221-1/+0
* selftest: Print link meta-data when developer debugging is usedTim Beale2017-10-201-3/+15
* replmd: Remove unnecessary replmd_build_la_val() paramTim Beale2017-10-201-7/+8
* replmd: Get rid of duplicated replmd_build_la_val() codeTim Beale2017-10-201-70/+7
* replmd: Fix RMD_VERSION inital value to match WindowsTim Beale2017-10-201-2/+5
* replmd: Remove static values passed to replmd_build_la_val()Tim Beale2017-10-201-8/+7
* selftest: Add test for initial link attribute RMD_VERSION valueTim Beale2017-10-201-5/+32
* replmd: Small refactor to replmd_check_singleval_la_conflict()Tim Beale2017-10-201-15/+21
* replmd: Change replmd_check_singleval_la_conflict() logic flowTim Beale2017-10-201-27/+27
* replmd: Move link conflict handling into separate functionTim Beale2017-10-201-53/+108
* replmd: Handle single-valued conflicts for an existing linkTim Beale2017-10-202-12/+13
* replmd: Mark link conflicts as inactive correctlyTim Beale2017-10-201-4/+22
* replmd: Use replmd_set_la_val() when adding new linksTim Beale2017-10-201-20/+19
* replmd: Fix talloc inconsistency in replmd_set_la_val()Tim Beale2017-10-201-1/+1
* replmd: Make replmd_set_la_val() closer to replmd_build_la_val()Tim Beale2017-10-201-2/+5
* replmd: Handle conflicts for single-valued link attributes betterTim Beale2017-10-201-7/+82
* replmd: Partial fix for single-valued link conflictTim Beale2017-10-202-6/+75
* selftest: Add conflict test where the single-valued link already existsTim Beale2017-10-201-0/+59
* selftest: Add test for deleted single-valued link conflictTim Beale2017-10-201-0/+104
* selftest: Make sure single-link conflict retains the deleted linkTim Beale2017-10-201-2/+47