summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* 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
* winbindd: let winbindd_dual_auth_passdb() return pauthoritativeStefan Metzmacher2017-03-241-5/+17
* winbindd: NT_STATUS_CANT_ACCESS_DOMAIN_INFO means "Dunno"Volker Lendecke2017-03-241-0/+10
* winbindd: make use of make_auth3_context_for_winbind()Stefan Metzmacher2017-03-241-3/+2
* winbindd: Call make_auth_context_subsystem directlyVolker Lendecke2017-03-241-2/+10
* idmap_rfc2307: Slightly simplify idmap_rfc2307_initialize()Volker Lendecke2017-03-221-14/+12
* idmap_tdb: Avoid a few castsVolker Lendecke2017-03-221-9/+3
* idmap_autorid: Use idmap_config_intVolker Lendecke2017-03-201-2/+1
* idmap_rid: Use idmap_config_intVolker Lendecke2017-03-201-15/+1
* winbind: Add idmap_config_intVolker Lendecke2017-03-202-0/+16
* idmap_autorid: Use idmap_config_boolVolker Lendecke2017-03-201-2/+1
* idmap_ad: Use idmap_config_boolVolker Lendecke2017-03-201-14/+4
* idmap_rfc2307: Use idmap_config_boolVolker Lendecke2017-03-201-10/+1
* idmap: Use idmap_config_bool in idmap_init_domainVolker Lendecke2017-03-201-11/+1
* winbind: Add idmap_config_bool()Volker Lendecke2017-03-202-0/+16
* idmap_ad: Use idmap_config_const_stringVolker Lendecke2017-03-201-2/+3