summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2016-04-30winbindd: Remove unused prototypes for winbindd_group.cChristof Schmitt1-11/+0
2016-04-28winbindd/idmap_rfc2307: Fix CID 1273424 - Read from pointer after freeRobin Hack1-0/+5
2016-04-28winbindd: check if dcinfo from genache is expiredRalph Boehme1-0/+4
2016-04-15winbind: Base idmap_ad on tldapVolker Lendecke2-406/+655
2016-04-15winbind: handle DC_NOT_FOUND in wb_xids2sidsVolker Lendecke1-0/+52
2016-04-15winbind: handle DC_NOT_FOUND in wb_sids2xidsVolker Lendecke1-1/+63
2016-04-15winbind: Add wb_dsgetdcname_gencache_[gs]etVolker Lendecke2-0/+112
2016-04-15idmap_ad: Separate out the nss functionsVolker Lendecke4-421/+539
2016-04-12CVE-2016-2115: s3:winbindd: use lp_client_ipc_signing()Stefan Metzmacher1-1/+1
2016-04-12CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher1-2/+2
2016-04-12CVE-2016-2110: winbindd: add new_spnego to the WINBINDD_CCACHE_NTLMAUTH responseStefan Metzmacher1-2/+6
2016-03-30winbind: Fix a typo in a wrong comment...Volker Lendecke1-1/+1
2016-03-30winbind: Remove unused idmap_backends_unixid_to_sidVolker Lendecke2-47/+0
2016-03-30winbind: Remove unused idmap_[ug]id_to_sidVolker Lendecke2-128/+0
2016-03-30winbind: Use plural xids2sids in _wbint_UnixIDs2SidsVolker Lendecke1-18/+20
2016-03-30winbind: Pass down the domain name to xids2sidsVolker Lendecke1-1/+1
2016-03-30winbind: Add idmap_backend_unixids_to_sidsVolker Lendecke2-0/+33
2016-03-30winbind: Do per-domain xids2sids callsVolker Lendecke1-10/+270
2016-03-30winbind: Introduce id_map_ptrs_initVolker Lendecke3-25/+41
2016-03-30idmap: Factor out lp_scan_idmap_domains()Volker Lendecke2-41/+87
2016-03-22winbind: Fix CID 1357100 Unchecked return valueVolker Lendecke1-1/+5
2016-03-17idmap_hash: only allow the hash module for default idmap config.Michael Adam1-0/+7
2016-03-17idmap_hash: rename be_init() --> idmap_hash_initialize()Michael Adam1-6/+6
2016-03-17s3:winbindd:idmap: check loadparm in domain_has_idmap_config() helper as well.Günther Deschner1-0/+22
2016-03-17s3:winbindd:idmap_hash: skip domains that already have their own idmap config...Günther Deschner1-0/+13
2016-03-17s3:winbindd:idmap: add domain_has_idmap_config() helper function.Michael Adam2-0/+16
2016-03-13s3:winbindd: don't unclude two '\0' at the end of the domain listStefan Metzmacher1-1/+1
2016-03-10winbindd: make use of ntlmssp_resume_ccache backend for WINBINDD_CCACHE_NTLMAUTHStefan Metzmacher1-16/+13
2016-03-10winbindd: pass an memory context to do_ntlm_auth_with_stored_pw()Stefan Metzmacher1-3/+4
2016-03-07idmap_autorid: Protect against corrupt databasesVolker Lendecke1-0/+7
2016-03-07idmap_autorid: Fix a use-after-freeVolker Lendecke1-1/+4
2016-02-24idmap_script: Parallelize script callsVolker Lendecke1-188/+434
2016-02-23lib: Remove "includes.h" from util_file.cVolker Lendecke1-0/+1
2016-02-23lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke1-1/+1
2016-02-23lib: Remove sys_waitpidVolker Lendecke1-1/+1
2016-02-23winbindd: return trust parameters when listing trustsUri Simchoni2-24/+61
2016-02-23winbindd: initialize foreign domain as AD based on trustUri Simchoni1-0/+7
2016-02-23winbindd: introduce add_trusted_domain_from_tdc()Uri Simchoni1-26/+46
2016-02-23s3/winbindd: Add missing space in debug message.Karolin Seeger1-1/+1
2016-02-23winbindd: move a variable into scopeMichael Adam1-1/+1
2016-02-22winbind: Remove unused WINBINDD_UID_TO_SIDVolker Lendecke2-96/+0
2016-02-22winbind: Remove unused WINBINDD_GID_TO_SIDVolker Lendecke2-96/+0
2016-02-22winbind: Remove unused WINBINDD_SID_TO_GIDVolker Lendecke2-111/+0
2016-02-22winbind: Remove unused WINBINDD_SID_TO_UIDVolker Lendecke2-111/+0
2016-02-22winbind: Remove unused wbint_Gid2SidVolker Lendecke3-115/+0
2016-02-22winbind: Use xids2sids in getgrgidVolker Lendecke1-5/+10
2016-02-22winbind: Use xids2sids in gid2sidVolker Lendecke1-6/+13
2016-02-22winbind: Remove unused wbint_Uid2SidVolker Lendecke3-115/+0
2016-02-22winbind: Use xids2sids in getpwuidVolker Lendecke1-5/+14
2016-02-22winbind: Use xids2sids in uid2sidVolker Lendecke1-6/+13