summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* auth/credentials/test: convert print func to be py2/py3 compatibleNoel Power2018-03-231-5/+6
* script: convert print func to be py2/py3 compatibleNoel Power2018-03-232-7/+9
* s3/script/tests: convert print func to be py2/py3 compatibleNoel Power2018-03-231-3/+4
* selftest: convert print func to be py2/py3 compatibleNoel Power2018-03-232-19/+21
* s4/selftest: convert print func to be py2/py3 compatibleNoel Power2018-03-231-1/+2
* s4/torture/drs: convert print func to be py2/py3 compatibleNoel Power2018-03-236-56/+62
* s4/scripting: convert print func to be py2/py3 compatibleNoel Power2018-03-236-60/+66
* s4/script: convert print func to be py2/py3 compatibleNoel Power2018-03-231-4/+5
* s3/dsdb: convert print func to be py2/py3 compatibleNoel Power2018-03-2325-202/+235
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-2311-99/+126
* samba-tool: convert print func to be py2/py3 compatibleNoel Power2018-03-232-4/+6
* samba python tests: convert print func to be py2/py3 compatibleNoel Power2018-03-2311-50/+60
* Fix invocation of gnutls_aead_cipher_encrypt()Timur I. Bakeyev2018-03-231-3/+3
* selftest: Ensure tmpkpasswdscript is always under $PREFIXAndrew Bartlett2018-03-231-2/+2
* selftest: Align cleanup of tmpkpasswdscript with scripts that use itAndrew Bartlett2018-03-233-3/+3
* s3:lib: Fix probably a copy&paste error in namemap_cache_set_sid2name()Andreas Schneider2018-03-231-1/+0
* s3: smbd: always set vuid in check_user_ok()Ralph Boehme2018-03-221-0/+2
* selftest: consistently produce high-res UTC timeJamie McClymont2018-03-224-9/+12
* s4:selftest: explicitly set NSS/RESOLV_WAPPER_* in wait_for_startJamie McClymont2018-03-221-9/+15
* selftest: Clear environment before provisionJamie McClymont2018-03-221-0/+13
* s3-libnet: move rpc_join label into HAVE_ADS block with only callerAndrew Bartlett2018-03-221-1/+2
* libsmb: Use the same #ifdef for is_our_primary_domain() as the only callerAndrew Bartlett2018-03-221-1/+1
* travis-ci: Use Gold linker for faster buildsAndrew Bartlett2018-03-221-0/+4
* travis-ci: Only un-shallow for PIDLAndrew Bartlett2018-03-221-1/+3
* autobuild: Move defaulttasks to one-per-lineAndrew Bartlett2018-03-221-1/+15
* tdb: Fix a "increases alignment" warningVolker Lendecke2018-03-221-3/+4
* tdb: Align a few integer typesVolker Lendecke2018-03-221-4/+5
* tdb: Harden allocating the tdb recovery areaVolker Lendecke2018-03-221-0/+9
* tdb: Make sure the hash size fitsVolker Lendecke2018-03-221-0/+15
* Harden tdb_check_used_record against overflowVolker Lendecke2018-03-221-1/+16
* tdb: Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internalVolker Lendecke2018-03-221-5/+8
* tdb: Harden tdb_rec_readVolker Lendecke2018-03-221-0/+28
* tdbdump: Avoid an int castVolker Lendecke2018-03-221-2/+2
* s3: docs: Add documentation for "smb2" and "smb2_credits" debug classes.Jeremy Allison2018-03-221-0/+2
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-223-18/+32
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-03-221-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-2224-0/+68
* lib:param: Fix the size type in lp_do_parameter_parametric()Andreas Schneider2018-03-221-1/+1
* s3:lib: Fix size types in tldap_find_first_star()Andreas Schneider2018-03-211-1/+2
* s3:lib: Fix size types in ms_fnmatch()Andreas Schneider2018-03-211-1/+2
* s3:printing: Fix size check in get_file_version()Andreas Schneider2018-03-211-6/+18
* talloc: version 2.1.12talloc-2.1.12Stefan Metzmacher2018-03-214-1/+97
* talloc: use a library destructor instead of atexit() if availableStefan Metzmacher2018-03-211-28/+44
* talloc: Fix size type and checks in _vasprintf_tcAndreas Schneider2018-03-211-3/+8
* s3: smbd: Fruit. Make the use of dom_sid_compare_domain() much clearer.Jeremy Allison2018-03-211-2/+3
* samba-tool visualize: fix python2.6 incompatibilityBjörn Baumbach2018-03-211-1/+5
* samba-tool ldapcmp: remove duplicate takes_optiongroups attributeDouglas Bagnall2018-03-211-6/+0
* samba_dnsupdate: Introduce automatic site coverageGarming Sam2018-03-212-1/+27
* tests/samba_dnsupdate: Add a trivial test of automatic site coverageGarming Sam2018-03-212-0/+55
* tests/kcc_util: Add unit tests for automatic site coverageGarming Sam2018-03-213-1/+354