1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source3/smbd
Andrew Bartlett 9d0783bf21 r1492: 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().

Andrew Bartlett
(This used to be commit 36741d3cf5)
2007-10-10 10:52:13 -05:00
..
blocking.c r1154: Change default setting for case sensitivity to "auto". If set to auto 2007-10-10 10:51:57 -05:00
change_trust_pw.c Fix for bug #273 - smbd crash on machine account change. 2003-09-10 18:34:57 +00:00
chgpasswd.c r1388: Adding password history code for ldap backend, based on a patch from 2007-10-10 10:52:09 -05:00
close.c r1263: Make "defer sharing violations" a global parameter. 2007-10-10 10:52:04 -05:00
conn.c r1154: Change default setting for case sensitivity to "auto". If set to auto 2007-10-10 10:51:57 -05:00
connection.c r1011: fix bad merge (from a few months ago) and ensure that we always use tdb_open_log() instead of tdb_open_ex() 2007-10-10 10:51:53 -05:00
dfree.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
dir.c r1085: Now it's had some proper user testing, merge in the deferred open fix. I'm 2007-10-10 10:51:54 -05:00
dosmode.c r971: Auto remove store dos attributes if underlying filesystem 2007-10-10 10:51:51 -05:00
error.c r1093: Ensure we clear any cached errors on a deferred open call so 2007-10-10 10:51:54 -05:00
fake_file.c r408: - replace (conn->admin_user != True) with (current_user.uid != 0) 2007-10-10 10:51:22 -05:00
fileio.c Added per-share parameter "store dos attributes". When set, will store 2004-04-02 18:46:19 +00:00
filename.c r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all 2007-10-10 10:51:56 -05:00
files.c Fix coredump from Samba4 torture suite. 2003-09-17 19:36:38 +00:00
ipc.c Yet another '\n' termination of debug message. 2004-03-09 21:47:49 +00:00
lanman.c r931: Ensure we push 16 bytes (including null termination) 2007-10-10 10:51:50 -05:00
mangle_hash2.c r570: Remove lots of globals to handle case issues - move them 2007-10-10 10:51:30 -05:00
mangle_hash.c r1301: Fix bogus error message when using "mangling method = hash" rather 2007-10-10 10:52:05 -05:00
mangle_map.c Merge from HEAD: 2003-03-17 22:56:13 +00:00
mangle.c r570: Remove lots of globals to handle case issues - move them 2007-10-10 10:51:30 -05:00
message.c Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_conv" 2004-03-11 22:48:24 +00:00
msdfs.c r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all 2007-10-10 10:51:56 -05:00
negprot.c r1154: Change default setting for case sensitivity to "auto". If set to auto 2007-10-10 10:51:57 -05:00
noquotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_hash.c r1154: Change default setting for case sensitivity to "auto". If set to auto 2007-10-10 10:51:57 -05:00
notify_kernel.c Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on 2003-05-15 17:37:52 +00:00
notify.c Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> 2003-10-21 17:40:58 +00:00
ntquotas.c * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA 2004-01-15 08:49:30 +00:00
nttrans.c r1259: Ensure we pass Samba4 RAW-RENAME test. 2007-10-10 10:52:03 -05:00
open.c r1304: Turns out non-io opens that cause oplock breaks are a *different* set 2007-10-10 10:52:05 -05:00
oplock_irix.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
oplock_linux.c Fix more 64-bit printf warnings. 2003-11-03 14:34:25 +00:00
oplock.c r1117: Doh ! Remember to turn off signing when sending a "break to level II" oplock 2007-10-10 10:51:56 -05:00
password.c r519: fix bug in authorise_login() that broke security = share 2007-10-10 10:51:27 -05:00
pipes.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
posix_acls.c r1314: Restore the 2.2 'force unknown acl user' parameter. When getting a security 2007-10-10 10:52:05 -05:00
process.c r1263: Make "defer sharing violations" a global parameter. 2007-10-10 10:52:04 -05:00
quotas.c r1333: NFS Quota support from Dan Peterson. 2007-10-10 10:52:07 -05:00
reply.c r1311: Turn on sendfile for non-oplocked files. tridge proved 2007-10-10 10:52:05 -05:00
sec_ctx.c fix for BUG #267 (problem with supplementary groups). 2003-08-09 23:12:35 +00:00
server.c r1492: Rework our random number generation system. 2007-10-10 10:52:13 -05:00
service.c r1414: Memory leak fixes found by valgrind whilst checking the password history code. 2007-10-10 10:52:11 -05:00
session.c r1011: fix bad merge (from a few months ago) and ensure that we always use tdb_open_log() instead of tdb_open_ex() 2007-10-10 10:51:53 -05:00
sesssetup.c r1370: BUG 1297 - prevent map_username() from being called twice during logon 2007-10-10 10:52:08 -05:00
srvstr.c (merge from HEAD) 2003-03-22 13:47:42 +00:00
statcache.c r570: Remove lots of globals to handle case issues - move them 2007-10-10 10:51:30 -05:00
tdbutil.c merge from old APP_HEAD 2004-02-12 05:24:02 +00:00
trans2.c r1472: Make mknod work again for the CIFS client. Still needs some 2007-10-10 10:52:12 -05:00
uid.c r1375: When setting writable=yes in smb.conf and only allow read access in the 2007-10-10 10:52:08 -05:00
utmp.c r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication 2007-10-10 10:52:06 -05:00
vfs-wrap.c Merge from HEAD. 2004-03-07 00:50:37 +00:00
vfs.c r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all 2007-10-10 10:51:56 -05:00