/srv/irclogs.ubuntu.com/2011/06/13/#ubuntu-nz.txt

hadshttps://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/71505600:00
chiltsdovecot overwrote your postfix.cf???00:00
hadsYeah, only if you're using dovecot-postfix though00:00
chiltsah, ok00:00
hadsIt eases setting up single sign on between postfix SASL and dovecot00:01
chiltshmm, etckeeper ... I must look that up00:01
ibeardsleechilts: it gets used on some servers here00:06
ibeardsleethe ones that aren't puppetised00:06
chiltsyeah, it seems it might be quite interesting ... I should try puppet again though, it annoyed me last time I tried it :)00:11
ajmitchhaving your config be changed from a security update would be a bit worrying00:14
hadsIndeed.00:15
hadsWasn't super impressed.00:15
ajmitchbackups are great, but having things break while you rush around in a panic trying to restore configs isn't :)00:16
hadsYeah, thankfully it didn't actually stop mail working for me, I see from the bug it has for others.00:17
hadsI just was confused as to why I started getting more spam again.00:18
ajmitchso is the security update itself still there?00:19
* ajmitch is using dovecot+exim, so wasn't bitten by this00:20
hadsI believe so yes.00:20
hadsFix is in proposed, to be released on the 16th00:20
chiltswho uses what to store passwords (encrypted)? plain GPG? something on top of that?02:40
* chilts is looking for a solution to his password problem, but only wishes the solution was OpenID :)02:41
chiltsoh, a command line client wins as far as I'm concerned02:41
ibeardsleechilts: looking for something solid myself .. pref with an android client that can be syncd in some way02:42
mwhudsonchilts, fmarier: still on for the quiz tomorrow?02:42
* chilts is 02:42
chiltsibeardslee: I'm less worried about Android, but just something nice02:42
fmariermwhudson: yup02:42
mwhudsoncool02:42
fmarierwe're gonna kick arse02:43
mwhudsonheh02:43
mwhudsondid you set the questions or something? :)02:43
ibeardsleeyour own?02:43
fmarierno, i'm just trying to convince myself and build up some confidence :)02:46
chiltsthis would be ideal -> http://paste.dollyfish.net.nz/54c218.txt02:47
chiltsor something along those lines02:47
chiltsI might have to make one I guess02:48
chiltsthere must be _something_ that already does this ... am looking through a load of packages to see what they do02:49
fmarierchilts: i use pwsafe and it does exactly that02:49
fmarierhowever it has just been removed from Debian, so i need to find a new one02:50
chiltsah right02:50
fmarieron my list of packages to have a look at: revelation, yapet, mypasswordsafe, pwman3, zsafe and keysafe02:50
chiltswhat I also want is something which saves each password (site) in a different file, then I can check them in to git and push to a couple of repos (for safekeeping)02:50
fmarierlet me know if you find a good one02:50
chiltswill do02:51
fmarierah, then you might have to write your own, i'm not aware of a git-based one02:51
chiltsI'll look at those first too ... keepassx doesn't seems to be what I want either02:51
chiltswell, not git based, just so I can put things into git02:51
chiltsthat's all02:51
ibeardsleepview?02:51
chiltsie. it does things on files in the cwd, rather than in some hidden file in ~/02:51
chiltsibeardslee: isn't that a Catalyst thing?02:52
fmarierpwsafe was just one file. i rsync it with s3 everyday02:52
chiltsyeah, that sounds like a decent idea02:52
ibeardsleechilts: might be02:52
chiltsand it encryped with GPG?02:52
ibeardslee`apt-cache search pview` isn't useful02:53
ojwbmatches "MapViewOfFile" - helpful02:57
chiltsfirst version -> http://paste.dollyfish.net.nz/59248b03:07
chiltstext version -> http://paste.dollyfish.net.nz/59248b.txt03:07
chiltsit obviously doesn't do anything yet, but any comments about the interface are appreciated! :)03:07
chiltsit will find and save all files in the local dir ... people can back it up however they like then (git, S3, rsync, unison, etc)03:08
chiltscool, Crypt::GPG will come in handy03:11
chiltsok, I have it encrypting some text, now to make it a file03:22
chiltswell, it's _saving_ a file, but I want to read from a new file made by $EDITOR03:22
chiltsFile::Temp wins, so does File::Slurp :)03:22
chiltsnice ... "./pwkeeper show linkedin" now shows the contents of linkedin.gpg (after prompting for your passphrase and echoing it as *s) :D03:34
chiltsam now on the way to the program I want :D03:34
chiltsI should get back to work03:34
ibeardsleefark they are rockin down chch way03:35
ojwbyeah, 5.5 and 6.0 in one day03:58
Atamiraa friends just got his power back on (friend in chch)06:14
fmarierchilts: let me know once you've put your pwkeeper somewhere. it seems to be far better than everything else that's in Debian unfortunately10:29
fmarierone thing that might be nice however would be to hash the filenames for the password places10:30
fmarierotherwise it reveals what accounts you have10:30
fmarierso i guess you'd need a hash of the site + the master password or something like that10:30
BactaHai all11:44
snailmōrena all21:00
ibeardsleemorning21:02
ajmitchmorning21:05
hadsMornin21:07
chiltsfmarier: yeah, good idea ... but how would you know which file each password is in?21:54
chiltsI mean, so far my plan is to have a file/account, but maybe your 1-file thing works better21:54
chiltsoopse21:54
chiltsmorning21:54
* chilts slaps wrist21:54
ajmitchchilts: how could you?21:56
chiltssorry, my bad21:57
* ajmitch watches the load average slowly climb21:58
ajmitchiotop can be a useful tool at times21:59
chiltsfmarier: so you mean something like md5sum('site' + 'password')?22:10
chiltsI wasn't going to have a master password, just your GPG one22:10
chiltsmaybe a file called 'sites.gpg' will hold the definitive list ... yeah, I like that idea22:27
* chilts completes 'pwkeeper list', 'pwkeeper new' and 'pwkeeper show' :)22:27
chiltsit's all working ... just lots more to do22:27
ajmitchso how different is this from keepass?22:32
chiltsencryption is GPG, not AES or Twofish22:33
chiltsthere isn't a single database, it's all in different files22:33
chiltsit's not cross platform - well, it's command line based for a start :)22:33
chiltsit's just an idea that sprouted yesterday and seems to be growing on me, 'tis all22:34
chiltsa personal itch as it were22:34
snailchilts: encryption is not GPG; GPG is a framework into which encryption algorithms like AES and Twofish fit.23:05
chiltsyeah, fair enough23:06
chiltsI forgot about that :)23:06
chiltsit's one of those wonderful things about not worrying about details since something else takes care of it for me :D23:07
Atamiramorning all23:11
thumpermorning23:38

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!