..
.cvsignore
add *.po32 to ignore list
0001-01-01 00:00:00 +00:00
blocking.c
Fixed nasty bug where file writes with start offsets in the range
0001-01-01 00:00:00 +00:00
build_options.c
BIG patch...
0001-01-01 00:00:00 +00:00
change_trust_pw.c
change_trust_account_password() must always use the PDC for rpc
0001-01-01 00:00:00 +00:00
chgpasswd.c
Remove an unused paramter for our old LM-only password change code, and fix a
0001-01-01 00:00:00 +00:00
close.c
Fix problem with "hide unreadable". stat file opens are baaack :-).
0001-01-01 00:00:00 +00:00
conn.c
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
0001-01-01 00:00:00 +00:00
connection.c
BIG patch...
0001-01-01 00:00:00 +00:00
dfree.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
dir.c
Remove unused variable.
0001-01-01 00:00:00 +00:00
dosmode.c
an initial fix for handling sparse files in smbd
0001-01-01 00:00:00 +00:00
error.c
Fix to correctly return NT_STATUS_DELETE_PENDING.
0001-01-01 00:00:00 +00:00
fileio.c
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
0001-01-01 00:00:00 +00:00
filename.c
BIG patch...
0001-01-01 00:00:00 +00:00
files.c
Fix for systems that allow more than 65536 open files per process.
0001-01-01 00:00:00 +00:00
groupname.c
Globally replace 'global_sam_sid' with get_global_sam_sid(), a self
0001-01-01 00:00:00 +00:00
ipc.c
Stop using hardcoded transact commands
0001-01-01 00:00:00 +00:00
lanman.c
Remove an unused paramter for our old LM-only password change code, and fix a
0001-01-01 00:00:00 +00:00
mangle_hash2.c
add a 'mangle prefix' option to allow people to tune the number of
0001-01-01 00:00:00 +00:00
mangle_hash.c
Becouse these functions return a size_t, they can't return negitive numbers.
0001-01-01 00:00:00 +00:00
mangle_map.c
Kill off const warnings - add a pile of const to various places.
0001-01-01 00:00:00 +00:00
mangle.c
BIG patch...
0001-01-01 00:00:00 +00:00
message.c
Address the string_sub problem by changing len = 0 to mean "no expand".
0001-01-01 00:00:00 +00:00
negprot.c
BIG patch...
0001-01-01 00:00:00 +00:00
noquotas.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
notify_hash.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
notify_kernel.c
Ensure we do not pass uninitialised data to the kernel. (Picked up by
0001-01-01 00:00:00 +00:00
notify.c
Added "kernel change notify" boolean to allow easier valgrind testing.
0001-01-01 00:00:00 +00:00
nttrans.c
BIG patch...
0001-01-01 00:00:00 +00:00
open.c
Fix open problem with changing attributes on an existing file - based
0001-01-01 00:00:00 +00:00
oplock_irix.c
Merge of receive_local_message fix from 2.2.5.
0001-01-01 00:00:00 +00:00
oplock_linux.c
Ensure we do not pass uninitialised data to the kernel. (Picked up by
0001-01-01 00:00:00 +00:00
oplock.c
Overly complex but neccessary fix for kernel oplock problems. The issue
0001-01-01 00:00:00 +00:00
password.c
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
0001-01-01 00:00:00 +00:00
pipes.c
make sure we don't walk past the end of the current SMB buffer when
0001-01-01 00:00:00 +00:00
posix_acls.c
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
0001-01-01 00:00:00 +00:00
process.c
[merge] make sure to updatre print queue cache during timeout_processing() to send notify events; CR 1491
0001-01-01 00:00:00 +00:00
quotas.c
small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't exist (e.g. in SuSE 8.1) (by metze)
0001-01-01 00:00:00 +00:00
reply.c
Make the 'service' in make_connection() use an fstrcpy(), and an fstring,
0001-01-01 00:00:00 +00:00
sec_ctx.c
Move to common user token debugging, and ensure we always print both the
0001-01-01 00:00:00 +00:00
server.c
Moved smbd process counting functions from smbd/server.c to smbd/process.c
0001-01-01 00:00:00 +00:00
service.c
Oops, this is the change to use an fstring for the incoming service buffer -
0001-01-01 00:00:00 +00:00
session.c
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
0001-01-01 00:00:00 +00:00
sesssetup.c
Updates to our NTLMSSP code:
0001-01-01 00:00:00 +00:00
srvstr.c
make sure we don't walk past the end of the current SMB buffer when
0001-01-01 00:00:00 +00:00
statcache.c
Removed version number from file header.
0001-01-01 00:00:00 +00:00
trans2.c
query_alt_name takes a forced unicode string in win2000. It is not
0001-01-01 00:00:00 +00:00
uid.c
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
0001-01-01 00:00:00 +00:00
utmp.c
BIG patch...
0001-01-01 00:00:00 +00:00
vfs-wrap.c
Actually use sendfile if selected.
0001-01-01 00:00:00 +00:00
vfs.c
Fix a segfault when we don't correctly load a VFS module (don't keep it in
0001-01-01 00:00:00 +00:00