summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Fix chached user group lookup of trusted domains.Michael Adam2015-03-091-0/+11
* winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke2015-03-078-21/+27
* winbind: Fix CID 1273294 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+1
* winbind: Fix CID 1273295 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+2
* winbind: Slightly simplify wb_sids2xidsVolker Lendecke2015-02-271-7/+8
* winbind: Simplify winbindd_dsgetdcname_recvVolker Lendecke2015-02-271-5/+5
* winbind: Fix idmap initializationVolker Lendecke2015-01-221-6/+8
* Add a script-only idmap module.Richard Sharpe2015-01-082-0/+402
* winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt2015-01-061-0/+8
* s3:winbindd: improve logic to use CLDAP for a given domain.Stefan Metzmacher2015-01-051-1/+9
* s3:winbindd: mark our primary as active_directory if possibleStefan Metzmacher2015-01-051-0/+9
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2014-12-231-0/+10
* s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()Stefan Metzmacher2014-12-191-17/+40
* s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds_with_creds()Stefan Metzmacher2014-12-191-23/+9
* s3:winbindd: we only need a an netlogon connection to a rwdc if we're a rodc ...Stefan Metzmacher2014-12-191-2/+2
* s3:winbindd: make sure we try to use NCACN_IP_TCP in cm_connect_netlogonStefan Metzmacher2014-12-191-0/+5
* s3:winbindd: use find_domain_from_name_noinit() in winbindd_ping_dc_send()Stefan Metzmacher2014-12-191-1/+1
* s3:winbindd: report our own name for PING_DC and internal domainsStefan Metzmacher2014-12-191-0/+22
* s3:winbindd: try to use the trust account with kerberos if possibleStefan Metzmacher2014-12-181-7/+19
* s3:winbindd: fix anon fallback in cm_prepare_connection()Stefan Metzmacher2014-12-181-18/+1
* s3:winbindd: also try to fallback to anonymous if we get NT_STATUS_INVALID_AC...Stefan Metzmacher2014-12-181-0/+1
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-071-2/+3
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* pdb: Increase version number to fix ABIGarming Sam2014-12-031-1/+1
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-031-14/+2
* s3:winbindd: make use of talloc_string_sub2() in generate_krb5_ccache()Stefan Metzmacher2014-11-251-1/+14
* s3:winbindd: avoid invalid pointer type warningsStefan Metzmacher2014-11-253-3/+11
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* winbindd_cache: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-13/+48
* winbindd: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-1/+8
* idmap_autorid: don't leak state_path onto talloc tosDavid Disseldorp2014-11-031-1/+9
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-24/+3
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-2/+2
* s3-winbindd: use cli_rpc_pipe_open_with_creds()Andrew Bartlett2014-10-171-39/+22
* s3-winbindd: Use own machine account to connect to trusted domains as wellAndrew Bartlett2014-10-171-6/+11
* s3-winbindd: use a cli_credentials structure to hold the trust credentialsStefan Metzmacher2014-10-171-207/+395
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-081-7/+47
* s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2014-10-081-11/+13
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-081-2/+2
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-10-081-1/+1
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-087-20/+21
* winbindd: Do not overwrite domain list with conflicting info from a trusted d...Andrew Bartlett2014-10-061-0/+75
* windbindd: Make cm_connect_lsa_tcp staticChristof Schmitt2014-10-042-6/+3
* s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt2014-10-042-12/+6
* s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.cChristof Schmitt2014-10-041-1/+0
* winbind3: Fix pwent variable substitutionJustin Maggard2014-10-031-1/+1
* idmap_rfc2307: Remove unsed parameter and variableChristof Schmitt2014-10-011-8/+5
* idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt2014-10-011-0/+1
* winbindd: Do not make anonymous connections by defaultAndrew Bartlett2014-09-301-0/+29