Re: [PATCH] Implement hashed passwords for SQLite3 storage

2013-10-30 Thread Tomasz Sterna
Dnia 2013-10-30, śro o godzinie 03:37 -0200, Sergio Durigan Junior pisze: The patch is indeed a copy-and-paste of the code which adds this security in other backends. I also made a little cleanup in the check_password function of the SQLite3 backend (obvious). I tested the patch by creating

Re: sm/router: XML parser error

2013-10-30 Thread Justin T Pryzby
Thanks, I got a debug log by specifying a debug path in router.xml, but it doesn't say XML parser error; am I missing something from stderr that doesn't make it to the logfile? Or, if that file has everything, could I mail you the relevant section surrounding from this morning? I can't find

Re: sm/router: XML parser error

2013-10-30 Thread Tomasz Sterna
Dnia 2013-10-30, śro o godzinie 10:28 -0700, Justin T Pryzby pisze: Thanks, I got a debug log by specifying a debug path in router.xml, but it doesn't say XML parser error; am I missing something from stderr that doesn't make it to the logfile? This is logged in the normal, not debug log.

Re: [PATCH] Implement hashed passwords for SQLite3 storage

2013-10-30 Thread Sergio Durigan Junior
On Wednesday, October 30 2013, Tomasz Sterna wrote: Dnia 2013-10-30, śro o godzinie 03:37 -0200, Sergio Durigan Junior pisze: The patch is indeed a copy-and-paste of the code which adds this security in other backends. I also made a little cleanup in the check_password function of the