..
aio.c
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
2012-01-12 03:10:52 +01:00
avahi_register.c
blocking.c
s3:smbd: avoid using sconn_server_id()
2011-12-16 13:19:32 +01:00
close.c
s3: Put an indirection layer into share_mode_lock
2012-01-12 23:59:22 +01:00
conn_idle.c
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
connection.c
s3:smbd: avoid using sconn_server_id()
2011-12-16 13:19:32 +01:00
dfree.c
dir.c
s3: Fix some False/NULL hickups
2011-12-20 13:13:17 +01:00
dmapi.c
dnsregister.c
dosmode.c
error.c
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
s3: Move can_set_delete_on_close to smbd/
2011-12-13 17:27:26 +01:00
fileio.c
s3:smbd/fileio: avoid usage of server_event_context()
2011-12-12 14:35:43 +01:00
filename.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
files.c
globals.c
s3:smbd/globals: remove unused msg_ctx_to_sconn()
2011-12-15 14:24:59 +01:00
globals.h
s3-auth use gensec directly rather than via auth_generic_state
2012-01-05 17:17:28 +01:00
ipc.c
s3:smbd/pipes: avoid passing server_event_context() as event context to np_{read,write}_send
2011-12-12 14:35:43 +01:00
lanman.c
s3:smbd: use connections_snum_used() instead of conn_snum_used() for load_usershare_shares()
2011-12-13 15:45:36 +01:00
mangle_hash2.c
mangle_hash.c
mangle.c
message.c
msdfs.c
s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymore
2011-12-13 17:26:20 +01:00
negprot.c
s3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 17:17:28 +01:00
noquotas.c
notify_inotify.c
notify_internal.c
s3: Add a "lock_order" argument to db_open
2012-01-18 14:48:04 +01:00
notify.c
ntquotas.c
s3: Fix some False/NULL hickups
2011-12-20 13:13:17 +01:00
nttrans.c
Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still set SEC_DESC_DACL_PRESENT in the type field.
2011-11-30 04:59:07 +01:00
open.c
Another fix for bug #8556 - ACL permissions ignored when SMBsetatr is requested.
2012-01-23 12:50:25 -08:00
oplock_irix.c
s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()
2011-12-13 20:31:09 +01:00
oplock_linux.c
s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()
2011-12-13 20:31:09 +01:00
oplock_onefs.c
s3:smbd/oplock_onefs: avoid using smbd_messaging_context()
2011-12-13 20:31:10 +01:00
oplock.c
s3: Change locking order between brlock and locking
2012-01-18 14:48:04 +01:00
password.c
s3-auth use gensec directly rather than via auth_generic_state
2012-01-05 17:17:28 +01:00
perfcount.c
pipes.c
s3:smbd/pipes: avoid passing server_event_context() as event context to np_{read,write}_send
2011-12-12 14:35:43 +01:00
posix_acls.c
Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL
2011-11-29 22:32:27 +01:00
process.c
s3: Move basic SMB checking to a much earlier point
2012-01-05 13:09:35 +01:00
proto.h
s3:smbd/proto.h: remove unused do_map_to_guest() prototype
2012-01-20 23:55:52 +01:00
quotas.c
reply.c
s3: Put an indirection layer into share_mode_lock
2012-01-12 23:59:22 +01:00
seal.c
s3-libsmb: use struct gensec_security directly
2012-01-20 23:55:55 +01:00
sec_ctx.c
Include uid_wrapper correctly.
2011-10-27 13:32:02 +02:00
server_exit.c
s3:smbd: avoid using sconn_server_id()
2011-12-16 13:19:32 +01:00
server_reload.c
s3:smbd: pass smbd_server_connection and a snumused function pointer to reload_services()
2011-12-15 11:11:24 +01:00
server.c
s3:smbd: pass smbd_server_connection and a snumused function pointer to reload_services()
2011-12-15 11:11:24 +01:00
service.c
Now make_connection_snum() is a static function that takes a
2012-01-19 07:25:49 +01:00
session.c
s3:smbd: avoid using sconn_server_id()
2011-12-16 13:19:32 +01:00
sesssetup.c
s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN
2012-01-12 11:22:53 +01: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_server: use smbd_smb2_request_verify_sizes() in smb2_close.c
2011-09-07 10:38:04 +02:00
smb2_create.c
s3: Remove the unused "file_existed" parameter from smbd_calculate_access_mask
2012-01-03 15:16:49 +01:00
smb2_find.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01: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: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01:00
smb2_glue.c
smb2_ioctl.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01: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:smb2_negprot: add support for PROTOCOL_SMB2_24
2011-12-22 15:58:45 +01:00
smb2_notify.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01:00
smb2_read.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01:00
smb2_server.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01:00
smb2_sesssetup.c
s3:smb2_sessetup: call set_current_user_info() and reload_services() on success
2012-01-25 08:39:35 +01:00
smb2_setinfo.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01:00
smb2_tcon.c
Fix bug 8710 - connections.tdb - major leak with SMB2.
2012-01-18 23:14:32 +01:00
smb2_write.c
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +01:00
smbd.h
srvstr.c
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
trans2.c
Another fix for bug #8556 - ACL permissions ignored when SMBsetatr is requested.
2012-01-24 00:44:22 +01:00
uid.c
utmp.c
vfs.c
vfs: Make function pointer names consistent. They all end in _fn
2011-12-12 04:58:40 +01:00