summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: version 1.3.2ldb-1.3.2Stefan Metzmacher2018-02-284-1/+284
* samba-tool: user setexpiry: Fix incorrect Example2Rowland Penny2018-02-271-1/+1
* nbt_server: Factor out packet generation for netlogon replyVolker Lendecke2018-02-271-54/+102
* nbt_server: nbtd_netlogon_getdc doesn't need "src"Volker Lendecke2018-02-271-2/+1
* nbt_server: Avoid a talloc callVolker Lendecke2018-02-271-2/+4
* nbt_server: Avoid an "else" branchVolker Lendecke2018-02-271-4/+2
* nbt_server: nbtd_netlogon_samlogon needs the dst_name, not the packetVolker Lendecke2018-02-271-8/+11
* nbt_server: nbtd_netlogon_getdc needs just the dst_nameVolker Lendecke2018-02-271-6/+8
* nbt_server: Fix a typo ("domian->domain")Volker Lendecke2018-02-271-1/+2
* nbt_server: nbtd_netlogon_samlogon needs the nbtsrv, not the intefaceVolker Lendecke2018-02-271-5/+5
* nbt_server: nbtd_netlogon_getdc needs the nbtsrv, not the interfaceVolker Lendecke2018-02-271-8/+8
* nbt_server: Centralize a consistency checkVolker Lendecke2018-02-271-8/+7
* nbt_server: Make nbtd_mailslot_netlogon_handler a bit more idiomaticVolker Lendecke2018-02-271-3/+5
* nbt_server: Factor out dgram sending from reply constructionVolker Lendecke2018-02-271-42/+76
* nbt_server: Remove a pointless assignmentVolker Lendecke2018-02-271-2/+0
* nbt_server: Remove some unused parametersVolker Lendecke2018-02-271-8/+4
* libdgram: Remove an unused parameterVolker Lendecke2018-02-274-8/+7
* libdgram: Remove an unused parameterVolker Lendecke2018-02-273-5/+4
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-2710-34/+33
* replace: Only warn if rpc/rpc.h haven't been foundAndreas Schneider2018-02-271-2/+1
* winbindd: Remove "DUMP_EVENT_LIST" messageVolker Lendecke2018-02-264-56/+1
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-02-261-1/+1
* ldb_debug tests: Fix binary data in debug logGary Lockyer2018-02-261-0/+298
* ldb_debug: Fix binary data in debug logAndrew Bartlett2018-02-261-13/+52
* Minor cleanup to libnet_join_memberSwen Schillig2018-02-241-27/+19
* tests/blackbox/smbcontrol: ping tests names ping target upon failureDouglas Bagnall2018-02-241-1/+2
* text/python/blackbox: allow optional message in ProcessErrorDouglas Bagnall2018-02-241-7/+13
* ldb tests: fix null test on incorrect variableGary Lockyer2018-02-241-2/+2
* s4:lib:com: Fix function declartionsAndreas Schneider2018-02-241-6/+19
* s3:selftest: Run the smbtorture3 TLDAP testAndreas Schneider2018-02-241-0/+3
* repl_md: avoid returning LDB_SUCCESS on failureDouglas Bagnall2018-02-241-1/+9
* tests: Authenticate again so make sure we are not locked outAndreas Schneider2018-02-241-0/+10
* selftest: Fail testsuite on unknown environmentJamie McClymont2018-02-241-2/+2
* s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support...Jeremy Allison2018-02-231-3/+6
* winbind: don't try to do an authenticated SMB connection as AD DCStefan Metzmacher2018-02-231-2/+42
* winbind: set_dc_type_and_flags() is not needed on a DCStefan Metzmacher2018-02-231-0/+18
* winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher2018-02-232-0/+34
* winbind: make sure we don't contact trusted domains via SAMR as AD DCStefan Metzmacher2018-02-231-0/+14
* winbind: let cm_connect_netlogon_transport() only work against direct trust a...Stefan Metzmacher2018-02-231-0/+11
* winbind: force the usage of schannel in cm_connect_lsa() as AD DCStefan Metzmacher2018-02-231-0/+21
* s3:smb_macros.h: add IS_AD_DC as addition to IS_DCStefan Metzmacher2018-02-231-0/+1
* dsdb/encrypted_secrets: remove dependency to libnettle and use our own aes_gc...Stefan Metzmacher2018-02-235-245/+111
* vfs_fruit: use off_t, not size_t for TM size calculationsRalph Boehme2018-02-231-7/+6
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-02-233-9/+125
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-234-14/+66
* winbind: make choose_domain_child() staticStefan Metzmacher2018-02-232-2/+1
* winbind: add locator_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-234-7/+13
* winbind: add idmap_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-235-9/+15
* winbind: improve wb_domain_request_send() to use wb_dsgetdcname_send() for a ...Stefan Metzmacher2018-02-231-18/+22
* winbind: use state->{ev,request} in wb_domain_request_send()Stefan Metzmacher2018-02-231-8/+9