aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump depsJesse Luehrs2020-10-122-266/+228
|
* Merge pull request #22 from GnunuX/deleted_itemsJesse Luehrs2020-10-121-0/+5
|\ | | | | do not display deleted items
| * do not display deleted itemsEmmanuel Garette2020-10-121-0/+5
|/
* implement rbw unlockedJesse Luehrs2020-07-257-0/+42
|
* also display the totp codeJesse Luehrs2020-07-255-2/+194
|
* add totp, uris, and custom fields to --full outputJesse Luehrs2020-07-254-5/+129
|
* changelogJesse Luehrs2020-07-251-0/+7
|
* Merge pull request #14 from jakeswenson/ciphertype-6-supportJesse Luehrs2020-07-241-1/+5
|\ | | | | Add CipherString type 6 support
| * adding documentationJake Swenson2020-07-241-0/+3
| |
| * Fixing ciphertype 6 supportJake Swenson2020-07-241-1/+2
|/
* changelog and version bump0.4.6Jesse Luehrs2020-07-113-3/+3
|
* bump depsJesse Luehrs2020-07-111-90/+117
|
* percent-decode pinentry data responsesJesse Luehrs2020-07-112-6/+56
| | | | | this is required by the assuan protocol, and breaks responses with percents in them otherwise
* clippyJesse Luehrs2020-07-113-6/+11
|
* changelog and version bump0.4.5Jesse Luehrs2020-07-113-3/+3
|
* add link to rofi-rbwJesse Luehrs2020-07-101-0/+4
|
* disable pinentry timeoutsJesse Luehrs2020-07-072-2/+8
|
* prepare for ttyname from nixJesse Luehrs2020-07-033-20/+27
|
* glibc fix script tweaksJesse Luehrs2020-06-231-4/+3
|
* mention that uuids can also be used to select entriesJesse Luehrs2020-06-231-4/+4
|
* changelog and version bump0.4.4Jesse Luehrs2020-06-233-3/+3
|
* fix regression in rbw get when not specifying a folderJesse Luehrs2020-06-232-32/+71
|
* changelog and version bump0.4.3Jesse Luehrs2020-06-233-3/+3
|
* bump dependenciesJesse Luehrs2020-06-232-162/+206
|
* fix glibc version in debian packageJesse Luehrs2020-06-223-2/+128
| | | | this should make the built binary work on debian stable
* support searching by folderJesse Luehrs2020-06-193-49/+163
|
* rustfmtJesse Luehrs2020-06-191-1/+2
|
* changelogJesse Luehrs2020-06-191-0/+6
|
* Print username for logins with --full (Jarkko Oranen)Jesse Luehrs2020-06-061-2/+3
|
* changelog and version bump0.4.2Jesse Luehrs2020-05-303-3/+3
|
* don't require setting XDG_RUNTIME_DIRJesse Luehrs2020-05-292-3/+22
|
* changelog and version bump0.4.1Jesse Luehrs2020-05-283-3/+3
|
* improve cipherstring parsing errorsJesse Luehrs2020-05-283-9/+41
|
* changelog and version bump0.4.0Jesse Luehrs2020-05-283-3/+3
|
* display the server's error message for incorrect passwordJesse Luehrs2020-05-285-37/+72
|
* properly handle empty string from pinentryJesse Luehrs2020-05-283-11/+41
|
* add authenticator 2fa supportJesse Luehrs2020-05-286-55/+249
|
* parse login error correctlyJesse Luehrs2020-05-273-9/+55
|
* changelog and version bump0.3.5Jesse Luehrs2020-05-253-3/+3
|
* improve error message for agent crashesJesse Luehrs2020-05-251-8/+16
|
* remove more unnecessary error contextsJesse Luehrs2020-05-254-31/+15
|
* fix finding the active tty nameJesse Luehrs2020-05-254-5/+31
| | | | | apparently $TTY is a shell builtin variable, and not set in the actual environment
* changelogJesse Luehrs2020-05-251-0/+6
|
* remove some redundant error contextsJesse Luehrs2020-05-251-7/+6
|
* also suppress error if the socket file doesn't existJesse Luehrs2020-05-251-7/+7
|
* changelog and version bump0.3.4Jesse Luehrs2020-05-243-2/+9
|
* handle uri entries with no uri setJesse Luehrs2020-05-241-4/+12
| | | | | | apparently this can happen if you create the uri entry but then delete the contents of the uri afterward? probably also in other edge case scenarios
* changelog and version bump0.3.3Jesse Luehrs2020-05-233-2/+12
|
* include filenames in the error messages about file operationsJesse Luehrs2020-05-234-82/+143
|
* set default lock_timeout correctly when first creating config fileJesse Luehrs2020-05-232-1/+13
|