1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

16 Commits

Author SHA1 Message Date
Volker Lendecke
eb523ba776 s/sid_to_string/sid_to_fstring/
least surprise for callers
2007-12-15 22:47:30 +01:00
Volker Lendecke
bb35e794ec Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
Stefan Metzmacher
075d315e0f winbindd: move domain child specific stuff into its own file
metze
2007-12-14 08:28:35 +01:00
Stefan Metzmacher
ce7fe8acf4 winbindd: remove unused WINBINDD_DUMP_MAPS support
Also the design of this function was really bad,
instead do the dump into a file, the client should get
back the list of mappings.

metze
2007-12-12 10:07:05 +01:00
Stefan Metzmacher
fd4499ee43 winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME calls
WINBINDD_DUAL_UID2NAME
WINBINDD_DUAL_NAME2UID
WINBINDD_DUAL_GID2NAME
WINBINDD_DUAL_NAME2GID

metze
2007-12-12 09:34:20 +01:00
Stefan Metzmacher
a52237e3a1 winbindd: pass const char *logfile to winbindd_dump_maps_async()
metze
2007-12-11 16:51:44 +01:00
Stefan Metzmacher
4ab9a8aab7 winbindd: rename child table struct elements
Add struct_ prefix to struct based protocol specific
elemetens struct winbindd_child_dispatch_table.

metze
2007-12-11 12:56:24 +01:00
Simo Sorce
37ee6f498b r25573: Add my (C) as well
(cherry picked from commit a024e27e7136deb87aeed995348a1c494a850ce6)
2007-10-22 08:46:11 +02:00
Stefan Metzmacher
5af1b45ed3 r25571: split up child_dispatch_table into domain, idmap and locator tables
metze
(cherry picked from commit abbb36a37c1dba2218a6c7ec31739eba5f250127)
2007-10-22 08:46:11 +02:00
Stefan Metzmacher
590954407b r25569: move more idmap stuff into winbindd_idmap.c
metze
(cherry picked from commit 953229f040580071f6ee09413f67f7edd3227728)
2007-10-22 08:46:10 +02:00
Stefan Metzmacher
a1c354866c r25568: move idmap related functions into their own file.
the final goal is to have 3 child dispatch tables
'domain', 'idmap' and 'locator' instead of one.

metze
(cherry picked from commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c)
2007-10-22 08:46:10 +02:00
Gerald (Jerry) Carter
5c6c8e1fe9 [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
Simo Sorce
a024e27e71 r25573: Add my (C) as well 2007-10-10 12:31:15 -05:00
Stefan Metzmacher
abbb36a37c r25571: split up child_dispatch_table into domain, idmap and locator tables
metze
2007-10-10 12:31:15 -05:00
Stefan Metzmacher
953229f040 r25569: move more idmap stuff into winbindd_idmap.c
metze
2007-10-10 12:31:15 -05:00
Stefan Metzmacher
97c63f1b95 r25568: move idmap related functions into their own file.
the final goal is to have 3 child dispatch tables
'domain', 'idmap' and 'locator' instead of one.

metze
2007-10-10 12:31:14 -05:00