1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Günther Deschner 4189c00cae s3-lanman: prefer dcerpc_srvsvc_X functions.
Guenther

Signed-off-by: Andreas Schneider <asn@samba.org>
2011-01-13 14:12:14 +01:00
..
aio.c Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB. 2010-12-15 01:38:16 +01:00
avahi_register.c
blocking.c s3: Remove smbd_server_conn from process_blocking_lock_cancel_message 2010-10-03 18:17:09 +02:00
close.c s3: Remove smbd_server_conn from msg_close_file 2010-10-03 18:17:09 +02:00
conn.c Add deadtime detection for SMB2. Correctly update lastused timestamp across all active tcons. Should fix dfree cache not updating bug. 2010-10-19 15:13:17 -07:00
connection.c
dfree.c
dir.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
dmapi.c s3: I thought I had compiled this.... 2010-10-03 13:22:03 +02:00
dnsregister.c
dosmode.c Fix bug #7892 - open_file_fchmod() leaves a stale lock. 2010-12-29 02:15:23 +01:00
error.c
fake_file.c
file_access.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
fileio.c Keep track of the sparse status of an open file handle. Allows bypass of 2010-12-21 04:12:22 +01:00
filename_util.c
filename.c s3: Fix some typos 2010-12-19 23:25:06 +01:00
files.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
globals.c s3-printing: Initiate pcap reload from parent smbd 2011-01-07 15:37:39 -08:00
globals.h s3-printing: Initiate pcap reload from parent smbd 2011-01-07 15:37:39 -08:00
ipc.c
lanman.c s3-lanman: prefer dcerpc_srvsvc_X functions. 2011-01-13 14:12:14 +01:00
mangle_hash2.c
mangle_hash.c
mangle.c
message.c
msdfs.c Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when adding new share via MMC 2010-11-10 01:14:17 +00:00
negprot.c s3: Fix some nonempty blank lines 2010-12-19 23:25:06 +01:00
noquotas.c
notify_inotify.c
notify_internal.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
notify.c
ntquotas.c
nttrans.c s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY 2010-12-19 23:25:06 +01:00
open.c Fix bug #7892 - open_file_fchmod() leaves a stale lock. 2010-12-29 02:15:23 +01:00
oplock_irix.c s3: Attempt to fix the IRIX build 2010-10-03 10:54:28 +02:00
oplock_linux.c s3: Lift smbd_server_conn from file_find_fd 2010-09-28 07:36:18 +02:00
oplock_onefs.c
oplock.c s3: Hang the isilon kernel oplocks off the NULL context 2010-10-08 20:48:11 +00:00
password.c Remove fstring from map_username. Create a more sane interface than the called-parameter-is-modified. 2010-11-10 01:14:17 +00:00
perfcount.c
pipes.c libcli/security Provide a common, top level libcli/security/security.h 2010-10-12 05:54:10 +00:00
posix_acls.c Fix bug #7892 - open_file_fchmod() leaves a stale lock. 2010-12-29 02:15:23 +01:00
process.c s3-printing: Initiate pcap reload from parent smbd 2011-01-07 15:37:39 -08:00
quotas.c
reply.c Fix old bug in openX code, exposed when "strict allocate" is set to true. 2010-12-16 02:37:57 +01:00
seal.c s3: Fix input check in is_encrypted_packet 2010-10-08 07:40:51 +00:00
sec_ctx.c s3-auth Use security_token_debug() from common code 2010-10-14 02:35:04 +00:00
server_exit.c s3-rpcecho: Only register rpcecho in the developer build. 2011-01-04 18:56:38 +01:00
server_reload.c s3-printing: Initiate pcap reload from parent smbd 2011-01-07 15:37:39 -08:00
server.c s3-printing: Initiate pcap reload from parent smbd 2011-01-07 15:37:39 -08:00
service.c Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default 2010-11-20 02:15:50 +01:00
session.c
sesssetup.c Remove fstring from map_username. Create a more sane interface than the called-parameter-is-modified. 2010-11-10 01:14:17 +00:00
share_access.c Remove fstring from map_username. Create a more sane interface than the called-parameter-is-modified. 2010-11-10 01:14:17 +00:00
signing.c
smb2_break.c
smb2_close.c
smb2_create.c
smb2_find.c
smb2_flush.c
smb2_getinfo.c
smb2_glue.c
smb2_ioctl.c
smb2_keepalive.c
smb2_lock.c s3: Remove smbd_server_conn from smb2 receive_unlock_msg 2010-10-03 18:17:08 +02:00
smb2_negprot.c
smb2_notify.c
smb2_read.c Implement "use sendfile = yes" for SMB2. (cherry picked from commit 95cb7adcd03a1abbd0af395b6c96dd8e0eebd3d1) 2010-12-15 02:24:08 +01:00
smb2_server.c My algorithm for determining whan an incoming sequence number can be allowed is incorrect. 2010-12-21 18:07:52 -08:00
smb2_sesssetup.c
smb2_setinfo.c Don't rely on the underlying ACL modules to enforce share level 2010-09-08 20:54:38 -07:00
smb2_signing.c
smb2_tcon.c Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when adding new share via MMC 2010-11-10 01:14:17 +00:00
smb2_write.c
srvstr.c
statcache.c
statvfs.c
trans2.c Add in fsp->access_mask checks. Not required (underlying system does this) 2010-11-24 01:47:13 +01:00
uid.c Make getpwnam_alloc() static to lib/username.c, and ensure all username lookups go 2010-10-20 16:02:12 +00:00
utmp.c
vfs.c Added call out to a Linux-compatible fallocate() when we need to extend a file 2010-12-21 02:41:23 +01:00