summaryrefslogtreecommitdiff
path: root/portato/gui/session.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
* Remove the cluttering section names; rename main session section from 'window...René 'Necoro' Neumann2009-01-271-1/+1
* Increase session version for the last changeRené 'Necoro' Neumann2008-11-241-1/+1
* Improvement to session handling of selections. Increased gui SESSION_VERSION.René 'Necoro' Neumann2008-11-021-1/+1
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-8/+8
* Now unicode support for translations :)René 'Necoro' Neumann2008-04-091-1/+1
* Converted back to HB instead of HPanedRené 'Necoro' Neumann2008-03-251-1/+1
* Added hpaned between category and packageRené 'Necoro' Neumann2008-03-251-1/+1
* Removed gtk subdirRené 'Necoro' Neumann2008-03-181-0/+33
llow=1'>generate: have a default length of 25Jason A. Donenfeld2-6/+12 Folks are lazy and don't want to type very much, so they'd like to have a default password length to generate that can be configured via environment variables per usual. I'm making the default 25. If the user forbids the use of symbols, pwgen will use a-zA-Z0-9, ensuring that at least one A-Z and at least one 0-9 is used. We want to have a password of at least 128-bits, so factoring in the issue with "at least one of this character type", 25 gets us there squarely. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>