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
/
winbindd_samr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-26
s3:winbindd: Allow ‘ptype’ to be NULL (CID 1615194)
Jennifer Sutton
1
-1
/
+3
2024-07-26
winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...
Ralph Boehme
1
-0
/
+7
2023-07-19
s3:winbindd: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-06-13
s3:winbind: Add lookup_aliasmem to winbindd_methods and implement it in all b...
Pavel Filipenský
1
-0
/
+69
2023-05-09
winbind: Fix "wbinfo -u" on a Samba AD DC with >1000 users
Volker Lendecke
1
-40
/
+62
2022-04-13
s3:winbind: Simplify open_cached_internal_pipe_conn()
Samuel Cabrero
1
-6
/
+4
2022-04-13
s3:winbind: Do not use domain's private data to store the SAMR pipes
Samuel Cabrero
1
-15
/
+8
2021-12-15
s3:winbind: Fix using normalized name in sam_name_to_sid()
Andreas Schneider
1
-1
/
+1
2021-12-15
s3:winbindd: Remove dead code from sam_rids_to_names()
Andreas Schneider
1
-8
/
+1
2021-12-10
s3:winbind: Close internal RPC pipes after 5 idle seconds
Volker Lendecke
1
-0
/
+38
2021-04-29
winbindd: remove obsolete sequence_number from struct winbindd_methods
Ralph Boehme
1
-2
/
+0
2021-04-29
s3:winbindd: Remove obsolete sequence_number callback from samr backend
Andreas Schneider
1
-53
/
+2
2021-04-06
winbindd: Use samr in sam_rids_to_names() instead of lsa
Volker Lendecke
1
-33
/
+121
2021-04-06
winbindd: Make sam_sid_to_name use samr instead of lsa
Volker Lendecke
1
-40
/
+132
2021-04-06
winbindd: Use samr instead of lsa in sam_name_to_sid()
Volker Lendecke
1
-18
/
+35
2021-04-06
winbindd: Avoid deadlock in sam_name_to_sid()
Volker Lendecke
1
-6
/
+65
2021-03-16
winbindd: Improve a DEBUG message in sam_name_to_sid()
Volker Lendecke
1
-1
/
+1
2021-03-16
winbind: Simplify winbindd_samr.c
Volker Lendecke
1
-81
/
+19
2021-03-06
winbind: Remove noisy error message in wb_open_internal_pipe()
Samuel Cabrero
1
-0
/
+4
2020-08-08
winbind: directly use dcerpc_binding_handle_is_connected() in reset_connectio...
Ralph Boehme
1
-1
/
+2
2019-04-18
winbind: Return queried domain name from name_to_sid
Christof Schmitt
1
-0
/
+9
2019-04-18
winbind: Query domain from winbind sam_name_to_sid
Christof Schmitt
1
-0
/
+2
2018-12-20
winbindd: Use dom_sid_str_buf
Volker Lendecke
1
-2
/
+6
2018-03-24
winbindd: Do re-connect if the RPC call fails in the passdb case
Andrew Bartlett
1
-0
/
+128
2018-03-24
winbindd: Add a cache of the samr and lsa handles for the passdb domain
Andrew Bartlett
1
-108
/
+159
2017-03-06
Revert "winbind: Remove "lookup_usergroups" winbind method"
Volker Lendecke
1
-0
/
+65
2017-01-13
winbind: Fix CID 1398534 Dereference before null check
Jeremy Allison
1
-4
/
+2
2017-01-11
winbind: Fix CID 1398531 Resource leak
Volker Lendecke
1
-0
/
+1
2017-01-04
winbind: Avoid a few explicit ZERO_STRUCT calls
Volker Lendecke
1
-36
/
+12
2017-01-04
winbind: Simplify query_user_list to only return rids
Volker Lendecke
1
-19
/
+8
2017-01-04
winbind: Remove "lookup_usergroups" winbind method
Volker Lendecke
1
-65
/
+0
2017-01-04
winbind: Remove "query_user" backend function
Volker Lendecke
1
-64
/
+0
2016-12-28
lib: Add lib/util_unixsids.h
Volker Lendecke
1
-0
/
+1
2015-05-06
winbind: Fix CID 1035545 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2015-04-29
Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.
Richard Sharpe
1
-3
/
+3
2015-03-12
s3:winbindd: make open_internal_lsa_conn() non static
Stefan Metzmacher
1
-3
/
+3
2014-06-11
winbindd: Call set_dc_type_and_flags on the internal domain
Andrew Bartlett
1
-89
/
+2
2014-06-04
winbindd: Use rpc_pipe_open_interface() so that winbindd uses the correct rpc...
Andrew Bartlett
1
-12
/
+31
2014-06-04
winbindd: Remove pointless if statement
Andrew Bartlett
1
-14
/
+10
2014-02-25
samr: don't block the sam sid or the builtin domain sid in sid_to_name
Stefan Metzmacher
1
-0
/
+2
2012-07-12
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
1
-2
/
+2
2012-07-12
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
1
-1
/
+1
2012-05-10
s3: Fix Coverity ID 242184 Dereference after null check
Volker Lendecke
1
-5
/
+3
2011-08-26
s3: Fix two int/enum mixups
Volker Lendecke
1
-2
/
+2
2011-08-21
s3-winbind: We need to use internal rpc connections in winbind.
Andreas Schneider
1
-2
/
+2
2011-07-20
s3-auth Use the common auth_session_info
Andrew Bartlett
1
-4
/
+4
2011-07-20
s3-auth Use struct auth3_session_info outside the auth subsystem
Andrew Bartlett
1
-4
/
+4
2011-06-16
Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."
Stefan Metzmacher
1
-2
/
+2
2011-06-15
s3-winbind: Fix paranoia checks in winbindd_samr.c.
Andreas Schneider
1
-2
/
+2
2011-05-02
s3-winbindd: remove unused headers.
Günther Deschner
1
-3
/
+0
[next]