]> jfr.im git - solanum.git/history - authd/providers
Normalize snprintf size to use sizeof where possible
[solanum.git] / authd / providers /
2022-04-08  Aaron Jonesauthd/providers/opm.c: include <netinet/tcp.h> (#318)
2021-06-08  Ed Kellettauthd: substitute * if rewritten user is empty
2020-10-23  Ed KellettUndo overzealous seddery
2020-10-15  Ed KellettInnovation by sed
2020-07-09  Simon ArlottMerge remote-tracking branch 'ophion/upstream/dnsbl...
2020-07-09  Simon Arlottauthd: Don't reveal to users how many DNSBLs are configured
2020-07-09  Simon Arlottauthd: Fix DNSBL messages
2020-07-06  Ariadne Conillauthd: rename blacklist_provider to dnsbl_provider...
2019-08-31  Simon Arlottlibrb: Fix type of dst for rb_inet_pton_sock()
2018-08-12  Simon Arlottauthd: always use an empty buffer to read ident reply
2018-08-12  Simon Arlottauthd: fix "is provider done" logic in blacklist/opm...
2017-08-24  Simon ArlottAdd basic SCTP listener support that binds to multiple...
2017-08-20  Simon Arlottremove RB_IPV6
2017-08-20  Simon Arlottauthd: assume all providers are running
2017-08-04  Simon Arlottremove unused variables
2017-08-04  Simon Arlottremove unused variables
2017-07-29  Simon Arlottauthd: opm: avoid clang static analysis warning
2017-07-29  Simon Arlottauthd: opm: avoid clang static analysis warning
2016-12-19  Aaron Jonesauthd: don't exit() on OPM duplicate scanner errors...
2016-08-06  William PitcockMerge pull request #207 from charybdis-ircd/jevolk...
2016-08-05  Jason Volkauthd: Fix use after reference count decrement.
2016-06-28  Elizabeth MyersFix stupid compiler errors by my stupidity and tiredness
2016-06-28  Elizabeth Myersblacklist: add blacklist_cancel_none
2016-06-28  Elizabeth Myersblacklist: add return statement. d'oh.
2016-06-28  Elizabeth Myersblacklist: fix precedence lossage
2016-06-28  Elizabeth Myersblacklist: if no blacklists were checked, properly...
2016-06-28  Elizabeth Myersbuild_rdns: minor cleanup
2016-06-28  Elizabeth Myersblacklist: tweak message for timeout
2016-06-28  Elizabeth Myersblacklist: give different messages for cancellation...
2016-05-01  Simon Arlottauthd: Only use refcount for reference counting
2016-05-01  William PitcockRevert "authd: change to lists instead of dictionaries...
2016-04-30  Elizabeth Myersopm: use rb_dlinkDelete instead of rb_dlinkFindDelete.
2016-04-30  Elizabeth Myersauthd: change to lists instead of dictionaries for...
2016-04-24  Simon Arlottlibrb: remove socklen parameter from rb_connect_tcp
2016-04-12  Elizabeth MyersChange the way authd configures opm
2016-04-07  Elizabeth Myerselide messages about not checking blacklists or scannin...
2016-04-07  Elizabeth MyersCleanup defaults.h config file.
2016-04-06  Elizabeth Myersopm: big cleanup
2016-04-06  Elizabeth Myersopm: minor fixes
2016-04-06  Elizabeth Myersopm: silly bugfix
2016-04-05  Elizabeth Myersauthd: rework module ID system
2016-04-05  Elizabeth MyersClean up the provider status logic.
2016-04-05  William Pitcockauthd: mention rDNS in found your hostname message
2016-04-04  Elizabeth Myersauthd: update all providers to new timeout API
2016-04-04  Elizabeth Myersopm: fix typo
2016-04-04  Elizabeth Myersopm: update to new provider data API
2016-04-04  Elizabeth Myersblacklist: update for new provider data API
2016-04-04  Elizabeth Myersident: replace some checks with asserts
2016-04-04  Elizabeth Myersident: update to use new provider data API
2016-04-03  Elizabeth Myersopm: don't start until we've finished ident and rDNS...
2016-04-03  Elizabeth MyersUse rb_dlink_list_length... == 0, not !rb_dlink_list_length
2016-04-03  Elizabeth Myersopm: properly disable opm on blacklist deletions.
2016-04-03  Elizabeth Myersopm: properly check for duplicate listeners
2016-04-03  Elizabeth Myersopm: downgrade a non-fatal warning
2016-04-02  Elizabeth Myersopm: add support for HTTPS CONNECT proxies.
2016-04-02  Elizabeth MyersAdd HTTP CONNECT proxy scanning
2016-04-02  Elizabeth Myersopm: add configuration interface for configuring scan...
2016-04-01  Elizabeth Myersopm: properly re-establish listeners on re-enable
2016-04-01  Elizabeth Myersopm: properly close listeners after disabling proxy...
2016-04-01  Elizabeth MyersAdd opm stuff to default configs
2016-04-01  Elizabeth Myersproviders/opm: It Works™
2016-04-01  Elizabeth Myersopm: properly connect to destination port on scan
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
2016-03-31  Elizabeth Myersauthd/providers/ident: remove pointless memcpy
2016-03-31  Elizabeth Myersauthd/providers/opm: configure port listeners correctly
2016-03-31  Elizabeth Myersproviders/opm: use a name that makes more sense for...
2016-03-31  Elizabeth Myerssockaddr_storage -> rb_sockaddr_storage
2016-03-31  Elizabeth Myersopm: don't assume we have netinet/tcp.h
2016-03-31  Elizabeth Myersauthd: add (not really working) OPM provider.
2016-03-31  Elizabeth Myersproviders/ident: restore accidentally deleted line
2016-03-30  Elizabeth Myersauthd/providers: add timeout callback system.
2016-03-30  Elizabeth Myersblacklist: this didn't get committed somehow
2016-03-30  Elizabeth Myersblacklist: compile fixes
2016-03-30  Elizabeth Myersblacklist: add notices that we're performing checks.
2016-03-29  Elizabeth Myersauthd: be more anal about errors
2016-03-29  Matt Ullmanauthd: Cleanup
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
2016-03-28  Elizabeth Myersauthd: remove useless blacklist stats provider for...
2016-03-28  Elizabeth Myersauthd: misc fixes
2016-03-28  Elizabeth MyersMerge branch 'master' into authd-framework
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-28  Elizabeth Myersauthd/providers/rdns: change option name to rdns_timeout
2016-03-28  Elizabeth Myersauthd/providers/blacklist: add stats reporting for...
2016-03-28  Elizabeth Myersauthd/providers/ident: fix typo
2016-03-28  Elizabeth Myersauthd/providers/ident: add conf option for enabling...
2016-03-27  Elizabeth Myersauthd/providers/blacklist: use uint8_t for iptype
2016-03-27  Elizabeth Myersauthd/provider: add data to rejection tag.
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-27  Elizabeth Myersauthd/providers/blacklist: fix use after free
2016-03-27  Elizabeth Myersauthd/providers/ident: perform check for valid auth_cli...
2016-03-27  Elizabeth Myersauthd: misc provider fixes
2016-03-27  Elizabeth Myersauthd/providers/ident: remove debugging message
2016-03-27  Elizabeth Myersauthd/providers/blacklist: remove dead store.
2016-03-27  Elizabeth Myersauthd/providers/ident: fix up trailing lf/cr at end...
2016-03-26  Elizabeth Myersproviders/ident: fix some nasty crashes
2016-03-26  Elizabeth Myersproviders/ident: more aggressive NULL checks
2016-03-26  Elizabeth Myersauthd/providers/ident: properly initialise variable
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
next