1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/smbd
Jeremy Allison de728fa81a r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory
evaluation. This stops us from reading the entire directory into
memory at one go, and allows partial reads. It also keeps almost
the same interface to the OpenDir/ReadDir etc. code (sorry James :-).
Next I will optimise the findfirst with exact match code. This speeds
up our interactive response for large directories, but not when a
missing (ie. negative) findfirst is done.
Jeremy
(This used to be commit 0af1d2f6f2)
2007-10-10 10:55:13 -05:00
..
blocking.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -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 r4925: Migrate Account Policies to passdb (esp. replicating ldapsam). 2007-10-10 10:55:08 -05:00
close.c r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal_close. 2007-10-10 10:53:01 -05:00
conn.c r4736: small set of merges from rtunk to minimize the diffs 2007-10-10 10:53:52 -05:00
connection.c r4019: better error logging in register_message_flags() from Rob 2007-10-10 10:53:28 -05:00
dfree.c Add NT quota support. Patch from Stefan (metze) Metzemacher 2003-05-12 01:20:17 +00:00
dir.c r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory 2007-10-10 10:55:13 -05:00
dosmode.c r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file, 2007-10-10 10:53:27 -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 r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
fileio.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
filename.c r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory 2007-10-10 10:55:13 -05:00
files.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
ipc.c r4830: Fix for problem noticed by Guy Harris <gharris@apple.com>, return 2007-10-10 10:53:57 -05:00
lanman.c r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries(). 2007-10-10 10:53:59 -05:00
mangle_hash2.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
mangle_hash.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
mangle_map.c Merge from HEAD: 2003-03-17 22:56:13 +00:00
mangle.c r1570: merging changes from 3.0.5 2007-10-10 10:52:15 -05:00
message.c r4704: Fix encoding while receiving of a message which was actually sent using STR_ASCII. Patch from Grigory Batalov <bga@altlinux.org> 2007-10-10 10:53:51 -05:00
msdfs.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
negprot.c r4018: * move claim_connection from the netbios session request 2007-10-10 10:53:27 -05:00
noquotas.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
notify_hash.c r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory 2007-10-10 10:55:13 -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 r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
ntquotas.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
nttrans.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
open.c r5014: Split out the request to send an async level II oplock break into a 2007-10-10 10:55:11 -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 r5014: Split out the request to send an async level II oplock break into a 2007-10-10 10:55:11 -05:00
password.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
pipes.c r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember to 2007-10-10 10:53:44 -05:00
posix_acls.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
process.c r4539: patch from Rob -- adding real printcap name cache function to speed up printcap reloads 2007-10-10 10:53:46 -05:00
quotas.c r4301: One more *alloc -> SMB_MALLOC (not compiled by default). 2007-10-10 10:53:43 -05:00
reply.c r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory 2007-10-10 10:55:13 -05:00
sec_ctx.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
server.c r4539: patch from Rob -- adding real printcap name cache function to speed up printcap reloads 2007-10-10 10:53:46 -05:00
service.c r4539: patch from Rob -- adding real printcap name cache function to speed up printcap reloads 2007-10-10 10:53:46 -05:00
session.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
sesssetup.c r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use consistent 2007-10-10 10:53:26 -05:00
srvstr.c (merge from HEAD) 2003-03-22 13:47:42 +00:00
statcache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
tdbutil.c r2564: resurrecting smbd/tdbutil.c 2007-10-10 10:52:46 -05:00
trans2.c r5063: Shamelessly steal the Samba4 logic (and some code :-) for directory 2007-10-10 10:55:13 -05:00
uid.c r2016: Add message to ease access-control-debugging. 2007-10-10 10:52:28 -05:00
utmp.c r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication 2007-10-10 10:52:06 -05:00
vfs-wrap.c r3670: Warning fixes from Rob Foehl <rwf@loonybin.net>. 2007-10-10 10:53:12 -05:00
vfs.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00