]> jfr.im git - solanum.git/history - authd
authd/provider: some fixes
[solanum.git] / authd /
2016-03-26  Elizabeth Myersauthd/provider: some fixes
2016-03-26  Elizabeth Myersproviders/ident: more aggressive NULL checks
2016-03-26  Elizabeth Myersauthd/providers/ident: properly initialise variable
2016-03-26  Elizabeth MyersCheck these out from authd-framework-2.
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersauthd/providers/rdns: minor function renaming cleanup
2016-03-26  Elizabeth Myersauthd/providers/ident: add configuration interface
2016-03-26  Elizabeth Myersauthd/providers/blacklist: add configuration interface...
2016-03-26  Elizabeth Myersproviders/ident: cleanup things
2016-03-26  Elizabeth Myersproviders/rdns: add configuration interface for rDNS...
2016-03-26  Elizabeth Myersproviders/blacklist: add configuration interface
2016-03-26  Elizabeth Myersauthd/provider: add options handlers for providers
2016-03-26  Elizabeth MyersPort notice stuff over from authd-framework-2 and use it.
2016-03-26  Elizabeth Myersauthd: split out notices stuff for backporting to master.
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockauthd: also check size correctly
2016-03-26  William Pitcockauthd: check if handler is NULL, ensure that we do...
2016-03-26  Elizabeth Myersauthd: fix undefined behaviour
2016-03-26  Elizabeth Myersauthd/provider: remove obsolete comment [ci skip]
2016-03-26  Elizabeth Myersreject_client: send back ident and hostname with rejection.
2016-03-26  Elizabeth MyersFix dangling line from merge
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersauthd: change reload character to R from H.
2016-03-26  Elizabeth Myersproviders/blacklist: change some checks to asserts.
2016-03-26  Elizabeth Myersprovider: make blacklist queries come after ident/rdns.
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersauthd/provider: add blacklist provider.
2016-03-26  Elizabeth Myersrdns: adjust timeout values
2016-03-25  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-25  Elizabeth Myersactually use warn_opers function
2016-03-25  Elizabeth Myersauthd/provider: cleanups
2016-03-24  Elizabeth Myersauthd/rdns: rename a function
2016-03-24  Elizabeth MyersMerge pull request #178 from staticfox/bsdisms
2016-03-24  Matt Ullmanauthd: Fix windows build
2016-03-24  Matt UllmanCleanup more BSD-isms
2016-03-24  William PitcockMerge pull request #176 from staticfox/morecleanups
2016-03-24  Matt UllmanRemove the rest of the SVN id tags
2016-03-24  Matt Ullmanauthd: Change str_isnumber() to bool
2016-03-24  Elizabeth Myersstupidity fixes
2016-03-23  Elizabeth Myersident: use new *_addr fields
2016-03-23  Elizabeth Myersauthd/provider: add c_addr/l_addr fields
2016-03-23  Elizabeth Myersproviders/ident: fix inet_ntop/inet_pton mixup
2016-03-23  Elizabeth Myersproviders/rdns: remove useless struct member
2016-03-23  Elizabeth Myersres: expose rDNS building functions
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersDICTIONARY_FOREACH -> RB_DICTIONARY_FOREACH [ci skip]
2016-03-23  Elizabeth MyersRemove common.h from here too.
2016-03-23  Elizabeth Myersauthd/provider: really fix things for new changes.
2016-03-23  Elizabeth Myersauthd/provider: incorporate new changes
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myersauthd/provider: overhaul storage of various pieces...
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-22  William PitcockMerge pull request #171 from staticfox/warnings
2016-03-22  Matt UllmanCleanup warnings
2016-03-20  William Pitcockauthd: res: fix build on windows ipv6
2016-03-20  William Pitcockreslib: really fix it this time
2016-03-20  William Pitcockauthd: reslib: fix compile on win32
2016-03-20  William Pitcockauthd: reslib: hook in windows DNS logic
2016-03-20  William Pitcockauthd: some more win32 fixes
2016-03-20  William Pitcockauthd/reslib: include rb_lib.h
2016-03-20  William Pitcockauthd: use GET_SS_FAMILY() where appropriate
2016-03-20  William Pitcockauthd: use _WIN32 as the define for checking windows...
2016-03-20  William Pitcockauthd: initial pass at win32 porting
2016-03-19  Elizabeth Myersprovider: compile fixes
2016-03-19  Elizabeth Myersauthd: add provider-specific data to auth_client via...
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-17  Elizabeth MyersImport this from authd-framework branch
2016-03-17  Elizabeth MyersRedo of the authd-framework branch.
2016-03-13  Elizabeth Myersauthd: fix a fallthrough.
2016-03-12  Elizabeth Myerscancel_query: fix stupid build error
2016-03-12  Elizabeth Myersauthd: add the ability to cancel DNS requests
2016-03-12  Elizabeth Myersauthd: add improved API for internal usage
2016-03-10  Elizabeth Myersauth: enable soft reject of clients.
2016-03-10  Elizabeth Myersauthd: tag rejection type.
2016-03-10  Elizabeth Myersauthd: actually init providers on startup.
2016-03-10  Elizabeth Myersauthd: load ident provider
2016-03-10  Elizabeth Myersauthd: identd fixes
2016-03-10  Elizabeth Myersauth: use sockaddr_storage to store ports
2016-03-10  Elizabeth Myersauthd: properly iterate through all outstanding rdns...
2016-03-10  Elizabeth Myersrdns: properly set provider
2016-03-10  Elizabeth Myersauthd: plug in new C type.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-10  Elizabeth Myersauthd: add rdns provider (compile-tested)
2016-03-10  Elizabeth Myersauthd/provider: use rb_sockaddr_storage for IP addresses.
2016-03-10  Elizabeth Myersdns: create sockcmp function.
2016-03-10  Elizabeth Myersdns: add format_address function
2016-03-10  Elizabeth Myersauthd: add address families to provider processing.
2016-03-10  Elizabeth Myersauthd/provider: add these to provider.h
2016-03-10  Elizabeth Myersrename auth.[ch] to provider.[ch]
2016-03-10  Elizabeth Myersauthd: convert auth stuff to use a linked list.
2016-03-10  Elizabeth MyersOnce more with feeling, remove useless enum bit
2016-03-10  Elizabeth MyersRevert "[ci skip] remove useless bit in auth.h"
2016-03-10  Elizabeth Myers[ci skip] remove useless bit in auth.h
2016-03-10  Elizabeth Myersauth: minor changes
2016-03-10  Elizabeth Myersauthd: initial authentication framework implementation
2016-03-09  Mantas Mikulėnasauthd, m_stats: fix command table sizes
next