..
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
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
2011-06-09 12:40:09 +02:00
blocking.c
s3: Introduce "req" helper var in reply_lockingX_success
2012-02-29 03:08:53 +01:00
close.c
Fix const warnings.
2012-02-24 23:10:56 +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: use talloc_get_type_abort() as private_data can't be NULL
2011-12-14 12:00:07 +01:00
conn.c
s3:smbd:smb2: fix an assignment-instead-of-check bug conn_snum_used()
2012-02-01 17:10:13 +01:00
connection.c
s3:smbd: avoid using sconn_server_id()
2011-12-16 13:19:32 +01:00
dfree.c
s3-talloc Change TALLOC_P() to talloc()
2011-06-09 12:40:08 +02:00
dir.c
Add open_dir_with_privilege() to ensure we're opening the correct directory when doing backup requests.
2012-03-01 03:50:40 +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-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
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
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
2012-02-29 17:04:08 -08:00
files.c
s3: files_struct->mode is only written, remove it
2012-02-14 19:14:29 +01:00
globals.c
s3:smbd/globals: remove unused msg_ctx_to_sconn()
2011-12-15 14:24:59 +01:00
globals.h
s3-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +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
negprot.c
s3-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +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
s3: Add a "lock_order" argument to db_open
2012-01-18 14:48:04 +01:00
notify.c
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 12:40:08 +02:00
ntquotas.c
s3: Fix some False/NULL hickups
2011-12-20 13:13:17 +01:00
nttrans.c
s3: Fix typos
2012-02-21 15:43:28 +01:00
open.c
s3: Remove a pointless else branch
2012-02-19 23:14:15 +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_linux: don't overwrite private_data
2012-02-10 21:48:18 +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: get_share_mode_lock->get_existing_share_mode_lock
2012-02-19 17:44:26 +01:00
password.c
s3-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +01:00
perfcount.c
Fix many const compiler warnings.
2011-05-05 10:41:59 -07:00
pipes.c
s3: Fix some blank line endings
2012-03-03 03:40:56 +01:00
posix_acls.c
Ensure when setting a POSIX ACL, that the uid for a
2012-02-03 16:37:41 -08:00
process.c
s3: Move the drain_socket on error to reply_write_and_X
2012-03-05 15:59:36 +01:00
proto.h
s3-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +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: Move the drain_socket on error to reply_write_and_X
2012-03-05 15:59:36 +01:00
seal.c
libcli/smb: Convert struct smb_trans_enc_state to talloc
2012-01-31 20:17:10 +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-printing: Add new printers to registry.
2012-02-09 16:39:04 +01:00
server.c
change low FDs are handled in Samba
2012-03-04 10:14:34 +01:00
service.c
s3-smbd: vuser and session_info cannot be NULL here
2012-03-04 23:33:05 +01:00
session.c
s3:smbd: avoid using sconn_server_id()
2011-12-16 13:19:32 +01:00
sesssetup.c
s3-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +01: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
Fix a bunch of "unused variable" warnings.
2012-02-18 06:22:40 +01:00
smb2_create.c
Fix a bunch of "unused variable" warnings.
2012-02-18 06:22:40 +01:00
smb2_find.c
Add open_dir_with_privilege() to ensure we're opening the correct directory when doing backup requests.
2012-03-01 03:50:40 +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
Fix a bunch of "unused variable" warnings.
2012-02-18 06:22:40 +01:00
smb2_glue.c
s3: include smbd/smbd.h where needed.
2011-03-30 01:13:08 +02:00
smb2_ioctl.c
Fix a bunch of "unused variable" warnings.
2012-02-18 06:22:40 +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-param: Align lp_{max,min}protocol with lib/param names
2012-02-27 07:36:05 +01:00
smb2_notify.c
s3:smb2_server: use SMB2_WATCH_TREE
2012-03-02 21:47:10 -08:00
smb2_read.c
Fix a bunch of "unused variable" warnings.
2012-02-18 06:22:40 +01:00
smb2_server.c
s3:smb2_server fix a typo
2012-03-02 21:47:09 -08:00
smb2_sesssetup.c
s3-smbd Remove unused code now we always have SPNEGO via gensec
2012-02-16 15:18:43 +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-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +01:00
smb2_write.c
s3:smbd:smb2_write: improve logging in the error case
2012-03-03 17:03:06 +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: Further fix for bug 8777
2012-03-02 10:30:07 +01:00
trans2.c
Add open_dir_with_privilege() to ensure we're opening the correct directory when doing backup requests.
2012-03-01 03:50:40 +01:00
uid.c
s3-auth: Remove security=share (depricated since 3.6).
2012-03-04 23:33:05 +01:00
utmp.c
s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.h
2012-02-23 19:17:25 +01:00
vfs.c
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
2012-02-29 17:04:08 -08:00