summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2015-03-07winbind: Make wb_sids2xids_recv work on an arrayVolker Lendecke8-21/+27
2015-03-04winbind: Fix CID 1273294 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-03-04winbind: Fix CID 1273295 Uninitialized scalar variableVolker Lendecke1-1/+2
2015-02-27winbind: Slightly simplify wb_sids2xidsVolker Lendecke1-7/+8
2015-02-27winbind: Simplify winbindd_dsgetdcname_recvVolker Lendecke1-5/+5
2015-01-22winbind: Fix idmap initializationVolker Lendecke1-6/+8
2015-01-08Add a script-only idmap module.Richard Sharpe2-0/+402
2015-01-06winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt1-0/+8
2015-01-05s3:winbindd: improve logic to use CLDAP for a given domain.Stefan Metzmacher1-1/+9
2015-01-05s3:winbindd: mark our primary as active_directory if possibleStefan Metzmacher1-0/+9
2014-12-23winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt1-0/+10
2014-12-19s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()Stefan Metzmacher1-17/+40
2014-12-19s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds_with_creds()Stefan Metzmacher1-23/+9
2014-12-19s3:winbindd: we only need a an netlogon connection to a rwdc if we're a rodc ...Stefan Metzmacher1-2/+2
2014-12-19s3:winbindd: make sure we try to use NCACN_IP_TCP in cm_connect_netlogonStefan Metzmacher1-0/+5
2014-12-19s3:winbindd: use find_domain_from_name_noinit() in winbindd_ping_dc_send()Stefan Metzmacher1-1/+1
2014-12-19s3:winbindd: report our own name for PING_DC and internal domainsStefan Metzmacher1-0/+22
2014-12-18s3:winbindd: try to use the trust account with kerberos if possibleStefan Metzmacher1-7/+19
2014-12-18s3:winbindd: fix anon fallback in cm_prepare_connection()Stefan Metzmacher1-18/+1
2014-12-18s3:winbindd: also try to fallback to anonymous if we get NT_STATUS_INVALID_AC...Stefan Metzmacher1-0/+1
2014-12-07lib: Split out write_data[_iov]Volker Lendecke1-0/+1
2014-12-07lib: read_data->read_data_ntstatusVolker Lendecke1-2/+3
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2014-12-03pdb: Increase version number to fix ABIGarming Sam1-1/+1
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-14/+2
2014-11-25s3:winbindd: make use of talloc_string_sub2() in generate_krb5_ccache()Stefan Metzmacher1-1/+14
2014-11-25s3:winbindd: avoid invalid pointer type warningsStefan Metzmacher3-3/+11
2014-11-17samba: pass down size_t instead of int to add_string_to_array().Günther Deschner1-1/+1
2014-11-03winbindd_cache: don't leak state_path onto talloc tosDavid Disseldorp1-13/+48
2014-11-03winbindd: don't leak state_path onto talloc tosDavid Disseldorp1-1/+8
2014-11-03idmap_autorid: don't leak state_path onto talloc tosDavid Disseldorp1-1/+9
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-24/+3
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-2/+2
2014-10-17s3-winbindd: use cli_rpc_pipe_open_with_creds()Andrew Bartlett1-39/+22
2014-10-17s3-winbindd: Use own machine account to connect to trusted domains as wellAndrew Bartlett1-6/+11
2014-10-17s3-winbindd: use a cli_credentials structure to hold the trust credentialsStefan Metzmacher1-207/+395
2014-10-08s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett1-7/+47
2014-10-08s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett1-11/+13
2014-10-08s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett1-2/+2
2014-10-08s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett1-1/+1
2014-10-08s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett7-20/+21
2014-10-06winbindd: Do not overwrite domain list with conflicting info from a trusted d...Andrew Bartlett1-0/+75
2014-10-04windbindd: Make cm_connect_lsa_tcp staticChristof Schmitt2-6/+3
2014-10-04s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt2-12/+6
2014-10-04s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.cChristof Schmitt1-1/+0
2014-10-03winbind3: Fix pwent variable substitutionJustin Maggard1-1/+1
2014-10-01idmap_rfc2307: Remove unsed parameter and variableChristof Schmitt1-8/+5
2014-10-01idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt1-0/+1
2014-09-30winbindd: Do not make anonymous connections by defaultAndrew Bartlett1-0/+29
2014-09-29s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs callChristof Schmitt1-3/+30