summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-70/+3
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke2009-04-281-23/+7
* Fix profile acls in some corner casesSimo Sorce2009-04-281-3/+18
* Avoid duplicate acesSimo Sorce2009-04-281-7/+48
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-281-4/+4
* Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-04-281-7/+23
* Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...Jeremy Allison2009-04-281-0/+11
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-281-3/+3
* We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke2009-04-151-0/+6
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-151-0/+1
* Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...Jeremy Allison2009-04-151-18/+23
* s3 oplocks: Add back procid_str to debug messageTim Prouty2009-04-151-2/+3
* s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett2009-04-151-8/+0
* s3 onefs: Simplify level 2 oplock self-contentionTim Prouty2009-04-151-74/+5
* s3 oplocks: Refactor level II oplock contentionTim Prouty2009-04-151-63/+59
* Fix smbd crash for close_on_completionVolker Lendecke2009-04-151-0/+4
* Use cluster-aware procid_is_me instead of comparing pid'sVolker Lendecke2009-04-151-2/+2
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-151-11/+13
* Ensure files starting with multiple dots are hiddenJeremy Allison2009-04-151-4/+8
* s3: ifdef sendfile code that's only used in other ifdef'ed sendfile codeBjörn Jacke2009-04-151-0/+2
* s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 ...Stefan Metzmacher2009-04-151-1/+1
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-04-153-0/+12
* Use avahi to register _smb._tcp in smbdVolker Lendecke2009-04-152-0/+181
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-04-151-2/+7
* s3:smbd: use tevent_loop_once() in the parent event loopStefan Metzmacher2009-04-151-34/+5
* s3:smbd: don't exit the parent when we have no connectionsStefan Metzmacher2009-04-151-7/+0
* Convert np_read to tevent_reqVolker Lendecke2009-04-152-18/+15
* Convert np_write to tevent_reqVolker Lendecke2009-04-152-26/+27
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-04-151-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