Changeset 542 for branches/client-2.0/src
- Timestamp:
- Jan 28, 2011, 4:42:32 PM (15 years ago)
- Location:
- branches/client-2.0/src
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.0/src/Makefile.kmk
r532 r542 96 96 # add new dependancy on build level info 97 97 rc/rc.rc : rc/description.rc rc/rc.rc_ 98 $( SED) "s;_VERSION_;$(VERSION);g" rc/rc.rc_ \98 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" rc/rc.rc_ \ 99 99 | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \ 100 100 | $(SED) "s;_BUILD_;$(BUILD);g" \ … … 109 109 110 110 # compile help file 111 $(PATH_BIN)/en/ndpsmb.hlp: ./help/ndpsmb.ipf version.h Config.kmk 111 $(PATH_BIN)/en/ndpsmb.hlp: ./help/ndpsmb.ipf version.h Config.kmk ./help/changelog.txt 112 112 -@mkdir $(PATH_OBJ) 113 113 -@mkdir $(PATH_OBJ)\en 114 @ppwizard.cmd ./help/ndpsmb.ipf /Pack:N /output:$(PATH_OBJ)/en/ndpsmb.ipf /other /WarningsRc:0 114 @ppwizard.cmd ./help/ndpsmb.ipf /Pack:N /output:$(PATH_OBJ)/en/ndpsmb.ipf /other /WarningsRc:0 /Define:en /Define:ipf 115 115 -@mkdir $(PATH_BIN) 116 116 -@mkdir $(PATH_BIN)\en 117 117 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/en/ndpsmb.ipf $(PATH_BIN)/en/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850 118 118 119 $(PATH_BIN)/fr/ndpsmb.hlp: ./help/ndpsmb_fr.ipf version.h Config.kmk 119 $(PATH_BIN)/fr/ndpsmb.hlp: ./help/ndpsmb_fr.ipf version.h Config.kmk ./help/changelog.txt 120 120 -@mkdir $(PATH_OBJ) 121 121 -@mkdir $(PATH_OBJ)\fr 122 @ppwizard.cmd ./help/ndpsmb_fr.ipf /Pack:N /output:$(PATH_OBJ)/fr/ndpsmb.ipf /other /WarningsRc:0 122 @ppwizard.cmd ./help/ndpsmb_fr.ipf /Pack:N /output:$(PATH_OBJ)/fr/ndpsmb.ipf /other /WarningsRc:0 /Define:fr /Define:ipf 123 123 -@mkdir $(PATH_BIN) 124 124 -@mkdir $(PATH_BIN)\fr 125 125 $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_BIN)/fr/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850 126 126 127 $(PATH_BIN)/de/ndpsmb.hlp: ./help/ndpsmb_de.ipf version.h Config.kmk 127 $(PATH_BIN)/de/ndpsmb.hlp: ./help/ndpsmb_de.ipf version.h Config.kmk ./help/changelog.txt 128 128 -@mkdir $(PATH_OBJ) 129 129 -@mkdir $(PATH_OBJ)\de 130 @ppwizard.cmd ./help/ndpsmb_de.ipf /Pack:N /output:$(PATH_OBJ)/de/ndpsmb.ipf /other /WarningsRc:0 130 @ppwizard.cmd ./help/ndpsmb_de.ipf /Pack:N /output:$(PATH_OBJ)/de/ndpsmb.ipf /other /WarningsRc:0 /Define:de /Define:ipf 131 131 -@mkdir $(PATH_BIN) 132 132 -@mkdir $(PATH_BIN)\de … … 136 136 # substitute macros in version.h 137 137 version.h: Config.kmk version.h_ 138 $( SED) "s;_VERSION_;$(VERSION);g" version.h_ \138 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" version.h_ \ 139 139 | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \ 140 140 | $(SED) "s;_BUILD_;$(BUILD);g" \ … … 142 142 143 143 # substitute macros in docs 144 $(PATH_BIN)/readme.txt: Config.kmk ./help/readme.txt 145 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" ./help/readme.txt \ 146 | $(SED) "s;_BUILD_;$(BUILD);g" \ 147 > $(PATH_BIN)/readme.txt 144 $(PATH_BIN)/readme.txt: Config.kmk ./help/readme.txt version.h ./help/changelog.txt 145 @ppwizard.cmd ./help/readme.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_BIN)/readme.txt /other /WarningsRc:0 /Define:en 148 146 149 $(PATH_BIN)/readme_fr.txt: Config.kmk ./help/readme_fr.txt 150 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" ./help/readme_fr.txt \ 151 | $(SED) "s;_BUILD_;$(BUILD);g" \ 152 > $(PATH_BIN)/readme_fr.txt 147 $(PATH_BIN)/readme_fr.txt: Config.kmk ./help/readme_fr.txt version.h ./help/changelog.txt 148 @ppwizard.cmd ./help/readme_fr.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_BIN)/readme_fr.txt /other /WarningsRc:0 /Define:fr 153 149 154 $(PATH_BIN)/readme_de.txt: Config.kmk ./help/readme_de.txt 155 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" ./help/readme_de.txt \ 156 | $(SED) "s;_BUILD_;$(BUILD);g" \ 157 > $(PATH_BIN)/readme_de.txt 150 $(PATH_BIN)/readme_de.txt: Config.kmk ./help/readme_de.txt version.h ./help/changelog.txt 151 @ppwizard.cmd ./help/readme_de.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_BIN)/readme_de.txt /other /WarningsRc:0 /Define:de 158 152 159 153 # final: zip all files! -
branches/client-2.0/src/help/ndpsmb.ipf
r527 r542 3 3 :userdoc. 4 4 5 .nameit symbol=os text=' eCS (OS/2)'6 .nameit symbol=nd text=' NetDrivefor &os.'7 .nameit symbol=ndcp text=' NetDrivefor &os. Control Panel'5 .nameit symbol=os text='<$OS>' 6 .nameit symbol=nd text='<$ND> for &os.' 7 .nameit symbol=ndcp text='<$ND> for &os. Control Panel' 8 8 .nameit symbol=mp text='mount point' 9 9 .nameit symbol=ressmb text='Samba Resource Properties' … … 11 11 .nameit symbol=build text='Samba Client Plugin for &os. version <$NDPSMB_VERSION> build <$NDPSMB_BUILD>' 12 12 13 :title. NetDrivefor &os. Control Panel Help13 :title.<$ND> for &os. Control Panel Help 14 14 15 15 :docprof toc=123456. … … 33 33 The &os. Samba client consists of one module&colon. 34 34 :ul. 35 :li.ndpsmb.dll - the NetDriveplugin itself35 :li.ndpsmb.dll - the <$ND> plugin itself 36 36 :eul.:p. 37 37 Releases prior to version 1.5.0 had a second module which is now deprecated&colon. … … 45 45 the full sourcecode from our SVN repository, please refer to the Samba for &os. Homepage for details about downloading the source. 46 46 :p. 47 The NetDriveplugin for &os. is also available with full sourcecode.47 The <$ND> plugin for &os. is also available with full sourcecode. 48 48 :p. 49 49 So if you are using our plugin we kindly ask you to support netlabs.org. … … 54 54 :ul. 55 55 :li.Samba for &os. Homepage (http&colon.&slr.&slr.samba.netlabs.org) 56 :li. NetDriveHomepage (http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive)56 :li.<$ND> Homepage (http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive) 57 57 :li.Samba Homepage (http&colon.&slr.&slr.www.samba.org) 58 58 :eul. … … 90 90 91 91 :pt.EA Support 92 :pd.1 to support eCS (OS/2)Extended Attributes, 0 to not support it.92 :pd.1 to support <$OS> Extended Attributes, 0 to not support it. 93 93 94 94 :pt.Cache timeout … … 146 146 :li.:link reftype=hd res=013.Version 2.0:elink. 147 147 :eul. 148 :h2 res=011.Version 1.0 149 :p. 150 :ul. 151 :li.beta3 152 :ul. 153 :li.changelog created 154 :li.fixed a bug with several network interfaces on one system 155 :li.fixed a bug with broken cmd.exe builtin commands 156 :li.fixed a bug with wrong dates of new and modified files 157 :li.fixed a bunch of other bugs which are too small to remember ;) 158 :li.smbcd.exe compiled against old tcp/ip stack interface 159 :eul. 160 :li.beta4 161 :ul. 162 :li.fixed errors on write to eCs shares 163 :li.more fixes for wrong dates of files 164 :eul. 165 :li.beta5 166 :ul. 167 :li.added file locking 168 :li.added 64bit file IO (when working with NDFS 2.3+) 169 :li.moved to 3.0.9 samba code. 170 :eul. 171 :li.beta6 172 :ul. 173 :li.fixed set attribute bug introduced in beta 5 174 :li.implemented setnewfilesize function. It may work not on all CIFS servers. 175 :li.added automatic smbcd.exe starting if not started when connecting to CIFS share 176 :li.added 'logfile' and 'loglevel' options to ndpsmb 177 :eul. 178 :li.beta7 179 :ul. 180 :li.moved to libc06b4.dll libc. 181 :eul. 182 :li.beta8 183 :ul. 184 :li.moved back to libc custom build. 185 :li.added EA support 186 :li.a bunch of bugs fixed 187 :eul. 188 :li.beta9 189 :ul. 190 :li.added EA support for DosOpen which was forgotten in beta8 191 :eul. 192 :li.beta10 193 :ul. 194 :li.caching of EA size after file find request 195 :li.moved to libc06b5.dll libc 196 :eul. 197 :li.beta11 198 :ul. 199 :li.moved to libc06r1.dll libc 200 :eul. 201 :li.beta12 202 :ul. 203 :li.NdpRsrcQueryFSAllocate rewritten 204 :li.moved to libc06.dll from GA2 release 205 :eul. 206 :li.beta13 (the lucky one) 207 :ul. 208 :li.moved to libc061.dll from CSD1 release 209 :eul. 210 :li.beta14 211 :ul. 212 :li.moved to libc custom build 213 :eul. 214 :li.GA 215 :ul. 216 :li.changelog was not updated 217 :eul. 218 :eul. 219 :h2 res=012.Version 1.5 220 :ul. 221 :li.alpha1 222 :ul. 223 :li.smbdc.exe was implemented within ndpsmb.dll 224 :li.a lot of other changes 225 :eul. 226 :li.beta1 227 :ul. 228 :li.logging feature rewritten 229 :li.fixed free disk space 230 :li.added more return codes in the mount part (for evfsgui) 231 :eul. 232 :li.beta2 233 :ul. 234 :li.update to Samba 3.0.35 client code 235 :eul. 236 :li.beta3 237 :ul. 238 :li.update to Samba 3.0.36 client code 239 :li.codepage fix for system running non IBM-850 codepages (Ticket #100) 240 :eul. 241 :li.beta4 242 :ul. 243 :li.update to Samba 3.0.37 client code 244 :li.codepage fix for Ticket #68 245 :eul. 246 :li.1.5.0 GA 247 :ul. 248 :li.Fix memory leak in EA code 249 :li.Ticket #111 250 :li.Remove unused MEMLEN, LOGFILE and LOGLEVEL token:p. 251 (Compatibility warning: These tokens must also be removed from older *.ndc *.evp and volumes.cfg files in order to restore connections with the new plugin properly) 252 :li.added logging feature for samba messages 253 :eul. 254 :li.1.5.1 255 :ul. 256 :li.Fix crash on quadcore machines 257 :eul. 258 :li.1.5.2 259 :ul. 260 :li.Fix help files 261 :eul. 262 :li.1.5.3 263 :ul. 264 :li.Fix timestamp problem 265 :eul. 266 :eul. 267 :h2 res=013.Version 2.0 268 :ul. 269 :li.beta1 270 :ul. 271 :li.added dir caching 272 :eul. 273 :li.beta2 274 :ul. 275 :li.read problem of small files fixed 276 :li.delete cache of changed files 277 :li.SIGPIPE crash fixed 278 :eul. 279 :li.beta3 280 :ul. 281 :li.changed instpl.cmd to work correct with nls 282 :li.added the possibility to adjust cache timeout and depth via GUI 283 :li.adjustments to helpfile and readme 284 :eul. 285 :li.beta4 286 :ul. 287 :li.possible SIGPIPE crashes redone (thanks to Vitali) 288 :li.touch did not delete the cache 289 :eul. 290 :li.2.0.0 GA 291 :ul. 292 :li.changed wpi package 293 :eul. 294 :eul. 148 #include <changelog.txt> 295 149 .****************************************************** 296 150 :h1.Credit -
branches/client-2.0/src/help/ndpsmb_de.ipf
r527 r542 3 3 :userdoc. 4 4 5 .nameit symbol=os text=' eCS (OS/2)'6 .nameit symbol=nd text=' NetDrivef&ue.r &os.'7 .nameit symbol=ndcp text=' NetDrivef&ue.r &os. Control Panel'5 .nameit symbol=os text='<$OS>' 6 .nameit symbol=nd text='<$ND> f&ue.r &os.' 7 .nameit symbol=ndcp text='<$ND> f&ue.r &os. Control Panel' 8 8 .nameit symbol=mp text='mount point' 9 9 .nameit symbol=ressmb text='Samba Resource Parameter' … … 11 11 .nameit symbol=build text='Samba Client Plugin f&ue.r &os. version <$NDPSMB_VERSION> build <$NDPSMB_BUILD>' 12 12 13 :title. NetDrivef&ue.r &os. Control Panel Hilfe13 :title.<$ND> f&ue.r &os. Control Panel Hilfe 14 14 15 15 :docprof toc=123456. … … 38 38 Der &os. Samba-Client besteht aus einem Modul&colon. 39 39 :ul. 40 :li.ndpsmb.dll - das NetDrive&slr. EVFS Plugin.40 :li.ndpsmb.dll - das <$ND> &slr. EVFS Plugin. 41 41 :eul.:p. 42 42 Versionen vor Version 1.5.0 hatten ein zweites Modul&comma. das jetzt veraltet ist&colon. … … 52 52 des Quellcodes. 53 53 :p. 54 Das NetDrivePlugin f&ue.r &os. ist auch mit vollst&ae.ndigem Quellcode verf&ue.gbar.54 Das <$ND> Plugin f&ue.r &os. ist auch mit vollst&ae.ndigem Quellcode verf&ue.gbar. 55 55 :p. 56 56 Also&comma. wenn Sie unser Plugin verwenden&comma. bitten wir Sie um Ihre Unterst&ue.tzung f&ue.r … … 61 61 :ul. 62 62 :li.Samba f&ue.r &os. Homepage (http&colon.&slr.&slr.samba.netlabs.org) 63 :li. NetDriveHomepage (http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive)63 :li.<$ND> Homepage (http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive) 64 64 :li.Samba Homepage (http&colon.&slr.&slr.www.samba.org) 65 65 :eul. … … 73 73 :h2 res=100.&ressmb. 74 74 :p. 75 Die NetDriveSamba Plugin Parameter sind&colon.75 Die <$ND> Samba Plugin Parameter sind&colon. 76 76 :parml. 77 77 :pt.Arbeitsgruppe … … 140 140 :p. 141 141 Falls eine LOGFILES Umgebungsvariable existiert&comma. wird die Log-Datei 142 dort erzeugt&comma. falls nicht im NetdriveVerzeichnis. Die Logdatei heisst143 log.ndpsmb f&ue.r den NetdriveTeil und log.smbc f&ue.r den Samba Teil.142 dort erzeugt&comma. falls nicht im <$ND> Verzeichnis. Die Logdatei heisst 143 log.ndpsmb f&ue.r den <$ND> Teil und log.smbc f&ue.r den Samba Teil. 144 144 145 145 .****************************************************** … … 151 151 :li.:link reftype=hd res=013.Version 2.0:elink. 152 152 :eul. 153 :h2 res=011.Version 1.0 154 :p. 155 :ul. 156 :li.beta3 157 :ul. 158 :li.Changelog erstellt 159 :li.Ein Fehler wurde behoben mit mehreren Netzwerk-Schnittstellen auf einem System 160 :li.Ein Fehler wurde behoben mit gebrochenen cmd.exe eingebaute Kommandos 161 :li.Ein Fehler wurde behoben mit falschen Daten der neuen und ge&ae.nderten Dateien 162 :li.Es wurde ein B&ue.ndel anderer Bugs&comma. die zu klein sind&comma. sich daran zu erinnern;) 163 :li.Gegen alte tcp zusammengestellt smbcd.exe &slr. IP-Stack-Schnittstelle 164 :eul. 165 :li.beta4 166 :ul. 167 :li.Fehler behoben auf zu schreiben&comma. ECS Freigaben 168 :li.Mehr Updates f&ue.r falsches Datum der Dateien 169 :eul. 170 :li.beta5 171 :ul. 172 :li.Hat das Sperren von Dateien 173 :li.Hat 64-Bit-IO-Datei (bei der Arbeit mit NDF 2&comma.3 &plus.) 174 :li.Update auf 3.0.9 Samba 175 :eul. 176 :li.beta6 177 :ul. 178 :li.Fixed bug-Attribut eingef&ue.hrt&comma. beta 5 179 :li.Umgesetzt setnewfilesize Funktion. Es kann nicht auf allen CIFS-Servern arbeiten. 180 :li.Hat die automatische smbcd.exe ab&comma. wenn nicht gestartet&comma. wenn eine Verbindung zu CIFS-Freigabe 181 :li.Added 'logfile' und 'loglevel "Optionen ndpsmb 182 :eul. 183 :li.beta7 184 :ul. 185 :li.Update auf libc06b4.dll libc. 186 :eul. 187 :li.beta8 188 :ul. 189 :li.mittels benutzerdefinierter libc bauen 190 :li.EA Unterst&ue.tzung hninzugef&ue.gt 191 :li.Ein paar Bugs behoben 192 :eul. 193 :li.beta9 194 :ul. 195 :li.EA Unterst&ue.tzung f&ue.r DosOpen hinzugef&ue.gt, die in beta8 vergessen wurde 196 :eul. 197 :li.beta10 198 :ul. 199 :li.Caching von EA-Gr&oe.&Beta.e nach dateifinde Anfrage 200 :li.Update auf libc06b5.dll libc 201 :eul. 202 :li.beta11 203 :ul. 204 :li.Update auf libc06r1.dll libc 205 :eul. 206 :li.beta12 207 :ul. 208 :li.NdpRsrcQueryFSAllocate umgeschrieben 209 :li.Update auf GA2 Release libc06.dll 210 :eul. 211 :li.beta13 (the lucky one) 212 :ul. 213 :li.Update auf CSD1 Release libc061.dll 214 :eul. 215 :li.beta14 216 :ul. 217 :li.mittels benutzerdefinierter libc bauen 218 :eul. 219 :li.GA 220 :ul. 221 :li.Changelog wurde nicht aktualisiert 222 :eul. 223 :eul. 224 :h2 res=012.Version 1.5 225 :ul. 226 :li.alpha1 227 :ul. 228 :li.smbcd.exe wurde innerhalb ndpsmb.dll umgesetzt 229 :li.Eine Menge anderer Ver&ae.nderungen 230 :eul. 231 :li.beta1 232 :ul. 233 :li.Logging-Funktion neu geschrieben 234 :li.Fixed freier Festplattenspeicher 235 :li.mehr Return-Codes in den mount points (f&ue.r evfsgui) 236 :eul. 237 :li.beta2 238 :ul. 239 :li.Update auf Samba 3.0.35 Client-Code 240 :eul. 241 :li.beta3 242 :ul. 243 :li.Update auf Samba 3.0.36 Client-Code 244 :li.Codepage Update f&ue.r System&colon. welche nicht mit IBM-850 Codepages laufen (Ticket #100) 245 :eul. 246 :li.beta4 247 :ul. 248 :li.Update auf Samba 3.0.37 Client-Code 249 :li.Codepage Update f&ue.r Ticket # 68 250 :eul. 251 :li.1.5.0 GA 252 :ul. 253 :li.Behebung eines Speicherloches im EA-Code 254 :li.Ticket #111 255 :li.Die nicht mehr ben&ue.tzten Token MEMLEN&comma. LOGFILE und LOGLEVEL wurden 256 entfernt. 257 :p. 258 (ACHTUNG! Kompatibilit&ae.tswarnung&colon. Die Token m&ue.ssen auch aus alten *.evp&comma. *.ndc und volumes.cfg Dateien entfernt werden&comma. anonsten scheitert die Wiederherstellung von Verbindungsprofilen) 259 :li.Logging-Funktion f&ue.r Samba Meldungen hinzugef&ue.gt 260 :eul. 261 :li.1.5.1 262 :ul. 263 :li.Fix f&ue.r den Crash auf Quadcore Maschinen 264 :eul. 265 :li.1.5.2 266 :ul. 267 :li.Korrekturen in den Hilfedateien 268 :eul. 269 :li.1.5.3 270 :ul. 271 :li.Zeitzonenproblem behoben 272 :eul. 273 :eul. 274 :h2 res=013.Version 2.0 275 :ul. 276 :li.beta1 277 :ul. 278 :li.Caching von Verzeichnissen 279 :eul. 280 :li.beta2 281 :ul. 282 :li.Leseproblem mit kleinen Dateien 283 :li.Cache von ge&ae.nderten Dateien sofort l&oe.schen 284 :li.SIGPIPE Absturz behoben 285 :eul. 286 :li.beta3 287 :ul. 288 :li.instpl.cmd ge&ae.ndert, damit Sprachen richtig installiert werden 289 :li.M&oe.glichkeit zum verndern des Cache timeout und Tiefe via GUI 290 :li.Anassungen an Hilfedateine und readme 291 :eul. 292 :li.beta4 293 :ul. 294 :li.m&oe.gliche SIGPIPE Abst&ue.rze komplett neu gel&oe.st (Dank geht an Vitali) 295 :li.Touch l&oe.schte den Cache nicht 296 :eul. 297 :li.2.0.0 GA 298 :ul. 299 :li.&Ae.nderung im WarpIn Packet 300 :eul. 301 :eul. 153 #include <changelog.txt> 302 154 .****************************************************** 303 155 :h1.Credit -
branches/client-2.0/src/help/ndpsmb_fr.ipf
r527 r542 3 3 :userdoc. 4 4 5 .nameit symbol=os text=' eCS (OS/2)'6 .nameit symbol=nd text=' NetDrivepour &os.'7 .nameit symbol=ndcp text='Panneau de contrle NetDrivepour &os.'5 .nameit symbol=os text='<$OS>' 6 .nameit symbol=nd text='<$ND> pour &os.' 7 .nameit symbol=ndcp text='Panneau de contrle <$ND> pour &os.' 8 8 .nameit symbol=mp text='Point de montage' 9 9 .nameit symbol=ressmb text='Proprits de la ressource Samba' … … 11 11 .nameit symbol=build text='Client Samba pour &os. version <$NDPSMB_VERSION> construction <$NDPSMB_BUILD>' 12 12 13 :title.Panneau de contrle NetDrivepour &os.13 :title.Panneau de contrle <$ND> pour &os. 14 14 :docprof toc=123456. 15 15 .*************************************************** 16 .* NetDrivefor eComStation (OS/2) Control Panel Help - French version16 .* <$ND> for eComStation (OS/2) Control Panel Help - French version 17 17 .* Translator : Guillaume Gay <guillaume.gay@bigfoot.com> 18 18 .* Translation : 2011-01-11 … … 51 51 Le client Samba pour &os. consiste en un seul module &colon. 52 52 :ul. 53 :li.ndpsmb.dll - le composant enfichable pour NetDrive/EVFS lui-mme.53 :li.ndpsmb.dll - le composant enfichable pour <$ND>/EVFS lui-mme. 54 54 :eul. 55 55 :p. … … 91 91 :ul. 92 92 :li.Samba pour &os. &colon. http&colon.&slr.&slr.samba.netlabs.org 93 :li. NetDrive&colon. http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive93 :li.<$ND> &colon. http&colon.&slr.&slr.www.blueprintsoftwareworks.com&slr.netdrive 94 94 :li.Samba &colon. http&colon.&slr.&slr.www.samba.org 95 95 :eul. … … 135 135 1 s'il s'agit du nom du groupe de travail "matre". 136 136 :pt.Support des A 137 :pd.1 pour que les Attributs tendus (Extended Attributes) d' eCS138 (OS/2)soient pris en charge, 0 sinon.137 :pd.1 pour que les Attributs tendus (Extended Attributes) d'$os. 138 soient pris en charge, 0 sinon. 139 139 :pt.Dlai du cache 140 140 :pd.dure de validit du cache en secondes. Si la dure est … … 227 227 :li.:link reftype=hd res=013.Version 2.0:elink. 228 228 :eul. 229 :h2 res=011.Version 1.0 230 :p. 231 :ul. 232 :li.beta3 233 :ul. 234 :li.Cration de l'historique. 235 :li.Correction du problme avec plusieurs interfaces rseau sur un 236 systme. 237 :li.Correction du problme avec les commandes internes casses de 238 cmd.exe. 239 :li.Correction du problme de mauvaises dates pour les nouveaux 240 fichiers et les fichiers modifis. 241 :li.Correction d'un tas d'autres problmes trop insignifiants pour 242 qu'on s'en souvienne ;) 243 :li.smbcd.exe compil pour l'ancienne interface de pile TCP/IP. 244 :eul. 245 :li.beta4 246 :ul. 247 :li.Correction d'erreurs 248 l'criture sur les partages eCS. 249 :li.Nouvelles corrections pour les dates de fichiers errones. 250 :eul. 251 :li.beta5 252 :ul. 253 :li.Ajout du verrouillage de fichiers. 254 :li.Ajout des E/S fichiers sur 64 bits (pour une utilisation avec 255 NDFS v2.3 et +). 256 :li.Passage au code Samba v3.0.9. 257 :eul. 258 :li.beta6 259 :ul. 260 :li.Correction du problme d'application des attributs introduit 261 dans la beta 5. 262 :li.Implmentation de la fonction setnewfilesize. Cela peut 263 cependant ne pas fonctionner avec tous les serveurs CIFS. 264 :li.Ajout du dmarrage automatique de smbcd.exe s'il n'est pas lanc 265 266 la connexion au partage CIFS. 267 :li.Ajout des options 'logfile' et 'loglevel' 268 ndpsmb. 269 :eul. 270 :li.beta7 271 :ul. 272 :li.Passage 273 la bibliothque libc libc06b4.dll. 274 :eul. 275 :li.beta8 276 :ul. 277 :li.Retour 278 une construction "maison" de libc. 279 :li.Ajout de la prise en charge des A. 280 :li.Correction d'un tas d'autres problmes. 281 :eul. 282 :li.beta9 283 :ul. 284 :li.Ajout de la prise en charge des A pour DosOpen, oublie dans la 285 beta8. 286 :eul. 287 :li.beta10 288 :ul. 289 :li.Mise en antmmoire de la taille des A aprs une requte de 290 recherche de fichier. 291 :li.Passage 292 la bibliothque libc libc06b5.dll. 293 :eul. 294 :li.beta11 295 :ul. 296 :li.Passage 297 la bibliothque libc libc06r1.dll. 298 :eul. 299 :li.beta12 300 :ul. 301 :li.Rcriture de NdpRsrcQueryFSAllocate. 302 :li. Passage 303 la bibliothque libc libc06.dll version GA2. 304 :eul. 305 :li.beta13, la chanceuse 306 :ul. 307 :li.Passage 308 la bibliothque libc libc061.dll version CSD1. 309 :eul. 310 :li.beta14 311 :ul. 312 :li.Passage 313 une construction "maison" de libc. 314 :eul. 315 :li.GA 316 :ul. 317 :li.Historique non renseign. 318 :eul. 319 :eul. 320 :h2 res=012.Version 1.5 321 :ul. 322 :li.alpha1 323 :ul. 324 :li.smbdc.exe a t implment au sein de ndpsmb.dll. 325 :li.Beaucoup d'autres modifications. 326 :eul. 327 :li.beta1 328 :ul. 329 :li.Rcriture de la fonction de consignation. 330 :li.Correction de l'espace disque libre. 331 :li.Ajout de codes de retour supplmentaires pour la partie montage 332 (pour evfsgui). 333 :eul. 334 :li.beta2 335 :ul. 336 :li.Passage au code du client Samba v3.0.35. 337 :eul. 338 :li.beta3 339 :ul. 340 :li.Passage au code du client Samba v3.0.36. 341 :li.Correctif sur les pages de codes pour les systmes n'utilisant 342 pas la page de codes IBM-850 (ticket nø100). 343 :eul. 344 :li.beta4 345 :ul. 346 :li.Passage au code du client Samba v3.0.37. 347 :li.Correctif sur les pages de codes (ticket nø68). 348 :eul. 349 :li.1.5.0 GA 350 :ul. 351 :li.Correction d'une fuite de mmoire dans le code A. 352 :li.Ticket nø111. 353 :li.Retrait des variables MEMLEN, LOGFILE et LOGLEVEL non utilises. 354 .br 355 (Avertissement de compatibilit &colon. ces variables doivent aussi 356 tre retires des fichiers *.ndc, *.evp et volumes.cfg plus anciens 357 afin de rtablir correctement les connexions avec le nouveau 358 composant enfichable). 359 :li.Ajout de la fonction de journalisation pour les messages lis 360 361 Samba. 362 :eul. 363 :li.1.5.1 364 :ul. 365 :li.Correction du plantage sur les machines Quadcore. 366 :eul. 367 :li.1.5.2 368 :ul. 369 :li.Correction des fichiers d'aide. 370 :eul. 371 :li.1.5.3 372 :ul. 373 :li.Correction du problme de tampon dateur des fichiers. 374 :eul. 375 :eul. 376 :h2 res=013.Version 2.0 377 :ul. 378 :li.beta1 379 :ul. 380 :li.Ajout de la mise en cache des rpertoires. 381 :eul. 382 :li.beta2 383 :ul. 384 :li.Correction du problme de lecture des petits fichiers. 385 :li.Suppression du cache sur les fichiers modifis. 386 :li.Correction du plantage SIGPIPE. 387 :eul. 388 :li.beta3 389 :ul. 390 :li.Correction du script insp.pl pour une meilleure prise en 391 charge des fichiers de langue. 392 :li.Ajout de la possibilit de rgler le dlai et la 393 profondeur du cache via l'interface utilisateur. 394 :li.Correction des fichiers d'aide. 395 :eul. 396 :li.beta4 397 :ul. 398 :li.Revue des possibles plantages SIGPIPE (merci 399 Vitali). 400 :li."touch" ne supprimait pas le cache. 401 :eul. 402 :li.2.0.0 GA 403 :ul. 404 :li.Modification du l'archive de distribution WPI. 405 :eul. 406 :eul. 407 :p. 229 #include <changelog.txt> 408 230 .****************************************************** 409 231 .* PANNEL : CREDIT -
branches/client-2.0/src/help/readme.txt
r527 r542 1 Samba Client Plugin for eCS (OS/2) 2 Version _VERSION_ 3 Build _BUILD_ 1 #include <version.h> 2 Samba Client Plugin for <$OS> 3 Version <$NDPSMB_VERSION> 4 Build <$NDPSMB_BUILD> 4 5 __________________________________ 5 6 … … 10 11 2. License 11 12 3. Installation 12 3.1 Netdrive13 3.1 <$ND> 13 14 3.2 EVFS 14 15 4. NDPSMB.DLL usage 15 4.1 Netdrive16 4.1 <$ND> 16 17 4.2 EVFS 17 18 5. Debugging … … 24 25 Samba is a SMB/CIFS protocols file and print sharing server/client suite 25 26 originally made for the UNIX world to cooperate with corresponding Windows and 26 eCS (OS/2) servers or clients. eCS (OS/2)has a native implementation of SMB/CIFS27 <$OS> servers or clients. <$OS> has a native implementation of SMB/CIFS 27 28 server/client set - IBM LAN Manager and IBM Peer. These products haven't been 28 29 updated for a long time and have some compatibility problems with modern 29 30 Windows SMB/CIFS implementations. 30 31 31 This package is the eCS (OS/2)port of Samba client made as the plugin for32 This package is the <$OS> port of Samba client made as the plugin for 32 33 33 - NetDrive for eCS (OS/2) - a well known virtual file system for eCS (OS/2)or34 - <$ND> for <$OS> - a well known virtual file system for <$OS> or 34 35 - EVFS - the eComStation Virtual Filesystem for SMB. 35 36 36 eCS (OS/2)Samba client provides seamless access to SMB/CIFS file shares over37 <$OS> Samba client provides seamless access to SMB/CIFS file shares over 37 38 your network using TCP/IP as the underlying transport protocol. 38 39 39 The eCS (OS/2)Samba client consists of one module:40 ndpsmb.dll - the NetDrive/EVFS plugin itself.40 The <$OS> Samba client consists of one module: 41 ndpsmb.dll - the <$ND>/EVFS plugin itself. 41 42 42 43 Releases prior to version 1.5.0 had a second module which is now deprecated: … … 49 50 Samba is freely available under the GNU General Public License. You can get 50 51 the full sourcecode from our SVN repository, please refer to the Samba for 51 eCS (OS/2)Homepage for details about downloading the source.52 <$OS> Homepage for details about downloading the source. 52 53 53 The NetDriveplugin is also available with full sourcecode.54 The <$ND> plugin is also available with full sourcecode. 54 55 55 56 So if you are using our plugin we kindly ask you to support netlabs.org. 56 Please refer to the Samba for eCS (OS/2)Homepage to learn how you can do57 Please refer to the Samba for <$OS> Homepage to learn how you can do 57 58 that! 58 59 … … 60 61 Links: 61 62 62 Samba for eCS (OS/2)Homepage: http://samba.netlabs.org/63 NetDriveHomepage: http://www.blueprintsoftwareworks.com/netdrive/63 Samba for <$OS> Homepage: http://samba.netlabs.org/ 64 <$ND> Homepage: http://www.blueprintsoftwareworks.com/netdrive/ 64 65 Samba Homepage: http://www.samba.org/ 65 66 … … 74 75 releases. If you have still the 16 bit stack, please search the net for the 32 bit stack. 75 76 76 77 3.1 Netdrive 77 3.1 <$ND> 78 78 ____________ 79 79 80 You must have NetDrive2.2.1 or newer installed prior to installation of this80 You must have <$ND> 2.2.1 or newer installed prior to installation of this 81 81 package. If you want to use 64bit file API, you should install 2.3 or newer 82 version of NetDrive. 82 version of <$ND>. The installation is semi-automatic and consists of the 83 following: 83 84 84 To install the plugin run instpl.cmd from this package. It will place all files 85 to the netdrive plugin directory. 85 - ndpsmb.dll installation : 86 Run instpl.cmd from this package. It will place all files to the <$ND> 87 plugin directory. 86 88 87 89 3.2 EVFS 88 90 ________ 89 91 90 To install the plugin, just put ndpsmb.dll into x:\ecs\dll (where x: is your bootdrive) 92 - ndpsmb.dll installation : 93 Put ndpsmb.dll into x:\ecs\dll (where x: is your bootdrive) 91 94 92 95 … … 95 98 96 99 97 4.1. Usage with Netdrive100 4.1. Usage with <$ND> 98 101 ______________________ 99 102 100 NetDrive Samba plugin is used according to general NetDriveusage rules. Read101 the NetDrivedocumentation for more information. The SMB/CIFS resources could103 <$ND> Samba plugin is used according to general <$ND> usage rules. Read 104 the <$ND> documentation for more information. The SMB/CIFS resources could 102 105 be mounted either using command line nd.exe utility or WPS ndpm.exe utility of 103 NetDrive.106 <$ND>. 104 107 105 The NetDriveSamba plugin parameters are:108 The <$ND> Samba plugin parameters are: 106 109 107 110 workgroup - the name of workgroup to connect to. … … 115 118 masterttype - 0 if 'master' is the name of master server, 1 if 'master' is 116 119 the name of master workgroup. 117 easupport - 1 to support eCS (OS/2)Extended Attributes, 0 to not support it120 easupport - 1 to support <$OS> Extended Attributes, 0 to not support it 118 121 cache timeout - the time in seconds for which the cache is valid. If the time is 119 122 over the client rereads the directory again. For a directory with … … 151 154 152 155 eComStation comes with a GUI program named EVFSGUI which is even more feature 153 rich than the NetdriveGUI. Refer to the documentaion that comes with eCS.156 rich than the <$ND> GUI. Refer to the documentaion that comes with eCS. 154 157 155 158 5. Debugging … … 161 164 The logfile is placed to your LOGFILES env path, if available. If the 162 165 LOGFILES environment variable is missing, the logfile is placed into the 163 Netdrive directory. The logfile is called log.ndpsmb for the Netdrivepart166 <$ND> directory. The logfile is called log.ndpsmb for the <$ND> part 164 167 and log.smbc for the Samba part. 165 168 … … 168 171 ____________ 169 172 170 v1.0 beta3: 171 - changelog created 172 - fixed a bug with several network interfaces on one system 173 - fixed a bug with broken cmd.exe builtin commands 174 - fixed a bug with wrong dates of new and modified files 175 - fixed a bunch of other bugs which are too small to remember ;) 176 - smbcd.exe compiled against old tcp/ip stack interface 177 178 v1.0 beta4: 179 - fixed errors on write to eCs shares 180 - more fixes for wrong dates of files 181 182 v1.0 beta5: 183 - added file locking 184 - added 64bit file IO (when working with NDFS 2.3+) 185 - moved to 3.0.9 samba code 186 187 v1.0 beta6: 188 - fixed set attribute bug introduced in beta 5 189 - implemented setnewfilesize function. It may work not on all CIFS servers. 190 - added automatic smbcd.exe starting if not started when connecting to CIFS share 191 - added 'logfile' and 'loglevel' options to ndpsmb 192 193 v1.0 beta7: 194 - moved to libc06b4.dll libc. 195 196 v1.0 beta8: 197 - moved back to libc custom build. 198 - added EA support 199 - a bunch of bugs fixed 200 201 v1.0 beta9: 202 - added EA support for DosOpen which was forgotten in beta8 203 204 v1.0 beta10: 205 - caching of EA size after file find request 206 - moved to libc06b5.dll libc 207 208 v1.0 beta11: 209 - moved to libc06r1.dll libc 210 211 v1.0 beta12: 212 - NdpRsrcQueryFSAllocate rewritten 213 - moved to libc06.dll from GA2 release 214 215 v1.0 beta13, the lucky one: 216 - moved to libc061.dll from CSD1 release 217 218 v1.0 beta14: 219 - moved to libc custom build 220 221 v1.0 GA: 222 - changelog was not updated 223 224 v1.5.0 alpha1: 225 - smbdc.exe was implemented within ndpsmb.dll 226 - a lot of other changes 227 228 v1.5.0 beta1: 229 - logging feature rewritten 230 - fixed free disk space 231 - added more return codes in the mount part (for evfsgui) 232 233 v1.5.0 beta2: 234 - update to Samba 3.0.35 client code 235 236 v1.5.0 beta3: 237 - update to Samba 3.0.36 client code 238 - codepage fix for system running 239 non IBM-850 codepages (Ticket #100) 240 241 v1.5.0 beta4: 242 - update to Samba 3.0.37 client code 243 - codepage fix for Ticket #68 244 245 v1.5.0 GA: 246 - Fix memory leak in EA code 247 - Ticket #111 248 - Remove unused MEMLEN, LOGFILE and LOGLEVEL token 249 (Compatibility warning: These tokens must also be removed from older 250 *.ndc *.evp and volumes.cfg files in order to restore connections 251 with the new plugin properly) 252 - added logging feature for samba messages 253 254 v1.5.1: 255 - Fix crashes on quadcore machines 256 257 v1.5.2: 258 - Fix help files 259 260 v1.5.3: 261 - Fix timestamp problem 262 263 v2.0.0 beta1: 264 - added dir caching 265 266 v2.0.0 beta2: 267 - read problem of small files fixed 268 - delete cache of changed files 269 - SIGPIPE crash fixed 270 271 v2.0.0 beta3: 272 - changed instpl.cmd to work correct with nls 273 - added the possibility to adjust cache timeout and depth via GUI 274 - adjustments to helpfile and readme 275 276 v2.0.0 beta4: 277 - possible SIGPIPE crashes redone (thanks to Vitali) 278 - touch did not delete the cache 279 280 v2.0.0 GA: 281 - changed wpi package 282 173 #include <changelog.txt> -
branches/client-2.0/src/help/readme_de.txt
r527 r542 1 Samba-Client-Plugin fr eCS (OS/2) 2 Version _VERSION_ 3 Build _BUILD_ 1 #include <version.h> 2 Samba-Client-Plugin fr <$OS> 3 Version <$NDPSMB_VERSION> 4 Build <$NDPSMB_BUILD> 4 5 __________________________________ 5 6 … … 10 11 2. Lizenz 11 12 3. Installation 12 3.1 Netdrive13 3.1 <$ND> 13 14 3.2 EVFS 14 15 4. NDPSMB.DLL Verwendung 15 4.1 Netdrive16 4.1 <$ND> 16 17 4.2 EVFS 17 18 5. Fehlersuche … … 25 26 fhige Datei- und Druckserver realisiert werden knnen. Ursprnglich stammt 26 27 Samba aus der UNIX-Welt, um mit entsprechenden Windows-System kooperieren zu 27 knnen. eCS (OS/2)hat eine eigene Implementierung des CIFS/SMB-Protokolls,28 knnen. <$OS> hat eine eigene Implementierung des CIFS/SMB-Protokolls, 28 29 nmlich den IBM LAN Requester als Client bzw. IBM Peer/IBM LANServer/WarpServer 29 30 fr eBusiness auf der Serverseite. Diese Produkte wurden nicht seit langer Zeit … … 31 32 Windows CIFS/SMB-Implementierungen. 32 33 33 Dieses Paket ist die eCS (OS/2)Portierung des Samba-Clients als Plugin fr34 Dieses Paket ist die <$OS> Portierung des Samba-Clients als Plugin fr 34 35 35 - NetDrive fr eCS (OS/2) - ein bekanntes virtuelles Dateisystem fr eCS (OS/2)36 - <$ND> fr <$OS> - ein bekanntes virtuelles Dateisystem fr <$OS> 36 37 oder 37 38 - EVFS - das eComStation Virtual Filesystem fr SMB. 38 39 39 Der eCS (OS/2)Samba-Client bietet nahtlosen Zugriff auf CIFS/SMB-Dateifreigaben40 Der <$OS> Samba-Client bietet nahtlosen Zugriff auf CIFS/SMB-Dateifreigaben 40 41 ber Ihr Netzwerk mit TCP/IP als das zugrunde liegende Transport-Protokoll. 41 42 42 Die eCS (OS/2)Samba-Client besteht aus einem Modul:43 ndpsmb.dll - das NetDrive/ EVFS Plugin.43 Die <$OS> Samba-Client besteht aus einem Modul: 44 ndpsmb.dll - das <$ND> / EVFS Plugin. 44 45 45 46 Versionen vor Version 1.5.0 hatte ein zweites Modul, das jetzt veraltet ist: … … 52 53 Samba ist frei verfgbar unter der GNU General Public License. Sie knnen den 53 54 vollstndigen Sourcecode auf unserem SVN-Repository bekommen. Sie finden auf 54 der Samba fr eCS (OS/2)Homepage weitere Informationen ber das Herunterladen55 der Samba fr <$OS> Homepage weitere Informationen ber das Herunterladen 55 56 des Quellcodes. 56 57 57 Der NetDrivePlugin ist auch mit vollstndigem Quellcode verfgbar.58 Der <$ND> Plugin ist auch mit vollstndigem Quellcode verfgbar. 58 59 59 60 Also, wenn Sie unser Plugin verwenden, bitten wir Sie um Ihre Untersttzung fr 60 netlabs.org. Bitte beachten Sie die Samba fr eCS (OS/2)Homepage um mehr61 netlabs.org. Bitte beachten Sie die Samba fr <$OS> Homepage um mehr 61 62 darber zu erfahren, wie Sie das Projekt untersttzen knnen! 62 63 … … 64 65 Links: 65 66 66 Samba fr eCS (OS/2)Homepage: http://samba.netlabs.org/67 NetDriveHomepage: http://www.blueprintsoftwareworks.com/netdrive/67 Samba fr <$OS> Homepage: http://samba.netlabs.org/ 68 <$ND> Homepage: http://www.blueprintsoftwareworks.com/netdrive/ 68 69 Samba-Homepage: http://www.samba.org/ 69 70 … … 79 80 bitte im Internet nach dem 32 bit stack. 80 81 81 3.1 Netdrive82 3.1 <$ND> 82 83 ____________ 83 84 84 Sie mssen NetDrive2.2.1 oder hher installiert haben, vor der Installation dieses85 Paket. Wenn Sie 64-Bit-API-Datei verwenden mchten, installieren Sie NetDrive86 Version 2.3 oder neuer. 85 Sie mssen <$ND> 2.2.1 oder hher installiert haben, vor der Installation dieses 86 Paket. Wenn Sie 64-Bit-API-Datei verwenden mchten, installieren Sie <$ND> 87 Version 2.3 oder neuer. Die Installation ist halbautomatisch und besteht aus folgendem: 87 88 88 Um das Plugin zu installieren, fhren Sie Instpl.cmd aus diesem Paket aus. Es werden 89 alle Dateien in das Plugin-Verzeichnis kopiert. 89 - Ndpsmb.dll Installation: 90 Instpl.cmd aus diesem Paket aufrufen. Es werden alle Dateien in das 91 Plugin-Verzeichnis kopiert. 90 92 91 93 3,2 EVFS 92 94 ________ 93 95 94 Um das Plugin zu installieren, kopieren Sie ndpsmb.dll in x:\ecs\dll 95 (wobei x: Ihr Bootlaufwerk ist)96 - Ndpsmb.dll Installation: 97 Kopieren Sie ndpsmb.dll in x:\ecs\dll (wobei x: Ihr Bootlaufwerk ist) 96 98 97 99 … … 100 102 101 103 102 4.1. Verwendung mit Netdrive104 4.1. Verwendung mit <$ND> 103 105 ____________________________ 104 106 105 Das NetDriveSamba-Plugin ist nach den allgemeinen Regeln fr die Benutzung106 von NetDrive zu verwenden. Lesen Sie bitte die Dokumentation zu Netdrivefr107 Das <$ND> Samba-Plugin ist nach den allgemeinen Regeln fr die Benutzung 108 von <$ND> zu verwenden. Lesen Sie bitte die Dokumentation zu <$ND> fr 107 109 weitere Informationen. Die CIFS/SMB-Ressourcen knnen entweder von der 108 110 Befehlszeile mit nd.exe oder ber die WPS mit ndpm.exe gemountet werden. 109 111 110 Die NetDriveSamba Plugin Parameter sind:112 Die <$ND> Samba Plugin Parameter sind: 111 113 112 114 Arbeitsgruppe - den Namen der Arbeitsgruppe mit der eine Verbindung … … 125 127 Easupport - 1, wenn der gewnschte Server erweiterte Attribute 126 128 untersttzt, 0, wenn er es nicht tut. 127 Cache timeout - 129 Cache timeout - Die Zeit in Sekunden fr die der Cache gltig ist. Wenn die Zeit 128 130 verstrichen ist, wird das Verzeichniss neu eingelesen. Fr ein sehr 129 131 grosses Verzeichniss kann es von Vorteil sein, wenn die Zeit erhht wird. … … 163 165 164 166 eComStation kommt mit einem GUI-Programm mit dem Namen EVFSGUI, welches noch 165 mehr Feature und Komfort bietet als das NetdriveGUI. In der Dokumentation167 mehr Feature und Komfort bietet als das <$ND> GUI. In der Dokumentation 166 168 zu eComStation finden Sie mehr ber die Verwendung. 167 169 … … 173 175 174 176 Falls eine LOGFILES Umgebungsvariable existiert, wird die Log-Datei dort 175 erzeugt, falls nicht im NetdriveVerzeichnis. Die Logdatei heisst log.ndpsmb fr176 den NetdriveTeil und log.smbc fr den Samba Teil.177 erzeugt, falls nicht im <$ND> Verzeichnis. Die Logdatei heisst log.ndpsmb fr 178 den <$ND> Teil und log.smbc fr den Samba Teil. 177 179 178 180 … … 180 182 _________________________ 181 183 182 v1.0 beta3: 183 - Changelog erstellt 184 - Ein Fehler wurde behoben mit mehreren Netzwerk-Schnittstellen auf einem System 185 - Ein Fehler wurde behoben mit gebrochenen cmd.exe eingebaute Kommandos 186 - Ein Fehler wurde behoben mit falschen Daten der neuen und genderten Dateien 187 - Es wurde ein Bndel anderer Bugs, die zu klein sind, sich daran zu erinnern;) 188 - Gegen alte tcp zusammengestellt smbcd.exe / IP-Stack-Schnittstelle 184 #include <changelog.txt> 189 185 190 v1.0 beta4:191 - Fehler behoben auf zu schreiben, ECS Freigaben192 - Mehr Updates fr falsches Datum der Dateien193 194 v1.0 beta5:195 - Hat das Sperren von Dateien196 - Hat 64-Bit-IO-Datei (bei der Arbeit mit NDF 2,3 +)197 - Umzug nach 3.0.9 Samba198 199 v1.0 beta6:200 - Fixed bug-Attribut eingefhrt, beta 5201 - Umgesetzt setnewfilesize Funktion. Es kann nicht auf allen CIFS-Servern arbeiten.202 - Hat die automatische smbcd.exe ab, wenn nicht gestartet, wenn eine Verbindung zu CIFS-Freigabe203 - Added 'logfile' und 'loglevel "Optionen ndpsmb204 205 v1.0 beta7:206 - Umzug nach libc06b4.dll libc.207 208 v1.0 beta8:209 - Zog zurck nach libc benutzerdefinierte bauen.210 - EA hat die Untersttzung211 - Ein paar Bugs behoben212 213 v1.0 beta9:214 - EA hat Untersttzung fr DosOpen die in beta8 vergessen wurde215 216 v1.0 beta10:217 - Caching von EA-Gráe nach Datei zu finden Anfrage218 - Umzug nach libc06b5.dll libc219 220 v1.0 beta11:221 - Umzug nach libc06r1.dll libc222 223 v1.0 beta12:224 - NdpRsrcQueryFSAllocate umgeschrieben225 - Bewegt von GA2 Release libc06.dll226 227 v1.0 beta13, der Glckliche:228 - Bewegt von CSD1 Release libc061.dll229 230 v1.0 beta14:231 - Verschoben aufbauen, um benutzerdefinierte libc232 233 v1.0 GA:234 - Changelog wurde nicht aktualisiert235 236 v1.5.0 alpha1:237 - smbcd.exe wurde innerhalb ndpsmb.dll umgesetzt238 - Eine Menge anderer Vernderungen239 240 v1.5.0 beta1:241 - Logging-Funktion neu geschrieben242 - Feste freier Festplattenspeicher243 - Hat mehr Return-Codes in die Halterung ein Teil (zum evfsgui)244 245 v1.5.0 beta2:246 - Update auf Samba 3.0.35 Client-Code247 248 v1.5.0 beta3:249 - Update auf Samba 3.0.36 Client-Code250 - Codepage Update fr System luft251 Nicht IBM-850 Codepages (Ticket #100)252 253 v1.5.0 beta4:254 - Update auf Samba 3.0.37 Client-Code255 - Codepage Update fr Ticket # 68256 257 v1.5.0 GA:258 - Behebung eines Speicherloches im EA-Code259 - Ticket # 111260 - Die nicht mehr bentzten Token MEMLEN, LOGFILE und LOGLEVEL wurden261 entfernt.262 (ACHTUNG! Kompatibilittswarnung: Die Token mssen auch aus alten263 *.evp, *.ndc und volumes.cfg Dateien entfernt werden, anonsten264 scheitert die Wiederherstellung von Verbindungsprofilen.265 - Logging-Funktion fr Samba Meldungen hinzugefgt266 267 v1.5.1:268 - Behebung der Abstrze auf Quadcore Maschinen269 270 v1.5.2:271 - Korrekturen an den Hilfedateien272 273 v1.5.3:274 - Zeitzonenproblem behoben275 276 v2.0.0 beta1:277 - Caching von Verzeichnissen278 279 v2.0.0 beta2:280 - Leseproblem mit kleinen Dateien281 - Cache von genderten Dateien sofort lschen282 - SIGPIPE absturz behoben283 284 v2.0.0 beta3:285 - instpl.cmd gendert, damit Sprachen richtig installiert werden286 - Mglichkeit zum verndern des Cache timeout und Tiefe via GUI287 - Anassungen an Hilfedateine und readme288 289 v2.0.0 beta4:290 - mgliche SIGPIPE Abstrze komplett neu gelst (Dank geht an Vitali)291 - Touch lschte den Cache nicht292 293 v2.0.0 GA:294 - nderung am WarpIn Packet295 -
branches/client-2.0/src/help/readme_fr.txt
r527 r542 1 Client Samba pour eCS (OS/2) 2 Version _VERSION_ 3 Construction _BUILD_ 1 #include <version.h> 2 Client Samba pour <$OS> 3 Version <$NDPSMB_VERSION> 4 Construction <$NDPSMB_BUILD> 4 5 ____________________________ 5 6 … … 10 11 2. Licence 11 12 3. Installation 12 3.1 Netdrive13 3.1 <$ND> 13 14 3.2 EVFS 14 15 4. Utilisation de NDPSMB.DLL 15 4.1 Netdrive16 4.1 <$ND> 16 17 4.2 EVFS 17 18 5. Debugage … … 26 27 taient 27 28 l'origine conus pour que le monde UNIX puisse cooprer 28 avec les clients ou serveurs Windows et eCS (OS/2). eCS (OS/2)a29 avec les clients ou serveurs Windows et <$OS>. <$OS> a 29 30 une implmentation native de l'ensemble client/serveur SMB/CIFS - 30 31 IBM LAN Manager et IBM Peer. Ces produits n'ont pas t mis … … 34 35 modernes. 35 36 36 Cette distribution est un portage pour eCS (OS/2)du client Samba37 Cette distribution est un portage pour <$OS> du client Samba 37 38 sous forme de composant enfichable pour les deux produits 38 39 suivants : 39 - NetDrive pour eCS (OS/2)- un systme de fichiers virtuel pour40 eCS (OS/2)bien connu, et40 - <$ND> pour <$OS> - un systme de fichiers virtuel pour 41 <$OS> bien connu, et 41 42 - EVFS - le systme de fichiers Virtuel pour SMB de eComStation 42 43 (eComStation Virtual Filesystem for SMB). 43 Le client Samba pour eCS (OS/2)fournit un accs transparent aux44 Le client Samba pour <$OS> fournit un accs transparent aux 44 45 partages de fichiers SMB/CIFS sur votre rseau en utilisant TCP/IP 45 46 comme protocole de transport. 46 47 47 Le client Samba pour eCS (OS/2)consiste en un seul module :48 - ndpsmb.dll - le composant enfichable pour NetDrive/EVFS lui-mme.48 Le client Samba pour <$OS> consiste en un seul module : 49 - ndpsmb.dll - le composant enfichable pour <$ND>/EVFS lui-mme. 49 50 50 51 Les versions antrieures … … 62 63 Vous pouvez obtenir le code source complet depuis notre dpt SVN. 63 64 Veuillez vous rfrer 64 la page web de Samba pour eCS (OS/2)pour65 la page web de Samba pour <$OS> pour 65 66 les dtails sur le tlchargement des sources. 66 67 67 Le composant enfichable pour NetDriveest aussi disponible avec son68 Le composant enfichable pour <$ND> est aussi disponible avec son 68 69 code source complet. 69 70 … … 72 73 netlabs.org. 73 74 Veuillez vous rfrer 74 la page web de Samba pour eCS (OS/2)pour75 la page web de Samba pour <$OS> pour 75 76 savoir ce que vous pouvez faire ! 76 77 … … 78 79 Liens vers les pages web : 79 80 80 Samba pour eCS (OS/2): http://samba.netlabs.org/81 NetDrive: http://www.blueprintsoftwareworks.com/netdrive/81 Samba pour <$OS> : http://samba.netlabs.org/ 82 <$ND> : http://www.blueprintsoftwareworks.com/netdrive/ 82 83 Samba : http://www.samba.org/ 83 84 … … 102 103 103 104 104 3.1 Netdrive105 3.1 <$ND> 105 106 ____________ 106 107 107 Vous devez avoir NetDriveversion 2.2.1 ou ultrieure installe sur108 Vous devez avoir <$ND> version 2.2.1 ou ultrieure installe sur 108 109 votre systme avant d'installer cette distribution. Si vous voulez 109 110 utiliser l'API fichiers 64 bits, vous devrez installer la version 2.3 110 ou ultrieure de NetDrive.111 ou ultrieure de <$ND>. 111 112 112 113 Pour installer ndpsmb.dll, excutez le script instpl.cmd de cette 113 114 distribution qui placera tous les fichiers ncessaires dans le 114 rpertoire plugin de NetDrive.115 rpertoire plugin de <$ND>. 115 116 116 117 … … 126 127 ____________________________ 127 128 128 4.1. Utilisation avec Netdrive129 4.1. Utilisation avec <$ND> 129 130 ______________________________ 130 131 131 Le composant enfichable Samba pour NetDriveest utilisable selon les132 rgles d'utilisation gnrale de NetDrive. Veuillez consulter la133 documentation de NetDrivepour plus d'information132 Le composant enfichable Samba pour <$ND> est utilisable selon les 133 rgles d'utilisation gnrale de <$ND>. Veuillez consulter la 134 documentation de <$ND> pour plus d'information 134 135 ce sujet. Les 135 136 ressources SMB/CIFS pourront tre montes soit en utilisant 136 137 l'utilitaire en ligne de commandes ND.EXE, ou en utilisant 137 l'utilitaire WPS NDPM.EXE de NetDrive.138 139 Les paramtres du composant enfichable pour NetDrivesont :138 l'utilitaire WPS NDPM.EXE de <$ND>. 139 140 Les paramtres du composant enfichable pour <$ND> sont : 140 141 141 142 Groupe de travail - nom du groupe de travail auquel il faut se … … 157 158 "matre". 158 159 Support des A - 1 pour que les Attributs tendus (Extended 159 Attributes) d' eCS (OS/2)soient pris en160 Attributes) d'<$OS> soient pris en 160 161 charge, 0 sinon. 161 162 Dlai du cache - dure de validit du cache en secondes. Si … … 214 215 215 216 eComStation propose une interface utilisateur qui comprend plus de 216 fonctionnalits que l'interface de Netdrive. Veuillez vous rfrer217 fonctionnalits que l'interface de <$ND>. Veuillez vous rfrer 217 218 218 219 la documentation fournie avec eCS. … … 229 230 d'environnement LOGFILES, si disponible. Si cette variable 230 231 d'environnement est absente, le fichier de rapport sera plac dans le 231 rpertoire de NetDrive. Le fichier de consignation est appel232 log.ndpsmb pour la partie Netdrivepour OS/2 et log.smbc pour ce qui232 rpertoire de <$ND>. Le fichier de consignation est appel 233 log.ndpsmb pour la partie <$ND> pour OS/2 et log.smbc pour ce qui 233 234 concerne Samba. 234 235 … … 236 237 _____________ 237 238 238 v1.0 beta3 : 239 - Cration de l'historique. 240 - Correction du problme avec plusieurs interfaces rseau sur un 241 systme. 242 - Correction du problme avec les commandes internes casses de 243 cmd.exe. 244 - Correction du problme de mauvaises dates pour les nouveaux 245 fichiers et les fichiers modifis. 246 - Correction d'un tas d'autres problmes trop insignifiants pour 247 qu'on s'en souvienne ;) 248 - smbcd.exe compil pour l'ancienne interface de pile TCP/IP. 249 250 v1.0 beta4 : 251 - Correction d'erreurs 252 l'criture sur les partages eCS. 253 - Nouvelles corrections pour les dates de fichiers errones. 254 255 v1.0 beta5 : 256 - Ajout du verrouillage de fichiers. 257 - Ajout des E/S fichiers sir 64 bits (pour une utilisation avec 258 NDFS v2.3+). 259 - Passage au code Samba v3.0.9. 260 261 v1.0 beta6 : 262 - Correction du problme d'application des attributs introduit 263 dans la beta 5. 264 - Implmentation de la fonction setnewfilesize. Cela peut cependant 265 ne pas fonctionner avec tous les serveurs CIFS. 266 - Ajout du dmarrage automatique de smbcd.exe s'il n'est pas lanc 267 268 la connexion au partage CIFS. 269 - Ajout des options 'logfile' et 'loglevel' 270 ndpsmb. 271 272 v1.0 beta7 : 273 - Passage 274 la bibliothque libc libc06b4.dll. 275 276 v1.0 beta8 : 277 - Retour 278 une construction "maison" de libc. 279 - Ajout de la prise en charge des A. 280 - Correction d'un tas d'autres problmes. 281 282 v1.0 beta9 : 283 - Ajout de la prise en charge des A pour DosOpen, oublie dans la 284 beta8. 285 286 v1.0 beta10 : 287 - Mise en antmmoire de la taille des A aprs une requte de 288 recherche de fichier. 289 - Passage 290 la bibliothque libc libc06b5.dll. 291 292 v1.0 beta11 : 293 - Passage 294 la bibliothque libc libc06r1.dll. 295 296 v1.0 beta12 : 297 - Rcriture de NdpRsrcQueryFSAllocate. 298 - Passage 299 la bibliothque libc libc06.dll version GA2. 300 301 v1.0 beta13, la chanceuse : 302 - Passage 303 la bibliothque libc libc061.dll version CSD1. 304 305 v1.0 beta14 : 306 - Passage 307 une construction "maison" de libc. 308 309 v1.0 GA : 310 - Historique non renseign. 311 312 v1.5.0 alpha1 : 313 - smbdc.exe a t implment au sein de ndpsmb.dll. 314 - Beaucoup d'autres modifications. 315 316 v1.5.0 beta1 : 317 - Rcriture de la fonction de consignation. 318 - Correction de l'espace disque libre. 319 - Ajout de codes de retour supplmentaires pour la partie montage 320 (pour evfsgui). 321 322 v1.5.0 beta2 : 323 - Passage au code du client Samba v3.0.35. 324 325 v1.5.0 beta3 : 326 - Passage au code du client Samba v3.0.36. 327 - Correctif sur les pages de codes pour les systmes n'utilisant 328 pas la page de condes IBM-850 (ticket nø100) 329 330 v1.5.0 beta4 : 331 - Passage au code du client Samba v3.0.37. 332 - Correctif sur les pages de codes (ticket nø68). 333 334 v1.5.0 GA : 335 - Correction d'une fuite de mmoire dans le code A. 336 - Ticket nø111. 337 - Retrait des variables MEMLEN, LOGFILE et LOGLEVEL non utilises. 338 (Avertissement de compatibilit : ces variables doivent aussi 339 tre retires des fichiers *.ndc, *.evp et volumes.cfg plus 340 anciens afin de rtablir correctement les connexions avec le 341 nouveau composant enfichable). 342 - Ajout de la fonction de journalisation pour les messages lis 343 344 Samba. 345 346 v1.5.1 : 347 - Correction du plantage sur les machines Quadcore. 348 349 v1.5.2 : 350 - Correction des fichiers d'aide. 351 352 v1.5.3 : 353 - Correction du problme de tampon dateur des fichiers. 354 355 v2.0.0 beta1 : 356 - Ajout de la mise en cache des rpertoires. 357 358 v2.0.0 beta2 : 359 - Correction du problme de lecture des petits fichiers. 360 - Suppression du cache sur les fichiers modifis. 361 - Correction du plantage SIGPIPE. 362 363 v2.0.0 beta3 : 364 - Ajout de la possibilit de rgler la temporisation et la 365 profondeur du cache via l'interface utilisateur. 366 - Correction du script insp.pl. 367 - Correction des fichiers d'aide. 368 369 v2.0.0 beta4 : 370 - Revue des possibles plantages SIGPIPE (merci 371 Vitali). 372 - "touch" ne supprimait pas le cache. 373 374 v2.0.0 GA : 375 - Modification du l'archive de distribution WPI. 239 #include <changelog.txt> 376 240 377 241 -
branches/client-2.0/src/version.h_
r322 r542 6 6 #define NDPSMB_BUILD _BUILD_ 7 7 #define NDPSMB_INSTALL _WPIVERSION_ 8 #define OS eCS (OS/2) 9 #define ND NetDrive 10 8 11 9 12 #endif // __Version__H
Note:
See TracChangeset
for help on using the changeset viewer.