Make us pass SHORTNAME-TEST.
[ira/wip.git] / source3 / smbd / error.c
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Jeremy Allisonr24498: More extra code into a function, reply_openerror.
2007-10-10 Jeremy Allisonr24464: Now Volker removed the readbmpx we don't need...
2007-10-10 Stefan Metzmacherr24311: add a reply_force_nterror() macro
2007-10-10 Volker Lendecker24078: Add reply_unixerror
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr17541: When returning a trans2 request, if the "max...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Jeremy Allisonr1093: Ensure we clear any cached errors on a deferred...
2007-10-10 Jeremy Allisonr478: Added Volkers fix to be able to force DOS errors...
2003-10-02 Jeremy AllisonCorrect fix for excel read-only bug. Add panic for...
2003-10-02 Jeremy AllisonCorrect fix for excel read-only bug. Add panic for...
2003-10-02 Jeremy AllisonFix for not opening Excel 2000 files that are read...
2003-10-02 Jeremy AllisonFix for not opening Excel 2000 files that are read...
2002-11-05 Jeremy AllisonFix to correctly return NT_STATUS_DELETE_PENDING.
2002-11-05 Jeremy AllisonFix to correctly return NT_STATUS_DELETE_PENDING.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-02-27 Jeremy AllisonAdded "nt status support" parameter. Fix offline synchr...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-16 Jeremy AllisonFixup error mapping so we have only one table containin...
2001-10-19 Jeremy AllisonRestored old Bmpx code - actually used by OS/2.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-05 Andrew Tridgelladded filename to error_packet()
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-03-26 Jeremy AllisonPatch from Sean.Batt@anu.edu.au to ensure error reporti...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-05-10 Andrew Tridgellmore merging voodoo
1998-08-17 Andrew Tridgellmove soem variables from server.c that don't belong...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.