summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_next_grent.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-2/+2
This does not check whether the given sid is the domain sid, but whether it is the sid of the local sam, which is different for a domain member server.
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-4/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 10 13:11:10 CEST 2011 on sn-devel-104
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
Guenther
2011-01-21s3:winbind: Fork multiple children per domainVolker Lendecke1-2/+2
This makes us scale better with many simultaneous winbind requests, some of which might be slow. This implementation breaks offline logons, as the cached credentials are maintained in a child (this needs fixing). So, if the offline logons are active, only allow one DC connection. Probably the offline logon and the scalable file server cases are separate enough so that this patch is useful even with the restriction.
2011-01-11s3:winbindd: use ndr_wbint_c.h instead of cli_wbint.hStefan Metzmacher1-1/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 11 15:40:22 CET 2011 on sn-devel-104
2010-08-20s3:winbindd: fix error handling in wb_next_grent_fetch_done()Stefan Metzmacher1-1/+9
We should not use 'result' uninitialized. metze
2010-08-16s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher1-5/+5
metze
2010-03-29s3: Fix bug 7212, "getent group does not return group members"Volker Lendecke1-0/+1
2010-02-28s3: Fix but 7145 -- duplicate sam and unix accountsVolker Lendecke1-0/+11
For me this survives the TESTS=posix_s3 POSIX_SUBTESTS="RPC-SAMR-LARGE-DC LOCAL-NSS-WRAPPER" make test reproducer. Günther, please check! Volker
2009-08-29s3:winbind: Add async wb_next_grentVolker Lendecke1-0/+177