Merge branch 'master' of ssh://down/oryx/aox
[aox:aox.git] / sasl / mechanism.cpp
2009-02-02 Arnt GulbrandsenMerge branch 'master' of ssh://down/oryx/aox
2009-02-02 Arnt Gulbrandsenupdate callers to avoid sys.h and rename String{,List...
2008-11-11 Arnt Gulbrandsenget rid of the log facility completely.
2008-10-22 Abhijit Menon-SenReturn d->user in user() regardless of the state()
2008-10-22 Arnt GulbrandsenMerge branch 'p4/src/main' of ssh://down.oryx.com/oryx...
2008-10-22 Arnt Gulbrandsenpull back setStoredSecret(), ot help testing
2008-10-21 Arnt GulbrandsenMerge branch 'p4/src/main' of ssh://down/oryx/oryx...
2008-10-21 Arnt Gulbrandsensome trawler tried to login as "" on one of the open...
2008-10-20 Arnt Gulbrandsengit can't handle neighbouring notes being edited.
2008-10-17 Arnt Gulbrandsentake LDAP support as close to working as it can get...
2008-10-15 Arnt GulbrandsenLDAP authentication support. Doesn't work.
2008-08-08 Abhijit Menon-SenMake authentication less noisy.
2008-06-23 Arnt GulbrandsenMerge branch 'p4/src/main' of ssh://down/oryx/oryx...
2008-06-19 Abhijit Menon-SenMerge branch 'p4/src/main' of ssh://down/oryx/oryx...
2008-06-19 Arnt GulbrandsenMerge branch 'p4/src/main' of ssh://down.oryx.com/oryx...
2008-06-19 Arnt Gulbrandsenlog it when login has to wait until we've recovered...
2008-05-29 Arnt Gulbrandsendelay SASL authentication complete until the mailboxes...
2008-05-12 Abhijit Menon-SenA minor concession to testing.
2008-05-12 Arnt Gulbrandsenrecord authentication failures in a clean and sensible way
2008-05-11 Abhijit Menon-SenMerge branch 'schema-rev' into p4/src/main.
2008-05-11 Abhijit Menon-SenMake things compile by splitting SaslConnection from...
2008-05-08 Abhijit Menon-SenMerge branch 'p4/src/main' of ssh://down.oryx.com/oryx...
2008-05-08 Arnt Gulbrandsenmore logging. perhaps a little too much, not sure.
2008-05-06 Arnt GulbrandsenMerge branch 'p4/src/main' of ssh://down/oryx/oryx...
2008-05-06 Arnt Gulbrandsenadd most of the code needed for the connection log...
2008-05-01 Arnt GulbrandsenMerge branch 'p4/src/main' of ssh://down/oryx/oryx...
2008-05-01 Abhijit Menon-SenThe last of the sacrificial whitespace changes.
2007-10-31 Arnt Gulbrandsengraph the number of successful/failing logins
2007-09-03 Abhijit Menon-SenDon't segfault.
2007-08-31 Arnt Gulbrandsenchange Mailbox::name() and User::login() from String...
2007-08-27 Abhijit Menon-SenNot only is it OK to not have an i-r, it's OK to not...
2007-08-27 Abhijit Menon-SenIt's OK to not have an initial response. Oops.
2007-08-27 Abhijit Menon-Sen1. Split parse into readInitialResponse and readRespons...
2007-08-27 Abhijit Menon-SenHandle empty intitial responses encoded as =.
2007-08-27 Abhijit Menon-Sen1. Introduce a SaslMechanism class derived from Connect...
2007-08-01 Abhijit Menon-SenThis is what SASL LOGIN should look like (adapted from...
2007-06-09 Abhijit Menon-SenMore of the same.
2006-10-09 Arnt Gulbrandsensegfaults are boring.
2006-10-09 Arnt Gulbrandsenif there is an anonymous user but AUTH=ANONYMOUS is...
2006-07-19 Abhijit Menon-SenZap most (but not all) >80 column lines.
2006-06-15 Abhijit Menon-SenDon't hang forever if we don't know the user that's...
2006-06-09 Arnt Gulbrandsenaccept any and all passwords if it's an anonymous login
2006-06-05 Arnt Gulbrandsenget rid of udoc syntax errors. don't harm managesieve...
2006-06-05 Arnt Gulbrandsenget rid of the weird "enum in string" construct used...
2006-03-31 Abhijit Menon-SenRestore the ability to handle complex SaslMechanism...
2006-03-28 Abhijit Menon-SenHandle authentication termination more gracefully by...
2006-03-28 Abhijit Menon-SenAllow SaslMechanism::readResponse to fail.
2006-03-22 Abhijit Menon-SenHarri found that imapfilter couldn't authenticate with...
2005-07-11 Arnt Gulbrandsenadd new class Garbage, which provides allocatable garba...
2005-01-13 Arnt Gulbrandsenif we don't know about a user's mailbox, we just don...
2004-12-11 Arnt Gulbrandsenset the state to authenticating as soon as justified...
2004-12-09 Arnt Gulbrandsenuse User to log in and to remember who's logged in.
2004-12-04 Abhijit Menon-SenChange everything log-related merrily about.
2004-11-28 Arnt Gulbrandsenchange 955, bigger and better.
2004-09-16 Arnt Gulbrandsenchange Query::getInt, getBoolean and getString to retur...
2004-08-25 Abhijit Menon-SenAdd an "allow-plaintext" configuration option.
2004-07-21 Arnt Gulbrandsenmake sasl mechanisms configurable. untested.
2004-07-11 Abhijit Menon-SenConvert a bunch of things to using global log() calls.
2004-07-11 Abhijit Menon-SenGet rid of the remaining documentation errors.
2004-07-09 Abhijit Menon-SenMake everything compile! It's a miracle!
2004-07-09 Abhijit Menon-SenReorganise and break everything.