Makefile: Added genrand.o
authorJeremy Allison <jra@samba.org>
Mon, 20 Apr 1998 22:43:54 +0000 (22:43 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 20 Apr 1998 22:43:54 +0000 (22:43 +0000)
commitefb71742ca8ff9ec3211c5b3cf5d311fdceecd1c
treea153db84a0a571cbe2e49d591025e5c4659a3676
parentec6fde99ab739ff2c410e5459bba06b06d18b5dc
Makefile: Added genrand.o
clientgen.c: Changed to fill change password buffer with random stuff.
password.c: Changed to get challenge from genrand.c
server.c: Added #ifdef around O_SYNC.
version.h: Changed to 1.9.19prealpha.
genrand.c:

   New code to generate (hopefully) good random numbers for
use in crypto challenges/session keys etc.

PLEASE REVIEW THIS CODE AND SUGGEST IMPROVEMENTS !!!!!!

Jeremy.
(This used to be commit 608e98546392fd0aac9b33f4feac43615dbb4405)
source3/include/proto.h
source3/include/version.h
source3/lib/genrand.c [new file with mode: 0644]
source3/libsmb/clientgen.c
source3/smbd/password.c
source3/smbd/server.c