s4:auth_winbind: fix error checking in winbind_check_password()
[sfrench/samba-autobuild/.git] / source4 /
2017-06-27 Stefan Metzmachers4:auth_winbind: fix error checking in winbind_check_pa...
2017-06-27 Stefan Metzmachers4:password_hash: make use of smb_krb5_salt_principal...
2017-06-27 Andrew Bartletts4-netlogon: Escape user-supplied computer name in...
2017-06-27 Andrew Bartletts4-netlogon: Provide logs for machine account success...
2017-06-27 Andrew Bartlettsmbtorture: Add more tests around NETLOGON challenge...
2017-06-26 Stefan Metzmachers4:dsdb/samdb: pass an existing 'struct ldb_context...
2017-06-26 Stefan Metzmachers4:dsdb/samdb: pass an existing 'struct ldb_context...
2017-06-26 Stefan Metzmachers4:auth/unix_token: remove unused tevent_context from...
2017-06-26 Stefan Metzmachers4:auth/unix_token: remove unused tevent_context from...
2017-06-23 Volker Lendeckelib: Give util_paths.c its own header
2017-06-23 Andreas Schneiders4:torture: Do not segfault in torture_rpc_spoolss_prin...
2017-06-23 Douglas Bagnalladd provision performance tests
2017-06-23 Douglas Bagnallperftest: add a new medley test
2017-06-22 Andrew Bartlettdsdb: Rework schema_init module to always use valid...
2017-06-22 Garming Samdnsserver/common: Use cached dnsHostName to reduce...
2017-06-22 Garming Samdsdb: Add a samdb_dns_host_name which avoids searching
2017-06-22 Gary Lockyers4/dcerpc_netlogon: Logging for dcesrv_netr_LogonGetDom...
2017-06-22 Gary Lockyerpycredentials: add function to return the netr_Authenti...
2017-06-22 Gary Lockyerlsa.String: add String constructor, str and repr
2017-06-22 Gary LockyerTests lsa.String: add String constructor, str and repr
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: make the additional gensec_upd...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: add early returns to sesssetup...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: make the first round to gensec...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: move gensec_update_ev() out...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: move session_setup_spnego_rest...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: split out session_setup_spnego...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: move chosen_oid to state-...
2017-06-17 Stefan Metzmachers4:libcli/smb_composite: simplify gensec_update_ev...
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
next