1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Stefan Metzmacher d869f0260c s3:smbd: add nt_status_np_pipe()
This mapps between NT_STATUS_CONNECTION_* to NT_STATUS_PIPE_*

metze
2012-05-23 20:03:08 +02:00
..
aio.c We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a value. 2012-04-12 15:11:22 -07: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: Replace chain_reply 2012-03-10 15:34:11 +01:00
close.c Move the set_write_time() call to after get_existing_share_mode_lock() returns with a share mode. 2012-05-19 06:26:33 +02:00
conn_idle.c s3:smbd: call file_close_user() before removing tree connects in conn_close_all() 2012-03-15 21:56:09 +01:00
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 s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_connection 2012-03-06 21:26:05 +01:00
connection.c s3:smbd: avoid using sconn_server_id() 2011-12-16 13:19:32 +01:00
dfree.c s3:vfs_gpfs: Export disk_norm function 2012-03-22 18:41:22 +01:00
dir.c build: Remove SMB_OFF_T, replace with off_t 2012-04-06 01:47:43 +02:00
dmapi.c s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() 2011-06-09 12:40:08 +02:00
dnsregister.c
dosmode.c
error.c s3-smbd: Avoid starting log lines with the word 'error' 2012-02-16 15:21:11 +11:00
fake_file.c s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask 2012-01-03 15:16:49 +01:00
file_access.c Based on code from Richard Sharpe <realrichardsharpe@gmail.com>, 2012-03-29 08:53:43 -07:00
fileio.c build: Remove SMB_OFF_T, replace with off_t 2012-04-06 01:47:43 +02:00
filename.c s3: Fix a typo 2012-04-24 16:44:26 +02:00
files.c s3: oplock_timeout is a talloc child of fsp 2012-04-26 23:00:03 +02:00
globals.c s3:smbd/globals: remove unused msg_ctx_to_sconn() 2011-12-15 14:24:59 +01:00
globals.h s3:smbd: introduce struct smbXsrv_connection 2012-05-12 01:01:34 +02:00
ipc.c s3:smbd: add nt_status_np_pipe() 2012-05-23 20:03:08 +02:00
lanman.c s3: Fix a likely cut&paste error 2012-05-15 16:18:50 +02:00
mangle_hash2.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
mangle_hash.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00
mangle.c
message.c s3-talloc Change TALLOC_ZERO_P() to talloc_zero() 2011-06-09 12:40:08 +02:00
msdfs.c build: Remove SMB_STRUCT_DIR define 2012-04-05 02:39:09 +02:00
negprot.c s3:smbd: introduce struct smbXsrv_connection 2012-05-12 01:01:34 +02:00
noquotas.c
notify_inotify.c rely on sys/inotify.h for inotify 2012-04-13 21:15:00 +02:00
notify_internal.c s3:smbd fix some compiler warnings 2012-05-08 22:37:05 +02:00
notify.c s3: New notify implementation 2012-04-17 10:21:02 +02:00
ntquotas.c lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent. 2012-03-24 15:23:02 +01:00
nttrans.c build: Remove SMB_OFF_T, replace with off_t 2012-04-06 01:47:43 +02:00
open.c s3: Revert the serverid changes, they need more work 2012-05-18 13:12:14 +02:00
oplock_irix.c build: Remove sys_open wrapper 2012-04-05 02:39:08 +02:00
oplock_linux.c s3:smbd/oplock_linux: don't overwrite private_data 2012-02-10 21:48:18 +01:00
oplock.c s3:onefs: remove all onefs related code as it not maintained anymore 2012-05-16 11:23:04 +02:00
password.c s3: Fix a segfault with debug level 3 on Solaris 2012-04-12 21:49:32 +02:00
perfcount.c
pipes.c s3: Add smb_request_done 2012-03-10 17:14:05 +01:00
posix_acls.c s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_BOTH The GID ACL entry is what will be mapped in most cases, and so is sufficient. 2012-05-17 05:08:44 +02:00
process.c s3:smbd: introduce struct smbXsrv_connection 2012-05-12 01:01:34 +02:00
proto.h s3:smbd: add nt_status_np_pipe() 2012-05-23 20:03:08 +02:00
pysmbd.c s3-python: Add python bindings for posix ACL layer 2012-05-08 04:51:59 +02:00
quotas.c build: Remove sys_fopen wrapper 2012-04-05 02:39:08 +02:00
reply.c s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoff 2012-05-23 12:47:37 +02:00
seal.c libcli/smb: Convert struct smb_trans_enc_state to talloc 2012-01-31 20:17:10 +01:00
sec_ctx.c First part of fix for bug 8837 - smbd crashes when deleting directory and veto files are enabled. 2012-04-04 14:58:42 -07:00
server_exit.c s3:smbd: avoid using sconn_server_id() 2011-12-16 13:19:32 +01:00
server_reload.c s3:smbd: comment the lp_load call in reload_services() 2012-05-05 02:22:00 +02:00
server.c s3-auth: Rename to init_system_session_info(). 2012-05-15 13:56:00 +02:00
service.c s3:smbd: remove unused 'connection_struct->used' 2012-05-22 16:42:22 +02:00
session.c lib/util: Remove obsolete sys_getpid() and sys_fork(). 2012-03-24 21:55:40 +01:00
sesssetup.c s3:smbd: allow creating new spnego sessions only with a 0 vuid 2012-05-18 16:36:16 +02:00
share_access.c
signing.c s3:smbd: make use of SMB_SIGNING_* constants 2011-11-03 16:55:13 +01:00
smb2_break.c s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx 2011-12-12 16:08:59 +01:00
smb2_close.c s3:smb2_close: make the top level code async using 2012-05-14 15:12:33 +02:00
smb2_create.c s3: Introduce variable "indyniov" for easier reading 2012-04-24 16:44:26 +02:00
smb2_find.c s3:smb2_server verify creditcharge 2012-03-09 16:48:16 -08:00
smb2_flush.c s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx 2011-12-12 16:08:59 +01:00
smb2_getinfo.c s3:smb2_server verify creditcharge 2012-03-09 16:48:16 -08:00
smb2_glue.c
smb2_ioctl.c s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variable 2012-05-21 19:27:43 +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: avoid using sconn_server_id() 2011-12-16 13:19:32 +01:00
smb2_negprot.c s3:smbd: introduce struct smbXsrv_connection 2012-05-12 01:01:34 +02:00
smb2_notify.c s3:smb2_server verify creditcharge 2012-03-09 16:48:16 -08:00
smb2_read.c build: Remove SMB_OFF_T, replace with off_t 2012-04-06 01:47:43 +02:00
smb2_server.c s3:smb2_server: fix a compiler warning 2012-03-14 16:06:48 +01:00
smb2_sesssetup.c s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_recv() 2012-05-17 12:59:08 +02:00
smb2_setinfo.c s3:smb2_server verify creditcharge 2012-03-09 16:48:16 -08:00
smb2_tcon.c s3:smb2_tcon: make the top level code async using 2012-05-14 15:12:33 +02:00
smb2_write.c s3:smb2_server verify creditcharge 2012-03-09 16:48:16 -08:00
smbd.h
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: Improve statvfs support 2012-03-11 14:18:04 +01:00
trans2.c s3: Revert the serverid changes, they need more work 2012-05-18 13:12:14 +02:00
uid.c s3-smbd make change_to_user_by_session static 2012-03-07 12:46:13 +01:00
utmp.c lib/util: Remove obsolete sys_getpid() and sys_fork(). 2012-03-24 21:55:40 +01:00
vfs.c Add an audit file VFS routine so we can handle auditing with SACLs. 2012-04-28 08:05:00 +02:00