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