summaryrefslogtreecommitdiffstats
path: root/source/lib/genrand.c
Commit message (Expand)AuthorAgeFilesLines
* In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-251-2/+2
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-2/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-3/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-1/+1
* genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1998-04-231-1/+1
* genrand.c: Improved generation of random values, more secure.Jeremy Allison1998-04-221-9/+32
* many systems don't have /etc/shadow but do have another system forAndrew Tridgell1998-04-211-0/+12
* improved the secret buffer generation a bit. It now uses /etc/shadowAndrew Tridgell1998-04-211-22/+39
* genrand.c: Improved filename based random seed generation.Jeremy Allison1998-04-201-18/+55
* Makefile: Added genrand.oJeremy Allison1998-04-201-0/+137