summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke2009-04-121-0/+6
* Add "netbios retarget"Volker Lendecke2009-04-121-0/+93
* write_data already guarantees everything was writtenVolker Lendecke2009-04-121-9/+6
* Extract and print the server name type the client connects toVolker Lendecke2009-04-121-7/+7
* Fix some nonempty blank linesVolker Lendecke2009-04-111-4/+4
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-111-0/+1
* Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke2009-04-111-3/+3
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-04-094-148/+74
|\
| * s3 oplocks: Add back procid_str to debug messageTim Prouty2009-04-071-2/+3
| * s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-071-8/+0
| * s3 onefs: Simplify level 2 oplock self-contentionTim Prouty2009-04-061-74/+5
| * s3 oplocks: Refactor level II oplock contentionTim Prouty2009-04-061-57/+53
| * 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
* | Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...Jeremy Allison2009-04-091-18/+23
|/
* 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