r23779: Change from v2 or later to v3 or later.
[kai/samba.git] / source3 / lib / genrand.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-28 Andrew Tridgellgood security patch from Timothy.Sell@unisys.com
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-23 Andrew Bartlettgetpwnam -> getpwnam_alloc.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-05-29 Tim PotterFixed compiler warning.
2001-05-24 Jeremy AllisonFix for random stream generator.
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-12 Jeremy AllisonCan't use space in random string used for exec.
2001-04-12 Jeremy AllisonChanged lp_add/delete/enum scripts to use lockdir if...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-10-25 Luke Leighton- typecast malloc / Realloc issues.
1999-04-28 Andrew Tridgelluse /dev/urandom not /dev/random in head branch.
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-05 Jeremy Allisongenrand.c: SGI compile warning fix.
1998-04-23 Jeremy Allisongenrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
1998-04-22 Jeremy Allisongenrand.c: Improved generation of random values, more...
1998-04-21 Andrew Tridgellmany systems don't have /etc/shadow but do have another...
1998-04-21 Andrew Tridgellimproved the secret buffer generation a bit. It now...
1998-04-20 Jeremy Allisongenrand.c: Improved filename based random seed generation.
1998-04-20 Jeremy AllisonMakefile: Added genrand.o