summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_rfc2307.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-1/+1
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-181-1/+1
* winbindd: Give winbindd_ads.c its own headerVolker Lendecke2017-05-171-1/+1
* idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the startVolker Lendecke2017-05-081-1/+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
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* smbldap: Introduce "smbldap_get_ldap"Volker Lendecke2017-04-201-1/+1
* idmap_rfc2307: Slightly simplify idmap_rfc2307_initialize()Volker Lendecke2017-03-221-14/+12
* idmap_rfc2307: Use idmap_config_boolVolker Lendecke2017-03-201-10/+1
* idmap_rfc2307: Use idmap_config_const_stringVolker Lendecke2017-03-201-16/+16
* winbindd/idmap_rfc2307: fix a crashRalph Boehme2016-06-281-3/+1
* winbindd/idmap_rfc2307: Fix CID 1273424 - Read from pointer after freeRobin Hack2016-04-281-0/+5
* idmap_rfc2307: Fix handling of cn realmChristof Schmitt2015-12-141-25/+14
* s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher2015-08-201-0/+1
* idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt2015-06-041-1/+1
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-1/+1
* idmap_rfc2307: Remove unsed parameter and variableChristof Schmitt2014-10-011-8/+5
* idmap_rfc2307: Fix a crash after connection problem to DCChristof Schmitt2014-10-011-0/+1
* s3-winbindd: Add new module idmap_rfc2307Christof Schmitt2013-03-091-0/+870