summaryrefslogtreecommitdiff
path: root/source3/smbd/error.c
Commit message (Expand)AuthorAgeFilesLines
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-6/+6
* r17541: When returning a trans2 request, if the "max dataJeremy Allison2007-10-101-2/+6
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-45/+9
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-12/+11
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+1
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-62/+81
* r1093: Ensure we clear any cached errors on a deferred open call soJeremy Allison2007-10-101-0/+11
* r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2007-10-101-4/+4
* Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2003-10-021-3/+7
* Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison2003-10-021-3/+4
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-051-0/+3
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-271-5/+11
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-38/+14
* Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-191-0/+16
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* added filename to error_packet()Andrew Tridgell2001-09-051-7/+8
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-5/+5
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-71/+58
* Patch from Sean.Batt@anu.edu.au to ensure error reporting is done beforeJeremy Allison2001-03-261-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-171-0/+4
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-0/+142