1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source/smbd
Jeremy Allison 898c56c0ea Remove a static fstring.
Jeremy.
2007-12-16 18:02:32 -08:00
..
aio.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
blocking.c Add new parameter, "min receivefile size" (by default set 2007-10-30 16:22:24 -07:00
change_trust_pw.c Remove the explicit TALLOC_CTX * from cli_struct. 2007-11-29 13:24:54 -08:00
chgpasswd.c Remove a static fstring. 2007-12-16 18:02:32 -08:00
close.c smbd: close_stat() should be static 2007-11-23 11:47:28 +01:00
conn.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
connection.c Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
dfree.c int->bool 2007-12-10 12:22:01 +01:00
dir.c Make [f]get_nt_acl return NTSTATUS 2007-11-13 15:47:01 +01:00
dmapi.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
dnsregister.c Move dns_sd.h include to fix the build. 2007-12-13 22:12:21 -08:00
dosmode.c Note when we're setting change time, not write time, and send 2007-10-31 16:32:48 -07:00
error.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
fake_file.c Bump up debug level 2007-12-02 12:54:11 +01:00
file_access.c Fix potential orphaned open files. 2007-11-13 23:26:38 +01:00
fileio.c Note when we're setting change time, not write time, and send 2007-10-31 16:32:48 -07:00
filename.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
files.c [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
ipc.c Don't need an fstring here, we can talloc. 2007-12-10 15:31:05 -08:00
lanman.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
mangle_hash2.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
mangle_hash.c Move stuff from data to text 2007-12-10 12:22:01 +01:00
mangle.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
map_username.c More pstring removal from smbd/*.c 2007-11-12 18:12:26 -08:00
message.c Get rid of the msgbuf[1600] 2007-12-09 17:03:33 +01:00
msdfs.c Don't build rpctorture anymore - not maintained. Just remove. 2007-12-07 12:26:32 -08:00
negprot.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
noquotas.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
notify_inotify.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
notify_internal.c ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) 2007-11-09 21:23:16 +01:00
notify.c Add new parameter, "min receivefile size" (by default set 2007-10-30 16:22:24 -07:00
ntquotas.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
nttrans.c make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdesc 2007-12-16 14:05:30 +01:00
open.c separate out create_file_unixpath() 2007-12-11 16:16:54 +01:00
oplock_irix.c Try to fix the build on irix. 2007-11-07 22:28:26 +01:00
oplock_linux.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
oplock.c Remove the smb_read_error global variable and replace 2007-11-03 15:12:42 -07:00
password.c Simplify add_session_user 2007-12-10 12:22:01 +01:00
pipes.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
posix_acls.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
process.c Three more pstring removals. 2007-11-11 21:46:52 -08:00
quotas.c Remove last pstring from smbd/*.c 2007-11-13 12:51:31 -08:00
reply.c Constrain "min receivefile size" to max of BUFFER_SIZE 2007-11-07 21:47:00 -08:00
sec_ctx.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
server.c Register the smb service with mDNS if mSDN is supported. 2007-12-13 20:56:29 -08:00
service.c Replace sid_string_static by sid_string_dbg in DEBUGs 2007-12-15 22:09:36 +01:00
session.c Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
sesssetup.c Remove last pstring from sesssetup.c 2007-11-10 15:36:47 -08:00
share_access.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
srvstr.c Match the 3.0.27a version of this function. 2007-11-16 13:14:24 -08:00
statcache.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
statvfs.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
trans2.c Fix bug 5055 2007-11-26 15:28:13 +01:00
uid.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
utmp.c Remove last pstring from smbd/*.c 2007-11-13 12:51:31 -08:00
vfs.c Always define PATH_MAX. Makes code simpler (removes 2007-11-10 22:31:34 -08:00