index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
winbindd: Route predefined domains through the BUILTIN domain child
Ralph Boehme
2018-12-10
1
-0
/
+7
*
winbindd: fix predefined domains routing in find_lookup_domain_from_sid()
Ralph Boehme
2018-12-10
1
-19
/
+8
*
winbindd: add some braces
Ralph Boehme
2018-12-10
1
-1
/
+2
*
s3:winbind: Do not lookup local system accounts in AD
Andreas Schneider
2018-07-04
1
-0
/
+2
*
winbindd: Align integer types in for loops
Volker Lendecke
2018-06-16
1
-2
/
+2
*
s3-winbindd: remove unused fill_domain_username()
Günther Deschner
2018-05-17
1
-20
/
+0
*
winbind: Fix UPN handling in canonicalize_username()
Andreas Schneider
2018-05-11
1
-2
/
+4
*
winbind: Fix UPN handling in parse_domain_user()
Andreas Schneider
2018-05-11
1
-17
/
+30
*
winbind: Remove unused function parse_domain_user_talloc()
Andreas Schneider
2018-05-11
1
-12
/
+0
*
winbind: Remove unused winbindd_internal_child()
Volker Lendecke
2018-03-01
1
-12
/
+0
*
winbindd: disable support for CROSS_ORGANIZATION domains
Stefan Metzmacher
2018-02-28
1
-0
/
+11
*
winbind: Use one queue for all domain children
Stefan Metzmacher
2018-02-23
1
-0
/
+6
*
winbind: Maintain a binding handle per domain and always go via wb_domain_req...
Volker Lendecke
2018-02-23
1
-0
/
+6
*
winbind: avoid using fstrcpy(dcname,...) in _dual_init_connection
Stefan Metzmacher
2018-02-23
1
-1
/
+6
*
winbindd: add_trusted_domain_from_auth() should not use dns_name = ""
Stefan Metzmacher
2018-02-10
1
-1
/
+3
*
winbindd: fix debug message in find_default_route_domain() on a DC
Stefan Metzmacher
2018-02-10
1
-1
/
+1
*
winbindd: rename MSG_WINBIND_NEW_TRUSTED_DOMAIN to MSG_WINBIND_RELOAD_TRUSTED...
Ralph Boehme
2018-02-10
1
-1
/
+1
*
winbindd: use add_trusted_domains_dc in wb_imsg_new_trusted_domain
Ralph Boehme
2018-02-10
1
-57
/
+6
*
winbindd: move loading of trusted domains on a DC to a seperate function
Ralph Boehme
2018-02-10
1
-193
/
+207
*
winbindd: prepare find_lookup_domain_from_{name,sid}() transitive trusts on a DC
Stefan Metzmacher
2018-02-10
1
-5
/
+35
*
winbindd: remove const from set_routing_domain()
Stefan Metzmacher
2018-02-10
1
-1
/
+1
*
winbindd: add routing_domain as parameter to add_trusted_domain
Ralph Boehme
2018-02-10
1
-40
/
+15
*
winbindd: add missing can_do_ncacn_ip_tcp initialisation
Stefan Metzmacher
2018-02-10
1
-0
/
+2
*
winbindd: set routing_domain when enumerating trusts
Ralph Boehme
2018-01-14
1
-0
/
+26
*
winbindd: add add_trusted_domain_from_auth
Ralph Boehme
2018-01-13
1
-0
/
+55
*
winbindd: add set_routing_domain()
Ralph Boehme
2018-01-13
1
-0
/
+34
*
winbindd: add find_default_route_domain()
Ralph Boehme
2018-01-13
1
-0
/
+9
*
winbindd: load the trusted domains on a DC already in init_domain_list()
Stefan Metzmacher
2018-01-13
1
-0
/
+175
*
winbindd: add find_trust_from_{name,sid}_noinit()
Stefan Metzmacher
2018-01-13
1
-0
/
+44
*
winbindd: remember the secure_channel_type in winbindd_domain
Stefan Metzmacher
2018-01-13
1
-0
/
+24
*
winbindd: rework add_trusted_domain(), replacing add_trusted_domain_from_tdc()
Ralph Boehme
2018-01-13
1
-116
/
+198
*
winbindd: initialize some stack pointers to NULL
Stefan Metzmacher
2018-01-13
1
-2
/
+3
*
winbindd: rename alternative_name to dns_name
Stefan Metzmacher
2018-01-13
1
-7
/
+7
*
winbindd: only use NetBIOS name when searching domain list in add_trusted_dom...
Ralph Boehme
2018-01-13
1
-9
/
+45
*
winbindd: enforce valid SID in add_trusted_domain_from_tdc()
Ralph Boehme
2018-01-13
1
-18
/
+5
*
winbindd: simplify if condition in find_domain_from_name_noinit()
Ralph Boehme
2018-01-13
1
-3
/
+7
*
winbindd: remove 'winbind trusted domains only' handling
Stefan Metzmacher
2018-01-10
1
-4
/
+1
*
winbindd: let normalize_name_map() call find_domain_from_name_noinit()
Ralph Boehme
2017-11-29
1
-1
/
+8
*
winbind: Replace winbind_event_context with server_event_context
Volker Lendecke
2017-11-18
1
-1
/
+1
*
winbindd: avoid refreshing sequence number when domain is offline
Uri Simchoni
2017-07-21
1
-3
/
+0
*
winbind: Avoid a "ok==false"
Volker Lendecke
2017-04-12
1
-2
/
+2
*
winbind: Simplify a logic expression
Volker Lendecke
2017-04-12
1
-6
/
+4
*
winbindd: trigger possible passdb_dsdb initialisation
Ralph Boehme
2017-04-01
1
-2
/
+12
*
winbindd: use passdb backend for well-known SIDs
Ralph Boehme
2017-04-01
1
-4
/
+9
*
winbindd: remove unused find_root_domain()
Stefan Metzmacher
2017-03-11
1
-11
/
+0
*
s3:winbindd: fix endless forest trust scan
Stefan Metzmacher
2017-03-02
1
-0
/
+22
*
winbind: Remove find_builtin_domain helper function
Volker Lendecke
2017-01-02
1
-12
/
+0
*
winbind: It's legitmate to have 0 groups in info3
Volker Lendecke
2017-01-02
1
-5
/
+0
*
lib: Add lib/util_unixsids.h
Volker Lendecke
2016-12-28
1
-0
/
+1
*
winbind: dom_sid_parse_endp always initializes "endp" when ok
Volker Lendecke
2016-12-07
1
-1
/
+1
[next]