summaryrefslogtreecommitdiff
path: root/source3/lib/genrand.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-58/+3
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-13/+25
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-1/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
2001-05-29Fixed compiler warning.Tim Potter1-2/+2
2001-05-24Fix for random stream generator.Jeremy Allison1-168/+186
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-12Can't use space in random string used for exec.Jeremy Allison1-1/+1
2001-04-12Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison1-0/+24
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-3/+3
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-2/+2
1999-04-28use /dev/urandom not /dev/random in head branch.Andrew Tridgell1-6/+9
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-2/+2
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-2/+2
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-3/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-1/+1
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-1/+1
1998-04-23genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1-1/+1
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison1-9/+32
1998-04-21many systems don't have /etc/shadow but do have another system forAndrew Tridgell1-0/+12
1998-04-21improved the secret buffer generation a bit. It now uses /etc/shadowAndrew Tridgell1-22/+39
1998-04-20genrand.c: Improved filename based random seed generation.Jeremy Allison1-18/+55
1998-04-20Makefile: Added genrand.oJeremy Allison1-0/+137