diff options
author | Richard Sharpe <sharpe@samba.org> | 1998-06-21 12:44:34 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1998-06-21 12:44:34 +0000 |
commit | dc9436bae4493b71ba92970d6cc49dbb33cd55cd (patch) | |
tree | b00397cfda902cee934b2bc0355595b67d20b642 /source/include/smb.h | |
parent | e65efe3f78240a4fa1ed7931e96c6fb698d9d8c8 (diff) | |
download | samba-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/include/smb.h')
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index a5571d36451..821bf12d94c 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -164,6 +164,7 @@ implemented */ #define ERRnofiles 18 /* no more files found in file search */ #define ERRbadshare 32 /* Share mode on file conflict with open mode */ #define ERRlock 33 /* Lock request conflicts with existing lock */ +#define ERRunsup 50 /* Request unsupported, returned by Win 95, RJS 20Jun98 */ #define ERRfilexists 80 /* File in operation already exists */ #define ERRcannotopen 110 /* Cannot open the file specified */ #define ERRunknownlevel 124 |