summaryrefslogtreecommitdiff
path: root/source4/libcli/wbclient
AgeCommit message (Expand)AuthorFilesLines
2014-04-17selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider1-1/+1
2014-04-09s4-wbclient: Fix wbc_sids_to_xids to correctly indicate the length of the SID...Andrew Bartlett1-1/+1
2014-04-08s4-wbclient: Cope with winbind returning an errorAndrew Bartlett1-0/+4
2014-03-05auth4: Remove unused wbc_contextVolker Lendecke2-41/+1
2014-03-05libwbclient4: Remove unused composite-based functionsVolker Lendecke2-158/+0
2014-03-05libwbclient4: Add wbc_xids_to_sidsVolker Lendecke1-0/+215
2014-03-05libwbclient4: Add wbc_sids_to_xidsVolker Lendecke3-1/+173
2014-02-19Define the winbindd socket directory when building wbclientGarming Sam1-0/+1
2014-02-18Revert "libwbclient4: Add wbc_sids_to_xids"Volker Lendecke3-173/+1
2014-02-18Revert "libwbclient4: Add wbc_xids_to_sids"Volker Lendecke1-215/+0
2014-02-18Revert "libwbclient4: Remove unused composite-based functions"Volker Lendecke2-0/+158
2014-02-18Revert "auth4: Remove unused wbc_context"Volker Lendecke2-1/+41
2014-02-10auth4: Remove unused wbc_contextVolker Lendecke2-41/+1
2014-02-10libwbclient4: Remove unused composite-based functionsVolker Lendecke2-158/+0
2014-02-10libwbclient4: Add wbc_xids_to_sidsVolker Lendecke1-0/+215
2014-02-10libwbclient4: Add wbc_sids_to_xidsVolker Lendecke3-1/+173
2011-09-08build: make LIBWBCLIENT_OLD and auth_unix_token librariesAndrew Bartlett1-4/+5
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett2-2/+2
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-5/+0
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4: Rename LIBEVENTS to libevents.Jelmer Vernooij1-1/+1
2010-09-03s4:libcli/wbclient: use irpc_binding_handle_by_name()Stefan Metzmacher3-54/+39
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-4/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+10
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 Blin2-9/+9
2009-05-30libwbclient: Add async call framework.Kai Blin1-2/+2
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher2-3/+3
2008-05-18Use variables for source directory in a couple more places.Jelmer Vernooij1-1/+1
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-1/+2
2008-04-04Install pidl by default if ExtUtils::MakeMaker is available. This should make...Jelmer Vernooij1-2/+0
2008-04-02wbclient: Add an async winbind client library.Kai Blin3-0/+266