aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changelog and version bump1.3.0Jesse Luehrs2021-07-053-3/+3
* changelogJesse Luehrs2021-07-051-0/+4
* fix #56 totp with spacearch2021-07-051-1/+1
* clarify usage information in the READMEJesse Luehrs2021-07-051-5/+11
* use cargo denyJesse Luehrs2021-07-051-0/+33
* use totp-lite instead of oathJesse Luehrs2021-07-053-141/+38
* use the same textwrap version as clapJesse Luehrs2021-07-052-29/+3
* clippyJesse Luehrs2021-07-053-2/+5
* remove chbs dependency since it seems to be unmaintainedJesse Luehrs2021-07-056-178/+7798
* use native tls roots instead of hardcoded bundleJesse Luehrs2021-07-053-11/+75
* bump depsJesse Luehrs2021-07-053-328/+250
* Merge pull request #59 from srhb/fixup-webauthnJesse Luehrs2021-07-051-0/+3
|\
| * TwoFactorProviderType: Allow WebAuthnSarah Brofeldt2021-05-311-0/+3
|/
* bump copyright dateJesse Luehrs2021-04-181-1/+1
* version bump1.2.0Jesse Luehrs2021-04-183-3/+3
* changelogJesse Luehrs2021-04-181-0/+4
* package completion files with the debian packageJesse Luehrs2021-04-182-1/+16
* add shell completion supportJesse Luehrs2021-04-181-0/+21
* avoid generating urls with double slashesJesse Luehrs2021-04-182-2/+4
* changelogJesse Luehrs2021-04-171-0/+8
* build static binaries with muslJesse Luehrs2021-04-172-163/+5
* don't use openssl for reqwest eitherJesse Luehrs2021-04-172-136/+103
* stop using opensslJesse Luehrs2021-04-174-26/+203
* clippyJesse Luehrs2021-04-176-25/+24
* stop using ringJesse Luehrs2021-04-175-72/+142
* use bounded iteratorsJesse Luehrs2021-04-172-2/+7
* fix bad copy/pasteJesse Luehrs2021-04-171-1/+1
* Merge pull request #53 from simias/dev/fixpasseditJesse Luehrs2021-04-171-8/+14
|\
| * Don't generate a password history entry for empty passwordsLionel Flandrin2021-04-011-8/+14
* | Merge pull request #51 from simias/dev/fixpasshistoryJesse Luehrs2021-04-171-4/+8
|\ \
| * | Don't choke on empty passwords in the historyLionel Flandrin2021-04-011-4/+8
| |/
* | bump depsJesse Luehrs2021-04-173-121/+118
* | choose characters from alphabet with replacement for pwgenJesse Luehrs2021-04-172-1/+49
|/
* switch to thiserrorJesse Luehrs2021-03-0613-172/+227
* finish version bump1.1.2Jesse Luehrs2021-03-061-1/+1
* version bumpJesse Luehrs2021-03-062-2/+2
* disable PTRACE_ATTACH after daemonizingJesse Luehrs2021-03-062-4/+11
* set rustfmt editionJesse Luehrs2021-03-061-0/+1
* version bump1.1.1Jesse Luehrs2021-03-053-3/+3
* only warn if disabling PTRACE_ATTACH failsJesse Luehrs2021-03-053-3/+13
* only fix up .dynsym symbolsJesse Luehrs2021-03-031-6/+13
* version bump1.1.0Jesse Luehrs2021-03-023-3/+3
* upgrade to tokio 1.2Jesse Luehrs2021-03-024-239/+140
* bump depsJesse Luehrs2021-03-022-68/+65
* support VISUAL in preference to EDITORJesse Luehrs2021-03-024-8/+21
* make the pinentry program configurableJesse Luehrs2021-03-026-1/+26
* suggest rotating the user's encryption key for old cipherstring typesJesse Luehrs2021-03-023-3/+14
* changelogJesse Luehrs2021-02-271-0/+7
* refactor a bitJesse Luehrs2021-02-272-19/+25
* Merge pull request #42 from oranenj/linux-disallow-ptraceJesse Luehrs2021-02-271-0/+19
|\