summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.Jeremy Allison2015-06-111-0/+5
* kerberos auth info3 should contain resource group ids available from pac_logonNoel Power2015-06-111-2/+7
* winbind: Lookup groupmem via primaryGroupIDVolker Lendecke2015-06-051-0/+98
* idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt2015-06-041-1/+1
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-202-0/+27
* Convert the few instances of int32 there were to int32_t.Richard Sharpe2015-05-162-8/+8
* Convert uint64 to uint64_tRichard Sharpe2015-05-151-1/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-1/+1
* winbind: Fix CID 1035545 Uninitialized scalar variableVolker Lendecke2015-05-061-1/+1
* winbind: Fix CID 1035544 Uninitialized scalar variableVolker Lendecke2015-05-061-1/+1
* Last lot of convert uint32 to uint32_t in winbindd, I promise.Richard Sharpe2015-05-068-19/+19
* s3:winbindd: list local groups for our internal domains too (as AD DC)Stefan Metzmacher2015-05-061-12/+75
* s3:winbindd: list users/groups of our own domain as AD DCStefan Metzmacher2015-05-061-2/+5
* s3:winbindd: don't remove the DOMAIN\ prefix for principals of our own domain...Stefan Metzmacher2015-05-061-0/+10
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-2915-134/+134
* winbind: Avoid a few talloc_tos() in winbindd_cache.cVolker Lendecke2015-04-161-20/+10
* winbind: Use tdb_parse_record in wcache_fetch_seqnumVolker Lendecke2015-04-161-23/+34
* s3:winbindd: add MSG_WINBIND_NEW_TRUSTED_DOMAIN that takes a lsa_TrustDomainI...Stefan Metzmacher2015-03-301-0/+77
* lib: load_case_tables() -> smb_init_locale()Volker Lendecke2015-03-241-1/+1
* lib: Remove tdb_fetch_compatVolker Lendecke2015-03-171-5/+5
* lib: Remove tdb_errorstr_compatVolker Lendecke2015-03-171-2/+2
* s3:winbind:grent: don't stop when querying one domain fails.Michael Adam2015-03-161-2/+1
* s3:winbind:grent: convert wb_next_grent to use wb_query_group_list.Michael Adam2015-03-161-22/+10
* s3:winbind: add wb_query_group_list module - async query group listMichael Adam2015-03-162-0/+101
* s3:winbind:grent: refactor duplication into wb_next_grent_send_do()Michael Adam2015-03-161-78/+37
* s3:winbind:grent: move resetting next_group up.Michael Adam2015-03-161-2/+1
* s3:winbind:grent: use wb_next_domain() in wb_next_grent.cMichael Adam2015-03-161-29/+3
* s3:winbind:grent: fix a debug message.Michael Adam2015-03-161-2/+2
* s3:winbind:pwent: refactor duplication into wb_next_pwent_send_do()Michael Adam2015-03-161-71/+38
* s3:winbind:pwent: move resetting next_user up.Michael Adam2015-03-161-2/+2
* s3:winbind:pwent: move wb_next_domain() to winbindd_util.c for re-useMichael Adam2015-03-163-15/+20
* s3:winbind:pwent: rename wb_next_find_domain to wb_next_domainMichael Adam2015-03-161-4/+4
* s3:winbind:pwent: use wb_next_find_domain()Michael Adam2015-03-161-7/+1
* s3:winbind:util: fix comment typoMichael Adam2015-03-161-1/+1
* s3:winbind:grent: don't stop group enumeration when a group has no gidMichael Adam2015-03-161-1/+50
* s3:winbindd: make open_internal_lsa_conn() non staticStefan Metzmacher2015-03-122-3/+6
* s3:winbindd_cm: improve detection for the anonymous fallback.Stefan Metzmacher2015-03-121-0/+3
* 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