summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Remove "DUMP_EVENT_LIST" messageVolker Lendecke2018-02-263-55/+0
* vfs_glusterfs: Fix the wrong pointer being sent in glfs_fsync_asyncPoornima G2018-02-261-1/+1
* s3:selftest: Run the smbtorture3 TLDAP testAndreas Schneider2018-02-241-0/+3
* 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
* 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
* winbind: avoid using fstrcpy(dcname,...) in _dual_init_connectionStefan Metzmacher2018-02-231-1/+6
* winbind: cleanup winbindd_cli_state->pwent_state if winbindd_getpwent_recv() ...Stefan Metzmacher2018-02-231-0/+1
* winbind: cleanup winbindd_cli_state->grent_state if winbindd_getgrent_recv() ...Stefan Metzmacher2018-02-231-0/+4
* winbind: call lp_winbind_enum_{users,groups}() already in set{pw,gr}ent()Stefan Metzmacher2018-02-234-10/+10
* winbind: protect a pending wb_child_request against a talloc_free()Stefan Metzmacher2018-02-231-0/+29
* winbind: use tevent_queue_wait_send/recv in wb_child_request_*()Stefan Metzmacher2018-02-231-8/+23
* s3:cliconnect.c: remove useless ';'Stefan Metzmacher2018-02-221-1/+1
* s3:libsmb: allow -U"\\administrator" to workStefan Metzmacher2018-02-221-1/+6
* build: fix libceph-common detectionGünther Deschner2018-02-221-2/+4
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-222-5/+21
* winbindd: implement wb_irpc_lsa_{LookupNames4,LookupSids3}()Stefan Metzmacher2018-02-211-0/+408
* rpcclient: add lookupsids_level commandStefan Metzmacher2018-02-211-0/+93
* rpcclient: fix variable initialisation and add parenthesis to if clausesRalph Boehme2018-02-211-4/+6
* winbindd: make use of talloc_zero_array() in wb_lookupsids*()Stefan Metzmacher2018-02-211-5/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_generic()Stefan Metzmacher2018-02-211-3/+5
* s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()Stefan Metzmacher2018-02-211-3/+6
* winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher2018-02-211-1/+1
* winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher2018-02-211-1/+3
* wscript: drop checks for setnetgrent/endnetgrent/getnetgrentBjörn Jacke2018-02-212-33/+1
* s3: remove dead already commented codeBjörn Jacke2018-02-211-4/+1
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-214-5/+5
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-204-5/+10
* s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider2018-02-201-10/+15
* tldap: Dump unnecessary includesVolker Lendecke2018-02-201-2/+0
* smbspool: Improve URI handling codeAndreas Schneider2018-02-201-11/+18
* tests: Add tests for parsing LDAPv3 and LDAPv2 filter stringsAndreas Schneider2018-02-192-0/+72
* s3:tldap: Comment code for to LDAP escaping versionAndreas Schneider2018-02-191-0/+2
* s3:tldap: Fix parsing LDAPv2 escaped stringsAndreas Schneider2018-02-191-0/+2
* Remove some bashisms from the test scriptsTimur I. Bakeyev2018-02-195-10/+10
* winbind: Don't send "server_id" explicitly for DUMP_DOMAIN_LISTVolker Lendecke2018-02-162-31/+5
* winbind: Don't explicitly send "server_id" for ONLINESTATUSVolker Lendecke2018-02-152-14/+3