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