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_idmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
winbindd: let LookupNames return NT_STATUS_OK and SID_NAME_UNKNOWN for unmapp...
Ralph Boehme
1
-0
/
+3
2023-12-13
s3:winbind: talloc the static idmap child
Samuel Cabrero
1
-9
/
+20
2022-11-04
s3:winbind: Avoid unnecessary locking in wb_parent_idmap_setup_send()
Pavel Filipenský
1
-0
/
+7
2022-05-19
s3:winbind: Remove struct winbindd_child_dispatch_table
Samuel Cabrero
1
-13
/
+1
2022-03-25
s3:winbind: Convert Ping parent/child call to NDR
Samuel Cabrero
1
-4
/
+0
2021-01-08
lib: give global_contexts.c its own header file
Volker Lendecke
1
-0
/
+1
2020-10-23
winbindd: defer the setup_child() from init_idmap_child()
Stefan Metzmacher
1
-3
/
+42
2020-10-23
winbindd: assert wb_parent_idmap_setup_send/recv() was called before idmap_ch...
Stefan Metzmacher
1
-0
/
+5
2020-10-23
winbindd: add generic wb_parent_idmap_setup_send/recv() helpers
Stefan Metzmacher
1
-0
/
+314
2020-10-23
winbindd: add and use is_idmap_child()
Stefan Metzmacher
1
-0
/
+9
2020-10-23
winbindd: add and use idmap_child_pid()
Stefan Metzmacher
1
-0
/
+5
2018-02-23
winbind: add idmap_child_handle() and use it instead of child->binding_handle
Stefan Metzmacher
1
-0
/
+5
2009-12-21
s3: Remove some unused dual functions
Volker Lendecke
1
-117
/
+0
2009-12-21
s3: Remove unused do_async
Volker Lendecke
1
-11
/
+0
2009-12-21
s3: Remove unused winbindd_gid2sid_async
Volker Lendecke
1
-45
/
+0
2009-12-21
s3: Remove unused winbindd_uid2sid_async
Volker Lendecke
1
-48
/
+0
2009-12-21
s3: Remove unused winbindd_sid2gid_async
Volker Lendecke
1
-46
/
+0
2009-12-21
s3: Remove unused winbindd_sid2uid_async
Volker Lendecke
1
-54
/
+0
2009-09-07
s3:winbind: Convert WINBINDD_SET_HWM to the new API
Volker Lendecke
1
-63
/
+0
2009-09-07
s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API
Volker Lendecke
1
-63
/
+0
2009-09-07
s3:winbind: Convert WINBINDD_SET_MAPPING to the new API
Volker Lendecke
1
-61
/
+0
2009-08-30
s3:winbind: Fix bug 5626
Volker Lendecke
1
-9
/
+7
2009-08-30
w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API
Volker Lendecke
1
-4
/
+0
2009-08-30
w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API
Volker Lendecke
1
-4
/
+0
2009-08-27
s3:winbind: Add a generic cache for NDR based parent-child requests
Volker Lendecke
1
-1
/
+1
2009-08-05
s3:winbind: Add NDR-based parent-child communication to winbind
Volker Lendecke
1
-0
/
+4
2009-06-14
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
1
-9
/
+9
2009-06-14
Add winbindd_dual_ping to all children
Volker Lendecke
1
-0
/
+4
2009-06-14
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
1
-22
/
+22
2009-05-11
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
1
-2
/
+2
2008-11-18
Added ability to remove id mappings in wbinfo and libwbclient.
Steven Danneman
1
-0
/
+63
2008-08-12
idmap rewrite
Volker Lendecke
1
-5
/
+59
2008-08-12
Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache
Volker Lendecke
1
-108
/
+0
2008-07-11
Revert "Make use of ADD_TO_ARRAY"
Volker Lendecke
1
-2
/
+2
2008-07-11
Revert "Tiny logic simplification -- remove an else branch"
Volker Lendecke
1
-20
/
+22
2008-07-05
Tiny logic simplification -- remove an else branch
Volker Lendecke
1
-22
/
+20
2008-07-05
Make use of ADD_TO_ARRAY
Volker Lendecke
1
-2
/
+2
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-5
/
+5
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-1
/
+3
2007-12-14
winbindd: move domain child specific stuff into its own file
Stefan Metzmacher
1
-4
/
+3
2007-12-12
winbindd: remove unused WINBINDD_DUMP_MAPS support
Stefan Metzmacher
1
-49
/
+0
2007-12-12
winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME calls
Stefan Metzmacher
1
-255
/
+0
2007-12-11
winbindd: pass const char *logfile to winbindd_dump_maps_async()
Stefan Metzmacher
1
-3
/
+3
2007-12-11
winbindd: rename child table struct elements
Stefan Metzmacher
1
-18
/
+59
2007-10-22
r25573: Add my (C) as well
Simo Sorce
1
-0
/
+1
2007-10-22
r25571: split up child_dispatch_table into domain, idmap and locator tables
Stefan Metzmacher
1
-1
/
+29
2007-10-22
r25569: move more idmap stuff into winbindd_idmap.c
Stefan Metzmacher
1
-0
/
+12
2007-10-22
r25568: move idmap related functions into their own file.
Stefan Metzmacher
1
-0
/
+778
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-819
/
+0
2007-10-10
r25573: Add my (C) as well
Simo Sorce
1
-0
/
+1
[next]