1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/smbd
Jeremy Allison 8344e94574 Unify se_access_check with the S4 code. Will make
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier
for files.
Jeremy.
2008-10-31 10:51:45 -07:00
..
aio.c Fix aio on FreeBSD. 2008-09-15 18:45:10 -07:00
blocking.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
change_trust_pw.c Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth 2008-07-20 17:37:11 +02:00
chgpasswd.c Cope with changed signature of http_timestring(). 2008-10-11 23:57:44 +02:00
close.c Pass struct smb_request to file_free 2008-10-13 19:32:38 +02:00
conn.c Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. 2008-10-01 13:15:54 -07:00
connection.c Remove smb_np_struct 2008-10-13 20:59:33 +02:00
dfree.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
dir.c Make sure to always set errno on error path in OpenDir (and hence scan_directory). 2008-08-12 21:37:37 +02:00
dmapi.c Use more error-prone form of testing dm_destroy_session() return code after discussing with Tridge 2008-04-14 13:56:36 +04:00
dnsregister.c Fix a couple of warnings in mDNS registration. One of these is an 2007-12-19 22:33:43 -08:00
dosmode.c Pass struct smb_request to file_free 2008-10-13 19:32:38 +02:00
error.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
fake_file.c Pass struct smb_request to file_free 2008-10-13 19:32:38 +02:00
file_access.c Unify se_access_check with the S4 code. Will make 2008-10-31 10:51:45 -07:00
fileio.c Modify a comment to make things clearer. 2008-09-12 15:03:05 -07:00
filename.c Fix bug #5783 FindFirst fails where search pattern == mangled filename. 2008-09-23 15:05:45 -07:00
files.c Remove "pipe_handle_offset" -- pipes now use "struct files_struct" 2008-10-25 12:09:58 +02:00
ipc.c Use "struct files_struct" for pipes instead of smb_np_struct 2008-10-13 20:59:32 +02:00
lanman.c Use common util_file code. 2008-10-12 17:34:43 +02:00
mangle_hash2.c Fix CID 523 - wrong null deref check. 2008-01-11 22:50:13 -08:00
mangle_hash.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
mangle.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
map_username.c Use common util_file code. 2008-10-12 17:34:43 +02:00
message.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
msdfs.c Make create_conn_struct() public 2008-07-27 17:56:48 +02:00
negprot.c Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
noquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
notify_inotify.c use glibc sys/inotify.h header 2008-10-30 12:30:04 -07:00
notify_internal.c s3: use samba4 prototype for ndr_push/pull_struct_blob. 2008-09-23 09:37:23 +02:00
notify.c Add some debug to notify 2008-06-17 10:48:40 +02:00
ntquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
nttrans.c Move the is_known_pipename check into np_open 2008-10-25 15:23:36 +02:00
open.c Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr module. Inheritance fails at the moment though. 2008-10-30 16:13:03 -07:00
oplock_irix.c Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings. 2008-07-01 15:39:41 -07:00
oplock_linux.c Fix Bug #5285. (libcap header mismatch) 2008-05-28 13:22:52 +02:00
oplock.c Allow server manager to close open files selected by id. 2008-05-27 11:25:46 -07:00
password.c Use common strlist implementation in Samba 3 and Samba 4. 2008-10-12 00:56:56 +02:00
pipes.c Move the is_known_pipename check into np_open 2008-10-25 15:23:36 +02:00
posix_acls.c Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr module. Inheritance fails at the moment though. 2008-10-30 16:13:03 -07:00
process.c "fn_new"->"fn" in smb_messages[], we got beyond that :-) 2008-10-19 21:51:17 +02:00
quotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
reply.c Fix nonempty blank lines 2008-10-19 21:51:17 +02:00
seal.c s3: fix another build warning. 2008-10-13 12:32:44 +02:00
sec_ctx.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
server.c s3-build: fix the build of smbd. 2008-10-18 21:45:49 +02:00
service.c Remove smb_np_struct 2008-10-13 20:59:33 +02:00
session.c Fix bug 5691: SIGBUS on Solaris 2008-10-13 11:57:15 +02:00
sesssetup.c s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. 2008-10-22 21:37:36 +02:00
share_access.c Remove the reference to current_user_info from share_access.c 2008-05-25 11:43:57 +02:00
srvstr.c Match the 3.0.27a version of this function. 2007-11-16 13:14:24 -08:00
statcache.c Add a in-memory cache 2007-12-18 09:56:04 +01:00
statvfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
trans2.c Cope with bad trans2mkdir requests from System i QNTC IBM SMB client. 2008-10-16 21:03:59 -07:00
uid.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
utmp.c Fix various build warnings 2008-07-22 15:00:48 +02:00
vfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00