summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_irpc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-25s4:winbind: convert wb_update_rodc_dns_send/recv to tevent_reqStefan Metzmacher1-10/+15
metze
2012-08-25s4:winbind: convert wb_sam_logon_send/recv to tevent_reqStefan Metzmacher1-10/+13
metze
2011-09-08s4-winbind: added count argument to wb_sids2xids_recv()Andrew Tridgell1-1/+1
this allows callers to know how many SIDs were mapped Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-17s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett1-0/+50
This must be done in winbindd as it already has the schannel connection and the credential chain. If we re-established that elsewhere, we would break the chain in winbindd. Andrew Bartlett Signed-Off-By: Andrew Tridgell <tridge@samba.org>
2009-10-20s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell1-1/+0
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-2/+2
2009-04-28Fix Coverity ID 853 (UNINIT) -- Kai, please check!Volker Lendecke1-0/+3
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+2
metze
2008-04-02wbclient: Add an async winbind client library.Kai Blin1-0/+70
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
2007-10-10r25454: Use standard bool types in a couple more places.Jelmer Vernooij1-1/+1
(This used to be commit 9243b551f30c7aa2763115516a6adcfe5bbddc58)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r17342: implement a SamLogon via IRPC in samba4's winbindStefan Metzmacher1-0/+86
metze (This used to be commit c3ce7a0c3708f0c8e784404e86034f7a00685f88)