ctdb-recovery: Delete empty records during recovery
[sfrench/samba-autobuild/.git] / source4 /
2017-06-16 Andrew Bartlettdsdb: Add comment explaining requirements on DSDB_EXTEN...
2017-06-16 Andrew Bartlettdsdb: Do not prevent searches for @ATTRIBUTES because...
2017-06-16 Andrew Bartlettdsdb: Do not run dsdb_replace() on the calculated diffe...
2017-06-16 Andrew Bartlettselftest: Fix failure message in dsdb_schema_info
2017-06-16 Stefan Metzmachers4:gensec_gssapi: fix CID 1409781: Possible Control...
2017-06-16 Andrew Bartlettdsdb: Remember the last ACL we read during a search...
2017-06-16 Andrew Bartlettdsdb: Cache the result of checking the parent ACL
2017-06-15 Douglas Bagnallrepl_meta_data: single valued error codes depend on...
2017-06-15 Douglas Bagnallreplmd: special-case member return value in replmd_add_...
2017-06-15 Douglas Bagnallreplmd: check duplicate linked attributes
2017-06-15 Garming Samreplmd: check single values in replmd_add_fix_la
2017-06-15 Douglas Bagnalldsdb/tests/ldap: test single valued linked attributes
2017-06-15 Douglas Bagnalls4/linked_attribute tests: test duplicate values
2017-06-15 Douglas Bagnalldsdb/tests/ldap: multivalued attributes
2017-06-15 Stefan Metzmachers4:ldap_server: implement async BindSASL
2017-06-15 Stefan Metzmachers4:ldap_server: set result = LDAP_SUCCESS at the end...
2017-06-15 Stefan Metzmachers4:ldap_server: avoid using talloc_reference()
2017-06-15 Stefan Metzmachers4:ldap_server: remove useless NT_STATUS_IS_OK(status...
2017-06-15 Stefan Metzmachers4:ldap_server: remove useless indentation level arroun...
2017-06-15 Stefan Metzmachers4:ldap_server: remove useless indentation level arroun...
2017-06-15 Stefan Metzmachers4:ldap_server: make the gensec_create_tstream() error...
2017-06-15 Stefan Metzmachers4:ldap_server: only touch conn->session_info on succes...
2017-06-15 Stefan Metzmachers4:ldap_server: terminate the connection if talloc_refe...
2017-06-15 Stefan Metzmachers4:ldap_server: remove pointless (result != LDAP_SUCCES...
2017-06-15 Stefan Metzmachers4:ldap_server: do the transport validation before...
2017-06-15 Stefan Metzmachers4:ldap_server: use talloc_zero for ldapsrv_sasl_postpr...
2017-06-15 Stefan Metzmachers4:ldap_server: drop the connection if we fail to alloc...
2017-06-15 Stefan Metzmachers4:ldap_server: only set *resp->SASL.secblob = output...
2017-06-15 Stefan Metzmachers4:ldap_server: remove indentation level for the valid...
2017-06-15 Stefan Metzmachers4:ldap_server: make sure we destroy the gensec context...
2017-06-15 Stefan Metzmachers4:ldap_server: avoid pointless check arround LDAP_INVA...
2017-06-15 Stefan Metzmachers4:ldap_server: move invalid credential handling before...
2017-06-15 Stefan Metzmachers4:ldap_server: remove an useless indentation level...
2017-06-15 Stefan Metzmachers4:ldap_server: always allocate resp->SASL.secblob
2017-06-15 Stefan Metzmachers4:ldap_server: add use goto do_reply; to make the...
2017-06-15 Stefan Metzmachers4:auth: make authenticate_ldap_simple_bind*() use...
2017-06-15 Stefan Metzmachers4:ldap_server: implement async BindSimple
2017-06-15 Stefan Metzmachers4:auth: add authenticate_ldap_simple_bind_send/recv
2017-06-15 Stefan Metzmachers4:ldap_server: improve ldapsrv_UnbindRequest implement...
2017-06-15 Stefan Metzmachers4:ldap_server: add call->wait_send/recv infrastructure
2017-06-15 Stefan Metzmachers4:ldap_server: don't log Unbind and Abandon requests.
2017-06-15 Stefan Metzmachers4:ldap_server: introduce a ldapsrv_call_destructor()
2017-06-15 Stefan Metzmachers4:ldap_server: use talloc_zero() in ldapsrv_init_reply()
2017-06-15 Stefan Metzmachers4:auth/gensec: let GENSEC_FEATURE_SESSION_KEY result...
2017-06-15 Garming Samrepl: Set GET_ALL_GROUP_MEMBERSHIP flag in the drepl...
2017-06-14 Andrew Bartlettdsdb: Improve debug messages
2017-06-14 Andrew Bartlettdsdb: Ensure replication of renames works in schema...
2017-06-14 Garming Samstream_terminate_connection: Prevent use-after-free
2017-06-14 Andrew Bartlettselftest: Add a test for @ATTRIBUTES and @INDEXLIST...
2017-06-14 Andrew Bartlettdsdb: Correctly call ldb_module_done in dsdb_notification
2017-06-14 Andrew Bartlettdsdb: Provide proper errors when dsdb_schema_set_indice...
2017-06-13 Gary Lockyerstrerror_r: provide XSI-compliant strerror_r
2017-06-13 Volker Lendeckepassword_hash: Fix the build on FreeBSD
2017-06-10 Andrew Bartlettselftest: Test join.py and confirm that the DNS record...
2017-06-10 Andrew Bartlettsamba_dnsupdate: fix "samba-tool" fallback error handling
2017-06-10 Andrew Bartlettsamba_dnsupdate: Extend possible server list to all...
2017-06-10 Andrew Bartlettdns_server: clobber MNAME in the SOA
2017-06-10 Andrew Bartlettselftest: run dns tests in multiple envs
2017-06-10 Andrew Bartlettsamba_dnsupate: Try to get ticket to the SOA, not the...
2017-06-10 Andrew Bartlettsamba_dnsupdate: Make nsupdate use the server given...
2017-06-10 Andrew Bartlettpydsdb_dns: Allow the partition DN to be specified...
2017-06-10 Andrew Bartlettpydsdb_dns: Use TypeError not LdbError for mismatched...
2017-06-10 Andrew Bartlettpydns: Also return the DN of the LDB object when findin...
2017-06-10 Andrew Bartlettpydns: Fix leak of talloc_stackframe() in python bindings
2017-06-10 Andrew Bartlettsamba_dnsupdate: Ensure we only force "server" under...
2017-06-10 Andrew Bartlettdsdb: Improve error messages when dsdb_set_schema_from_...
2017-06-09 Stefan Metzmachers4:rpc_server: Do some checks of LogonSamLogon flags
2017-06-07 Garming Samselftest/rodc: Do not run in single mode, this causes...
2017-06-01 Andreas Schneiders4:torture: Fix comparison between pointer and zero...
2017-06-01 Gary Lockyerpassword_hash: conditional compilation for crypt_r
2017-06-01 Garming Samdnsserver: Stop dns_name_equal doing OOB read
2017-06-01 Andreas Schneidermit_samba: Fix the MIT KDC build with the latest changes
2017-05-31 Andrew Bartlettdsdb: Use ldb_handle_use_global_event_context for rootd...
2017-05-31 Andrew Bartlettschema: Use ldb_schema_set_override_indexlist for faste...
2017-05-30 Stefan Metzmachers4:lib/com: remove unused pycom binding
2017-05-30 Stefan Metzmachers4:librpc: restore inhibit_timeout_processing = true...
2017-05-30 Stefan MetzmacherRevert "s4:librpc: simplify dcerpc_connect_timeout_hand...
2017-05-30 Stefan Metzmachers4:auth: use talloc_reparent() in samba_server_gensec_k...
2017-05-30 Garming Samtests/rodc: Check that new passwords trigger wiping...
2017-05-30 Garming Samgetncchanges: Do not filter EXOPs using highwatermark
2017-05-30 Garming Samrpc_server: Move SID helpers into common
2017-05-30 Garming Samnetlogon: Add necessary security checks for SendToSam
2017-05-30 Garming Samtests/rodc: Check SID restriction for SendToSam
2017-05-30 Garming Samtests/rodc: Add password lockout tests with RODC-auth...
2017-05-30 Garming Samnetlogon: Implement SendToSam along with its winbind...
2017-05-30 Garming Samkdc: Send bad password via NETLOGON in RODC
2017-05-30 Garming Samhdb: Dupe a copy of repl secrets into the KDC
2017-05-30 Garming Samauth_sam: Make auth_sam_trigger_repl_secret more generic
2017-05-30 Garming Samrodc: Set non-authoritative for RODC bad passwords
2017-05-30 Garming Samtests/rodc: Test for NTLM wrong password forwarding
2017-05-30 Garming Samauth_winbind: Allow badPwdCount to be set to 0 with...
2017-05-30 Garming Samauth4: Add authoritative flag to check_password
2017-05-30 Garming Samtests/password_lockout: Remove unused users from base
2017-05-28 Ralph Boehmes4/torture: add a leases test with stat open
2017-05-28 Ralph Boehmes4/torture: test for bug 12798
2017-05-26 Andreas Schneiderpython: Create the kdc.conf in the Samba private directory
2017-05-25 Gary Lockyerlibnet join: Fix error handling on provision_store_self...
2017-05-25 Gary Lockyersource4/provision: fix talloc_steal on unallocated...
2017-05-25 Gary Lockyertests net_join: use private secrets database.
2017-05-25 Gary Lockyerauth_log: Add test that execises the SamLogon python...
next