aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* track password historyJesse Luehrs2020-04-195-2/+93
|
* these fields don't need to be public anymoreJesse Luehrs2020-04-191-6/+6
|
* allow matching on substringsJesse Luehrs2020-04-182-23/+174
|
* allow multiple attempts for password entryJesse Luehrs2020-04-182-35/+94
|
* better error messages for incorrect passwordsJesse Luehrs2020-04-183-9/+40
|
* handle pinentry ERR linesJesse Luehrs2020-04-182-0/+33
|
* remove unnecessary commentsJesse Luehrs2020-04-181-3/+0
|
* ensure we clear the entire memory for the locked vecJesse Luehrs2020-04-181-0/+1
|
* refactorJesse Luehrs2020-04-183-47/+70
|
* implement edit commandJesse Luehrs2020-04-184-32/+186
|
* better decrypt_cipher error handlingJesse Luehrs2020-04-181-16/+40
|
* enable env_logger in the main appJesse Luehrs2020-04-181-0/+5
|
* implement removeJesse Luehrs2020-04-185-5/+86
|
* stop using the api cipher struct publiclyJesse Luehrs2020-04-185-57/+87
|
* refactorJesse Luehrs2020-04-183-59/+62
|
* refactorJesse Luehrs2020-04-182-36/+87
|
* support adding entries with notesJesse Luehrs2020-04-182-12/+11
|
* implement saving generated passwordsJesse Luehrs2020-04-181-3/+40
|
* don't use locked vecs for pwgenJesse Luehrs2020-04-182-12/+8
| | | | | i'm doing all of my password generation in the client, which really doesn't need it
* implement add commandJesse Luehrs2020-04-185-8/+231
|
* implement editing a string in a text editorJesse Luehrs2020-04-183-1/+70
|
* add encryption to the agent protocolJesse Luehrs2020-04-185-0/+108
|
* make daemonizing optionalJesse Luehrs2020-04-181-3/+15
|
* keep daemon log filesJesse Luehrs2020-04-182-0/+20
|
* drop timeout due to tokio limitationsJesse Luehrs2020-04-181-1/+2
|
* fix private key timeout handlingJesse Luehrs2020-04-121-18/+73
|
* avoid holding the state mutex for as longJesse Luehrs2020-04-121-9/+4
| | | | | in particular, don't hold it over pinentry calls, since those can take arbitrarily long
* better error messageJesse Luehrs2020-04-122-2/+2
|
* implement refresh token handlingJesse Luehrs2020-04-125-11/+91
|
* handle entries with no username or passwordJesse Luehrs2020-04-122-13/+32
|
* rename some stuff to be less confusingJesse Luehrs2020-04-127-28/+31
|
* avoid throwing errors for things we don't care aboutJesse Luehrs2020-04-123-16/+33
|
* improve error handling and reportingJesse Luehrs2020-04-1213-198/+455
|
* automatically sync on loginJesse Luehrs2020-04-111-2/+4
|
* better pinentry messagesJesse Luehrs2020-04-111-4/+21
|
* don't block the main loop on timer eventsJesse Luehrs2020-04-111-1/+4
|
* also refactor the agent codeJesse Luehrs2020-04-116-248/+300
|
* refactor client codeJesse Luehrs2020-04-115-328/+337
|
* ensure we are logged in and unlocked where necessaryJesse Luehrs2020-04-111-0/+8
|
* only actually login or unlock if it's requiredJesse Luehrs2020-04-112-33/+49
|
* rename agent to rbw-agentJesse Luehrs2020-04-111-0/+0
|
* add password generationJesse Luehrs2020-04-113-5/+117
|
* simplifyJesse Luehrs2020-04-111-1/+1
|
* read lock timeout from configJesse Luehrs2020-04-113-1/+9
|
* timeout should lock the agent, not quit itJesse Luehrs2020-04-111-1/+1
|
* fix errorsJesse Luehrs2020-04-111-6/+6
|
* implement purgeJesse Luehrs2020-04-113-1/+13
|
* simplifyJesse Luehrs2020-04-111-68/+25
|
* implement getJesse Luehrs2020-04-101-27/+54
|
* more robust zeroizationJesse Luehrs2020-04-101-7/+3
|