summaryrefslogtreecommitdiff
path: root/misc/unix/rand.c
Commit message (Expand)AuthorAgeFilesLines
* * misc/unix/rand.c (apr_generate_random_bytes): Handle EINTR fromjorton2007-07-041-1/+4
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* One more evolution of the uuid header detection code.wrowe2006-03-101-2/+2
* Fix a typo caught by maxbwrowe2006-03-021-1/+1
* The second half of the last commit. Follow the only API we foundwrowe2006-03-021-1/+5
* Address bug 37999 and other exceptions to the existing uuid detection code;wrowe2006-03-021-1/+7
* Only include uuid/uuid.h if we havne't already included uuid.h, since includi...rooneg2005-12-101-3/+2
* * configure.in: Simplify uuid checks.jorton2005-05-051-4/+4
* Use AC_CHECK_HEADERS to find the uuid header files.pquerna2005-05-051-2/+2
* - Add support for uuid_generate on OS X 10.4. This required some extra footpquerna2005-05-031-5/+7
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix style and remove casts for the new apr_os_uuid_get() interfaces.pquerna2004-11-221-2/+2
* Use uuid_generate() and uuid_create() for the apr_os_uuid_get() interfacepquerna2004-11-221-0/+31
* Reorganise the OS/2 random byte generation code to work with the new build sc...bjh2004-03-141-1/+1
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * misc/unix/rand.c, include/apr_general.h (apr_generate_random_bytes):jorton2003-09-291-4/+0
* While this is a 'proper' change, it breaks 64 bit platforms.wrowe2003-01-131-0/+4
* Namespace protection for include/arch/ header filesthommay2003-01-061-1/+1
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Define SHUT_RDWR to 2 if it's not already defined.wsanchez2002-12-171-0/+4
* Changes to apr_generate_random_bytes:jorton2002-12-131-13/+25
* - define DEV_RANDOM as a string literal so it doesn't have to bejorton2002-11-141-5/+1
* PR:trawick2002-09-131-3/+8
* Inspired by the OpenSSL guys, this allows the --with-egd parameter toorlikowski2002-07-101-55/+66
* Type mismatch causes AIX build breakage....news at 11.orlikowski2002-06-251-1/+1
* report the right error code after I/O with thetrawick2002-06-211-4/+7
* Fix a compile error in the EGD support in rand.c on older Solaristrawick2002-06-211-1/+1
* Renames:jwoolley2002-05-181-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Add support for EGD-compatible entropy gatherers (such as EGD or PRNGd).jerenkrantz2002-01-081-3/+100
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-1/+2
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-1/+1
* OS/2: Add a crypto strength randomness generator.bjh2001-02-241-0/+12
* Update copyright to 2001fielding2001-02-161-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-1/+1
* Include unistd.h to get read() prototype on FreeBSD.trawick2000-04-181-0/+3
* Here's my first stab at getting mod_auth_digest working under 2.0stoddard2000-04-151-0/+99