summaryrefslogtreecommitdiffstats
path: root/source/libsmb/smberr.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>1998-06-21 12:44:34 +0000
committerRichard Sharpe <sharpe@samba.org>1998-06-21 12:44:34 +0000
commitdc9436bae4493b71ba92970d6cc49dbb33cd55cd (patch)
treeb00397cfda902cee934b2bc0355595b67d20b642 /source/libsmb/smberr.c
parente65efe3f78240a4fa1ed7931e96c6fb698d9d8c8 (diff)
downloadsamba-dc9436bae4493b71ba92970d6cc49dbb33cd55cd.tar.gz
samba-dc9436bae4493b71ba92970d6cc49dbb33cd55cd.tar.xz
samba-dc9436bae4493b71ba92970d6cc49dbb33cd55cd.zip
Remove the copyright to Canon Information Systems Australia, as we don't
want them to have the copyright. Added a new DOSERR response code that Win95 returns, unimp, unimplemented. Added code to ignore errors on setting remote time, as Win 95 does not like the time being changed on a directory. Win NT and Samba are OK at this. This is the next to last clean-ups here. Next is to properly handle restore times on directories (except for Win95--see above). Now have Jay's changes in and have fixed a bug reported by Tim Lee.
Diffstat (limited to 'source/libsmb/smberr.c')
-rw-r--r--source/libsmb/smberr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/libsmb/smberr.c b/source/libsmb/smberr.c
index c284d18ba67..ee751c0f80d 100644
--- a/source/libsmb/smberr.c
+++ b/source/libsmb/smberr.c
@@ -58,6 +58,7 @@ err_code_struct dos_msgs[] = {
{"ERRnofiles",18,"A File Search command can find no more files matching the specified criteria."},
{"ERRbadshare",32,"The sharing mode specified for an Open conflicts with existing FIDs on the file."},
{"ERRlock",33,"A Lock request conflicted with an existing lock or specified an invalid mode, or an Unlock requested attempted to remove a lock held by another process."},
+ {"ERRunsup", 50, "The operation is unsupported"},
{"ERRnosuchshare", 67, "You specified an invalid share name"},
{"ERRfilexists",80,"The file named in a Create Directory, Make New File or Link request already exists."},
{"ERRbadpipe",230,"Pipe invalid."},