summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2009-01-25Fix chain_reply for pipe readsVolker Lendecke1-1/+11
2009-01-23Extend NTIMES to allow setting create_timetodd stecher4-69/+97
2009-01-22Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison1-6/+9
2009-01-22Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison1-131/+144
2009-01-22Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison1-25/+4
2009-01-22s3:smbd: we don't need to call message_dispatch() anymore it's event triggere...Stefan Metzmacher2-26/+2
2009-01-22s3:smbd: restructure kernel oplocks codeStefan Metzmacher6-136/+117
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher2-10/+12
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2-3/+0
2009-01-20Remove some unused codeVolker Lendecke1-3/+0
2009-01-20Remove some smb fsp knowledge from rpc_server/Volker Lendecke3-8/+61
2009-01-20s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher1-0/+6
2009-01-16s3:cluster: fix ctdb ipv6 supportStefan Metzmacher1-3/+1
2009-01-16remove the old chain_reply codeVolker Lendecke1-214/+4
2009-01-16Correctly calculate the offset for read&xVolker Lendecke3-8/+36
2009-01-16Add a new implementation of chain_replyVolker Lendecke2-6/+217
2009-01-16s3:put the browse list into cache_dir, not lock_dir.Michael Adam1-2/+2
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam3-2/+3
2009-01-13Only call sendfile_short_read() if we need it.Jeremy Allison1-2/+6
2009-01-13Fix bug noticed by Volker - if sendfile returns zero thenJeremy Allison1-2/+66
2009-01-13Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison1-2/+2
2009-01-11s3: Differentiate between posix files with colons and actual streamsTim Prouty1-2/+34
2009-01-10Fix a type-punned errorVolker Lendecke1-1/+1
2009-01-10Fix a C++ warningVolker Lendecke1-2/+2
2009-01-09s3: Fix open path to delete streams depending on the create dispositionTim Prouty1-0/+14
2009-01-09s3: Add delete_all_streams to proto.hTim Prouty1-1/+1
2009-01-09s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher3-108/+163
2009-01-08s3:smbd: fix the build with dmapi supportStefan Metzmacher1-2/+0
2009-01-08Attempt to fix the buildVolker Lendecke1-1/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher38-305/+553
2009-01-08s3:smbd: variables in a main() don't need to be staticStefan Metzmacher1-7/+7
2009-01-08s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher1-7/+1
2009-01-08s3:smbd: keep dmapi globals in one context structStefan Metzmacher1-28/+44
2009-01-08s3:smbd: remove stupid static variables for the nfs quota codeStefan Metzmacher1-16/+20
2009-01-08s3:smbd: remove pointless static variable in uid.cStefan Metzmacher1-7/+4
2009-01-08s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher1-1/+1
2009-01-08s3:smbd: make const globals in mangle_hash2.c really static constStefan Metzmacher1-2/+2
2009-01-08s3:smbd: make globals in utmp.c static constStefan Metzmacher1-4/+4
2009-01-08s3:smbd: it's pointless to have a global magic_charStefan Metzmacher1-4/+7
2009-01-08s3:smbd: remove pointless static variables in chgpasswd.cStefan Metzmacher1-9/+10
2009-01-08s3:smbd: make fake_files[] static constStefan Metzmacher1-1/+1
2009-01-08s3:smbd: make mangle_fns constStefan Metzmacher3-10/+10
2009-01-07Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison1-3/+8
2009-01-06Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison1-3/+13
2009-01-05Fix call to ndr_size_dom_sid, missing parameter.Jeremy Allison1-1/+1
2009-01-05Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij6-19/+26
2009-01-05Attempt to fix the build with dnssdVolker Lendecke1-1/+0
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher4-16/+21
2009-01-05clean event context after child is forked.Bo Yang1-2/+5
2009-01-05Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-17/+26