Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genrand: Slightly simplify do_reseed | Volker Lendecke | 2013-06-14 | 1 | -13/+11 |
| | | | | | | | | | | The only caller set "use_fd" to "true". Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jun 14 20:29:56 CEST 2013 on sn-devel-104 | ||||
* | lib/util: improve check_password_quality() to handle utf8 | Stefan Metzmacher | 2013-02-04 | 1 | -18/+116 |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | ||||
* | s3: Fix the clustering build | Volker Lendecke | 2011-12-17 | 1 | -3/+3 |
| | | | | | | | ctdb_private.h already defines set_close_on_exec. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 17 18:41:39 CET 2011 on sn-devel-104 | ||||
* | genrand: use set_close_on_exec() | Andrew Tridgell | 2011-12-15 | 1 | -0/+9 |
| | | | | this prevents a fd leak to child processes | ||||
* | Explain why we don't use certain characters in the generated pw | Andrew Bartlett | 2010-03-11 | 1 | -0/+6 |
| | |||||
* | lib/util - Removed curly braces from generate_random_password(). | Endi S. Dewata | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | lib/util: add generate_random_password() | Stefan Metzmacher | 2010-02-26 | 1 | -0/+42 |
| | | | | metze | ||||
* | lib-util: check for too many combinations in generate_unique_strs() | Andrew Tridgell | 2009-10-20 | 1 | -1/+10 |
| | |||||
* | util: fixed generate_unique_strs() to be portable | Andrew Tridgell | 2009-10-19 | 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. | ||||
* | lib/util: fix build warning. | Günther Deschner | 2009-09-25 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | lib/util: add unique string generator helper function | Steven Danneman | 2009-09-08 | 1 | -0/+59 |
| | |||||
* | lib util: Fix const warning | Tim Prouty | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | Fix broken password quality check | Matthieu Patou | 2009-07-19 | 1 | -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 Vernooij | 2008-10-11 | 1 | -0/+361 |
Conflicts: source4/Makefile |