1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
2010-01-10 20:56:16 +01:00
..
aio.c Remove use of "int ret" when we already have errcode. 2009-10-13 13:28:57 -07:00
avahi_register.c Use avahi to register _smb._tcp in smbd 2009-03-23 17:09:53 +01:00
blocking.c Second part of the fix for bug 6828 - infinite timeout occurs when byte lock held outside of samba. 2009-10-26 21:20:22 -07: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 Refactor reply_rmdir to use handle based code. All 2009-12-03 13:01:10 -08:00
conn.c s3:smbd: remove dirptr and dirpath from connection_struct 2009-08-07 14:18:17 +02:00
connection.c Remove smb_np_struct 2008-10-13 20:59:33 +02:00
dfree.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +01:00
dir.c s3: Remove some code that has become unnecessary 2010-01-07 14:58:55 +01:00
dmapi.c s3:smbd: fix the build with dmapi support 2009-01-08 16:24:28 +01:00
dnsregister.c s3:smbd: make mdns registration event driven. 2009-01-27 15:28:11 +01:00
dosmode.c Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned attributes by protocol level. 2009-12-15 18:03:47 -08:00
error.c Rename reply_doserror() -> reply_force_doserror(). 2009-12-21 11:16:38 -08:00
fake_file.c s3:smbd: add is_fake_file_path() that takes only the raw path as string 2009-08-27 16:45:40 +02:00
file_access.c s3: Remove unnecessary callers of get_full_smb_filename 2009-07-21 12:04:59 -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 Make us pass RAW-CHKPATH with a case sensitive share. 2009-11-25 13:17:56 -08:00
files.c Fix bug #6837 - "Too many open files" when trying to access large number of files 2009-12-02 10:01:14 -08:00
globals.c Revert "s3: Move the global variable Protocol to struct smbd_server_connection" 2009-11-23 16:34:59 +01:00
globals.h Revert "s3: Move the global variable Protocol to struct smbd_server_connection" 2009-11-23 16:34:59 +01:00
ipc.c s3:smbd: add a smbd_server_connection pointer to connection_struct 2009-08-07 14:18:14 +02:00
lanman.c s3: Remove the typedef for "auth_serversupplied_info" 2010-01-10 20:56:16 +01:00
mangle_hash2.c Make us pass SHORTNAME-TEST. 2009-05-14 16:49:18 -07:00
mangle_hash.c Fix bug reported in mangle_hash code (no bugid yet). 2009-12-21 17:46:32 -08:00
mangle.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +01:00
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 Remove all calls to reply_doserror - turn them into 2009-12-21 11:05:25 -08:00
msdfs.c s3: Replace some create_synthetic_smb_fname() calls 2009-11-18 23:16:13 +01:00
negprot.c Revert "s3: Move the global variable Protocol to struct smbd_server_connection" 2009-11-23 16:34:59 +01:00
noquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
notify_inotify.c Check we read off the compelte event from inotify 2009-09-05 12:49:26 -04:00
notify_internal.c s3: Fix a crash in notify_remove_onelevel when "change notify = no" 2009-11-05 15:08:57 +01:00
notify.c s3: Replace some create_synthetic_smb_fname() calls 2009-11-18 23:16:13 +01:00
ntquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
nttrans.c Remove all calls to reply_doserror - turn them into 2009-12-21 11:05:25 -08:00
open.c Add helpful debug of DACL for errors on ACL access. 2009-12-16 10:09:11 -08: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 s3: Remove debug_ctx() 2009-11-03 11:30:00 +01:00
password.c s3: Remove the typedef for "auth_serversupplied_info" 2010-01-10 20:56:16 +01:00
perfcount.c S3: Dumb down debug spew in perfcount module code 2009-02-19 00:01:41 -08:00
pipes.c Fix bug #7020 - smbd using 2G memory. 2010-01-05 14:34:00 -08:00
posix_acls.c Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes" 2010-01-08 10:17:46 -08:00
process.c s3: Move smb_splice_chain to smbd/process.c, its only user 2009-12-22 13:54:43 +01:00
quotas.c s3: Fix a very embarrassing build failure 2009-12-12 16:57:49 +01:00
reply.c Rename reply_doserror() -> reply_force_doserror(). 2009-12-21 11:16:38 -08:00
seal.c s3:ntlmssp: only include ntlmssp.h where actually needed 2009-12-22 21:07:53 +01:00
sec_ctx.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +01:00
server.c s3/smbd: open the share_info.tdb on startup instead of tconx 2009-08-26 16:34:10 -07:00
service.c streamline some log levels for invalid servicenames 2009-12-06 22:31:35 +01:00
session.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +01:00
sesssetup.c s3: Remove the typedef for "auth_serversupplied_info" 2010-01-10 20:56:16 +01:00
share_access.c Fix coverity CID: 932 - forward null. 2009-08-21 16:17:17 -07:00
signing.c s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connection 2009-05-26 10:48:12 +02:00
smb2_break.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02: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 Remove "store create time" code, cause create time to be stored 2009-11-17 14:55:02 -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 Revert "s3: Move the global variable Protocol to struct smbd_server_connection" 2009-11-23 16:34:59 +01:00
smb2_notify.c s3:smbd: add support for canceling SMB2 Notify calls. 2009-08-17 09:25:46 +02:00
smb2_read.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_server.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
smb2_sesssetup.c s3:ntlmssp: only include ntlmssp.h where actually needed 2009-12-22 21:07:53 +01:00
smb2_setinfo.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02: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 streamline some log levels for invalid servicenames 2009-12-06 22:31:35 +01:00
smb2_write.c s3:smbd: implement SMB2 Cancel correctly. 2009-08-17 09:25:45 +02:00
srvstr.c Solve some of the conflict between Samba3 and Samba4 push_string 2009-04-14 12:11:00 +10:00
statcache.c s3: Replace some create_synthetic_smb_fname() calls 2009-11-18 23:16:13 +01:00
statvfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
trans2.c Rename reply_doserror() -> reply_force_doserror(). 2009-12-21 11:16:38 -08:00
uid.c s3: Make smbd aware of permission change of usershare. Since usershare are relatively volatile and non-previledge users must disconnect from smbd and reconnect to it to make share permission in effect. 2009-07-15 17:05:45 +08:00
utmp.c s3:smbd: make globals in utmp.c static const 2009-01-08 12:22:18 +01:00
vfs.c Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or with 2009-11-24 14:05:56 -08:00