1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/smbd
Jeremy Allison e8dbf2889f Move everything to use the common pidfile functions.
The extra code in source3/lib/pidfile.c is no longer needed.
2012-07-19 16:36:18 -07:00
..
aio.c s3-aio: Panic if we try to close a fsp with outstanding aio requests 2012-07-19 03:40:17 +02:00
avahi_register.c
blocking.c s3:smbd: change blocking.c to use fsp_fnum_dbg() for fsp->fnum logging. 2012-06-15 03:28:14 +02:00
close.c s3-aio: Panic if we try to close a fsp with outstanding aio requests 2012-07-19 03:40:17 +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
conn.c s3:smbd: make use of smbXsrv_tcon for smb1 2012-06-25 20:55:06 +02:00
connection.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
dfree.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
dir.c
dmapi.c
dnsregister.c
dosmode.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
error.c
fake_file.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
file_access.c
fileio.c s3: Factor out "mark_file_modified" 2012-07-12 10:13:12 -07:00
filename.c s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard() 2012-05-24 16:14:01 +02:00
files.c Add uint64_t mid field to the files_struct. 2012-06-30 02:23:39 +02:00
globals.c s3: Add vfs_aio_posix 2012-07-18 15:41:36 -07:00
globals.h s3: Add a _nosync version of smb2_write_complete 2012-07-18 15:48:27 -07:00
ipc.c s3:smbd: make use of smbXsrv_tcon for smb1 2012-06-25 20:55:06 +02:00
lanman.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
mangle_hash2.c
mangle_hash.c TDB2: make SAMBA use tdb1 again for the moment. 2012-06-19 05:38:05 +02: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 loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
negprot.c s3-smbd: Remove unused branches in negprot since security=share was removed 2012-06-11 11:44:07 +02:00
noquotas.c
notify_inotify.c
notify_internal.c s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers 2012-06-27 17:11:16 +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
nttrans.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
open.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
oplock_irix.c
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 loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
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: use FNUM_FIELD_INVALID instead of literal -1 2012-06-15 03:28:13 +02:00
process.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
proto.h s3-aio: Panic if we try to close a fsp with outstanding aio requests 2012-07-19 03:40:17 +02:00
pysmbd.c s4-provision: Give better clues on what Samba needs for s3fs ACL support 2012-06-21 14:07:55 +02:00
quotas.c
reply.c s3-smb1: Postpone close_file until all aio is handled 2012-07-18 15:57:53 -07:00
seal.c
sec_ctx.c Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls. 2012-06-28 17:15:16 -07:00
server_exit.c Move everything to use the common pidfile functions. 2012-07-19 16:36:18 -07:00
server_reload.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
server.c Move everything to use the common pidfile functions. 2012-07-19 16:36:18 -07:00
service.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
session.c s3:smbd: change user_struct->vuid to uint64_t 2012-06-06 12:07:33 +02:00
sesssetup.c s3:smbd/sesssetup: implement dynamic re-authentication and expire session if client supports it 2012-06-25 20:55:06 +02:00
share_access.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
signing.c s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 signing state 2012-05-25 00:23:53 +02:00
smb2_break.c s3:smbd: make use of smbXsrv_open for smb1/2/3 2012-06-29 21:01:11 +02:00
smb2_close.c s3-smb2: Postpone close_file until all aio is handled 2012-07-18 15:58:43 -07:00
smb2_create.c Don't allow asynchronous creates to be canceled in SMB2. 2012-06-30 04:10:02 +02:00
smb2_find.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
smb2_flush.c s3:smbd: change smb2_flush.c to use fsp_fnum_dbg() for fsp->fnum logging. 2012-06-15 03:28:15 +02:00
smb2_getinfo.c s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2 2012-06-25 20:55:06 +02:00
smb2_glue.c s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2 2012-06-25 20:55:06 +02:00
smb2_ioctl.c s3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg() for fsp->fnum logging. 2012-06-15 03:28:15 +02:00
smb2_keepalive.c
smb2_lock.c s3:smbd: make use of smbXsrv_open for smb1/2/3 2012-06-29 21:01:11 +02:00
smb2_negprot.c s3:smb2_negprot: support SMB2_CAP_LARGE_MTU on everything but port 139 2012-06-29 00:14:56 +02:00
smb2_notify.c s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2 2012-06-25 20:55:06 +02:00
smb2_read.c s3:smbd: make use of smbXsrv_open for smb1/2/3 2012-06-29 21:01:11 +02:00
smb2_server.c s3: Fix Coverity ID 709217 Dereference after null check 2012-07-03 15:30:16 +02:00
smb2_sesssetup.c s3:smb2_sesssetup: make use of smb2srv_session_close_previous_send/recv 2012-06-25 20:55:07 +02:00
smb2_setinfo.c s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2 2012-06-25 20:55:06 +02:00
smb2_tcon.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
smb2_write.c s3: Add a _nosync version of smb2_write_complete 2012-07-18 15:48:27 -07:00
smbd.h s3: Add vfs_aio_posix 2012-07-18 15:41:36 -07:00
smbXsrv_open.c s3:smbd: add smbXsrv_open* infrastructure 2012-06-29 19:11:04 +02:00
smbXsrv_session.c s3:smbXsrv_session: pass max_sessions explicitly for smbXsrv_session_table_init() 2012-06-26 12:17:33 +02:00
smbXsrv_tcon.c s3:smbXsrv_tcon: pass max_tcons explicitly for smbXsrv_tcon_table_init() 2012-06-26 12:18:03 +02:00
smbXsrv_version.c s3:smbd: add smbXsrv_version_* infrastructure 2012-06-25 20:55:05 +02:00
srvstr.c
statcache.c
statvfs.c s3: evaluate MNT_QUOTA and MNT_RDONLY in statvfs also on darwin 2012-07-05 22:00:52 +02:00
trans2.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
uid.c loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. 2012-07-18 15:07:23 +09:30
utmp.c
vfs.c s3-vfs: async fsync 2012-07-18 15:48:04 -07:00