summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Bug 15852. There are valid paths where conn->lsa_pipe_tcp->transport is NULL....Richard Sharpe2017-06-221-3/+5
* s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher2017-06-221-2/+1
* s3:winbind: Fix 'winbind normalize names' in wb_getpwsid()Andreas Schneider2017-06-201-3/+31
* s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()Stefan Metzmacher2017-06-092-3/+3
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-302-0/+48
* winbindd: Do not run SAM auth stack in winbind SamLogonGarming Sam2017-05-303-2/+7
* libads: Decide to have no fallback optionGarming Sam2017-05-301-0/+1
* winbindd_cm: Pass cm_open_connection the need_rw_dc flagGarming Sam2017-05-301-3/+4
* winbindd_cm: Call dcip_check_name even when fetching from cacheGarming Sam2017-05-301-26/+26
* winbindd_cm: Rename dcip_to_name to the more accurate dcip_check_nameGarming Sam2017-05-301-7/+7
* winbindd_cm: Add new parameter to getdc and find_new_dc callsGarming Sam2017-05-301-11/+20
* winbindd_cm: Add new parameter for dcip_to_nameGarming Sam2017-05-301-3/+5
* winbindd: Give winbindd_ads.c its own headerVolker Lendecke2017-05-175-7/+36
* s3:winbind: Use a talloc stackframe for rpc_query_user_listAndreas Schneider2017-05-161-16/+24
* s3-winbindd: remove some dead prototypesGünther Deschner2017-05-101-28/+0
* idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke2017-05-081-1/+1
* idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke2017-05-081-4/+1
* idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke2017-05-081-1/+1
* idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke2017-05-081-4/+1
* s3:winbindd:idmap_autorid remove a stray commentChristian Ambach2017-05-031-3/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-2216-21/+21
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-202-25/+29
* winbindd: Make some debugging clearerGarming Sam2017-04-131-2/+2
* winbindd: only use the domain name from lookup sids if the domain matchesRalph Boehme2017-04-121-1/+5
* winbind_msrpc: Use any_nt_status_not_okVolker Lendecke2017-04-121-25/+6
* winbind_pam: Use any_nt_status_not_ok in map_auth_samlogonVolker Lendecke2017-04-121-7/+2
* winbind: Slightly simplify remove_timed_out_clientsVolker Lendecke2017-04-121-14/+15
* winbind: Avoid a "ok==false"Volker Lendecke2017-04-121-2/+2
* winbind: Simplify a logic expressionVolker Lendecke2017-04-121-6/+4
* winbindd: remove fallback from lookupridsRalph Boehme2017-04-121-20/+4
* winbindd: remove lookupsid() fallback for a failed lookupsids()Ralph Boehme2017-04-121-20/+4
* winbindd: remove fallback to lookupsid for unknown SIDsRalph Boehme2017-04-121-11/+0
* winbindd: handling of failed lookupsids in wb_lookupsids_single_done()Ralph Boehme2017-04-121-47/+35
* winbindd: let wb_lookupsids_move_name() handle domain_index UINT32_MAXRalph Boehme2017-04-121-8/+14
* winbindd: handling of SIDs without domain reference in wb_sids2xids_lookupsid...Ralph Boehme2017-04-121-6/+27
* winbindd: allow wbinfo -a REALM\\user to work on a DCStefan Metzmacher2017-04-101-2/+20
* winbindd: error handling in rpc_lookup_sids()Ralph Boehme2017-04-071-4/+5
* winbindd: remove unused single_domains arrayRalph Boehme2017-04-061-9/+0
* winbindd: use correct domain name for failed lookupsidsRalph Boehme2017-04-061-3/+4
* winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()Ralph Boehme2017-04-061-1/+4
* idmap_ldap: Fix CID 1404836 Dereference before null checkVolker Lendecke2017-04-061-10/+1
* winbindd: let WBFLAG_PAM_GET_PWD_POLICY only fake the password policyStefan Metzmacher2017-04-061-22/+37
* winbindd: trigger possible passdb_dsdb initialisationRalph Boehme2017-04-011-2/+12
* winbindd: use passdb backend for well-known SIDsRalph Boehme2017-04-011-4/+9
* winbindd: Fix password policy for pam authenticationChristof Schmitt2017-03-291-3/+4
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-292-1/+3
* winbindd: Clarify that we do not pre-hash the password for rpccli_netlogon_pa...Andrew Bartlett2017-03-291-39/+38
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-1/+9
* winbindd: no longer use USER_INFO_LOCAL_SAM_ONLYStefan Metzmacher2017-03-241-1/+1
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-5/+2