]> jfr.im git - solanum.git/history - authd/providers/opm.c
authd/providers/opm.c: include <netinet/tcp.h> (#318)
[solanum.git] / authd / providers / opm.c
2022-04-08  Aaron Jonesauthd/providers/opm.c: include <netinet/tcp.h> (#318)
2019-08-31  Simon Arlottlibrb: Fix type of dst for rb_inet_pton_sock()
2018-08-12  Simon Arlottauthd: fix "is provider done" logic in blacklist/opm...
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-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-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-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-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/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.