1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/smbd
2009-08-12 13:27:59 +02:00
..
aio.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
avahi_register.c Use avahi to register _smb._tcp in smbd 2009-03-23 17:09:53 +01:00
blocking.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
change_trust_pw.c Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth 2008-07-20 17:37:11 +02:00
chgpasswd.c s3-account_policy: add pdb_policy_type enum. 2009-07-14 12:12:18 +02:00
close.c s3: Remove unnecessary callers of get_full_smb_filename 2009-07-21 12:04:59 -07: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:smbd: move dptr globals into struct smbd_server_connection 2009-08-07 14:18:17 +02: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 Refactor the use of create_time and change time to go 2009-08-10 15:07:53 -07:00
error.c Remove reply_unixerror() - no longer needed. Should make Metze's refactoring a lot easier. 2009-07-10 18:23:00 -07:00
fake_file.c s3: Plumb smb_filename through open_fake_file 2009-07-20 17:26:57 -07:00
file_access.c s3: Remove unnecessary callers of get_full_smb_filename 2009-07-21 12:04:59 -07:00
fileio.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
filename_util.c s3: Add some asserts to the filename util functions 2009-07-20 17:26:57 -07:00
filename.c s3: Convert a few callers of unix_convert() over to filename_convert() 2009-07-24 18:51:41 -07:00
files.c s3: Fix a bug in renames of directories 2009-08-06 17:07:50 -07:00
globals.c s3:smbd: move dptr globals into struct smbd_server_connection 2009-08-07 14:18:17 +02:00
globals.h s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02: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/lanman: Workaround for KB932762. 2009-06-27 10:12:51 +02:00
mangle_hash2.c Make us pass SHORTNAME-TEST. 2009-05-14 16:49:18 -07:00
mangle_hash.c Convert Samba3 to use the common lib/util/charset API 2009-04-14 12:53:56 +10: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 smb_mkstemp() - libreplace will now provide a secure mkstemp() if 2009-04-20 23:58:26 +02:00
msdfs.c s3:smbd: conn_free_internal() can be static now 2009-08-07 14:18:15 +02:00
negprot.c s3:smbd: move max_recv to struct smbd_server_connection 2009-06-03 17:54:37 +02:00
noquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
notify_inotify.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
notify_internal.c Fix notify_onelevel: notify is not necessarily enabled 2009-04-30 12:25:46 +02:00
notify.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
ntquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
nttrans.c Refactor the use of create_time and change time to go 2009-08-10 15:07:53 -07:00
open.c Ensure the fsp->fsp_name stat_ex struct is always 2009-08-10 16:39:13 -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 s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
oplock_onefs.c s3 onefs: Fix the onefs modules after the big refactoring 2009-07-24 18:46:07 -07:00
oplock.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
password.c s3:smbd: correctly invalidate vuids when SMB2 is used 2009-08-12 13:27:58 +02:00
perfcount.c S3: Dumb down debug spew in perfcount module code 2009-02-19 00:01:41 -08:00
pipes.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
posix_acls.c s3:smbd: conn_free_internal() can be static now 2009-08-07 14:18:15 +02:00
process.c s3:smbd: move dptr globals into struct smbd_server_connection 2009-08-07 14:18:17 +02:00
quotas.c s3:fix build of old linux quota system and other unixes' quota implementation 2009-06-29 16:51:53 +02:00
reply.c Refactor the use of create_time and change time to go 2009-08-10 15:07:53 -07:00
seal.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +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: move dptr globals into struct smbd_server_connection 2009-08-07 14:18:17 +02:00
service.c s3:smbd: remove dirptr and dirpath from connection_struct 2009-08-07 14:18:17 +02:00
session.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +01:00
sesssetup.c Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.4.0. 2009-07-15 13:59:11 -07:00
share_access.c s3:smbd: move more session specific globals to struct smbd_server_connection 2009-06-03 17:54:37 +02: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: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_close.c s3: Change fsp->fsp_name to be an smb_filename struct! 2009-07-20 17:26:56 -07:00
smb2_create.c s3:smbd: as check_path_syntax() changes the string, we need to copy the string before 2009-08-12 13:27:59 +02:00
smb2_find.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_flush.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_getinfo.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_glue.c s3:smbd: keep the chain_fsp for SMB2 requests 2009-06-05 20:17:43 +02:00
smb2_ioctl.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_keepalive.c s3:smbd: add support for SMB2 Keepalive (SMB2 Echo) 2009-05-20 15:43:00 +02:00
smb2_lock.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_negprot.c Fix a few uninitialized variable warnings 2009-07-24 10:23:04 -04:00
smb2_notify.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_read.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_server.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_sesssetup.c s3:smbd: correctly invalidate vuids when SMB2 is used 2009-08-12 13:27:58 +02:00
smb2_setinfo.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +02:00
smb2_signing.c Move 16 bytes from data to r/o text segment 2009-07-25 12:59:20 -04:00
smb2_tcon.c s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2 2009-08-12 13:27:59 +02:00
smb2_write.c s3:smbd: rename conn => sconn for smbd_server_connection structs 2009-08-08 10:48:39 +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: Change unix_convert to use an smb_filename struct internally 2009-07-22 11:48:22 -07:00
statvfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
trans2.c Refactor the use of create_time and change time to go 2009-08-10 15:07:53 -07: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 First patch for "new VFS" portability 2009-07-25 12:37:17 -04:00