summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_util.c
Commit message (Expand)AuthorAgeFilesLines
* source3/winbindd/winbindd_util.c: typo fixesBjörn Jacke2019-10-311-3/+3
* s3-winbindd: fix forest trusts with additional trust attributes.Günther Deschner2019-09-201-1/+1
* messaging4: Pass fds to messaging handlersVolker Lendecke2019-09-181-0/+7
* winbind: fix crash in fill_domain_username_talloc() if specified username is ...Ralf Habacker2019-07-031-0/+4
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-4/+16
* winbindd: Use wrapper for string to integer conversionSwen Schillig2019-03-011-5/+19
* winbindd: Use dom_sid_str_bufVolker Lendecke2018-12-201-3/+7
* winbindd: Route predefined domains through the BUILTIN domain childRalph Boehme2018-12-051-0/+7
* winbindd: fix predefined domains routing in find_lookup_domain_from_sid()Ralph Boehme2018-12-051-19/+8
* winbindd: add some bracesRalph Boehme2018-12-051-1/+2
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-1/+1
* s3:winbind: Do not lookup local system accounts in ADAndreas Schneider2018-07-041-0/+2
* winbindd: Align integer types in for loopsVolker Lendecke2018-06-161-2/+2
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-05-171-20/+0
* winbind: Fix UPN handling in canonicalize_username()Andreas Schneider2018-05-111-2/+4
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-111-17/+30
* winbind: Remove unused function parse_domain_user_talloc()Andreas Schneider2018-05-111-12/+0
* winbind: Remove unused winbindd_internal_child()Volker Lendecke2018-03-011-12/+0
* winbindd: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher2018-02-281-0/+11
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-02-231-0/+6
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-231-0/+6
* winbind: avoid using fstrcpy(dcname,...) in _dual_init_connectionStefan Metzmacher2018-02-231-1/+6
* winbindd: add_trusted_domain_from_auth() should not use dns_name = ""Stefan Metzmacher2018-02-101-1/+3
* winbindd: fix debug message in find_default_route_domain() on a DCStefan Metzmacher2018-02-101-1/+1
* winbindd: rename MSG_WINBIND_NEW_TRUSTED_DOMAIN to MSG_WINBIND_RELOAD_TRUSTED...Ralph Boehme2018-02-101-1/+1
* winbindd: use add_trusted_domains_dc in wb_imsg_new_trusted_domainRalph Boehme2018-02-101-57/+6
* winbindd: move loading of trusted domains on a DC to a seperate functionRalph Boehme2018-02-101-193/+207
* winbindd: prepare find_lookup_domain_from_{name,sid}() transitive trusts on a DCStefan Metzmacher2018-02-101-5/+35
* winbindd: remove const from set_routing_domain()Stefan Metzmacher2018-02-101-1/+1
* winbindd: add routing_domain as parameter to add_trusted_domainRalph Boehme2018-02-101-40/+15
* winbindd: add missing can_do_ncacn_ip_tcp initialisationStefan Metzmacher2018-02-101-0/+2
* winbindd: set routing_domain when enumerating trustsRalph Boehme2018-01-141-0/+26
* winbindd: add add_trusted_domain_from_authRalph Boehme2018-01-131-0/+55
* winbindd: add set_routing_domain()Ralph Boehme2018-01-131-0/+34
* winbindd: add find_default_route_domain()Ralph Boehme2018-01-131-0/+9
* winbindd: load the trusted domains on a DC already in init_domain_list()Stefan Metzmacher2018-01-131-0/+175
* winbindd: add find_trust_from_{name,sid}_noinit()Stefan Metzmacher2018-01-131-0/+44
* winbindd: remember the secure_channel_type in winbindd_domainStefan Metzmacher2018-01-131-0/+24
* winbindd: rework add_trusted_domain(), replacing add_trusted_domain_from_tdc()Ralph Boehme2018-01-131-116/+198
* winbindd: initialize some stack pointers to NULLStefan Metzmacher2018-01-131-2/+3
* winbindd: rename alternative_name to dns_nameStefan Metzmacher2018-01-131-7/+7
* winbindd: only use NetBIOS name when searching domain list in add_trusted_dom...Ralph Boehme2018-01-131-9/+45
* winbindd: enforce valid SID in add_trusted_domain_from_tdc()Ralph Boehme2018-01-131-18/+5
* winbindd: simplify if condition in find_domain_from_name_noinit()Ralph Boehme2018-01-131-3/+7
* winbindd: remove 'winbind trusted domains only' handlingStefan Metzmacher2018-01-101-4/+1
* winbindd: let normalize_name_map() call find_domain_from_name_noinit()Ralph Boehme2017-11-291-1/+8
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-181-1/+1
* winbindd: avoid refreshing sequence number when domain is offlineUri Simchoni2017-07-211-3/+0
* winbind: Avoid a "ok==false"Volker Lendecke2017-04-121-2/+2
* winbind: Simplify a logic expressionVolker Lendecke2017-04-121-6/+4