summaryrefslogtreecommitdiff
path: root/source3/smbd/error.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-16s3-smbd: Avoid starting log lines with the word 'error'Andrew Bartlett1-2/+10
2011-08-02s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-05-06s3-smbd ntstatus_to_dos() pulls the DOS error codes out internallyAndrew Bartlett1-5/+4
2011-05-06s3-lib Remove unused dos error codes from errmap_unixAndrew Bartlett1-3/+0
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2009-12-21Rename reply_doserror() -> reply_force_doserror().Jeremy Allison1-14/+6
2009-12-18Actually explain the twisty paths of tortured logic behindJeremy Allison1-14/+42
2009-12-17Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.Jeremy Allison1-0/+4
2009-07-10Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...Jeremy Allison1-30/+0
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-2/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-2/+2
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-50/+21
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-4/+4
2007-10-10r24498: More extra code into a function, reply_openerror.Jeremy Allison1-0/+17
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-16/+0
2007-10-10r24311: add a reply_force_nterror() macroStefan Metzmacher1-0/+8
2007-10-10r24078: Add reply_unixerrorVolker Lendecke1-0/+30
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-0/+26
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-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-6/+6
2007-10-10r17541: When returning a trans2 request, if the "max dataJeremy Allison1-2/+6
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-45/+9
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-12/+11
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-62/+81
2007-10-10r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison1-0/+11
2007-10-10r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison1-4/+4
2003-10-02Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison1-3/+7
2003-10-02Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison1-3/+4
2002-11-05Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison1-0/+3
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-02-27Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison1-5/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-38/+14
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison1-0/+16
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-05added filename to error_packet()Andrew Tridgell1-7/+8
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-5/+5
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-71/+58
2001-03-26Patch from Sean.Batt@anu.edu.au to ensure error reporting is done beforeJeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2000-05-10more merging voodooAndrew Tridgell1-0/+4
1998-08-17move soem variables from server.c that don't belong there.Andrew Tridgell1-0/+4
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-0/+142