summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: Make init_smb_request return boolVolker Lendecke2010-03-111-5/+10
* Fix bug #7234 - Symlink delete fails but incorrectly reports success to client.Jeremy Allison2010-03-101-1/+1
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-102-6/+37
* s3: Fix a NULL pointer dereferenceVolker Lendecke2010-03-091-1/+10
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-081-8/+0
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-057-25/+71
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-014-72/+18
* s3: Add connections_forall_read()Volker Lendecke2010-03-011-3/+2
* s3: Remove unused "mypid" from count_current_connections() stateVolker Lendecke2010-03-011-2/+0
* s3: Use talloc_tos() in yield_connection()Volker Lendecke2010-02-281-1/+2
* s3: Remove unused count_all_current_connections()Volker Lendecke2010-02-281-9/+0
* Fix up debug info on smb2_rename code.Jeremy Allison2010-02-251-9/+3
* Implement rename/move in SMB2 from Windows7.Jeremy Allison2010-02-252-1/+111
* Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).Jeremy Allison2010-02-242-10/+23
* Change the credential handling so that we start with maxmux creds,Jeremy Allison2010-02-241-7/+10
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-232-2/+2
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-181-0/+1
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-181-3/+5
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-171-51/+34
* s3: Fix bug 7139Volker Lendecke2010-02-171-2/+32
* s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()Andrew Tridgell2010-02-142-12/+4
* s3: Fix a C++ warningVolker Lendecke2010-02-131-1/+1
* Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison2010-02-121-1/+1
* Simplify the logic in make_connection_snum(), and make it match Windows behav...Jeremy Allison2010-02-121-41/+63
* s3/smbd: change locking behavior when "lock spin time = 0".Steven Danneman2010-02-122-7/+16
* Remove #if SOFTLINK_OPTIMIZATION code.Jeremy Allison2010-02-121-17/+0
* Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...Jeremy Allison2010-02-121-16/+9
* Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...Jeremy Allison2010-02-121-9/+16
* s3: notify_onelevel does not use seqnums, so don't open asking for itVolker Lendecke2010-02-121-1/+1
* Remove the code replaced by widelinks warning.Jeremy Allison2010-02-111-7/+0
* Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison2010-02-113-6/+7
* Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...Jeremy Allison2010-02-111-0/+12
* Introduce lp_safe_widelinks()Simo Sorce2010-02-113-5/+7
* Fine changes to previous fix for bug #7104 - "wide links" and "unix extension...Jeremy Allison2010-02-111-20/+18
* Suplementary patch for bug #7104 - "wide links" and "unix extensions" are inc...Jeremy Allison2010-02-111-27/+28
* s3-smbd: update to use new DLIST macrosAndrew Tridgell2010-02-102-6/+5
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-092-3/+6
* s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher2010-02-091-4/+3
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-091-2/+2
* s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher2010-02-081-1/+212
* s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher2010-02-081-4/+6
* s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher2010-02-081-3/+3
* Fix trailing whitespace errors I added (sorry).Jeremy Allison2010-02-052-5/+5
* s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell2010-02-051-6/+42
* s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell2010-02-051-2/+0
* s3-brlock: add a minimim retry time for pending blocking locksAndrew Tridgell2010-02-051-0/+20
* Remove now unused variable.Jeremy Allison2010-02-051-1/+0
* Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison2010-02-053-37/+9
* Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison2010-02-011-0/+5
* Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison2010-02-011-7/+0