]> git.ipfire.org Git - thirdparty/samba.git/shortlog
thirdparty/samba.git
2017-06-16  Andrew Bartlettselftest: Also wait for winbindd to start
2017-06-16  Andrew Bartlettselftest: Correctly print message when nbt is not up...
2017-06-16  Volker Lendecketevent_threads: Fix a rundown race introduced with...
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-16  Stefan MetzmacherWHATSNEW: change the default for "map untrusted to...
2017-06-16  Stefan Metzmacherdocs-xml: change the default for "map untrusted to...
2017-06-16  Stefan Metzmacherdocs-xml: document "map untrusted to domain = auto"
2017-06-16  Stefan Metzmacherdocs-xml: improve documentation of "map untrusted to...
2017-06-16  Stefan Metzmacherauth3: prepare the logic for "map untrusted to domain...
2017-06-16  Stefan Metzmacherauth3: call is_trusted_domain() as the last condition...
2017-06-15  Douglas Bagnallgitignore: ignore .gpg-* generated files (for ubuntu...
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 Bagnallldb: 1.1.31 ldb-1.1.31
2017-06-15  Douglas Bagnallldb: relatively efficient functions for finding duplica...
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  Douglas Bagnallpython/test: delete_force() passes on command line...
2017-06-15  Douglas Bagnallldb.h whitespace
2017-06-15  Douglas Bagnallldb tests/ldb_mod_op_test: don't double include cmocka.h
2017-06-15  Douglas Bagnallldb: fix a typo
2017-06-15  Douglas Bagnallldb: fix whitespace in ldb_msg.c
2017-06-15  Andreas Schneiderlibcli:smb2: Gracefully handle not supported for FSCTL_...
2017-06-15  Volker Lendeckeg_lock: open with LOCK_ORDER_3
2017-06-15  Volker Lendeckesmbd: Claim version in g_lock
2017-06-15  Volker Lendecketorture3: Test heuristic cleanup
2017-06-15  Volker Lendeckeg_lock: Heuristically check for server existence
2017-06-15  Volker Lendecketorture3: Test lock conflict and cleanup
2017-06-15  Volker Lendecketorture3: Test lock upgrade/downgrade
2017-06-15  Volker Lendeckeg_lock: Allow lock upgrade/downgrade
2017-06-15  Volker Lendecketorture3: Test g_lock_write_data
2017-06-15  Volker Lendeckeg_lock: Make g_lock_dump return a complete list of...
2017-06-15  Volker Lendeckeg_lock: Add g_lock_write_data
2017-06-15  Volker Lendeckeg_lock: Make g_lock_record_store also store userdata
2017-06-15  Volker Lendeckeg_lock: Reformat to allow userdata
2017-06-15  Volker Lendeckeg_lock: Move parsing routines together
2017-06-15  Volker Lendeckeg_lock: unparse->put
2017-06-15  Volker Lendeckeg_lock: parse->get
2017-06-15  Volker Lendeckeg_lock: Remove a pointless "else"
2017-06-15  Volker Lendeckeg_lock: Remove unused g_lock_get
2017-06-15  Volker Lendeckeg_lock: Make it endian-neutral
2017-06-15  Volker Lendeckeg_lock: More correct error msg
2017-06-15  Volker Lendecketorture3: Initial test g_lock
2017-06-15  Volker Lendeckeg_lock: Fix two typos
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  Andrew Bartlettselftest: Pass the dcerpc binding object to self.waitFo...
2017-06-14  Garming Samstream_terminate_connection: Prevent use-after-free
2017-06-14  Andrew Bartlettselftest: Add test for gss_krb5/ntlmssp -> SPNEGO
2017-06-14  Andrew Bartlettselftest: Add pygensec tests for GSS-SPNEGO and Win2000...
2017-06-14  Andrew Bartlettselftest: Add a test for @ATTRIBUTES and @INDEXLIST...
2017-06-14  Andrew Bartlettldb: Rename module -> next_module for clarity
2017-06-14  Andrew Bartlettdsdb: Correctly call ldb_module_done in dsdb_notification
2017-06-14  Stefan Metzmachertdb: add run-fcntl-deadlock test
2017-06-14  Andrew Bartlettldb_tdb: Improve logging on unique index violation
2017-06-14  Andrew Bartlettldb_tdb: Remove the idxptr DB before we re-index
2017-06-14  Andrew Bartlettldb_tdb: Check for memory allocation failure in ltdb_in...
2017-06-14  Andrew Bartlettdsdb: Provide proper errors when dsdb_schema_set_indice...
2017-06-14  Stefan Metzmacherselftest: pass the workgroup name to Samba3::provision()
2017-06-13  Stefan Metzmachertestprogs/blackbox: don't use hardcoded values in test_...
2017-06-13  Stefan Metzmachers3:script/tests: don't use hardcoded Domain Name in...
2017-06-13  Stefan Metzmacherselftest: don't use hardcoded domain names in Samba3...
2017-06-13  Stefan Metzmacherselftest: test pam_winbind with a local user on ad_member
2017-06-13  Stefan Metzmacherselftest: use "$DC_USERNAME" and "$DC_PASSWORD" for...
2017-06-13  Stefan Metzmacherpython/samba/tests: don't use hardcoded names in *pam_w...
next