index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
genrand.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-2
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-1
/
+1
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-2
/
+2
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-58
/
+3
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
1
-13
/
+25
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-1
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-2
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
getpwnam -> getpwnam_alloc.
Andrew Bartlett
2002-01-23
1
-1
/
+2
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-2
/
+1
*
Fixed compiler warning.
Tim Potter
2001-05-29
1
-2
/
+2
*
Fix for random stream generator.
Jeremy Allison
2001-05-24
1
-168
/
+186
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-1
/
+1
*
Can't use space in random string used for exec.
Jeremy Allison
2001-04-12
1
-1
/
+1
*
Changed lp_add/delete/enum scripts to use lockdir if spool dir doesn't
Jeremy Allison
2001-04-12
1
-0
/
+24
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-3
/
+3
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-2
/
+2
*
use /dev/urandom not /dev/random in head branch.
Andrew Tridgell
1999-04-28
1
-6
/
+9
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-2
/
+2
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-2
/
+2
*
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1998-09-25
1
-2
/
+2
*
More abstraction of file system data types, to move to a 64
Jeremy Allison
1998-09-01
1
-3
/
+3
*
This is a security audit change of the main source.
Jeremy Allison
1998-05-12
1
-1
/
+1
*
genrand.c: SGI compile warning fix.
Jeremy Allison
1998-05-05
1
-1
/
+1
*
genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().
Jeremy Allison
1998-04-23
1
-1
/
+1
*
genrand.c: Improved generation of random values, more secure.
Jeremy Allison
1998-04-22
1
-9
/
+32
*
many systems don't have /etc/shadow but do have another system for
Andrew Tridgell
1998-04-21
1
-0
/
+12
*
improved the secret buffer generation a bit. It now uses /etc/shadow
Andrew Tridgell
1998-04-21
1
-22
/
+39
*
genrand.c: Improved filename based random seed generation.
Jeremy Allison
1998-04-20
1
-18
/
+55
*
Makefile: Added genrand.o
Jeremy Allison
1998-04-20
1
-0
/
+137