summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_irpc.c
Commit message (Collapse)AuthorAgeFilesLines
* winbind4: Remove unused winbind_get_idmap irpc operationVolker Lendecke2014-03-051-72/+0
| | | | | | | Change-Id: Ia5e62d30b277f8a7074d451cfb8675eee8e9d21f Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* Revert "winbind4: Remove unused winbind_get_idmap irpc operation"Volker Lendecke2014-02-181-0/+72
| | | | | | | This reverts commit 41ff0f4454ef23d0ac3e31560d78a2b966769fea. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* winbind4: Remove unused winbind_get_idmap irpc operationVolker Lendecke2014-02-101-72/+0
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Feb 10 13:24:09 CET 2014 on sn-devel-104
* s4:winbind: convert wb_update_rodc_dns_send/recv to tevent_reqStefan Metzmacher2012-08-251-10/+15
| | | | metze
* s4:winbind: convert wb_sam_logon_send/recv to tevent_reqStefan Metzmacher2012-08-251-10/+13
| | | | metze
* s4-winbind: added count argument to wb_sids2xids_recv()Andrew Tridgell2011-09-081-1/+1
| | | | | | this allows callers to know how many SIDs were mapped Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett2010-09-171-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>
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-201-1/+0
|
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-2/+2
|
* Fix Coverity ID 853 (UNINIT) -- Kai, please check!Volker Lendecke2009-04-281-0/+3
|
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-011-2/+2
| | | | metze
* wbclient: Add an async winbind client library.Kai Blin2008-04-021-0/+70
| | | | (This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 9243b551f30c7aa2763115516a6adcfe5bbddc58)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-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)
* r17342: implement a SamLogon via IRPC in samba4's winbindStefan Metzmacher2007-10-101-0/+86
metze (This used to be commit c3ce7a0c3708f0c8e784404e86034f7a00685f88)