Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-11 | Explain why we don't use certain characters in the generated pw | Andrew Bartlett | 1 | -0/+6 | |
2010-03-11 | lib/util - Removed curly braces from generate_random_password(). | Endi S. Dewata | 1 | -1/+1 | |
2010-02-26 | lib/util: add generate_random_password() | Stefan Metzmacher | 1 | -0/+42 | |
metze | |||||
2009-10-20 | lib-util: check for too many combinations in generate_unique_strs() | Andrew Tridgell | 1 | -1/+10 | |
2009-10-19 | util: fixed generate_unique_strs() to be portable | Andrew Tridgell | 1 | -31/+13 | |
'place' was going negative, and giving undefined results. The result was duplicate names which gave errors in SMB2-DIR on PPC and other systems. | |||||
2009-09-25 | lib/util: fix build warning. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-08 | lib/util: add unique string generator helper function | Steven Danneman | 1 | -0/+59 | |
2009-07-20 | lib util: Fix const warning | Tim Prouty | 1 | -1/+1 | |
2009-07-19 | Fix broken password quality check | Matthieu Patou | 1 | -1/+2 | |
This fixes broken password tests when the passwords contain non ASCII characters (e.g. accentuated chars like ('e, `e, ...) | |||||
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+361 | |
Conflicts: source4/Makefile |