summaryrefslogtreecommitdiffstats
path: root/source/lib/genrand.c
Commit message (Expand)AuthorAgeFilesLines
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-58/+3
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-13/+25
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* 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