index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-05
Fix %d / size_t printf arg missmatch.
Jeremy Allison
1
-2
/
+2
2008-01-04
Using a bool with a logical operation. IBM checker caught.
Jeremy Allison
1
-1
/
+1
2008-01-04
Can't use logical operations on boolean values.
Jeremy Allison
1
-1
/
+3
2008-01-04
Now conn is part of smb_request, we don't need it as
Jeremy Allison
8
-100
/
+131
2008-01-04
We dont' modify the smb header for crypto anymore.
Jeremy Allison
1
-1
/
+1
2008-01-04
Fix interesting bug found with make valgrindtest. When cancelling
Jeremy Allison
1
-10
/
+14
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
15
-236
/
+345
2008-01-02
Convert call_trans2open to create_file()
Volker Lendecke
1
-57
/
+16
2008-01-02
Convert reply_mknew to create_file
Volker Lendecke
1
-38
/
+16
2008-01-02
Convert reply_open_and_X to create_file
Volker Lendecke
1
-42
/
+19
2008-01-02
Convert reply_open to create_file
Volker Lendecke
1
-40
/
+19
2008-01-01
Use NULL instead of 0
Volker Lendecke
1
-4
/
+4
2007-12-30
As the encryption is stream based there's no reason
Jeremy Allison
2
-5
/
+16
2007-12-29
Allow encryption context setup on IPC$.
Jeremy Allison
1
-7
/
+27
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
2
-5
/
+6
2007-12-29
Apply some const
Volker Lendecke
1
-4
/
+4
2007-12-28
Remove a static array
Volker Lendecke
1
-6
/
+6
2007-12-28
Ensure we turn off POSIX large read/write if encryption
Jeremy Allison
1
-1
/
+4
2007-12-27
Add the capability to set "smb encrypt = required"
Jeremy Allison
3
-1
/
+44
2007-12-28
Fix setting the initial permission bits
Volker Lendecke
2
-6
/
+25
2007-12-27
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison
1
-1
/
+24
2007-12-27
Fix the build
Volker Lendecke
1
-2
/
+3
2007-12-27
Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
Jeremy Allison
1
-1
/
+5
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
9
-74
/
+869
2007-12-26
We need to return the correct atime
Volker Lendecke
1
-1
/
+6
2007-12-22
If we detect a case insensitive filesystem make
Jeremy Allison
1
-4
/
+11
2007-12-22
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
2
-17
/
+30
2007-12-22
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
James Peach
6
-21
/
+28
2007-12-22
Cache the underlying filesystem capabilities at connection time.
James Peach
1
-0
/
+15
2007-12-22
Remove redundant connection_struct from check_magic() parameter list.
Michael Adam
1
-2
/
+3
2007-12-22
Remove redundant connection_struct from fd_close() parameter list.
Michael Adam
2
-12
/
+12
2007-12-22
Remove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam
1
-1
/
+1
2007-12-21
Some C++ fixes
Volker Lendecke
1
-3
/
+3
2007-12-21
Some C++ warnings
Volker Lendecke
1
-2
/
+2
2007-12-21
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2007-12-21
Add a global cache
Volker Lendecke
1
-0
/
+6
2007-12-20
Fix typo in filesystem capabilities bits.
James Peach
1
-3
/
+1
2007-12-20
Attempt to fix the build
Volker Lendecke
1
-0
/
+2
2007-12-19
Fix a couple of warnings in mDNS registration. One of these is an
James Peach
1
-2
/
+1
2007-12-19
Add filesystem capabilities bitmask to statfs info.
James Peach
1
-0
/
+85
2007-12-19
Expose per-fsp extension talloc context.
James Peach
1
-2
/
+14
2007-12-19
Release per-fsp data on file closure.
James Peach
1
-0
/
+5
2007-12-19
Change the prototype of the vfs function get_nt_acl().
Michael Adam
3
-64
/
+7
2007-12-19
Split get_nt_acl() into two functions: fsp- and non-fsp variant.
Michael Adam
1
-63
/
+148
2007-12-19
Remove the "is_directory" parameter from canonicalise_acl():
Michael Adam
1
-7
/
+9
2007-12-19
Change canonicalise_acl() to not take an fsp.
Michael Adam
1
-8
/
+15
2007-12-19
Change ensure_canon_entry_valid() to not take and fsp.
Michael Adam
1
-10
/
+11
2007-12-19
Change apply_default_perms() to not take an fsp.
Michael Adam
1
-14
/
+15
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
4
-6
/
+18
[next]