..
aio.c
Fix issue with aio where r/w lock wasn't kept across aio read operations.
2010-04-05 14:16:21 -07:00
avahi_register.c
blocking.c
s3/smbd: change locking behavior when "lock spin time = 0".
2010-02-12 21:29:00 -08:00
change_trust_pw.c
s3: Remove debug_ctx()
2009-11-03 11:30:00 +01:00
chgpasswd.c
s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hash
2010-01-07 16:51:17 +01:00
close.c
Switch over to using get_currect_XXX() accessor functions.
2010-03-15 14:49:15 -07:00
conn.c
s3: Use bitmap_talloc for smb1 server tcons
2010-03-28 15:25:17 +02:00
connection.c
s3: Remove unused "mypid" from count_current_connections() state
2010-03-01 12:18:12 +01:00
dfree.c
dir.c
s3: Use bitmap_talloc in init_dptrs
2010-03-28 15:25:17 +02:00
dmapi.c
dnsregister.c
dosmode.c
Add debug to make it clear when EA dosmode set is invoked.
2010-02-01 19:21:35 -08:00
error.c
Rename reply_doserror() -> reply_force_doserror().
2009-12-21 11:16:38 -08:00
fake_file.c
Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown when logged as root.. Doh !
2010-02-01 15:57:16 -08:00
file_access.c
Switch over to using get_currect_XXX() accessor functions.
2010-03-15 14:49:15 -07:00
fileio.c
Don't overwrite a dynamic pointer with the address of a stack
2009-11-16 14:55:21 -08:00
filename_util.c
s3: Remove debug_ctx()
2009-11-03 11:30:00 +01:00
filename.c
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from Volker.
2010-02-11 15:16:23 -08:00
files.c
s3: Use bitmap_talloc in files.c
2010-03-28 15:25:17 +02:00
globals.c
s3:smbd: add echo handler information to struct smbd_server_connection
2010-03-22 17:15:12 +01:00
globals.h
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
2010-04-07 19:00:44 -07:00
ipc.c
Fix bug #7122 - Reading a large browselist fails (server returns invalid values in subsequent SMBtrans replies)
2010-02-09 15:14:38 -08:00
lanman.c
s3-lanman: use spoolss for api_WPrintQueueCtrl().
2010-04-08 16:24:25 +02:00
mangle_hash2.c
mangle_hash.c
Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised value(s) error when "mangling method = hash"
2010-02-18 12:21:10 -08:00
mangle.c
map_username.c
s3:smbd: move more session specific globals to struct smbd_server_connection
2009-06-03 17:54:37 +02:00
message.c
s3: Protect against an invalid bcc in SMBsendtxt
2010-01-17 17:26:39 +01:00
msdfs.c
s3: Replace some create_synthetic_smb_fname() calls
2009-11-18 23:16:13 +01:00
negprot.c
s3: Fix a long-standing problem with recycled PIDs
2010-03-10 16:07:10 +01:00
noquotas.c
notify_inotify.c
Check we read off the compelte event from inotify
2009-09-05 12:49:26 -04:00
notify_internal.c
fix a segfault in the notify subsystem
2010-04-06 14:09:06 +02:00
notify.c
s3: Replace some create_synthetic_smb_fname() calls
2009-11-18 23:16:13 +01:00
ntquotas.c
nttrans.c
s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently does
2010-04-07 12:22:47 +02:00
open.c
Switch over to using get_currect_XXX() accessor functions.
2010-03-15 14:49:15 -07:00
oplock_irix.c
s3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-20 17:26:56 -07:00
oplock_linux.c
Hopefully last part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks.
2009-09-03 07:40:48 -07:00
oplock_onefs.c
s3: Remove debug_ctx()
2009-11-03 11:30:00 +01:00
oplock.c
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
2010-04-07 19:00:44 -07:00
password.c
s3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 20:56:16 +01:00
perfcount.c
pipes.c
Fix bug #7020 - smbd using 2G memory.
2010-01-05 14:34:00 -08:00
posix_acls.c
Fix valgrind warning when source and dest stat are identical.
2010-03-24 10:33:09 -07:00
process.c
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
2010-04-07 19:00:44 -07:00
quotas.c
s3: Fix a very embarrassing build failure
2009-12-12 16:57:49 +01:00
reply.c
Fix issue with aio where r/w lock wasn't kept across aio read operations.
2010-04-05 14:16:21 -07:00
seal.c
s3:ntlmssp: only include ntlmssp.h where actually needed
2009-12-22 21:07:53 +01:00
sec_ctx.c
server.c
s3-smbd: Don't close stdout if we want to log to stdout.
2010-03-26 14:48:54 +01:00
service.c
Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.
2010-03-25 17:09:23 -07:00
session.c
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c
2010-03-01 17:53:22 +01:00
sesssetup.c
s3: Fix an uninitialized variable read
2010-03-15 16:01:48 -07:00
share_access.c
Fix coverity CID: 932 - forward null.
2009-08-21 16:17:17 -07:00
signing.c
s3: Attempt to fix the build on AIX, shm_ptr seems to be a macro there
2010-03-29 07:26:00 +02:00
smb2_break.c
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
2010-04-07 19:00:44 -07:00
smb2_close.c
libcli: move some common SMB and SMB2 stuff into libcli/smb/
2009-08-12 18:28:32 +02:00
smb2_create.c
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
2010-03-05 15:13:37 -08:00
smb2_find.c
s3:smbd: implement SMB2 Find (Query Directory)
2009-08-19 22:12:43 +02:00
smb2_flush.c
s3:smbd: implement SMB2 Cancel correctly.
2009-08-17 09:25:45 +02:00
smb2_getinfo.c
s3:smbd: implement SMB2 Cancel correctly.
2009-08-17 09:25:45 +02:00
smb2_glue.c
libcli: move some common SMB and SMB2 stuff into libcli/smb/
2009-08-12 18:28:32 +02:00
smb2_ioctl.c
s3:smbd: implement SMB2 Cancel correctly.
2009-08-17 09:25:45 +02:00
smb2_keepalive.c
libcli: move some common SMB and SMB2 stuff into libcli/smb/
2009-08-12 18:28:32 +02:00
smb2_lock.c
s3:smbd: implement SMB2 Cancel correctly.
2009-08-17 09:25:45 +02:00
smb2_negprot.c
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
2010-04-06 15:43:35 -07:00
smb2_notify.c
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
2010-04-06 15:43:35 -07:00
smb2_read.c
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
2010-04-06 15:43:35 -07:00
smb2_server.c
Don't forget to initialize *p_creds_requested.
2010-04-07 10:31:43 -07:00
smb2_sesssetup.c
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound tid and 0xFFFFFFFFFFFFFFFF for compound sessionid values. Cope with this.
2010-04-07 10:32:01 -07:00
smb2_setinfo.c
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
2010-03-05 15:13:37 -08:00
smb2_signing.c
libcli: move some common SMB and SMB2 stuff into libcli/smb/
2009-08-12 18:28:32 +02:00
smb2_tcon.c
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound tid and 0xFFFFFFFFFFFFFFFF for compound sessionid values. Cope with this.
2010-04-07 10:32:01 -07:00
smb2_write.c
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
2010-04-06 15:43:35 -07:00
srvstr.c
statcache.c
s3: Replace some create_synthetic_smb_fname() calls
2009-11-18 23:16:13 +01:00
statvfs.c
trans2.c
s3:smbd: disable SMB encryption when the echo handler is active
2010-03-22 17:15:13 +01:00
uid.c
Remove the bool admin_user from conn struct. We no longer look at this to make access decisions.
2010-03-15 15:39:41 -07:00
utmp.c
vfs.c
s3: Fix typos in a debug message in vfs_init_custom
2010-03-28 15:25:14 +02:00