1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/smbd
Volker Lendecke 0fa3129686 s3: Fix clear_if_first for the async echo handler
A worker smbd is as not long-lived as the main smbd, but as the async
echo handler exits when the worker smbd does, passing "true" here is the
right thing to do and fixes our clear_if_first handling when the async
echo handler is active.

Reviewed-by: Christian Ambach <ambi@samba.org>

Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Fri Dec  7 11:29:36 CET 2012 on sn-devel-104
2012-12-07 11:29:36 +01:00
..
aio.c s3:smbd/aio do not mark file modified during reads 2012-11-20 21:02:34 +01:00
avahi_register.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
blocking.c s3: Fix a crash in reply_lockingX_error 2012-08-08 04:12:04 +02:00
close.c s3: make recursive_rmdir function non-static 2012-10-01 17:06:06 +02:00
conn_idle.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
conn_msg.c s3:smbd/conn_msg: use talloc_get_type_abort() as private_data can't be NULL 2011-12-14 12:00:07 +01:00
conn.c source3/smbd/conn.c: wean off string_set/string_free 2012-08-07 23:20:05 +10:00
connection.c s3:smbd: remove unused claim_connection/yield_connection 2012-10-19 12:15:03 +02:00
dfree.c s3:smbd: in sys_disk_free(), improve a debug message 2012-09-04 20:39:20 +02:00
dir.c More for #9374 - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend. 2012-11-20 01:46:27 +01:00
dmapi.c s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() 2011-06-09 12:40:08 +02:00
dnsregister.c
dosmode.c s3:smbd: also log the "offline" flag when debugging the dos-mode 2012-10-17 12:56:32 +02:00
durable.c s3:smbd:durable: remove a TODO comment about write time updates 2012-10-29 20:12:18 +01:00
error.c s3-smbd: Avoid starting log lines with the word 'error' 2012-02-16 15:21:11 +11:00
fake_file.c Add 'bool use_privs' to smbd_calculate_access_mask(). 2012-09-15 00:37:49 +02:00
file_access.c More for #9374 - Allow smb2.acls torture test to pass against smbd with a POSIX ACLs backend. 2012-11-20 01:46:27 +01:00
fileio.c s3: Factor out "mark_file_modified" 2012-07-12 10:13:12 -07:00
filename.c Check error returns on strnorm(). 2012-08-09 12:07:32 -07:00
files.c s3:smbd: also close durable file handles in a tdis 2012-09-08 03:39:06 +02:00
globals.c s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main() 2012-10-19 12:14:58 +02:00
globals.h s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse() 2012-10-19 12:15:00 +02:00
ipc.c s3:smbd: make use of smbXsrv_tcon for smb1 2012-06-25 20:55:06 +02:00
lanman.c s3-rap: Open printers with the right access mask. 2012-09-12 14:05:42 +02:00
mangle_hash2.c Check error returns from strupper_m() (in all reasonable places). 2012-08-09 12:06:54 -07:00
mangle_hash.c Check error returns from strupper_m() (in all reasonable places). 2012-08-09 12:06:54 -07:00
mangle.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
message.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
msdfs.c s3: Fix Coverity ID 710818 Resource leak 2012-07-31 11:40:23 +02:00
negprot.c Correctly check for errors in strlower_m() returns. 2012-08-09 12:08:18 -07:00
notify_inotify.c rely on sys/inotify.h for inotify 2012-04-13 21:15:00 +02:00
notify_internal.c s3:smbd: fix compiler warnings in notify_internal.c 2012-07-26 10:02:07 +02:00
notify.c s3:smbd: make struct notify_change_buf private to notify.c 2012-06-06 10:18:37 +02:00
ntquotas.c lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent. 2012-03-24 15:23:02 +01:00
nttrans.c smbd: Always free the talloc_stackframe() before leaving smbd_do_query_security_desc 2012-10-11 15:20:54 +02:00
open.c s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a group 2012-12-02 18:32:36 +01:00
oplock_irix.c build: Remove sys_open wrapper 2012-04-05 02:39:08 +02:00
oplock_linux.c Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process). 2012-06-21 21:53:58 +02:00
oplock.c s3:util: rename procid_equal() to serverid_equal() 2012-06-21 08:27:32 +02:00
password.c s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and session_yield() 2012-10-19 12:14:59 +02:00
perfcount.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
pipes.c s3:smbd: change pipes.c to use fsp_fnum_dbg() for fsp->fnum logging. 2012-06-15 03:28:14 +02:00
posix_acls.c s3:smbd: fix a cut and paste error in a debug message 2012-12-05 16:35:07 -08:00
process.c s3: Fix clear_if_first for the async echo handler 2012-12-07 11:29:36 +01:00
proto.h Remove unused append_parent_acl(). 2012-12-04 11:59:30 +01:00
pysmbd.c Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_descriptor *. 2012-11-13 22:48:19 +01:00
quotas.c quota: move function again to its belonging ifdef block 2012-09-11 04:44:28 +02:00
reply.c s3:smbd: pass the current time to make_connection[_smb1]() 2012-11-05 20:43:23 +01:00
seal.c libcli/smb: Convert struct smb_trans_enc_state to talloc 2012-01-31 20:17:10 +01:00
sec_ctx.c Fix bug #9329 - Directory listing with SeBackup can crash smbd. 2012-10-29 16:26:20 +01:00
server_exit.c s3:smbd: add exit_server to the smbd_shim hooks 2012-10-19 12:14:58 +02:00
server_reload.c s3-smbd: Fix flooding the logs with records we don't find in pcap. 2012-08-28 16:38:55 +02:00
server.c smbd_open_one_socket does not use the messaging_context variable so why pass it in? 2012-11-14 02:19:46 +01:00
service.c s3:smbd: pass the current time to make_connection[_smb1]() 2012-11-05 20:43:23 +01:00
session.c s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more. 2012-10-19 12:15:00 +02:00
sesssetup.c s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shutdown other smbds 2012-10-19 12:15:00 +02:00
share_access.c s3: Fix some blank line endings 2012-10-20 09:06:12 +02:00
signing.c libcli/smb: pass hdr/len to smb_signing_check/sign_pdu() and skip the nbt header 2012-08-04 09:10:21 +02:00
smb2_break.c s3:smb2_break: encrypt OPLOCK BREAK notifications 2012-08-23 10:01:14 +02:00
smb2_close.c s3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR() 2012-08-05 20:55:34 +02:00
smb2_create.c s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug #9196) 2012-09-26 06:16:06 +02:00
smb2_find.c s3:smb2_find: make use of SMBD_SMB2_* macros 2012-08-05 20:55:36 +02:00
smb2_flush.c s3:smb2_flush: make use of SMBD_SMB2_IN_BODY_PTR() 2012-08-05 20:55:35 +02:00
smb2_getinfo.c s3:smb2_getinfo ensure proper error for not yet present quota support 2012-10-12 13:37:37 +02:00
smb2_glue.c s3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR() 2012-08-05 20:55:36 +02:00
smb2_ioctl.c s3:smb2_ioctl: make use of SMBD_SMB2_* macros 2012-08-05 20:55:40 +02:00
smb2_keepalive.c s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_keepalive.c 2011-09-07 10:38:06 +02:00
smb2_lock.c s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written 2012-09-22 10:19:00 +02:00
smb2_negprot.c Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2." 2012-10-03 12:50:42 -07:00
smb2_notify.c s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written 2012-09-22 10:19:00 +02:00
smb2_read.c s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug #9341) 2012-10-30 16:49:26 +01:00
smb2_server.c smb2_server: Fix typo in comment. 2012-11-02 15:40:22 +01:00
smb2_sesssetup.c s3:smbd: initialize session->global before calling session_claim 2012-10-19 12:14:59 +02:00
smb2_setinfo.c Rename set_sd() to set_sd_blob() - this describes what it does. 2012-08-30 10:08:50 -07:00
smb2_tcon.c s3:smbd: fill tcon->global->session_global_id 2012-10-19 12:15:02 +02:00
smb2_write.c s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only written 2012-09-22 10:19:00 +02:00
smbd.h Revert "s3:smbd: include smbXsrv.h before smbd/proto.h to have the smbXsrv_ structs available" 2012-08-10 17:35:38 +02:00
smbXsrv_open.c s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handles 2012-09-08 03:39:06 +02:00
smbXsrv_session.c s3:smbXsrv_session: add smbXsrv_session_global_traverse() 2012-10-19 12:15:00 +02:00
smbXsrv_tcon.c s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse() 2012-10-19 12:15:00 +02:00
smbXsrv_version.c s3:smbd: add smbXsrv_version_* infrastructure 2012-06-25 20:55:05 +02:00
srvstr.c s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() 2011-06-09 12:40:08 +02:00
statcache.c Second part of fix for bug #8541 - readlink() on Linux clients fails if the symlink target is outside of the share. 2011-10-22 04:57:10 +02:00
statvfs.c s3: evaluate MNT_QUOTA and MNT_RDONLY in statvfs also on darwin 2012-07-05 22:00:52 +02:00
trans2.c Fix bug #9460 - Samba 3.6.x and Master respond incorrectly to FILE_STREAM_INFO requests. 2012-12-06 01:31:08 +01:00
uid.c Fix bug #9329 - Directory listing with SeBackup can crash smbd. 2012-10-29 16:26:20 +01:00
utmp.c s3:smbd: use session_global_id as session number for pam and utmp 2012-10-19 12:15:00 +02:00
vfs.c vfs: Remove type parameter from sys_acl_blob_get_{fd,file} 2012-10-11 12:25:11 +11:00