summaryrefslogtreecommitdiff
path: root/source3/lib/genrand.c
AgeCommit message (Expand)AuthorFilesLines
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