..
.cvsignore
add *.po32 to ignore list
2001-12-12 16:04:37 +00:00
blocking.c
Fixed nasty bug where file writes with start offsets in the range
2002-12-03 08:02:21 +00:00
build_options.c
BIG patch...
2003-01-02 09:07:17 +00:00
change_trust_pw.c
change_trust_account_password() must always use the PDC for rpc
2002-12-04 20:13:29 +00:00
chgpasswd.c
Removed level 0 DEBUG leftover from testing.
2003-01-15 22:15:07 +00:00
close.c
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
2003-02-11 02:24:45 +00:00
conn.c
Non-error connection numbers are always positive
2003-02-01 06:24:07 +00:00
connection.c
BIG patch...
2003-01-02 09:07:17 +00:00
dfree.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
dir.c
Some cleanups:
2003-02-10 09:16:05 +00:00
dosmode.c
an initial fix for handling sparse files in smbd
2002-07-29 11:14:05 +00:00
error.c
Fix to correctly return NT_STATUS_DELETE_PENDING.
2002-11-05 21:46:33 +00:00
fileio.c
The element in fsp->print_job should be a RAP jobid, not a uint32 RPC
2002-12-05 03:59:56 +00:00
filename.c
make sure we don't run over the end of 'name' in unix_convert()
2003-02-07 04:01:36 +00:00
files.c
Fix for systems that allow more than 65536 open files per process.
2002-10-22 22:17:06 +00:00
ipc.c
Stop using hardcoded transact commands
2002-11-07 14:39:49 +00:00
lanman.c
Remove an unused paramter for our old LM-only password change code, and fix a
2003-01-11 12:13:03 +00:00
mangle_hash2.c
add a 'mangle prefix' option to allow people to tune the number of
2002-10-21 04:30:51 +00:00
mangle_hash.c
small merges from SAMBA_3_0; mostly typos, renames, etc...
2003-01-15 18:31:46 +00:00
mangle_map.c
Kill off const warnings - add a pile of const to various places.
2002-07-08 02:14:57 +00:00
mangle.c
BIG patch...
2003-01-02 09:07:17 +00:00
message.c
Address the string_sub problem by changing len = 0 to mean "no expand".
2002-07-02 06:34:27 +00:00
negprot.c
BIG patch...
2003-01-02 09:07:17 +00:00
noquotas.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
notify_hash.c
Removed version number from file header.
2002-01-30 06:08:46 +00:00
notify_kernel.c
Ensure we do not pass uninitialised data to the kernel. (Picked up by
2003-01-13 08:09:32 +00:00
notify.c
Added "kernel change notify" boolean to allow easier valgrind testing.
2002-12-12 02:01:53 +00:00
nttrans.c
add a note about relative opens with blank paths - its a re-open!
2003-02-12 00:41:35 +00:00
open.c
Correctly return access denied on share mode deny when we can't open the
2003-02-12 01:12:33 +00:00
oplock_irix.c
Merge of receive_local_message fix from 2.2.5.
2002-05-22 01:04:58 +00:00
oplock_linux.c
Ensure we do not pass uninitialised data to the kernel. (Picked up by
2003-01-13 08:09:32 +00:00
oplock.c
Fix for interesting resource constraint condition. When all opens are
2003-01-30 01:42:08 +00:00
password.c
This patch fixes one of my longest-standing pet hates with Samba :-).
2003-02-17 12:27:34 +00:00
pipes.c
make sure we don't walk past the end of the current SMB buffer when
2002-04-16 06:15:28 +00:00
posix_acls.c
Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default
2003-02-19 02:34:33 +00:00
process.c
Add 3 second timeout when terminating server and sending print notify
2003-01-30 23:55:13 +00:00
quotas.c
performance patch from HP-UX folks (cant remember who)
2003-01-28 02:14:33 +00:00
reply.c
Make the 'service' in make_connection() use an fstrcpy(), and an fstring,
2003-01-12 11:29:02 +00:00
sec_ctx.c
Move to common user token debugging, and ensure we always print both the
2002-09-25 09:34:43 +00:00
server.c
Check for too many processes *before* the fork.
2003-02-05 21:17:12 +00:00
service.c
Fix logfile formatting, we were missing a "\n"
2003-02-19 11:30:09 +00:00
session.c
Make 'remote_machine' private to lib/substitute.c, and fix all the user to use
2002-08-11 02:30:35 +00:00
sesssetup.c
Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.
2003-02-20 10:50:09 +00:00
srvstr.c
make sure we don't walk past the end of the current SMB buffer when
2002-04-16 06:15:28 +00:00
statcache.c
Some cleanups:
2003-02-10 09:16:05 +00:00
trans2.c
Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).
2003-02-11 02:24:45 +00:00
uid.c
Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also.
2003-02-19 22:30:57 +00:00
utmp.c
BIG patch...
2003-01-02 09:07:17 +00:00
vfs-wrap.c
Actually use sendfile if selected.
2002-09-17 19:48:19 +00:00
vfs.c
untest fix for wide links parameter bug.
2003-02-02 18:08:43 +00:00