summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_seqnums.c
AgeCommit message (Collapse)AuthorFilesLines
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
2009-08-29s3:winbind: simplify wb_seqnums_done a bitVolker Lendecke1-15/+24
2009-08-29s3:winbind: Make wb_seqnums.c update the winbind cache seqnumsVolker Lendecke1-1/+12
2009-08-16s3:winbind: Add async wb_seqnumsVolker Lendecke1-0/+133
This is something that would have been very difficult with the old style of async requests: Send the request to all children simultaneously.