summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-202-3/+0
* Remove some unused codeVolker Lendecke2009-01-201-3/+0
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-203-8/+61
* s3:smbd: call message_dispatch() before processing incoming PDUsStefan Metzmacher2009-01-201-0/+6
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-3/+1
* remove the old chain_reply codeVolker Lendecke2009-01-161-214/+4
* Correctly calculate the offset for read&xVolker Lendecke2009-01-163-8/+36
* Add a new implementation of chain_replyVolker Lendecke2009-01-162-6/+217
* s3:put the browse list into cache_dir, not lock_dir.Michael Adam2009-01-161-2/+2
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-153-2/+3
* Only call sendfile_short_read() if we need it.Jeremy Allison2009-01-131-2/+6
* Fix bug noticed by Volker - if sendfile returns zero thenJeremy Allison2009-01-131-2/+66
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-131-2/+2
* s3: Differentiate between posix files with colons and actual streamsTim Prouty2009-01-111-2/+34
* Fix a type-punned errorVolker Lendecke2009-01-101-1/+1
* Fix a C++ warningVolker Lendecke2009-01-101-2/+2
* s3: Fix open path to delete streams depending on the create dispositionTim Prouty2009-01-091-0/+14
* s3: Add delete_all_streams to proto.hTim Prouty2009-01-091-1/+1
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-093-108/+163
* s3:smbd: fix the build with dmapi supportStefan Metzmacher2009-01-081-2/+0
* Attempt to fix the buildVolker Lendecke2009-01-081-1/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-0838-305/+553
* s3:smbd: variables in a main() don't need to be staticStefan Metzmacher2009-01-081-7/+7
* s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher2009-01-081-7/+1
* s3:smbd: keep dmapi globals in one context structStefan Metzmacher2009-01-081-28/+44
* s3:smbd: remove stupid static variables for the nfs quota codeStefan Metzmacher2009-01-081-16/+20
* s3:smbd: remove pointless static variable in uid.cStefan Metzmacher2009-01-081-7/+4
* s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher2009-01-081-1/+1
* s3:smbd: make const globals in mangle_hash2.c really static constStefan Metzmacher2009-01-081-2/+2
* s3:smbd: make globals in utmp.c static constStefan Metzmacher2009-01-081-4/+4
* s3:smbd: it's pointless to have a global magic_charStefan Metzmacher2009-01-081-4/+7
* s3:smbd: remove pointless static variables in chgpasswd.cStefan Metzmacher2009-01-081-9/+10
* s3:smbd: make fake_files[] static constStefan Metzmacher2009-01-081-1/+1
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-083-10/+10
* Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison2009-01-071-3/+8
* Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison2009-01-061-3/+13
* Fix call to ndr_size_dom_sid, missing parameter.Jeremy Allison2009-01-051-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-056-19/+26
|\
| * Attempt to fix the build with dnssdVolker Lendecke2009-01-051-1/+0
| * s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-054-16/+21
| * clean event context after child is forked.Bo Yang2009-01-051-2/+5
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-053-17/+26
|\|
| * smbd: prevent access to root filesystem when connecting with empty service nameMichael Adam2009-01-051-0/+4
| * s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-042-17/+22
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-041-1/+1
|\|
| * Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.Jeremy Allison2009-01-041-1/+1
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-012-1/+3
|/
* Replace "goto again" by "return NT_STATUS_RETRY" in receive_message_or_smbVolker Lendecke2008-12-311-11/+13
* Fix a "nested extern" warningVolker Lendecke2008-12-311-1/+1
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-316-17/+8