1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/smbd
Volker Lendecke 8a17cd810f Make gencache more stable
This provides a compromise between stability and performance: gencache is a
persistent database these days that for performance reasons can not use tdb
transactions for all writes. This patch splits up gencache into gencache.tdb
and gencache_notrans.tdb. gencache_notrans is used with CLEAR_IF_FIRST, writes
to it don't use transactions. By default every 5 minutes and when a program
exits, all entries from _notrans.tdb are transferred to gencache.tdb in one
transaction.
2009-07-15 10:55:20 +02:00
..
aio.c Set SIGRTMIN to NSIG 2009-06-08 13:20:52 +02:00
avahi_register.c Use avahi to register _smb._tcp in smbd 2009-03-23 17:09:53 +01:00
blocking.c s3:smbd: use new simplified snb_signing code in the server 2009-03-23 12:21:13 +01: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: Plumb smb_filename through SMB_VFS_NTIMES 2009-07-06 15:38:42 -07:00
conn.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
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: Plumb smb_filename through dos_mode() and related funtions 2009-07-08 21:36:03 -07: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 s3: Fix two arguments that broke when plumbing smb_filneame through dos_mode() 2009-07-09 15:56: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:smbd: make fake_files[] static const 2009-01-08 12:22:17 +01:00
file_access.c s3 file_access: Convert some more functions over to use smb_filneame 2009-06-25 18:25:48 -07:00
fileio.c Remove reply_unixerror() - no longer needed. Should make Metze's refactoring a lot easier. 2009-07-10 18:23:00 -07:00
filename.c s3: Add ability to pass NULL to filename_convert for the char *fname 2009-07-06 15:38:40 -07:00
files.c Add "file_walk_table" to do stuff with all open files 2009-05-18 10:42:22 +02:00
globals.c s3:smbd: move global notify_changes_by_mid to smbd_server_connection 2009-07-02 09:10:58 +02:00
globals.h s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfo 2009-07-13 14:13:06 +02:00
ipc.c s3:smbd: move tcon specific globals to struct smbd_server_connection 2009-06-03 17:54:38 +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: Plumb smb_filename through SMB_VFS_UNLINK 2009-07-06 15:38:36 -07: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:smbd: make change_notify_reply() more generic and hide send_nt_replies() behind a callback 2009-07-02 09:11:01 +02:00
ntquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
nttrans.c s3: Remove is_ntfs_stream_name() and split_ntfs_stream_name() 2009-07-08 21:36:04 -07:00
open.c TALLOC_FREE(sd) in check_open_rights upon an error 2009-07-14 20:49:05 +02:00
oplock_irix.c s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct 2009-02-19 20:58:01 -08:00
oplock_linux.c s3 oplocks: Make the level2 oplock contention API more granular 2009-02-09 23:47:45 -08:00
oplock_onefs.c s3 onefs: Self-contend level2 oplocks on BRL 2009-05-12 17:53:16 -07:00
oplock.c We have to deny a level 2 oplock if kernel oplocks are enabled 2009-04-12 14:56:23 +02:00
password.c s3: make d9c0d58236 better readble and reduce indentation 2009-07-14 17:55:50 +02:00
perfcount.c S3: Dumb down debug spew in perfcount module code 2009-02-19 00:01:41 -08:00
pipes.c Remove reply_unixerror() - no longer needed. Should make Metze's refactoring a lot easier. 2009-07-10 18:23:00 -07:00
posix_acls.c s3: Plumb smb_filename through dos_mode() and related funtions 2009-07-08 21:36:03 -07:00
process.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
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 Create a talloc_stackframe for each file in wildcard unlink 2009-07-14 20:49:06 +02: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 Make gencache more stable 2009-07-15 10:55:20 +02:00
service.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
session.c s3:smbd: move all globals and static variables in globals.[ch] 2009-01-08 12:22:21 +01:00
sesssetup.c s3:smbd: move more session specific globals to struct smbd_server_connection 2009-06-03 17:54:37 +02: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: add marshalling layer for SMB2 Break support (SMB 2.002 only) 2009-07-02 22:25:49 +02:00
smb2_close.c s3:smbd: close_file() handles named pipes just fine, no reason to return NOT_SUPPORTED 2009-07-13 14:13:06 +02:00
smb2_create.c s3: Plumb smb_filename through dos_mode() and related funtions 2009-07-08 21:36:03 -07:00
smb2_find.c s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) support 2009-07-02 22:25:49 +02:00
smb2_flush.c s3:smbd: send SMB2 interim responses for async calls 2009-06-24 21:04:57 +02:00
smb2_getinfo.c s3:smbd: start SMB2 GetInfo support for File*Information levels 2009-07-12 17:14:04 +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: send SMB2 interim responses for async calls 2009-06-24 21:04:57 +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 smb2: Remove unused variable 2009-07-10 12:04:38 -07:00
smb2_negprot.c Add NTLMSSP SPNEGO to smb2 auth. Tested with Win7. 2009-06-04 11:14:20 -07:00
smb2_notify.c s3:smbd: add support for SMB2 Notify 2009-07-02 09:13:56 +02:00
smb2_read.c s3:smbd: send SMB2 interim responses for async calls 2009-06-24 21:04:57 +02:00
smb2_server.c s3:smbd: fix parsing of invalid SMB2 requests. 2009-07-10 12:24:23 +02:00
smb2_sesssetup.c s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex() function 2009-06-05 11:31:03 +02:00
smb2_setinfo.c s3 smb2: Fix unused variable warning 2009-07-06 15:38:47 -07:00
smb2_signing.c s3:smbd: add support for SMB2 signing 2009-05-26 09:53:06 +02:00
smb2_tcon.c s3:smbd: call set_current_service() when a SMB2 tcon will be used 2009-06-04 22:41:17 +02:00
smb2_write.c s3:smbd: send SMB2 interim responses for async calls 2009-06-24 21:04:57 +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: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT 2009-06-24 21:15:25 -07:00
statvfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
trans2.c Fix set_posix_lock check which had been reversed in the recent 2009-07-13 17:17:37 -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 s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT 2009-06-24 21:15:25 -07:00