1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release 2.16 More... over 11 years ago
Merge pull request #1 from marschap/next More... over 11 years ago
Perl.pm: avoid warning on "uninitialized value" More... over 11 years ago
SASL.pod: fix typo More... over 11 years ago
Release 2.15 More... almost 14 years ago
Makes sure that user callbacks are called More... almost 14 years ago
Release 2.1401 More... about 14 years ago
Release 2.14 More... about 14 years ago
update .gitignore More... about 14 years ago
Skip tests requiring Crypt::* More... over 14 years ago
Release v2.13 More... over 14 years ago
RT#42191 Only use pass for GSSAPI credentials if it is an object of type GSSAPI::Cred More... over 14 years ago
RT#675 Authorization with Authen::SASL::Perl::External More... over 14 years ago
Call client_new and server_new inside eval so further plugins can be tried before failing More... over 14 years ago
Prefer to use Authen::SASL::XS over Authen::SASL::Cyrus More... over 14 years ago
Do not store inc/ modules in repository More... over 14 years ago
Transformed server_start and server_step to use callbacks allowing me to execute SASL negotiations fully asynchronously within djabberd. More... about 15 years ago
set_success really returns the status, there is no need to return 1 for PLAIN authentication, otherwise this is sent to the client which confuses some implementations. More... about 15 years ago
removed the SQOP global variable hack that I used in tests to change qop for the server More... over 15 years ago
revised server_new and the options that can be passed to it takes a hash with no_integrity and no_confidentiality configurations. More... over 15 years ago
Trying different logic for LOGIN in the client. I'm still not sure about this change. I'm also pondering about renaming set_success to something less ambiguous. We might need better semantic in the client, where success of a negotiation is communicated to the client thru specific protocol means sometimes. More... over 15 years ago
I think this fixes a bug that always enable auth-conf when the system doesn't support it and vice-versa More... over 15 years ago
No ambiguity with licensing More... over 15 years ago
Added server LOGIN support for fun More... over 15 years ago
typo 'response' and not 'challenge' More... over 15 years ago
Added effective support for checkpass callback in PLAIN More... over 15 years ago
Trying to be a bit more compatible with the future Authen::SASL::XS It has to be noted that getsecret is a deprecated callback in SASL v2 (apparently). More... over 15 years ago
Helped MakeMaker finding my new tests Fixed tests issues More... over 15 years ago
test for nonce-count check (replay attacks) More... over 15 years ago
- Added maxbuf to the challenge (we should probably omit it when auth is proposed only, but that should be fine) - Fixed an issue (I believe) where the client was looking for 'server-maxbuf' insted of 'maxbuf' - renamed a test (consistency) More... over 15 years ago