summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_rfc2307.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-26s3: Zero memory of idmap_fetch_secret() usersPavel Filipenský1-1/+1
2022-06-27s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero1-6/+1
2022-06-27s3:winbind: Pass a memory context to ads_idmap_cached_connection()Samuel Cabrero1-1/+1
2021-03-11idmap_rfc2307: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt1-1/+3
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-1/+1
2018-12-20winbind: Use dom_sid_str_bufVolker Lendecke1-2/+5
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-1/+1
2017-11-18winbind: Replace winbind_event_context with server_event_contextVolker Lendecke1-1/+1
2017-05-17winbindd: Give winbindd_ads.c its own headerVolker Lendecke1-1/+1
2017-05-08idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke1-1/+1
2017-05-08idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke1-1/+1
2017-05-08idmap_rfc2307: Don't stop after 30 entriesVolker Lendecke1-4/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-04-20smbldap: Introduce "smbldap_get_ldap"Volker Lendecke1-1/+1
2017-03-22idmap_rfc2307: Slightly simplify idmap_rfc2307_initialize()Volker Lendecke1-14/+12
2017-03-20idmap_rfc2307: Use idmap_config_boolVolker Lendecke1-10/+1
2017-03-20idmap_rfc2307: Use idmap_config_const_stringVolker Lendecke1-16/+16
2016-06-28winbindd/idmap_rfc2307: fix a crashRalph Boehme1-3/+1
2016-04-28winbindd/idmap_rfc2307: Fix CID 1273424 - Read from pointer after freeRobin Hack1-0/+5
2015-12-14idmap_rfc2307: Fix handling of cn realmChristof Schmitt1-25/+14
2015-08-20s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher1-0/+1
2015-06-04idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt1-1/+1
2015-04-29Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe1-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
2013-03-09s3-winbindd: Add new module idmap_rfc2307Christof Schmitt1-0/+870