1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/smbd
2008-11-24 15:28:11 -08:00
..
aio.c Remove a direct inbuf reference (should have been removed with 8987641d...) 2008-11-08 10:42:28 +01:00
blocking.c Do not write into inbuf for the transs request 2008-11-08 10:42:29 +01: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 Use dup2() replacement from libreplace. 2008-11-01 03:58:14 +01:00
close.c First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. 2008-11-21 12:14:53 -08: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 s3: Add support for storing dos attributes as st_flags in the stat struct. 2008-11-12 09:48:50 -08:00
error.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
fake_file.c First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. 2008-11-21 12:14:53 -08: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 Re-structure Volker's patch to "Fix trans2findfirst for the large directory optimization". Makes the change clearer. 2008-11-18 10:57:54 -08:00
files.c First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. 2008-11-21 12:14:53 -08:00
ipc.c Do not write into inbuf for the transs request 2008-11-08 10:42:29 +01:00
lanman.c Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply 2008-11-02 21:20:41 +01: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 Fix bug 5860: safe_strcpy gives a nasty error message for overlong strings 2008-11-02 10:41:09 +01:00
map_username.c Add wrapper str_list_make_v3() to replace the old S3 behavior of 2008-11-06 18:53:00 -08:00
message.c Remove some direct inbuf references by adding smbreq_bufrem 2008-11-02 09:22:40 +01:00
msdfs.c Add auth_serversupplied_info to create_conn_struct 2008-11-23 22:41:59 +01:00
negprot.c Remove a direct inbuf reference in reply_negprot 2008-11-02 22:38:02 +01: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 Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails" 2008-11-18 12:45:42 -08:00
ntquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
nttrans.c Fix to allow setting of NULL DACL/SACL 2008-11-23 18:30:56 -08:00
open.c Rever 83ff6979f5 - "Fix the logic bug that caused us to 2008-11-21 22:48:37 -08: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 Add wrapper str_list_make_v3() to replace the old S3 behavior of 2008-11-06 18:53:00 -08:00
pipes.c Remove a bunch of direct inbuf references by adding "vwv" to smb_request 2008-11-02 16:58:19 +01:00
posix_acls.c Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but that will have to 2008-11-24 15:28:11 -08:00
process.c Make "construct_reply_common" static 2008-11-08 10:42:29 +01:00
quotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
reply.c First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. 2008-11-21 12:14:53 -08: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 Make us clean under valgrind --leak-check=full by using talloc_autofree_context() instead of NULL. 2008-11-06 20:48:13 -08:00
service.c Remove unused make_connection_with_chdir() 2008-11-24 11:39:03 +01:00
session.c Fix bug 5691: SIGBUS on Solaris 2008-10-13 11:57:15 +02:00
sesssetup.c Remove a bunch of direct inbuf references by adding "vwv" to smb_request 2008-11-02 16:58:19 +01:00
share_access.c Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work. 2008-11-17 14:13:20 -08: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 Do not write into inbuf for the transs request 2008-11-08 10:42:29 +01:00
uid.c Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS! 2008-11-24 11:39:03 +01: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