pwman-tools

All files named "README.markdown"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for README.markdown

2019-08-09
13:36
Handle single and double quotes. Update README with assumptions

Quite a hacky mess to handle single and double quotes but seems to work. This was the test file used:

```
<?xml version="1.0"?>
<PWMan_PasswordList version="3"><PwList name="Main"><PwList name="SECURE-NOTES"><PwItem><name>test 1</name><host>http://sn</host><user>me</user><passwd/><launch>Stuff '</launch></PwItem><PwItem><name>test 2</name><host>http://sn</host><user>me</user><passwd/><launch>Stuff "</launch></PwItem><PwItem><name>test 3</name><host>http://sn</host><user>me</user><passwd/><launch>Stuff ;</launch></PwItem></PwList></PwList></PWMan_PasswordList>
``` file: [b8ac532836] check-in: [e97152f612] user: atomicules branch: master, size: 3389

2019-06-26
08:11
Add to known issues post-migration file: [51cc3393d1] check-in: [8629bde9d1] user: atomicules branch: master, size: 3608
06:56
Tidy up script and README. Initial working version.

- Remove a lots of dud comments
- Remove unnecessary print statements
- Add some better print statements to provide output during op creation
- Leave file decryption commented out and add comments explaining why
- Move mapping comments to README
- Complete list of known issues/limitations
- Enable deletion of decrypted file at the end file: [aaa63a2702] check-in: [2345f9058d] user: atomicules branch: master, size: 3201

2019-06-25
11:12
Initial commit of pwman2op

It "works", but doesn't yet. Main issues are:

- Seems to send everything as a Login item... but maybe that's correct based on
my test data, need to check
- Not setting titles
- Not setting tags

Update README to reflect that this repo now includes this file as well. file: [adf5d04ef3] check-in: [81d3818ee0] user: atomicules branch: master, size: 2756

2013-02-03
21:42
Store secure notes in the "launch" field as it's 256 vs 64 char

And secure notes are likely to be longer. Since whole file is encrypted
anyway, doesn't matter which field you use to store things in. Saves
patching PWman to make the password field accept more chars.

Add note to README regarding this known limitation. file: [9b3811f092] check-in: [1ead16f19c] user: atomicules@lavabit.com branch: master, size: 1655

2012-12-10
09:40
Capitalise name. file: [726a2bd84c] check-in: [35b06b14a8] user: atomicules@lavabit.com branch: master, size: 1096
2012-09-03
08:17
GPG encrypt the file and remove plain text files as part of the script

Since that is kind of the point of scripting and automation. Might as
well get the computer to do as much as possible of the task. file: [de283d29ad] check-in: [f2061c8df2] user: atomicules@lavabit.com branch: master, size: 1096

2012-08-21
22:40
Added: Adding README file: [e0e0fc9da8] check-in: [e22f2fe3eb] user: atomicules@lavabit.com branch: master, size: 985