index
:
~smcv/wocky
gcryptless-43992
master
shareable-46417
Unnamed repository; edit this file 'description' to name the repository.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
wocky-test-sasl-auth-server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-04
add missing config.h includes
Guillaume Desmottes
1
-1
/
+3
2012-02-06
Make #include <wocky/wocky.h> the only legal import.
Will Thompson
1
-3
/
+0
2011-11-15
sasl test: fix build failure on older libsasl2s
Jonny Lamb
1
-2
/
+5
2011-11-15
sasl test: define sasl_callback_ft if not already done so
Jonny Lamb
1
-0
/
+4
2011-11-01
tests: Fix compilation error with libsasl2
Sjoerd Simons
1
-2
/
+3
2010-10-13
Fix coding style error introduced in leak fixes
Nicolas Dufresne
1
-3
/
+3
2010-10-13
Only ref the cancellable if a callback is provided
Nicolas Dufresne
1
-5
/
+7
2010-10-13
Keep GCancellable alive during the async calls
Nicolas Dufresne
1
-1
/
+20
2010-10-08
Add explicit _stop() to test SASL auth server
Nicolas Dufresne
1
-5
/
+24
2010-10-04
GSimpleAsyncResult source tags should be _async
Nicolas Dufresne
1
-2
/
+2
2010-04-20
Rename WockyXmppNode to WockyNode
Sjoerd Simons
1
-11
/
+11
2010-04-20
Use wocky_stanza_get_top_node instead of ->node
Sjoerd Simons
1
-17
/
+22
2010-04-20
Add a namespace argument to wocky_stanza_new
Sjoerd Simons
1
-10
/
+5
2010-04-20
Rename WockyXmppStanza to WockyStanza
Sjoerd Simons
1
-18
/
+18
2010-04-13
Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.
Will Thompson
1
-30
/
+27
2010-04-13
Use ASCII mnemonics throughout.
Will Thompson
1
-1
/
+1
2010-04-13
Use G_GNUC_NULL_TERMINATED for build spec-cy functions
Will Thompson
1
-1
/
+1
2010-01-10
Add support for the sasl test server to put the final auth data in success
Sjoerd Simons
1
-11
/
+19
2009-12-18
test-sasl-auth-server: fix no-libsasl compilation
Will Thompson
1
-1
/
+1
2009-11-24
Add API to get the last selected mechanism from the Sasl server
Sjoerd Simons
1
-4
/
+17
2009-11-24
Also complete the auth operation on failure
Sjoerd Simons
1
-1
/
+12
2009-11-24
Make the sasl completion race free
Sjoerd Simons
1
-4
/
+8
2009-11-24
Let _start take a cancellable and weave it through
Sjoerd Simons
1
-13
/
+25
2009-11-24
Warn if we have an outstanding result on dispose
Sjoerd Simons
1
-3
/
+1
2009-11-19
use wocky_strdiff instead of strcmp
Dafydd Harries
1
-5
/
+5
2009-11-17
allow adding extra handlers to WockySaslAuth instances
Dafydd Harries
1
-17
/
+27
2009-11-12
test SASL server: pass cancellable to _recv_stanza
Dafydd Harries
1
-2
/
+5
2009-11-03
Test for \ escapes in " quoted challenge values.
Vivek Dasmohapatra
1
-0
/
+70
2009-11-02
Implement server-adds-wacky-whitespace-to-challenge problem, test SASL with it.
Vivek Dasmohapatra
1
-2
/
+101
2009-09-21
Deleted blank lines undeleted.
Vivek Dasmohapatra
1
-0
/
+3
2009-09-21
challenge is not free()d, so need not be assigned from g_strdup().
Vivek Dasmohapatra
1
-1
/
+1
2009-09-21
Remove #warnings about missing libsasl2, use g_message instead.
Vivek Dasmohapatra
1
-1
/
+0
2009-09-21
fake PLAIN SASL and ignore other mechs when libsasl2 is unavailable.
Vivek Dasmohapatra
1
-6
/
+62
2009-08-12
Test new google JID domain discovery quirk support.
Vivek Dasmohapatra
1
-0
/
+24
2009-08-04
Use local wocky_tls_* instead of g_tls_* and gio instead of gnio.
Vivek Dasmohapatra
1
-1
/
+1
2009-08-04
Add ID paramater to stream open methods (needed for server stream open)
Vivek Dasmohapatra
1
-2
/
+2
2009-08-04
Store and return the XMPP Stream Session ID
Vivek Dasmohapatra
1
-2
/
+2
2009-07-14
Add a servername argument
Sjoerd Simons
1
-2
/
+3
2009-07-14
test_sasl_auth_server_new: ref the stream as we keep our own ref on it
Guillaume Desmottes
1
-1
/
+1
2009-07-14
follow _async/_finish convention, allow SASL test server to hand back
Vivek Dasmohapatra
1
-11
/
+51
2009-07-14
Style & whitespace fixes.
Vivek Dasmohapatra
1
-2
/
+2
2009-07-14
Check some priv-> members for NULL before unrefing them.
Vivek Dasmohapatra
1
-6
/
+12
2009-07-14
Finish modifying wocky-test-sasl-auth-server.c so that it can take
Vivek Dasmohapatra
1
-13
/
+20
2009-07-14
Begin modification of wocky-test-sasl-auth… et al to allow its
Vivek Dasmohapatra
1
-39
/
+64
2009-06-12
wocky-test-sasl-auth-server: use g_assert_error
Guillaume Desmottes
1
-2
/
+2
2009-06-02
Fix typo in comments
Sjoerd Simons
1
-1
/
+1
2009-06-02
free the decoded response in all cases
Sjoerd Simons
1
-2
/
+4
2009-06-01
Test Sasl authentication using the wrong username/password
Sjoerd Simons
1
-3
/
+62
2009-04-23
Port test-sasl-auth to new WockyXmppConnection api
Sjoerd Simons
1
-29
/
+178
2009-04-23
More noddy ports to the new XmppConnection api
Sjoerd Simons
1
-7
/
+17
[next]