summaryrefslogtreecommitdiffstats
path: root/source/lib/genrand.c
Commit message (Expand)AuthorAgeFilesLines
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-1/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+1
* Fixed compiler warning.Tim Potter2001-05-291-2/+2
* Fix for random stream generator.Jeremy Allison2001-05-241-168/+186
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* Can't use space in random string used for exec.Jeremy Allison2001-04-121-1/+1
* Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn'tJeremy Allison2001-04-121-0/+24
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-3/+3
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-2/+2
* use /dev/urandom not /dev/random in head branch.Andrew Tridgell1999-04-281-6/+9
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-2/+2
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.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