summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.9.0rc4 release.samba-4.9.0rc4Karolin Seeger2018-08-291-1/+1
* WHATSNEW: Add changes since RC3.Karolin Seeger2018-08-291-1/+32
* WHATSNEW: More CTDB updates for 4.9Martin Schwenke2018-08-281-0/+25
* ctdb-tests: Check that no IPs are assigned when failover is disabledMartin Schwenke2018-08-282-1/+31
* ctdb-tests: Add an extra conf loading test caseMartin Schwenke2018-08-281-0/+20
* ctdb-doc: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-282-0/+2
* ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-2810-26/+54
* ctdb-config: Integrate failover options into conf-toolMartin Schwenke2018-08-284-0/+29
* ctdb-failover: Add failover configuration optionsMartin Schwenke2018-08-283-0/+88
* ctdb-tests: Drop DisableIPFailover simple testMartin Schwenke2018-08-281-28/+1
* ctdb-daemon: Pass DisableIPFailover tunable via environment variableMartin Schwenke2018-08-283-4/+14
* ctdb-common: Allow boolean configuration values to have yes/no valuesMartin Schwenke2018-08-281-2/+2
* ctdb-doc: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-282-1/+2
* ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-2813-20/+52
* ctdb-doc: Add support for migrating tunables to ctdb.conf optionsMartin Schwenke2018-08-281-1/+44
* ctdb-doc: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-282-1/+3
* ctdb-config: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-288-13/+13
* ctdb-doc: Handle boolean options in config migration more carefullyMartin Schwenke2018-08-281-25/+31
* ctdb-doc: Make config migration script notice removed CTDB_BASE optionMartin Schwenke2018-08-282-0/+3
* ctdb-common: Fix aliasing issue in IPv6 checksumMartin Schwenke2018-08-281-4/+8
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-281-0/+5
* torture: Demonstrate the invalid lock order panicVolker Lendecke2018-08-231-0/+89
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-231-8/+16
* python: Fix print in dns_invalid.pyAndreas Schneider2018-08-231-1/+1
* wafsamba/samba_abi: always hide ABI symbols which must be localAlexander Bokovoy2018-08-232-4/+20
* selftest: Load time_audit and full_audit modules for all testsChristof Schmitt2018-08-231-6/+6
* s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_rea...Ralph Wuerthner2018-08-231-9/+3
* s3:libads: Free addr before we free the contextAndreas Schneider2018-08-231-1/+1
* s3:winbind: Fix memory leak in nss_init()Andreas Schneider2018-08-231-8/+18
* s3:registry: Fix possible memory leak in _reg_perfcount_multi_sz_from_tdb()Andreas Schneider2018-08-231-4/+11
* s3:libads: Fix memory leaks in ads_krb5_chg_password()Andreas Schneider2018-08-231-0/+2
* s3:client: Avoid a possible fd leak in do_get()Andreas Schneider2018-08-231-0/+7
* s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider2018-08-231-8/+16
* s3:utils: Do not leak memory in new_user()Andreas Schneider2018-08-231-3/+7
* s3:utils: Do not overflow the destination buffer in net_idmap_restore()Andreas Schneider2018-08-231-2/+2
* s3:passdb: Don't leak memory on error in fetch_ldap_pw()Andreas Schneider2018-08-231-0/+4
* wbinfo: Free memory when we leave wbinfo_dsgetdcname()Andreas Schneider2018-08-231-0/+3
* netcmd: Fix --kerberos=yes and --no-secrets domain backupsTim Beale2018-08-231-7/+16
* netcmd: Delete unnecessary functionTim Beale2018-08-231-10/+9
* netcmd: Fix kerberos option for domain backupsTim Beale2018-08-231-4/+0
* netcmd: domain backup didn't support prompting for passwordTim Beale2018-08-231-9/+10
* netcmd: Improve domain backup targetdir checksTim Beale2018-08-231-9/+12
* VERSION: Bump version up to 4.9.0rc4...Karolin Seeger2018-08-151-2/+2
* VERISON: Disable GIT_SNAPSHOT for 4.9.0rc3 release.samba-4.9.0rc3Karolin Seeger2018-08-151-1/+1
* WHATSNEW: Add release notes for Samba 4.9.0rc3.Karolin Seeger2018-08-151-1/+60
* libsmb: Fix CID 1438243 Unchecked return valueVolker Lendecke2018-08-141-1/+8
* libsmb: Fix CID 1438244 Unsigned compared against 0Volker Lendecke2018-08-141-4/+0
* smbd: Fix CID 1438245 Dereference before null checkVolker Lendecke2018-08-141-1/+1
* smbd: Fix CID 1438246 Unchecked return valueVolker Lendecke2018-08-141-1/+10
* smbd: Align integer typesVolker Lendecke2018-08-141-1/+1