summaryrefslogtreecommitdiff
path: root/tests/wocky-test-sasl-auth-server.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-04add missing config.h includesGuillaume Desmottes1-1/+3
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-3/+0
2011-11-15sasl test: fix build failure on older libsasl2sJonny Lamb1-2/+5
2011-11-15sasl test: define sasl_callback_ft if not already done soJonny Lamb1-0/+4
2011-11-01tests: Fix compilation error with libsasl2Sjoerd Simons1-2/+3
2010-10-13Fix coding style error introduced in leak fixesNicolas Dufresne1-3/+3
2010-10-13Only ref the cancellable if a callback is providedNicolas Dufresne1-5/+7
2010-10-13Keep GCancellable alive during the async callsNicolas Dufresne1-1/+20
2010-10-08Add explicit _stop() to test SASL auth serverNicolas Dufresne1-5/+24
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-2/+2
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-11/+11
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-17/+22
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-10/+5
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-18/+18
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-30/+27
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-1/+1
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-1/+1
2010-01-10Add support for the sasl test server to put the final auth data in successSjoerd Simons1-11/+19
2009-12-18test-sasl-auth-server: fix no-libsasl compilationWill Thompson1-1/+1
2009-11-24Add API to get the last selected mechanism from the Sasl serverSjoerd Simons1-4/+17
2009-11-24Also complete the auth operation on failureSjoerd Simons1-1/+12
2009-11-24Make the sasl completion race freeSjoerd Simons1-4/+8
2009-11-24Let _start take a cancellable and weave it throughSjoerd Simons1-13/+25
2009-11-24Warn if we have an outstanding result on disposeSjoerd Simons1-3/+1
2009-11-19use wocky_strdiff instead of strcmpDafydd Harries1-5/+5
2009-11-17allow adding extra handlers to WockySaslAuth instancesDafydd Harries1-17/+27
2009-11-12test SASL server: pass cancellable to _recv_stanzaDafydd Harries1-2/+5
2009-11-03Test for \ escapes in " quoted challenge values.Vivek Dasmohapatra1-0/+70
2009-11-02Implement server-adds-wacky-whitespace-to-challenge problem, test SASL with it.Vivek Dasmohapatra1-2/+101
2009-09-21Deleted blank lines undeleted.Vivek Dasmohapatra1-0/+3
2009-09-21challenge is not free()d, so need not be assigned from g_strdup().Vivek Dasmohapatra1-1/+1
2009-09-21Remove #warnings about missing libsasl2, use g_message instead.Vivek Dasmohapatra1-1/+0
2009-09-21fake PLAIN SASL and ignore other mechs when libsasl2 is unavailable.Vivek Dasmohapatra1-6/+62
2009-08-12Test new google JID domain discovery quirk support.Vivek Dasmohapatra1-0/+24
2009-08-04Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.Vivek Dasmohapatra1-1/+1
2009-08-04Add ID paramater to stream open methods (needed for server stream open)Vivek Dasmohapatra1-2/+2
2009-08-04Store and return the XMPP Stream Session IDVivek Dasmohapatra1-2/+2
2009-07-14Add a servername argumentSjoerd Simons1-2/+3
2009-07-14test_sasl_auth_server_new: ref the stream as we keep our own ref on itGuillaume Desmottes1-1/+1
2009-07-14follow _async/_finish convention, allow SASL test server to hand backVivek Dasmohapatra1-11/+51
2009-07-14Style & whitespace fixes.Vivek Dasmohapatra1-2/+2
2009-07-14Check some priv-> members for NULL before unrefing them.Vivek Dasmohapatra1-6/+12
2009-07-14Finish modifying wocky-test-sasl-auth-server.c so that it can takeVivek Dasmohapatra1-13/+20
2009-07-14Begin modification of wocky-test-sasl-auth… et al to allow itsVivek Dasmohapatra1-39/+64
2009-06-12wocky-test-sasl-auth-server: use g_assert_errorGuillaume Desmottes1-2/+2
2009-06-02Fix typo in commentsSjoerd Simons1-1/+1
2009-06-02free the decoded response in all casesSjoerd Simons1-2/+4
2009-06-01Test Sasl authentication using the wrong username/passwordSjoerd Simons1-3/+62
2009-04-23Port test-sasl-auth to new WockyXmppConnection apiSjoerd Simons1-29/+178
2009-04-23More noddy ports to the new XmppConnection apiSjoerd Simons1-7/+17