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 a039463d82 lib: Make ctdbd_register_ips return 0/errno
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-10-07 23:54:06 +02:00
..
notifyd lib: Make ctdbd_messaging_send_iov return 0/errno 2015-10-07 23:54:05 +02:00
aio.c s3:smbd: missing tevent_req_nterror 2015-04-21 22:26:21 +02:00
avahi_register.c
blocking.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
close.c s3:smbd: use STATUS_NOTIFY_CLEANUP when closing a smb2 directory handle 2015-05-06 22:33:19 +02:00
conn_idle.c Fix bug #9733 - smbcontrol close-share is not working. 2013-03-22 20:10:11 +01:00
conn_msg.c
conn.c Add uint32_t share_access to vuid_cache_entry. 2013-01-09 15:28:48 +11:00
connection.c s3:smbd: remove unused claim_connection/yield_connection 2012-10-19 12:15:03 +02:00
dfree.c s3-smbd: Remove the global dfree_broken variable 2015-07-17 19:07:23 +02:00
dir.c smbd: Remove an unnecessary else branch 2015-08-20 15:52:20 +02:00
dmapi.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
dnsregister.c
dosmode.c dosmode: Change message of result to informational 2015-07-09 15:36:30 +02:00
durable.c s3:smbd: Implementation of SMB2.1 and SMB3.0 leases. 2014-12-04 05:45:10 +01:00
error.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
fake_file.c Convert three include files from uint32/16/8 to _t types as well as the source that includes them. 2015-05-01 19:15:10 +02:00
file_access.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
fileio.c s3:smbd: document the interaction between "smb2 leases" and "write cache size" 2014-12-04 05:45:10 +01:00
filename.c s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #11522). 2015-10-01 08:58:36 +02:00
files.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
globals.c s3-smbd: Remove the global dfree_broken variable 2015-07-17 19:07:23 +02:00
globals.h s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_low 2015-10-07 00:54:34 +02:00
ipc.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
lanman.c Convert the few instances of int32 there were to int32_t. 2015-05-16 03:09:12 +02:00
mangle_hash2.c lib/util: move memcache.[ch] to the toplevel 'samba-util' library 2014-07-18 15:43:33 +02:00
mangle_hash.c smbd: Convert valid.dat to C code 2015-03-24 00:00:20 +01:00
mangle.c param: rename lp function and variable from 'defaultcase' to 'default_case' 2014-02-07 16:19:10 -08:00
message.c s3:smbd: use req->xconn in message.c 2014-08-06 09:51:14 +02:00
msdfs.c Replace random() and related calls with generate_random_buffer() 2015-07-10 06:33:07 +02:00
negprot.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
notify_fam.c smbd: Add direct notify_fam support 2015-07-07 23:51:24 +02:00
notify_inotify.c notify_inotify: Simplify inotify_dispatch 2014-12-09 06:37:24 +01:00
notify_msg.c notify: check for valid notify_ctx in notify_remove 2015-08-31 12:50:13 +02:00
notify.c smbd: Kernel change notify is done by notifyd 2015-07-07 23:51:24 +02:00
ntquotas.c
nttrans.c lib: Make sid_linearize take a uint8_t 2015-08-27 00:40:58 +02:00
open.c s3: smbd: Fix mkdir race condition. 2015-09-24 03:12:21 +02:00
oplock_irix.c param: rename lp function and variable from 'lockdir' to 'lock_directory' 2014-02-07 16:19:10 -08:00
oplock_linux.c Wrap setting leases in become_root()/unbecome_root() to ensure correct delivery of signals. 2013-07-31 17:07:58 -07:00
oplock.c Spelling correction: exlusive -> exclusive 2015-07-08 12:51:17 +02:00
password.c loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docs 2014-02-03 13:26:13 +13:00
perfcount.c
pipes.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
posix_acls.c smbd: Use a struct initializer 2015-08-14 07:46:12 +02:00
process.c lib: Make ctdbd_register_ips return 0/errno 2015-10-07 23:54:06 +02:00
proto.h notify: Remove two now unused stubs 2015-07-07 23:51:24 +02:00
pysmbd.c s3:pysmbd: #include <Python.h> must be the first include in order to avoid compiler warnings 2015-06-12 17:08:20 +02:00
quotas.c quota: move function again to its belonging ifdef block 2012-09-11 04:44:28 +02:00
reply.c Convert the few instances of int32 there were to int32_t. 2015-05-16 03:09:12 +02:00
scavenger.c s3: Move call to prctl_set_comment to reinit_after_fork 2015-09-24 08:00:16 +02:00
scavenger.h s3:smbd: add a scavenger process for disconnected durable handles 2013-04-18 13:15:13 +02:00
seal.c s3:smbd: pass smbXsrv_connection to smb1 encryption functions 2014-08-06 09:51:14 +02:00
sec_ctx.c s3:smbprofile: improve profiling for the security context switching. 2014-11-19 20:51:37 +01:00
server_exit.c s3: Move call to prctl_set_comment to reinit_after_fork 2015-09-24 08:00:16 +02:00
server_reload.c s3:smbd: use lp_load_with_shares() in reload_services(). 2015-04-22 13:57:29 +02:00
server.c smbd: Set process name for notifyd process 2015-09-24 11:02:44 +02:00
service.c s3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CONNECT fails 2015-07-16 20:24:47 +02:00
session.c s3:smbd/session: Added a routine find_sessions() 2013-09-10 11:32:46 -07:00
sesssetup.c s3:sesssetup: use session->pending_auth in smb1 session setup 2015-07-30 21:58:14 +02:00
share_access.c param: rename lp function and variable from "writelist" to "write_list" 2014-02-07 16:19:16 -08:00
signing.c s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_state 2014-08-06 09:51:11 +02:00
smb2_break.c smbXsrv: rename smb2srv_session_lookup -> smb2srv_session_lookup_conn 2015-07-29 18:26:07 +02:00
smb2_close.c s3: smbd: SMB2 close. If a file has delete on close, store the return info before deleting. 2015-02-20 20:54:18 +01:00
smb2_create.c s3:smb2_create: #if 0 unused variable 2015-08-28 19:03:14 +02:00
smb2_flush.c s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*() 2014-08-06 09:51:13 +02:00
smb2_getinfo.c s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS 2014-08-22 00:28:08 +02:00
smb2_glue.c s3:smb2_glue: remove chained fsps from all connections in remove_smb2_chained_fsp() 2014-09-19 09:15:12 +02:00
smb2_ioctl_dfs.c smb2_ioctl: split ioctl handler code on device type 2013-01-16 23:15:06 +01:00
smb2_ioctl_filesys.c smbd/ioctl: add FSCTL_QUERY_ALLOCATED_RANGES support 2015-03-09 21:27:07 +01:00
smb2_ioctl_named_pipe.c smbd: Fix CID 1035550 Structurally dead code 2013-08-12 17:25:54 +12:00
smb2_ioctl_network_fs.c smb2:ioctl: support for OS X AAPL copyfile style copy_chunk 2015-06-23 11:45:23 +02:00
smb2_ioctl_private.h smb2_ioctl: split ioctl handler code on device type 2013-01-16 23:15:06 +01:00
smb2_ioctl.c s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*() 2014-08-06 09:51:13 +02:00
smb2_keepalive.c s3:smb2_keepalive: make use of smbd_smb2_generate_outbody() 2014-03-05 13:59:22 -08:00
smb2_lock.c smbd: Fix CID 1273096 Dereference before null check 2015-06-23 22:12:09 +02:00
smb2_negprot.c s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_low 2015-10-07 00:54:34 +02:00
smb2_notify.c s3:smb2_server: use async smbprofile macros 2014-11-19 20:51:37 +01:00
smb2_query_directory.c Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the MS document MS-SMB2. 2015-03-27 01:24:47 +01:00
smb2_read.c s3:smb2_read: pass in_flags to smbd_smb2_read_send() 2015-05-08 13:00:28 +02:00
smb2_server.c s3:smbd: pass expected_seq_low to smbd_initialize_smb2 2015-10-07 11:29:11 +02:00
smb2_sesssetup.c s3:smb2_sesssetup: let smbd_smb2_reauth_generic_return() cope with channels 2015-09-10 18:32:15 +02:00
smb2_setinfo.c s3:smb2_setinfo: fix memory leak in the defer_rename case 2015-06-17 22:10:24 +02:00
smb2_tcon.c smbd:smb2: only enable encryption in tcon if desired 2015-07-07 14:05:27 +02:00
smb2_write.c s3:smb2_write: add simplified support for SMB2_WRITEFLAG_WRITE_UNBUFFERED 2015-05-08 13:00:28 +02:00
smbd.h Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
smbXsrv_open.c lib: Remove server_id_str() 2015-04-28 20:48:01 +02:00
smbXsrv_session.c smbXsrv_session: factor smbXsrv_session_add_channel() out of smbXsrv_session_create() 2015-09-10 21:33:47 +02:00
smbXsrv_tcon.c lib: Remove server_id_str() 2015-04-28 20:48:01 +02:00
smbXsrv_version.c smbXsrv: don't leak lock_path onto talloc tos 2014-11-03 23:46:05 +01:00
srvstr.c Convert all uses of uint8/16/32 to _t in source3/smbd. 2015-05-06 04:14:14 +02:00
statcache.c lib: Remove tdb_compat 2015-03-17 11:30:52 +01:00
statvfs.c s3/statvfs: expose FILE_SUPPORTS_SPARSE_FILES capability 2015-03-09 21:27:07 +01:00
trans2.c lib: Make sid_linearize take a uint8_t 2015-08-27 00:40:58 +02:00
uid.c smbd: Change logging level for denied share access 2014-07-31 01:17:30 +02:00
utmp.c param: rename lp function and variable from 'wtmpdir' to 'wtmp_directory' 2014-02-07 16:19:11 -08:00
vfs.c vfs: Change final message in check_reduce_name to "info" 2015-07-09 12:33:25 +02:00