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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:winbind: Code cleanup for initialize_winbindd_cache()
Andreas Schneider
2021-05-12
1
-5
/
+13
*
s3:winbind: Remove global variable for winbindd_offline_state
Andreas Schneider
2021-05-12
1
-32
/
+32
*
Fix gcc11 compiler issue "-Werror=stringop-overflow="
Günther Deschner
2021-05-07
2
-4
/
+4
*
winbindd: remove obsolete sequence_number from struct winbindd_methods
Ralph Boehme
2021-04-29
6
-9
/
+0
*
winbindd: remove obsolete sequence_number() from winbindd_reconnect.c
Ralph Boehme
2021-04-29
1
-14
/
+1
*
winbindd: remove obsolete sequence_number() from winbindd_reconnect_ads.c
Ralph Boehme
2021-04-29
1
-9
/
+1
*
s3:winbindd: Remove unused rpc_sequence_number()
Andreas Schneider
2021-04-29
2
-66
/
+0
*
s3:winbindd: Remove obsolete sequence_number callback from ads backend
Andreas Schneider
2021-04-29
1
-49
/
+1
*
s3:winbindd: Remove obsolete sequence_number callback from samr backend
Andreas Schneider
2021-04-29
1
-53
/
+2
*
s3:winbindd: Remove obsolete sequence_number callback from msrpc backend
Andreas Schneider
2021-04-29
1
-156
/
+1
*
s3:winbindd: Do not call backends sequence number code
Andreas Schneider
2021-04-29
1
-8
/
+2
*
s3:winbindd: Simplfy sequence number caching
Andreas Schneider
2021-04-29
2
-124
/
+7
*
s3:winbind: For 'security = ADS' require realm/workgroup to be set
Andreas Schneider
2021-04-29
1
-0
/
+17
*
s3: Remove --log-stdout from daemons
Andreas Schneider
2021-04-29
1
-15
/
+7
*
s3:winbind: Migrate winbindd to new cmdline option parser
Andreas Schneider
2021-04-29
2
-33
/
+28
*
auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()
Andreas Schneider
2021-04-28
1
-1
/
+3
*
winbindd: Fix a typo
Volker Lendecke
2021-04-19
1
-2
/
+4
*
winbindd: Remove unused code
Volker Lendecke
2021-04-06
2
-247
/
+0
*
winbindd: Use samr in sam_rids_to_names() instead of lsa
Volker Lendecke
2021-04-06
1
-33
/
+121
*
winbindd: Make sam_sid_to_name use samr instead of lsa
Volker Lendecke
2021-04-06
1
-40
/
+132
*
winbindd: Use samr instead of lsa in sam_name_to_sid()
Volker Lendecke
2021-04-06
1
-18
/
+35
*
winbindd: Avoid deadlock in sam_name_to_sid()
Volker Lendecke
2021-04-06
1
-6
/
+65
*
winbindd: Fix a startup race with allocate_gid
Volker Lendecke
2021-03-24
1
-5
/
+38
*
winbindd: Improve a DEBUG message in sam_name_to_sid()
Volker Lendecke
2021-03-16
1
-1
/
+1
*
lib: Remove init_names()
Volker Lendecke
2021-03-16
1
-5
/
+0
*
librpc: Make "dcesrv_context->callbacks" a pointer
Volker Lendecke
2021-03-16
1
-1
/
+1
*
librpc: Add "private_data" to struct dcesrv_context_callbacks
Volker Lendecke
2021-03-16
1
-2
/
+5
*
winbind: Simplify winbindd_samr.c
Volker Lendecke
2021-03-16
1
-81
/
+19
*
idmap_nss: Do not return SID from unixids_to_sids on type mismatch
Christof Schmitt
2021-03-11
1
-1
/
+5
*
idmap_rfc2307: Do not return SID from unixids_to_sids on type mismatch
Christof Schmitt
2021-03-11
2
-1
/
+5
*
winbind: Only use unixid2sid mapping when module reports ID_MAPPED
Christof Schmitt
2021-03-11
1
-2
/
+4
*
winbindd: Apply some const to normalize_name_map()
Volker Lendecke
2021-03-09
2
-2
/
+2
*
winbindd: Fix a typo
Volker Lendecke
2021-03-09
1
-1
/
+1
*
winbind: Remove noisy error message in wb_open_internal_pipe()
Samuel Cabrero
2021-03-06
2
-2
/
+4
*
daemons: Do not notify systemd in child processes started by main samba
Samuel Cabrero
2021-03-01
1
-5
/
+8
*
librpc: Convert find_interface_by_uuid to search by syntax_id
Volker Lendecke
2021-01-28
1
-3
/
+2
*
s3:idmap_hash: reliable return ID_TYPE_BOTH
Stefan Metzmacher
2021-01-22
1
-0
/
+35
*
winbind: remove legacy flags fallback
Ralph Boehme
2021-01-21
1
-100
/
+15
*
winbind: check for allowed domains in winbindd_pam_auth_pac_verify()
Ralph Boehme
2021-01-21
1
-0
/
+8
*
winbind: check for allowed domains in winbindd_dual_pam_chauthtok()
Ralph Boehme
2021-01-21
1
-0
/
+8
*
winbind: check for allowed domains in winbindd_dual_pam_chng_pswd_auth_crap()
Ralph Boehme
2021-01-21
1
-0
/
+9
*
winbind: check for allowed domains in winbindd_dual_pam_auth_crap()
Ralph Boehme
2021-01-21
1
-0
/
+10
*
winbind: check for allowed domains in winbindd_dual_pam_auth()
Ralph Boehme
2021-01-21
1
-0
/
+9
*
winbind: move "winbind:ignore domain" logic to a seperate function
Ralph Boehme
2021-01-21
1
-8
/
+2
*
winbind: handle MSG_SMB_CONF_UPDATED in the winbinds children
Ralph Boehme
2021-01-21
1
-0
/
+22
*
winbind: set logfile after reloading config
Ralph Boehme
2021-01-21
1
-3
/
+3
*
winbind: move config-reloading code to winbindd_dual.c
Ralph Boehme
2021-01-21
3
-17
/
+28
*
lib: give global_contexts.c its own header file
Volker Lendecke
2021-01-08
18
-0
/
+18
*
winbind: Align integer types
Volker Lendecke
2020-11-30
1
-1
/
+1
*
s3:winbind: Check return code of set_blocking()
Andreas Schneider
2020-11-26
1
-2
/
+9
[next]