index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
2009-01-20
2
-3
/
+0
*
Remove some unused code
Volker Lendecke
2009-01-20
1
-3
/
+0
*
Remove some smb fsp knowledge from rpc_server/
Volker Lendecke
2009-01-20
3
-8
/
+61
*
s3:smbd: call message_dispatch() before processing incoming PDUs
Stefan Metzmacher
2009-01-20
1
-0
/
+6
*
s3:cluster: fix ctdb ipv6 support
Stefan Metzmacher
2009-01-16
1
-3
/
+1
*
remove the old chain_reply code
Volker Lendecke
2009-01-16
1
-214
/
+4
*
Correctly calculate the offset for read&x
Volker Lendecke
2009-01-16
3
-8
/
+36
*
Add a new implementation of chain_reply
Volker Lendecke
2009-01-16
2
-6
/
+217
*
s3:put the browse list into cache_dir, not lock_dir.
Michael Adam
2009-01-16
1
-2
/
+2
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
3
-2
/
+3
*
Only call sendfile_short_read() if we need it.
Jeremy Allison
2009-01-13
1
-2
/
+6
*
Fix bug noticed by Volker - if sendfile returns zero then
Jeremy Allison
2009-01-13
1
-2
/
+66
*
Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDB
Jeremy Allison
2009-01-13
1
-2
/
+2
*
s3: Differentiate between posix files with colons and actual streams
Tim Prouty
2009-01-11
1
-2
/
+34
*
Fix a type-punned error
Volker Lendecke
2009-01-10
1
-1
/
+1
*
Fix a C++ warning
Volker Lendecke
2009-01-10
1
-2
/
+2
*
s3: Fix open path to delete streams depending on the create disposition
Tim Prouty
2009-01-09
1
-0
/
+14
*
s3: Add delete_all_streams to proto.h
Tim Prouty
2009-01-09
1
-1
/
+1
*
s3:smbd: handle incoming smb requests via event handlers
Stefan Metzmacher
2009-01-09
3
-108
/
+163
*
s3:smbd: fix the build with dmapi support
Stefan Metzmacher
2009-01-08
1
-2
/
+0
*
Attempt to fix the build
Volker Lendecke
2009-01-08
1
-1
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
38
-305
/
+553
*
s3:smbd: variables in a main() don't need to be static
Stefan Metzmacher
2009-01-08
1
-7
/
+7
*
s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()
Stefan Metzmacher
2009-01-08
1
-7
/
+1
*
s3:smbd: keep dmapi globals in one context struct
Stefan Metzmacher
2009-01-08
1
-28
/
+44
*
s3:smbd: remove stupid static variables for the nfs quota code
Stefan Metzmacher
2009-01-08
1
-16
/
+20
*
s3:smbd: remove pointless static variable in uid.c
Stefan Metzmacher
2009-01-08
1
-7
/
+4
*
s3:smbd: make static const in mangle_hash2.c really static const
Stefan Metzmacher
2009-01-08
1
-1
/
+1
*
s3:smbd: make const globals in mangle_hash2.c really static const
Stefan Metzmacher
2009-01-08
1
-2
/
+2
*
s3:smbd: make globals in utmp.c static const
Stefan Metzmacher
2009-01-08
1
-4
/
+4
*
s3:smbd: it's pointless to have a global magic_char
Stefan Metzmacher
2009-01-08
1
-4
/
+7
*
s3:smbd: remove pointless static variables in chgpasswd.c
Stefan Metzmacher
2009-01-08
1
-9
/
+10
*
s3:smbd: make fake_files[] static const
Stefan Metzmacher
2009-01-08
1
-1
/
+1
*
s3:smbd: make mangle_fns const
Stefan Metzmacher
2009-01-08
3
-10
/
+10
*
Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.
Jeremy Allison
2009-01-07
1
-3
/
+8
*
Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...
Jeremy Allison
2009-01-06
1
-3
/
+13
*
Fix call to ndr_size_dom_sid, missing parameter.
Jeremy Allison
2009-01-05
1
-1
/
+1
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-05
6
-19
/
+26
|
\
|
*
Attempt to fix the build with dnssd
Volker Lendecke
2009-01-05
1
-1
/
+0
|
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
4
-16
/
+21
|
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-2
/
+5
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-05
3
-17
/
+26
|
\
|
|
*
smbd: prevent access to root filesystem when connecting with empty service name
Michael Adam
2009-01-05
1
-0
/
+4
|
*
s3: Allow renames of streams via NTRENAME and fix stream error codes on rename
Tim Prouty
2009-01-04
2
-17
/
+22
*
|
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-04
1
-1
/
+1
|
\
|
|
*
Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.
Jeremy Allison
2009-01-04
1
-1
/
+1
*
|
Add iconv_convenience argument to size functions.
Jelmer Vernooij
2009-01-01
2
-1
/
+3
|
/
*
Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smb
Volker Lendecke
2008-12-31
1
-11
/
+13
*
Fix a "nested extern" warning
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
6
-17
/
+8
[next]