..
aio.c
Fix the build
2007-12-27 22:32:36 +01: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 Get_Pwnam and its associated static variable
2007-12-19 21:09:10 +01:00
close.c
Remove redundant connection_struct from check_magic() parameter list.
2007-12-22 02:13:02 +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
Use filesystem capabilities to support case-insensitive filesystems.
2007-12-22 14:55:37 -08:00
dmapi.c
RIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-18 17:40:25 -07: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
Fix setting the initial permission bits
2007-12-28 08:52:29 +01:00
error.c
Add SMB encryption. Still fixing client decrypt but
2007-12-26 17:12:36 -08:00
fake_file.c
Bump up debug level
2007-12-02 12:54:11 +01:00
file_access.c
Change the prototype of the vfs function get_nt_acl().
2007-12-19 23:08:01 +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
If we detect a case insensitive filesystem make
2007-12-22 17:38:18 -08:00
files.c
Release per-fsp data on file closure.
2007-12-19 22:19:55 -08: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
Add a in-memory cache
2007-12-18 09:56:04 +01:00
mangle_hash.c
Remove a static array
2007-12-28 17:02:07 +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
Remove Get_Pwnam and its associated static variable
2007-12-19 21:09:10 +01: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 SMB encryption. Still fixing client decrypt but
2007-12-26 17:12:36 -08:00
ntquotas.c
Replace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 22:09:36 +01:00
nttrans.c
Remove tiny code duplication
2007-12-29 23:13:26 +01:00
open.c
Use NULL instead of 0
2008-01-01 13:13:31 +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
As the encryption is stream based there's no reason
2007-12-30 13:10:29 -08:00
password.c
Remove Get_Pwnam and its associated static variable
2007-12-19 21:09:10 +01:00
pipes.c
Add SMB encryption. Still fixing client decrypt but
2007-12-26 17:12:36 -08:00
posix_acls.c
Some C++ fixes
2007-12-21 09:58:21 +01:00
process.c
Add the capability to set "smb encrypt = required"
2007-12-27 23:51:03 -08:00
quotas.c
Remove last pstring from smbd/*.c
2007-11-13 12:51:31 -08:00
reply.c
Convert reply_mknew to create_file
2008-01-02 13:32:23 +01:00
seal.c
As the encryption is stream based there's no reason
2007-12-30 13:10:29 -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
Add a global cache
2007-12-21 09:58:20 +01:00
service.c
Add the capability to set "smb encrypt = required"
2007-12-27 23:51:03 -08: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
Add a in-memory cache
2007-12-18 09:56:04 +01:00
statvfs.c
Fix typo in filesystem capabilities bits.
2007-12-20 08:31:27 -08:00
trans2.c
Convert call_trans2open to create_file()
2008-01-02 13:32:29 +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
Apply some const
2007-12-29 17:14:25 +01:00