summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2010-03-01s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke4-72/+18
2010-03-01s3: Add connections_forall_read()Volker Lendecke1-3/+2
2010-03-01s3: Remove unused "mypid" from count_current_connections() stateVolker Lendecke1-2/+0
2010-02-28s3: Use talloc_tos() in yield_connection()Volker Lendecke1-1/+2
2010-02-28s3: Remove unused count_all_current_connections()Volker Lendecke1-9/+0
2010-02-25Fix up debug info on smb2_rename code.Jeremy Allison1-9/+3
2010-02-25Implement rename/move in SMB2 from Windows7.Jeremy Allison2-1/+111
2010-02-24Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).Jeremy Allison2-10/+23
2010-02-24Change the credential handling so that we start with maxmux creds,Jeremy Allison1-7/+10
2010-02-23s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2-2/+2
2010-02-18Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison1-0/+1
2010-02-18Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison1-3/+5
2010-02-17Fix bug #6557 - Do not work VFS full_auditJeremy Allison1-51/+34
2010-02-17s3: Fix bug 7139Volker Lendecke1-2/+32
2010-02-14s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()Andrew Tridgell2-12/+4
2010-02-13s3: Fix a C++ warningVolker Lendecke1-1/+1
2010-02-12Use sec_initial_uid() in the places where being root doesn't matter,Jeremy Allison1-1/+1
2010-02-12Simplify the logic in make_connection_snum(), and make it match Windows behav...Jeremy Allison1-41/+63
2010-02-12s3/smbd: change locking behavior when "lock spin time = 0".Steven Danneman2-7/+16
2010-02-12Remove #if SOFTLINK_OPTIMIZATION code.Jeremy Allison1-17/+0
2010-02-12Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...Jeremy Allison1-16/+9
2010-02-12Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...Jeremy Allison1-9/+16
2010-02-12s3: notify_onelevel does not use seqnums, so don't open asking for itVolker Lendecke1-1/+1
2010-02-11Remove the code replaced by widelinks warning.Jeremy Allison1-7/+0
2010-02-11Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison3-6/+7
2010-02-11Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...Jeremy Allison1-0/+12
2010-02-11Introduce lp_safe_widelinks()Simo Sorce3-5/+7
2010-02-11Fine changes to previous fix for bug #7104 - "wide links" and "unix extension...Jeremy Allison1-20/+18
2010-02-11Suplementary patch for bug #7104 - "wide links" and "unix extensions" are inc...Jeremy Allison1-27/+28
2010-02-10s3-smbd: update to use new DLIST macrosAndrew Tridgell2-6/+5
2010-02-09Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2-3/+6
2010-02-09s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher1-4/+3
2010-02-09s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher1-2/+2
2010-02-08s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher1-1/+212
2010-02-08s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher1-4/+6
2010-02-08s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher1-3/+3
2010-02-05Fix trailing whitespace errors I added (sorry).Jeremy Allison2-5/+5
2010-02-05s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell1-6/+42
2010-02-05s3-brlock: we don't need these MSG_SMB_UNLOCK calls nowAndrew Tridgell1-2/+0
2010-02-05s3-brlock: add a minimim retry time for pending blocking locksAndrew Tridgell1-0/+20
2010-02-05Remove now unused variable.Jeremy Allison1-1/+0
2010-02-05Fix bug 7104 - "wide links" and "unix extensions" are incompatible.Jeremy Allison3-37/+9
2010-02-01Add debug to make it clear when EA dosmode set is invoked.Jeremy Allison1-0/+5
2010-02-01Fix bug #7084 - Create time on directories not stored properly in an EA in ne...Jeremy Allison1-7/+0
2010-02-01Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...Jeremy Allison1-1/+1
2010-02-01Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison1-1/+1
2010-01-30s3/smbd: Fix string buffer overflow causing heap corruptionSteven Danneman1-1/+2
2010-01-26Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison1-0/+8
2010-01-25Correct fix for unused variable return from ndr_decode. Use it :-).Jeremy Allison1-0/+8
2010-01-25Revert "s3: remove unused Variable"Jeremy Allison1-0/+4