summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* waf: Do not install the unit test binary for krb5sambaAndreas Schneider2017-02-131-1/+2
* dbcheck-links: Test that dbcheck against one-way links does not errorGarming Sam2017-02-132-0/+25
* dbcheck: Do not regard old one-way-links as errorsAndrew Bartlett2017-02-132-10/+43
* lib/util: Remove ntstatus.h and string_wrappers.h include from samba_util.hAndrew Bartlett2017-02-111-3/+0
* debug: Do not depend on the whole of samba_util.hAndrew Bartlett2017-02-111-1/+2
* torture/ntlm_auth: do not assume a line is less than 2047 bytesBob Campbell2017-02-111-4/+9
* samba-tool: Correct handling of default value for use_ntvfs and use_xattrsAndrew Bartlett2017-02-111-7/+7
* s3/util: mvxattr, a tool to rename extended attributesRalph Boehme2017-02-105-0/+290
* lib/replace: validate xattr namespace prefix on FreeBSDRalph Boehme2017-02-101-24/+81
* vfs_fruit: cleanup metadata and resource xattr name definesRalph Boehme2017-02-101-6/+4
* vfs_fruit: correct Netatalk metadata xattr on FreeBSDRalph Boehme2017-02-101-1/+1
* messaging_dgm: avoid GCC snprintf warnings in messaging_dgm_out_createAndrew Bartlett2017-02-101-1/+4
* shadow_copy_get_shadow_copy_data: fix GCC snprintf warningDouglas Bagnall2017-02-102-2/+11
* python provision: fix indenting of doc stringDouglas Bagnall2017-02-101-1/+1
* ntlmssp: fix compilation with -O2 -fno-inlineDouglas Bagnall2017-02-101-0/+4
* getncchanges script: use library code, not copied functions.Douglas Bagnall2017-02-102-113/+41
* lib/replace tests: prevent GCC fretting over snprintf sizesDouglas Bagnall2017-02-101-3/+4
* fix blackbox_supported_features: mkdir -p its directoryDouglas Bagnall2017-02-101-0/+2
* docs/smbconf: update log level list in man pageDouglas Bagnall2017-02-101-0/+4
* selftest: show multiple arguments for --helpDouglas Bagnall2017-02-101-1/+1
* waf --test-list takes a filename argumentDouglas Bagnall2017-02-101-1/+0
* docs: Add missing spaces in man smb.conf.Karolin Seeger2017-02-091-3/+3
* s3-vfs: Only walk the directory once in open_and_sort_dir()Andreas Schneider2017-02-091-24/+39
* Move pthreadpool to top of the tree.Matthieu Patou2017-02-0916-14/+17
* wafsamba: Remove 2010 comments that seems not accurate anymoreMatthieu Patou2017-02-091-2/+0
* wafsamba: Move command line option function labelled as 'samba3' to the commo...Matthieu Patou2017-02-092-29/+29
* Switch on the sortedLinks Flag on new databasesAndrew Bartlett2017-02-091-0/+1
* replmd: check for the sortedLinks feature flagAndrew Bartlett2017-02-093-2/+26
* dsdb: Honour @SAMBA_FEATURES_SUPPORTED flag in @IDXATTRAndrew Bartlett2017-02-091-19/+57
* schema: Set flag into @INDEXLIST to indicate we support feature flagsAndrew Bartlett2017-02-093-1/+14
* samba_dsdb: Use and maintain compatibleFeatures and requiredFeatures in @SAMB...Andrew Bartlett2017-02-094-2/+169
* repl_md: get links in sorted order in replmd_add_fix_laDouglas Bagnall2017-02-091-39/+38
* replmd: treat a zero GUID as not present in get_parsed_dnsDouglas Bagnall2017-02-091-1/+2
* replmd: keep links sorted in replmd_process_linked_attributeDouglas Bagnall2017-02-091-2/+31
* replmd linked_attributes: maintain sorted links in replaceDouglas Bagnall2017-02-091-102/+145
* replmd linked attributes: use really_parse_trusted_dn everywhereDouglas Bagnall2017-02-091-22/+8
* replmd: simplify and optimise replmd_modify_la_deleteDouglas Bagnall2017-02-091-124/+129
* replmd: rearrange nothing-to-delete logicDouglas Bagnall2017-02-091-7/+6
* repl_meta_data: linked attributes use DRS sort orderAndrew Bartlett2017-02-091-2/+26
* replmd: rework replmd_modify_la_add to merge efficientlyDouglas Bagnall2017-02-091-43/+114
* replmd linked attrs: fully parse dn for upgrade checkAndrew Bartlett2017-02-091-3/+22
* replmd linked attributes: lazy parsing for trusted DNsAndrew Bartlett2017-02-091-2/+75
* replmd: Add placeholder sorted_links to struct replmd_privateAndrew Bartlett2017-02-091-0/+1
* replmd: replmd_check_upgrade_links() needs to first parses DNsDouglas Bagnall2017-02-091-6/+23
* replmd: parsed_dn_find() finds insertion point as well as exact hitDouglas Bagnall2017-02-091-31/+201
* binsearch: make BINARY_ARRAY_SEARCH_GTE compare against a pointerDouglas Bagnall2017-02-093-6/+11
* binsearch: clarify variable name in greater-than-or-equal searchDouglas Bagnall2017-02-091-7/+7
* replmd: fix variable names in replmd_check_upgrade_linksDouglas Bagnall2017-02-091-6/+4
* replmd: replmd_check_upgrade_links() only checks the first DNDouglas Bagnall2017-02-091-4/+21
* replmd: pass replmd_private down to replmd_add_backlink()Andrew Bartlett2017-02-091-24/+73