summaryrefslogtreecommitdiff
path: root/tests/wocky-test-sasl-auth.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-3/+1
2010-10-08Add explicit _stop() to test SASL auth serverNicolas Dufresne1-0/+2
2010-06-08Properly use is_secure argument in wocky_auth_registry_start_auth_async.Eitan Isaacson1-1/+1
2010-05-07Renamed WockySaslHandler to WockyAuthHandlerEitan Isaacson1-2/+2
2010-05-07Added WockyJabberAuth, WockyJabberAuthPassword and WockyJabberAuthDigest.Eitan Isaacson1-1/+1
2010-05-04Default WockyAuthRegistry upon construction.Eitan Isaacson1-3/+3
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-12/+20
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-2/+2
2010-01-10Test final auth data in success for md5Sjoerd Simons1-0/+3
2009-11-17allow adding extra handlers to WockySaslAuth instancesDafydd Harries1-0/+15
2009-11-17double check SASL test resultsDafydd Harries1-2/+8
2009-11-12use g_assert_no_error()Dafydd Harries1-1/+1
2009-11-03Test for \ escapes in " quoted challenge values.Vivek Dasmohapatra1-5/+8
2009-11-02Implement server-adds-wacky-whitespace-to-challenge problem, test SASL with it.Vivek Dasmohapatra1-1/+6
2009-08-04use test_init and test_deinit in tests so memory is properly freed and valgri...Guillaume Desmottes1-5/+6
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-14Test if the sasl auth copes with a null byte in the A1 MD5 hashSjoerd Simons1-24/+39
2009-07-14Finish modifying wocky-test-sasl-auth-server.c so that it can takeVivek Dasmohapatra1-2/+2
2009-07-14Begin modification of wocky-test-sasl-auth… et al to allow itsVivek Dasmohapatra1-2/+2
2009-06-12wocky-test-sasl-auth: use g_assert_errorGuillaume Desmottes1-3/+3
2009-06-01Propertify the sasl auth user, password, server and connection parametersSjoerd Simons1-16/+6
2009-06-01Test Sasl authentication using the wrong username/passwordSjoerd Simons1-5/+22
2009-05-22Move SaslAuth to a more gio like APISjoerd Simons1-31/+23
2009-04-23Finish porting wocky-test-sasl-auth to the new XmppConnection apiSjoerd Simons1-48/+125
2009-04-23More noddy ports to the new XmppConnection apiSjoerd Simons1-5/+15
2009-04-13Fix style issues found by coding style checkerSjoerd Simons1-1/+1
2009-04-13Actuall let /xmpp-sasl/no-plain do what was intendedSjoerd Simons1-1/+1
2009-04-13Add test to refuse plain auth when that's the only one availableSjoerd Simons1-1/+4
2009-04-13Use one test case per testSjoerd Simons1-21/+16
2009-04-13Port to gtester testing and GIOSjoerd Simons1-43/+31
2009-04-13wocky-test-sasl-auth: fix static functions and multi declarationsGuillaume Desmottes1-12/+13
2009-04-13wocky-test-sasl-auth.c: workaround missing g_set_error_literalGuillaume Desmottes1-2/+2
2009-04-13Coding style updatesSjoerd Simons1-78/+90
2009-04-13Correctly restart the xmpp connection after the auth was successfullSjoerd Simons1-0/+1
2009-04-13Fix a memleak in the WockySaslAuth testEmanuele Aina1-0/+1
2009-04-13Ported the SASL test to Check using its looping tests supportEmanuele Aina1-0/+198