Jens Hoffmann

  • Email:
  • Registered on: 12/11/2013
  • Last connection: 12/17/2013

Projects

Activity

Reported issues: 0

03/04/2014

04:00 PM OpenNebula Revision 0a3ba8ac (one): Bug #2503: Improve setting of password/auth_driver
UserChangePassword followed this strategy:
a1. Eventually encrypt user password if the users
auth_driver is C...

02/18/2014

04:34 PM OpenNebula Revision bef02569 (one): Add .gitignore file
When you want to see 'git status' including ignored files run:
git status --ignored
(cherry picked from commit 62...

01/29/2014

04:48 PM OpenNebula Revision 64b6a139 (one): Provide long options for oned
(cherry picked from commit 1f6da357d55d953d2985f6b44a064efe6b7a38fb)
04:43 PM OpenNebula Revision 419df715 (one): Lint help and usage in oned.cc
(cherry picked from commit d9b6cca19589db2b76443edf3bc683c8dac016db)
Conflicts:
src/nebula/oned.cc

12/11/2013

11:02 PM OpenNebula Bug #2503: one.user.passwd should not accept whitespaces as a new password
sha1-encryption is done before password validation / set_password validates a sha1
My patch tries to fix this. Ple...

12/10/2013

06:06 PM OpenNebula Revision 62f4f85f (one): Add .gitignore file
When you want to see 'git status' including ignored files run:
git status --ignored

12/09/2013

04:57 PM OpenNebula Revision 453aeb7c (one): Take advantage of delete not acting on null values
The code 'delete 0' does nothing. So you can shorten code
like:
if (x != 0) {
delete x
}
to simply: delete ...
04:57 PM OpenNebula Revision b38d808f (one): Use std::string for log file name in module Log
(cherry picked from commit 74414c31b10720458623048a92a19cd31c49e82b)
04:56 PM OpenNebula Revision f7ecf6f8 (one): Take advantage of delete not acting on null values
The code 'delete 0' does nothing. So you can shorten code
like:
if (x != 0) {
delete x
}
to simply: delete x
04:55 PM OpenNebula Revision 74414c31 (one): Use std::string for log file name in module Log

Also available in: Atom