summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-26s3: remove unused VariableBjörn Jacke1-4/+0
2010-01-23s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2010-01-21s3: Initialize the seqnum in "init_smb_request"Volker Lendecke1-4/+4
2010-01-21s3: Make "init_smb_request" static to process.cVolker Lendecke1-4/+2
2010-01-19s3: Fix a typoVolker Lendecke1-1/+1
2010-01-19s3: Remove a comment from ancient times that no longer appliesVolker Lendecke1-1/+0
2010-01-17s3: Protect against an invalid bcc in SMBsendtxtVolker Lendecke1-1/+1
2010-01-12Make file access control decisions a lot easier to debug (at level 10).Jeremy Allison1-0/+11
2010-01-12Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison1-2/+6
2010-01-12Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison1-2/+6
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2-3/+7
2010-01-12Remove the global char *LastDir.Jeremy Allison3-22/+1
2010-01-11s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfoGiovanni Bajo1-1/+3
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke3-6/+6
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-2/+2
2010-01-08Re-fix bug 5202 - cannot change ACLs on writable file with "dos filemode=yes"Jeremy Allison1-0/+3
2010-01-07s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hashMichael Adam1-6/+24
2010-01-07s3: Remove some code that has become unnecessaryVolker Lendecke1-8/+0
2010-01-07s3: Factor password_in_history() out of check_passwd_history()Volker Lendecke1-25/+41
2010-01-07s3: Fix a typoVolker Lendecke1-1/+1
2010-01-07s3: Avoid a memset(, 0, ) callVolker Lendecke1-2/+1
2010-01-05Fix bug #7020 - smbd using 2G memory.Jeremy Allison1-0/+10
2009-12-23The posix acl version of set_nt_acl() could set the stat_exJeremy Allison1-7/+15
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett3-0/+3
2009-12-22s3: Move smb_splice_chain to smbd/process.c, its only userVolker Lendecke1-0/+174
2009-12-21Fix bug reported in mangle_hash code (no bugid yet).Jeremy Allison1-0/+9
2009-12-21Rename reply_doserror() -> reply_force_doserror().Jeremy Allison4-29/+21
2009-12-21Remove all calls to reply_doserror - turn them intoJeremy Allison6-120/+121
2009-12-18Actually explain the twisty paths of tortured logic behindJeremy Allison1-14/+42