..
aio.c
Remove unneeded NULL check.
2011-11-15 22:44:25 +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:smbd/blocking: pass smbd_server_connection as private_data to process_blocking_lock_cancel_message()
2011-12-13 12:36:34 +01:00
close.c
s3:smbd/close: pass smbd_server_connection to notify_deferred_opens()
2011-12-12 21:49:11 +01:00
conn_idle.c
s3-rpc_server: Move pipe/handles functions
2011-07-21 18:40:23 +02:00
conn_msg.c
s3:smbd/conn_msg: pass smbd_server_connection as private_data to msg_force_tdis()
2011-12-13 12:36:35 +01:00
conn.c
lib/util Move bitmap.c to lib/util
2011-07-08 11:23:23 +02:00
connection.c
s3:smbd: add connections_snum_used()
2011-12-13 15:45:36 +01:00
dfree.c
s3-talloc Change TALLOC_P() to talloc()
2011-06-09 12:40:08 +02:00
dir.c
s3: Move can_delete_directory to smbd/, remove shim
2011-12-13 19:00:37 +01:00
dmapi.c
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-06-09 12:40:08 +02:00
dnsregister.c
s3: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
dosmode.c
s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 16:38:13 +10:00
error.c
s3: Fix some nonempty blank lines
2011-08-02 19:18:08 +02:00
fake_file.c
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
2011-07-20 09:17:11 +10: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
lib/util Move bitmap.c to lib/util
2011-07-08 11:23:23 +02:00
globals.c
s3: Move can_delete_directory to smbd/, remove shim
2011-12-13 19:00:37 +01:00
globals.h
s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +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
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
s3: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
message.c
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 12:40:08 +02:00
msdfs.c
s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymore
2011-12-13 17:26:20 +01:00
msg_idmap.c
s3:smbcontrol: let smbd pass the idmap msg to its children for convenience
2011-10-12 22:45:53 +02:00
negprot.c
s3:smbd: calculate the negprot signing flags from the signing_state
2011-11-16 18:59:49 +01:00
noquotas.c
s3: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
notify_inotify.c
s3: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
notify_internal.c
lib/util: Add back control of mmap and hash size in tdb for top level build
2011-10-13 14:06:07 +02:00
notify.c
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 12:40:08 +02:00
ntquotas.c
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 12:40:08 +02: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
s3: Remove an else{} in remove_deferred_open_entry
2011-12-13 17:27:26 +01: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: pass smbd_server_connection to onefs_init_kernel_oplocks()
2011-12-13 20:31:09 +01:00
oplock.c
s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()
2011-12-13 20:31:09 +01:00
password.c
s3-auth set session_info->sanitized_username in create_local_token()
2011-08-03 18:48:04 +10:00
perfcount.c
Fix many const compiler warnings.
2011-05-05 10:41:59 -07:00
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:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()
2011-12-13 20:31:09 +01:00
proto.h
s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()
2011-12-13 20:31:09 +01:00
quotas.c
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224 )
2011-06-14 09:38:49 +02:00
reply.c
s3: Use autogenerated open_files.idl
2011-12-02 22:43:05 +01:00
seal.c
libcli/smb: move smb_seal.c to the toplevel
2011-10-21 10:22:39 +02:00
sec_ctx.c
Include uid_wrapper correctly.
2011-10-27 13:32:02 +02:00
server_exit.c
s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)
2011-07-04 20:00:26 +02:00
server_reload.c
s3-smbd: Rename reload_printers() and add documentation.
2011-09-05 17:59:47 +02:00
server.c
s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()
2011-12-13 20:31:09 +01:00
service.c
s3:smbd/service: avoid using server_event_context() for notify_init()
2011-12-12 14:35:43 +01:00
session.c
s3:smbd: convert session.c to use dbwrap wrapper functions only
2011-10-11 14:17:57 +02:00
sesssetup.c
s3-ntlmssp Remove auth_ntlmssp_want_feature()
2011-10-21 08:43:33 +02:00
share_access.c
s3-auth: smbd needs auth.h
2011-03-30 01:13:09 +02:00
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:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctx
2011-12-12 16:08:59 +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
s3: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
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:smb2_lock: pass smbd_server_connection as private_data to received_unlock_msg()
2011-12-12 20:14:41 +01:00
smb2_negprot.c
s3:smb2_negprot: add support for SMB2_22
2011-11-20 16:46: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:smbd: make use of SMB_SIGNING_* constants
2011-11-03 16:55:13 +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
s3:smb2 report access_based_dir_enum in tcon reply
2011-11-24 17:26:02 +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
s3-locking: move locking prototypes out of proto.h.
2011-03-30 01:13:09 +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: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
trans2.c
s3: Use autogenerated open_files.idl
2011-12-02 22:43:05 +01:00
uid.c
s3-auth Use the common auth_session_info
2011-07-20 09:17:13 +10:00
utmp.c
s3: try to fix the build on some non-linux buildfarm machines.
2011-03-30 11:39:31 +02:00
vfs.c
vfs: Make function pointer names consistent. They all end in _fn
2011-12-12 04:58:40 +01:00