summaryrefslogtreecommitdiff
path: root/source4/libcli/wbclient/wbclient.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28wbclient: "ev" is no longer used in wbc_xids_to_sidsVolker Lendecke1-2/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-09-28wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke1-2/+1
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2016-02-22libwbclient: Make source4/ use nsswitch/libwbclientVolker Lendecke1-320/+104
Right now there's no async user of this, so I think it's okay to use the sync libwbclient. If we really get async libwbclient users, we need to put it there instead of calling the struct protocol directly. The code before this patch did not look at the _NO_WINBIND environment variable. So ignore it here too. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
2014-04-17selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider1-1/+1
It is very confusing if the env var uses the same name as the define in the source code. So prefix it with SELFTEST. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2014-04-09s4-wbclient: Fix wbc_sids_to_xids to correctly indicate the length of the ↵Andrew Bartlett1-1/+1
SID list This uses the fact that we know the end of the string in p to avoid needing a strlen() call. Otherwise the winbindd validation that the extra_data is terminated may fail, if the un-initiliased memory is not zero. Andrew Bartlett Change-Id: I9b28068e4fbd3754c8d14724af93638d657810dd Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Apr 9 18:26:40 CEST 2014 on sn-devel-104
2014-04-08s4-wbclient: Cope with winbind returning an errorAndrew Bartlett1-0/+4
Change-Id: I8eaf858f9e9e55eec20aa2c585db5459fb73b887 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Apr 8 12:53:13 CEST 2014 on sn-devel-104
2014-03-05auth4: Remove unused wbc_contextVolker Lendecke1-29/+0
Signed-off-by: Volker Lendecke <vl@samba.org> Change-Id: I07d9f7d8028429564d91da39f8d1e73cc13a646c Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-03-05libwbclient4: Remove unused composite-based functionsVolker Lendecke1-142/+0
Signed-off-by: Volker Lendecke <vl@samba.org> Change-Id: Iff6169e35f7a82e31c42df7b2d30d122b5f67451 Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-03-05libwbclient4: Add wbc_xids_to_sidsVolker Lendecke1-0/+215
Signed-off-by: Volker Lendecke <vl@samba.org> Change-Id: Ibb67f6aabd9a3fbd023ff9ec1a34d82ae599177c Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-03-05libwbclient4: Add wbc_sids_to_xidsVolker Lendecke1-0/+167
Signed-off-by: Volker Lendecke <vl@samba.org> Change-Id: I79f4b87a14e7074970bd024626e5838a4461cc2e Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-02-18Revert "libwbclient4: Add wbc_sids_to_xids"Volker Lendecke1-167/+0
This reverts commit fefc59619b58cb0c38bf7e6ac2ebcc25a5ebbd6c. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-02-18Revert "libwbclient4: Add wbc_xids_to_sids"Volker Lendecke1-215/+0
This reverts commit f275ce4e4367478b488810491c7bcd993c37caf1. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-02-18Revert "libwbclient4: Remove unused composite-based functions"Volker Lendecke1-0/+142
This reverts commit ba5f02739cb454d2312f73f643f2c119e090ac5e. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-02-18Revert "auth4: Remove unused wbc_context"Volker Lendecke1-0/+29
This reverts commit 6b04558c5e0547a807ac0fcb5eeb1085cfe602ac. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2014-02-10auth4: Remove unused wbc_contextVolker Lendecke1-29/+0
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
2014-02-10libwbclient4: Remove unused composite-based functionsVolker Lendecke1-142/+0
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
2014-02-10libwbclient4: Add wbc_xids_to_sidsVolker Lendecke1-0/+215
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
2014-02-10libwbclient4: Add wbc_sids_to_xidsVolker Lendecke1-0/+167
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Kai Blin <kai@samba.org>
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-1/+1
This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett
2010-09-03s4:libcli/wbclient: use irpc_binding_handle_by_name()Stefan Metzmacher1-50/+36
metze
2010-03-30wbclient/wbclient.c - fix a typoMatthias Dieter Wallnöfer1-1/+1
2010-02-11s4: Switch to S3-style id mapping data types.Kai Blin1-5/+5
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+2
metze
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
2008-04-02wbclient: Add an async winbind client library.Kai Blin1-0/+210
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)