index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
winbindd: idmap_rid: error code for failing id-to-sid mapping request
Ralph Boehme
1
-1
/
+1
2017-12-14
winbindd: idmap_rid: don't rely on the static domain list
Ralph Boehme
1
-4
/
+4
2017-12-14
winbindd: pass domain SID to wbint_UnixIDs2Sids
Ralph Boehme
4
-5
/
+10
2017-12-14
winbindd: add domain SID to idmap mapping domains
Ralph Boehme
1
-15
/
+147
2017-12-05
winbindd: let normalize_name_map() call find_domain_from_name_noinit()
Ralph Boehme
6
-23
/
+15
2017-11-22
winbind: Remove winbind_messaging_context
Volker Lendecke
2
-20
/
+0
2017-11-22
winbind: winbind_messaging_context -> server_messaging_context
Volker Lendecke
4
-44
/
+44
2017-11-22
winbind: Remove winbind_event_context
Volker Lendecke
2
-20
/
+0
2017-11-22
winbind: Replace winbind_event_context with server_event_context
Volker Lendecke
14
-60
/
+60
2017-08-17
s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.
Jeremy Allison
1
-0
/
+3
2017-07-24
idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWN
Dustin L. Howett via samba-technical
1
-1
/
+18
2017-06-28
s3:winbind: Move debug statement into the error handling
Andreas Schneider
1
-2
/
+2
2017-06-27
s3:trusts_util: pass dcname to trust_pw_change()
Stefan Metzmacher
2
-0
/
+3
2017-06-22
Bug 15852. There are valid paths where conn->lsa_pipe_tcp->transport is NULL....
Richard Sharpe
1
-3
/
+5
2017-06-22
s3:libsmb: no longer pass remote_realm to cli_state_create()
Stefan Metzmacher
1
-2
/
+1
2017-06-20
s3:winbind: Fix 'winbind normalize names' in wb_getpwsid()
Andreas Schneider
1
-3
/
+31
2017-06-09
s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()
Stefan Metzmacher
2
-3
/
+3
2017-05-30
netlogon: Implement SendToSam along with its winbind forwarding
Garming Sam
2
-0
/
+48
2017-05-30
winbindd: Do not run SAM auth stack in winbind SamLogon
Garming Sam
3
-2
/
+7
2017-05-30
libads: Decide to have no fallback option
Garming Sam
1
-0
/
+1
2017-05-30
winbindd_cm: Pass cm_open_connection the need_rw_dc flag
Garming Sam
1
-3
/
+4
2017-05-30
winbindd_cm: Call dcip_check_name even when fetching from cache
Garming Sam
1
-26
/
+26
2017-05-30
winbindd_cm: Rename dcip_to_name to the more accurate dcip_check_name
Garming Sam
1
-7
/
+7
2017-05-30
winbindd_cm: Add new parameter to getdc and find_new_dc calls
Garming Sam
1
-11
/
+20
2017-05-30
winbindd_cm: Add new parameter for dcip_to_name
Garming Sam
1
-3
/
+5
2017-05-17
winbindd: Give winbindd_ads.c its own header
Volker Lendecke
5
-7
/
+36
2017-05-16
s3:winbind: Use a talloc stackframe for rpc_query_user_list
Andreas Schneider
1
-16
/
+24
2017-05-10
s3-winbindd: remove some dead prototypes
Günther Deschner
1
-28
/
+0
2017-05-08
idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the start
Volker Lendecke
1
-1
/
+1
2017-05-08
idmap_rfc2307: Don't stop after 30 entries
Volker Lendecke
1
-4
/
+1
2017-05-08
idmap_rfc2307: "ldap_next_entry" needs the previous entry, not the start
Volker Lendecke
1
-1
/
+1
2017-05-08
idmap_rfc2307: Don't stop after 30 entries
Volker Lendecke
1
-4
/
+1
2017-05-03
s3:winbindd:idmap_autorid remove a stray comment
Christian Ambach
1
-3
/
+0
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
16
-21
/
+21
2017-04-20
smbldap: Introduce "smbldap_get_ldap"
Volker Lendecke
2
-25
/
+29
2017-04-13
winbindd: Make some debugging clearer
Garming Sam
1
-2
/
+2
2017-04-12
winbindd: only use the domain name from lookup sids if the domain matches
Ralph Boehme
1
-1
/
+5
2017-04-12
winbind_msrpc: Use any_nt_status_not_ok
Volker Lendecke
1
-25
/
+6
2017-04-12
winbind_pam: Use any_nt_status_not_ok in map_auth_samlogon
Volker Lendecke
1
-7
/
+2
2017-04-12
winbind: Slightly simplify remove_timed_out_clients
Volker Lendecke
1
-14
/
+15
2017-04-12
winbind: Avoid a "ok==false"
Volker Lendecke
1
-2
/
+2
2017-04-12
winbind: Simplify a logic expression
Volker Lendecke
1
-6
/
+4
2017-04-12
winbindd: remove fallback from lookuprids
Ralph Boehme
1
-20
/
+4
2017-04-12
winbindd: remove lookupsid() fallback for a failed lookupsids()
Ralph Boehme
1
-20
/
+4
2017-04-12
winbindd: remove fallback to lookupsid for unknown SIDs
Ralph Boehme
1
-11
/
+0
2017-04-12
winbindd: handling of failed lookupsids in wb_lookupsids_single_done()
Ralph Boehme
1
-47
/
+35
2017-04-12
winbindd: let wb_lookupsids_move_name() handle domain_index UINT32_MAX
Ralph Boehme
1
-8
/
+14
2017-04-12
winbindd: handling of SIDs without domain reference in wb_sids2xids_lookupsid...
Ralph Boehme
1
-6
/
+27
2017-04-10
winbindd: allow wbinfo -a REALM\\user to work on a DC
Stefan Metzmacher
1
-2
/
+20
2017-04-07
winbindd: error handling in rpc_lookup_sids()
Ralph Boehme
1
-4
/
+5
[next]