# # ChangeLog for auth.c # # Generated by Trac 1.2.3 # 2024-03-29T00:25:52Z Fri, 25 Mar 2016 18:07:53 GMT Dennis Kaarsemaker [50bb490] * .travis.yml (modified) * auth.c (modified) * auth_ldap.c (added) * bitlbee.conf (modified) * conf.c (modified) * configure (modified) * tests/Makefile (modified) ldap authentication backend We only support the openldap scheme for ... Fri, 25 Mar 2016 18:07:53 GMT Dennis Kaarsemaker [a6005da] * .travis.yml (modified) * auth.c (modified) * auth_pam.c (added) * bitlbee.conf (modified) * conf.c (modified) * configure (modified) * tests/Makefile (modified) Linux pam authentication backend This backend authenticates users ... Fri, 25 Mar 2016 18:07:53 GMT Dennis Kaarsemaker [8e6ecfe] * Makefile (modified) * auth.c (added) * auth.h (added) * bitlbee.conf (modified) * bitlbee.h (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) * storage.c (modified) * storage.h (modified) * storage_xml.c (modified) * tests/Makefile (modified) * unix.c (modified) Authentication: scaffolding for multiple authentication backends ...