summaryrefslogtreecommitdiff
path: root/source3/lib/dummysmbd.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-1/+1
2010-08-29s3: Remove smbd_server_fd()Volker Lendecke1-5/+0
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-1/+1
2010-08-08s3: Remove smbd_messaging_context from dummysmbdVolker Lendecke1-5/+0
2010-08-07s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke1-1/+2
2010-05-07Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison1-1/+3
2009-02-09s3 oplocks: Make the level2 oplock contention API more granularTim Prouty1-0/+19
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison1-0/+15
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-21/+0
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+20
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-0/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-20/+0
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison1-0/+5
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-0/+15
2007-10-10r21257: Better fix for bug #4188 :Jeremy Allison1-13/+4
2007-10-10r20916: Add in the delete on close final fix - but only enabledJeremy Allison1-0/+4
2007-10-10r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison1-0/+16
2007-10-10r17569: Make 'max smbd processes' more robust. Counting on the child to decre...Volker Lendecke1-5/+0
2007-10-10r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison1-0/+4
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+9
2007-10-10r6588: just include includes.h to get prototypes here.Herb Lewis1-1/+1
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-0/+2
2004-02-12merge from old APP_HEADGerald Carter1-0/+29