index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
We need to return the correct atime
Volker Lendecke
2007-12-26
1
-1
/
+6
*
If we detect a case insensitive filesystem make
Jeremy Allison
2007-12-22
1
-4
/
+11
*
Use filesystem capabilities to support case-insensitive filesystems.
James Peach
2007-12-22
2
-17
/
+30
*
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
James Peach
2007-12-22
6
-21
/
+28
|
\
|
*
Remove redundant connection_struct from check_magic() parameter list.
Michael Adam
2007-12-22
1
-2
/
+3
|
*
Remove redundant connection_struct from fd_close() parameter list.
Michael Adam
2007-12-22
2
-12
/
+12
|
*
Remove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam
2007-12-22
1
-1
/
+1
|
*
Some C++ fixes
Volker Lendecke
2007-12-21
1
-3
/
+3
|
*
Some C++ warnings
Volker Lendecke
2007-12-21
1
-2
/
+2
|
*
Fix a C++ warning
Volker Lendecke
2007-12-21
1
-1
/
+1
|
*
Add a global cache
Volker Lendecke
2007-12-21
1
-0
/
+6
*
|
Cache the underlying filesystem capabilities at connection time.
James Peach
2007-12-22
1
-0
/
+15
|
/
*
Fix typo in filesystem capabilities bits.
James Peach
2007-12-20
1
-3
/
+1
*
Attempt to fix the build
Volker Lendecke
2007-12-20
1
-0
/
+2
*
Fix a couple of warnings in mDNS registration. One of these is an
James Peach
2007-12-19
1
-2
/
+1
*
Add filesystem capabilities bitmask to statfs info.
James Peach
2007-12-19
1
-0
/
+85
*
Expose per-fsp extension talloc context.
James Peach
2007-12-19
1
-2
/
+14
*
Release per-fsp data on file closure.
James Peach
2007-12-19
1
-0
/
+5
*
Change the prototype of the vfs function get_nt_acl().
Michael Adam
2007-12-19
3
-64
/
+7
*
Split get_nt_acl() into two functions: fsp- and non-fsp variant.
Michael Adam
2007-12-19
1
-63
/
+148
*
Remove the "is_directory" parameter from canonicalise_acl():
Michael Adam
2007-12-19
1
-7
/
+9
*
Change canonicalise_acl() to not take an fsp.
Michael Adam
2007-12-19
1
-8
/
+15
*
Change ensure_canon_entry_valid() to not take and fsp.
Michael Adam
2007-12-19
1
-10
/
+11
*
Change apply_default_perms() to not take an fsp.
Michael Adam
2007-12-19
1
-14
/
+15
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
4
-6
/
+18
*
Remove last_message completely as it's no longer used.
Jeremy Allison
2007-12-18
2
-9
/
+0
*
Add a in-memory cache
Volker Lendecke
2007-12-18
4
-200
/
+112
*
Remove more static fstrings (yes this little cache should be
Jeremy Allison
2007-12-17
1
-19
/
+49
*
Fix bug #5121 (unix passwd sync not working on a streams based
Jeremy Allison
2007-12-17
1
-7
/
+7
*
Remove a static fstring.
Jeremy Allison
2007-12-16
1
-20
/
+30
*
make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdesc
Volker Lendecke
2007-12-16
1
-87
/
+46
*
More work on bug #5082, use LC_ALL as this takes
Jeremy Allison
2007-12-15
1
-2
/
+2
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
5
-20
/
+20
*
Fix for bug #5082 from Mathias Gug <mathiaz@ubuntu.com>, Steve Langasek <vorl...
Jeremy Allison
2007-12-14
1
-1
/
+9
*
Move dns_sd.h include to fix the build.
James Peach
2007-12-13
1
-3
/
+4
*
Register the smb service with mDNS if mSDN is supported.
Rishi Srivatsavai
2007-12-13
2
-9
/
+253
*
separate out create_file_unixpath()
Volker Lendecke
2007-12-11
1
-171
/
+242
*
Move more stuff out of the way
Volker Lendecke
2007-12-11
1
-7
/
+7
*
Move INTERNAL_OPEN_ONLY calculation out of the way
Volker Lendecke
2007-12-11
1
-4
/
+4
*
Don't need an fstring here, we can talloc.
Jeremy Allison
2007-12-10
1
-9
/
+8
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
2
-4
/
+4
*
Simplify add_session_user
Volker Lendecke
2007-12-10
1
-33
/
+25
*
Increase debug level
Volker Lendecke
2007-12-10
1
-1
/
+1
*
Move stuff from data to text
Volker Lendecke
2007-12-10
1
-2
/
+2
*
int->bool
Volker Lendecke
2007-12-10
1
-2
/
+2
*
Tiny simplifications
Volker Lendecke
2007-12-10
1
-1
/
+1
*
Get rid of the msgbuf[1600]
Volker Lendecke
2007-12-09
1
-98
/
+132
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
3
-38
/
+81
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
2
-4
/
+4
*
Attempt to fix make test :-)
Volker Lendecke
2007-12-07
1
-2
/
+2
[prev]
[next]