summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix smbd crash for close_on_completionVolker Lendecke2009-04-051-0/+4
* Use cluster-aware procid_is_me instead of comparing pid'sVolker Lendecke2009-04-031-2/+2
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-031-11/+13
* Ensure files starting with multiple dots are hiddenJeremy Allison2009-03-301-4/+8
* s3: ifdef sendfile code that's only used in other ifdef'ed sendfile codeBjörn Jacke2009-03-271-0/+2
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-03-253-0/+12
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-03-232-0/+181
* s3:smbd: use new simplified snb_signing code in the serverStefan Metzmacher2009-03-2317-105/+239
* s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...Stefan Metzmacher2009-03-231-1/+1
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-181-2/+7
* s3:smbd: use tevent_loop_once() in the parent event loopStefan Metzmacher2009-03-181-34/+5
* s3:smbd: don't exit the parent when we have no connectionsStefan Metzmacher2009-03-181-7/+0
* Convert np_read to tevent_reqVolker Lendecke2009-03-172-18/+15
* Convert np_write to tevent_reqVolker Lendecke2009-03-172-26/+27
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-63/+116
* Fix bug #6186 - map readonly does not workJeremy Allison2009-03-121-3/+25
* s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher2009-03-062-5/+5
* Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.Jeremy Allison2009-03-051-0/+22
* s3: Change open_streams_for_delete to call through the vfs layerTim Prouty2009-03-041-5/+7
* Second part of fix for #6154, ensure we return max accessJeremy Allison2009-03-041-0/+9
* Fix bug #6154 - zfs does not honor admin users.Jeremy Allison2009-03-041-0/+5
* Fix bug #6155 - "force group" is no longer working as expected.Jeremy Allison2009-03-033-3/+17
* Only copy sharename up from rap_to_pjobidVolker Lendecke2009-03-011-2/+1
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename orJeremy Allison2009-02-281-0/+19
* s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner2009-02-271-1/+1
* Make us pass the RAW-RENAME torture test I just added.Jeremy Allison2009-02-262-0/+53
* Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison2009-02-251-5/+17
* Make test for open modes more robust against other bits.Jeremy Allison2009-02-251-1/+1
* Fix bug in processing of open modes in POSIX open.Jeremy Allison2009-02-251-0/+2
* Fix some NetBSD warnings.Jeremy Allison2009-02-251-1/+1
* Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison2009-02-241-2/+10
* s3 OneFS: Fix a double free in an error pathTim Prouty2009-02-231-3/+2
* More warning fixes for Solaris.Jeremy Allison2009-02-234-30/+30
* s3: If sendfile returns 0 bytes read, fall back to the normal read pathTim Prouty2009-02-211-0/+24
* Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke2009-02-212-6/+6
* Do not close an fd we know is -1Volker Lendecke2009-02-211-1/+0
* S3: Detect max_open_files from systemtodd stecher2009-02-201-0/+12
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-201-7/+0
* s3: Make change notify immediately return a catch-all packet on underlying errorSteven Danneman2009-02-201-1/+14
* s3: Modifications to generic notify structures to allow implementation of One...Steven Danneman2009-02-201-0/+2
* s3: Change the vfs_GetWd cache to use the file_id structTim Prouty2009-02-191-12/+3
* s3: Add extid to the dev/inode pairTim Prouty2009-02-194-17/+20
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-0/+18
* S3: Dumb down debug spew in perfcount module codetodd stecher2009-02-191-4/+4
* S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher2009-02-191-2/+15
* s3: Fix bug opening streams with truncating dispositionTim Prouty2009-02-181-1/+1
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-0/+4
* S3: Allow SMBD processes to survive in low memory condidtionstodd stecher2009-02-181-0/+7
* make receive_smb_raw_talloc more readableTim Prouty2009-02-161-4/+4
* Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame...Volker Lendecke2009-02-141-1/+1