summaryrefslogtreecommitdiffstats
path: root/lib/util/genrand.c
Commit message (Collapse)AuthorAgeFilesLines
* Explain why we don't use certain characters in the generated pwAndrew Bartlett2010-03-111-0/+6
|
* lib/util - Removed curly braces from generate_random_password().Endi S. Dewata2010-03-111-1/+1
|
* lib/util: add generate_random_password()Stefan Metzmacher2010-02-261-0/+42
| | | | metze
* lib-util: check for too many combinations in generate_unique_strs()Andrew Tridgell2009-10-201-1/+10
|
* util: fixed generate_unique_strs() to be portableAndrew Tridgell2009-10-191-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.
* lib/util: fix build warning.Günther Deschner2009-09-251-1/+1
| | | | Guenther
* lib/util: add unique string generator helper functionSteven Danneman2009-09-081-0/+59
|
* lib util: Fix const warningTim Prouty2009-07-201-1/+1
|
* Fix broken password quality checkMatthieu Patou2009-07-191-1/+2
| | | | | This fixes broken password tests when the passwords contain non ASCII characters (e.g. accentuated chars like ('e, `e, ...)
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+361
Conflicts: source4/Makefile