summaryrefslogtreecommitdiffstats
path: root/source4/lib/genrand.c
Commit message (Collapse)AuthorAgeFilesLines
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-33/+44
| | | | | | | | | | | | | | | | | | | | Rework our random number generation system. On systems with /dev/urandom, this avoids a change to secrets.tdb for every fork(). For other systems, we now only re-seed after a fork, and on startup. No need to do it per-operation. This removes the 'need_reseed' parameter from generate_random_buffer(). This also requires that we start the secrets subsystem, as that is where the reseed value is stored, for systems without /dev/urandom. In order to aviod identical streams in forked children, the random state is re-initialised after the fork(), at the same point were we do that to the tdbs. Andrew Bartlett (This used to be commit b97d3cb2efd68310b1aea8a3ac40a64979c8cdae)
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-21/+21
| | | | | metze (This used to be commit b5378803fdcb3b3afe7c2932a38828e83470f61a)
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
* r861: remove the next round of unused stuffStefan Metzmacher2007-10-101-17/+0
| | | | | metze (This used to be commit 8f59daba0d03a2c58f7f23655153de05cbe47e81)
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-101-6/+5
| | | | | | | | | | | | | | | | | Currently this only authentiates the machine, not real users. As a consequence of running the Samba4 NETLOGON test against Samba4, I found a number of issues in the SAMR server, which I have addressed. There are more templates in the provison.ldif for this reason. I also added some debug to our credentials code, and fixed some bugs in the auth_sam module. The static buffer in generate_random_string() bit me badly, so I removed it in favor of a talloc based system. Andrew Bartlett (This used to be commit 94624e519b66def97758b8a48a01ffe9029176f0)
* r623: setUserInfo level 24 (password set) now works in the SAMR server. This ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | | includes all of the password complexity, password history and other password restrictions. (This used to be commit cb070b9084d95cf5178edbef951b75eab62b7220)
* r323: added rough password quality checking in generate_random_str(), so we ↵Andrew Tridgell2007-10-101-2/+31
| | | | | | | generate passwords that are likely to be accepted by the win2003 quality checks (This used to be commit 5954969f278e7f23190fe7301bfdc608f480eef6)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+267
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)