]> git.sur5r.net Git - openldap/history - servers/slapd/sasl.c
Add "sasl-external-x509dn-convert" configuration option aimed
[openldap] / servers / slapd / sasl.c
2001-01-19 Kurt ZeilengaAdd "sasl-external-x509dn-convert" configuration option...
2001-01-19 Kurt ZeilengaFix SASL_REALM bug
2001-01-18 Mark AdamsonChange the SASL DN's from cn=authzid to cn=auth
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-11-30 Mark AdamsonMake SASL authorization work for NULL, "u:", and "dn...
2000-10-12 Kurt ZeilengaFix layer installation
2000-10-07 Kurt ZeilengaWe need to set sasl_layers prior to returning result...
2000-10-06 Kurt ZeilengaMake sure authzid form produces a valid subject DN...
2000-09-28 Kurt Zeilengaremove cruft
2000-09-22 Kurt Zeilengaremove lint
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-21 Kurt ZeilengaFix logging bug
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-08-30 Kurt ZeilengaAdd sasl-host option and treat sasl-realm as global...
2000-08-26 Kurt ZeilengaMinor typedef and other clean ups
2000-08-24 Kurt ZeilengaMake settings match manual page.
2000-08-15 Kurt ZeilengaFix typos
2000-08-15 Kurt ZeilengaAdd char* ldap_pvt_get_fqdn(char*) which returns the...
2000-07-28 Kurt ZeilengaWorking SASL security layers!
2000-07-27 Kurt ZeilengaFix typo
2000-07-24 Kurt ZeilengaRework authorization handling such that authzid u:user...
2000-07-20 Kurt ZeilengaFix sasl end game processing.
2000-07-20 Kurt ZeilengaFix mech==NULL bug
2000-07-15 Kurt ZeilengaRework SASL command line arguments. Default is now...
2000-07-15 Kurt ZeilengaMisc cleanup
2000-07-15 Kurt ZeilengaStore sasl callbacks in session handle so that they...
2000-07-14 Kurt ZeilengaFix callbacks.
2000-07-14 Kurt ZeilengaFix SSF reporting.
2000-07-14 Kurt Zeilengarework SASL callbacks
2000-07-14 Kurt ZeilengaAdd logging support
2000-07-13 Kurt ZeilengaUpdate SASL code to reuse context through life of session.
2000-07-06 Kurt ZeilengaChange reporting of SASL username
2000-07-05 Kurt ZeilengaReturn last step output in final response.
2000-06-26 Kurt ZeilengaReverse SASL mechanism restriction #ifdef
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-05-22 Kurt ZeilengaConst'ification
2000-05-16 Kurt ZeilengaRework root dse and other info entry codes to produce...
2000-05-16 Kurt ZeilengaFix unsigned * vs unsigned long * bugs
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Kurt Zeilengahostname needs to be static
2000-05-10 Kurt ZeilengaAdd experimental code to check simple bind passwords
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
2000-04-25 Kurt Zeilengafix -UHAVE_CYRUS_SASL
2000-04-25 Kurt ZeilengaSASL: me thinks I got the states okay... now to test.
2000-04-25 Kurt ZeilengaSASL closer to working from frontend only, need to...
2000-04-25 Kurt ZeilengaSASL code without backend support. Should work with
2000-04-25 Kurt Zeilengabind/sasl cleanup PRIOR TO moving call from backend...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-08-04 Kurt ZeilengaDon't have time to finish SASL right now... this is...
1999-08-03 Kurt ZeilengaList supportedSASLmechanisms based upon what sasl_listm...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 Kurt ZeilengaAdd a little SASL framework and remove old X-DIGEST...