index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
error.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-smbd: Avoid starting log lines with the word 'error'
Andrew Bartlett
2012-02-16
1
-2
/
+10
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-08-02
1
-3
/
+3
*
s3-smbd ntstatus_to_dos() pulls the DOS error codes out internally
Andrew Bartlett
2011-05-06
1
-5
/
+4
*
s3-lib Remove unused dos error codes from errmap_unix
Andrew Bartlett
2011-05-06
1
-3
/
+0
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Rename reply_doserror() -> reply_force_doserror().
Jeremy Allison
2009-12-21
1
-14
/
+6
*
Actually explain the twisty paths of tortured logic behind
Jeremy Allison
2009-12-18
1
-14
/
+42
*
Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.
Jeremy Allison
2009-12-17
1
-0
/
+4
*
Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...
Jeremy Allison
2009-07-10
1
-30
/
+0
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-2
/
+1
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-2
/
+2
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-50
/
+21
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-3
/
+3
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-4
/
+4
*
r24498: More extra code into a function, reply_openerror.
Jeremy Allison
2007-10-10
1
-0
/
+17
*
r24464: Now Volker removed the readbmpx we don't need cached errors any more.
Jeremy Allison
2007-10-10
1
-16
/
+0
*
r24311: add a reply_force_nterror() macro
Stefan Metzmacher
2007-10-10
1
-0
/
+8
*
r24078: Add reply_unixerror
Volker Lendecke
2007-10-10
1
-0
/
+30
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-0
/
+26
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r17541: When returning a trans2 request, if the "max data
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-45
/
+9
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-12
/
+11
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-1
/
+1
*
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...
Jeremy Allison
2007-10-10
1
-62
/
+81
*
r1093: Ensure we clear any cached errors on a deferred open call so
Jeremy Allison
2007-10-10
1
-0
/
+11
*
r478: Added Volkers fix to be able to force DOS errors when needed.
Jeremy Allison
2007-10-10
1
-4
/
+4
*
Correct fix for excel read-only bug. Add panic for logic error in developer m...
Jeremy Allison
2003-10-02
1
-3
/
+7
*
Fix for not opening Excel 2000 files that are read-only. Needs tidying
Jeremy Allison
2003-10-02
1
-3
/
+4
*
Fix to correctly return NT_STATUS_DELETE_PENDING.
Jeremy Allison
2002-11-05
1
-0
/
+3
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-1
/
+1
*
Added "nt status support" parameter. Fix offline synchronisation.
Jeremy Allison
2002-02-27
1
-5
/
+11
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fixup error mapping so we have only one table containing errno -> dos error -...
Jeremy Allison
2002-01-16
1
-38
/
+14
*
Restored old Bmpx code - actually used by OS/2.
Jeremy Allison
2001-10-19
1
-0
/
+16
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
added filename to error_packet()
Andrew Tridgell
2001-09-05
1
-7
/
+8
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-1
/
+1
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-2
/
+2
*
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
2001-08-27
1
-5
/
+5
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-71
/
+58
*
Patch from Sean.Batt@anu.edu.au to ensure error reporting is done before
Jeremy Allison
2001-03-26
1
-3
/
+3
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+4
*
move soem variables from server.c that don't belong there.
Andrew Tridgell
1998-08-17
1
-0
/
+4
*
this completes the splitup of server.c.
Andrew Tridgell
1998-08-17
1
-0
/
+142