<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mfa/server, branch master</title>
<subtitle>Out of band multi-factor authentication system
</subtitle>
<id>https://git.chudnick.com/mfa/atom?h=master</id>
<link rel='self' href='https://git.chudnick.com/mfa/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/'/>
<updated>2023-06-11T12:15:38Z</updated>
<entry>
<title>Removed some debug statements and better error handling</title>
<updated>2023-06-11T12:15:38Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-06-11T12:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=0ccdd42ff4a4cf8f774689ce88439821da7d14f7'/>
<id>urn:sha1:0ccdd42ff4a4cf8f774689ce88439821da7d14f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support both TLS encrypted sessions and plaintext sessions</title>
<updated>2022-07-05T00:03:27Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-05T00:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=2e840e7c381f88425952c6fa9d68e0d433084a5a'/>
<id>urn:sha1:2e840e7c381f88425952c6fa9d68e0d433084a5a</id>
<content type='text'>
Added support for both TLS and plaintext connections. Server can accept
both types of connection simultaneously or in different combinations
(i.e encrypted client and plaintext PAM). Added options for specifying
dedicated TLS ports on server. Added --plain options for client and PAM
to force plaintext connections, default is to use encrypted connections.

Configuring encrypted client and PAM connections and plaintext server
connections allows for use of a reverse proxy setup with something like
nginx. This will avoid having to expose the MFA server directly in setups
that traverse the internet.
</content>
</entry>
<entry>
<title>Added option to specify TLS ciphers</title>
<updated>2022-07-04T17:44:26Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-04T17:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=46564f357c175c7a01a36422307f05b543a83190'/>
<id>urn:sha1:46564f357c175c7a01a36422307f05b543a83190</id>
<content type='text'>
Added a command line argument and config file option to set the TLS
ciphers that the server will use.  Set to Mozilla intermediate
compatibility by default.
</content>
</entry>
<entry>
<title>Added options for certificate and key files</title>
<updated>2022-07-04T16:32:16Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-04T16:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=dbfb415edfbe1bc8db3a1272c28189785e623860'/>
<id>urn:sha1:dbfb415edfbe1bc8db3a1272c28189785e623860</id>
<content type='text'>
Added command line arguments and config file options to specify TLS
certificate and TLS private key files.
</content>
</entry>
<entry>
<title>Implemented TLS encrypted connections</title>
<updated>2022-07-04T16:24:59Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-04T16:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=755d7f5f94b720b028d085cf971c5935c130dec1'/>
<id>urn:sha1:755d7f5f94b720b028d085cf971c5935c130dec1</id>
<content type='text'>
Implemented TLS encrypted connections. Added command line argument and
configuration file option to accept invalid (self-signed) certificates.
Fixed a couple of unrelated issues.
</content>
</entry>
<entry>
<title>Fixed issue caused by non-static database location</title>
<updated>2022-07-03T09:45:21Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-03T09:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=ce3c9f1e849b871db2fa91b5aa030e8ea471a7ca'/>
<id>urn:sha1:ce3c9f1e849b871db2fa91b5aa030e8ea471a7ca</id>
<content type='text'>
Pass database location as argument where needed now that location is not
static.
</content>
</entry>
<entry>
<title>Read options from config file and more</title>
<updated>2022-07-02T19:45:09Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-02T19:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=a9b5d5eb0fe72931757d3d989ec0a74986f36315'/>
<id>urn:sha1:a9b5d5eb0fe72931757d3d989ec0a74986f36315</id>
<content type='text'>
Read options from standardized configuration file but still prioritize command line options.  Added several more commands:

--get-app - list provisioned applications, can be filtered by additionally specifying any of --user,--host,--service,--alias

--delete-client - delete a provisioned client

--delete-app - delete a provisioned application, works the same way as --get-app so calling just --delete-app would request to delete all applications (confirmation is always requested first)

Modified --add-client to accept arguments directly. Multiple aliases can be specified for bulk provisioning (--delete-client works the same way). Change --get-client so that no additional options lists all clients.  Do not show TOTP secret by default and require --show-secret to do so.
</content>
</entry>
<entry>
<title>Read options from config file</title>
<updated>2022-07-02T19:35:50Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-07-02T19:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=8472b394ee44cd46cc36fd4fe0a4882364cab602'/>
<id>urn:sha1:8472b394ee44cd46cc36fd4fe0a4882364cab602</id>
<content type='text'>
Set a standardized configuration file location and read options from
there.  Allow for specifiying alternate location on command line.
Options can still be specified on the command line, and any command line
options take priority over those given in the configuration file.
</content>
</entry>
<entry>
<title>Added support for TOTP</title>
<updated>2022-06-30T08:25:26Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-30T08:25:26Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=01c24eb1f6f6a54bb780940c7665acd280b42aaf'/>
<id>urn:sha1:01c24eb1f6f6a54bb780940c7665acd280b42aaf</id>
<content type='text'>
Added TOTP as an MFA option. Also made a couple of of minor changes.
Changed all database connections to use with statement. Read some
options from a config file.
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2022-06-28T00:41:01Z</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-28T00:41:01Z</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/mfa/commit/?id=570d0da295f3e2fcd7b8c80ae2e6c42fc365abdd'/>
<id>urn:sha1:570d0da295f3e2fcd7b8c80ae2e6c42fc365abdd</id>
<content type='text'>
</content>
</entry>
</feed>
