Changeset 521
- Timestamp:
- Jan 14, 2011, 12:28:08 PM (15 years ago)
- Location:
- trunk/client/src
- Files:
-
- 11 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/Config.km_
r401 r521 8 8 # edit this file to change version numbering 9 9 # in bldlevel informations 10 # adjust also the date please 10 11 # 11 12 VERSION = 1.6.0 12 BUILD = beta 13 BUILD = beta-date 13 14 SAMBA = ../../samba-33 14 15 TOOLKIT = u:/os2tk45 -
trunk/client/src/Makefile.kmk
r505 r521 93 93 94 94 # add new dependancy on build level info 95 rc/rc.rc : rc/description.rc nversion.h 95 rc/rc.rc : rc/description.rc nversion.h rc/rc.rc_ 96 $(QUIET)$(SED) "s;_VERSION_;$(VERSION);g" rc/rc.rc_ \ 97 | $(SED) "s;_WPIVERSION_;$(subst .,\\\,$(VERSION));g" \ 98 | $(SED) "s;_BUILD_;$(BUILD);g" \ 99 > rc/rc.rc 100 96 101 97 102 # update bldlevel info -
trunk/client/src/help/ndpsmb.ipf
r519 r521 246 246 :li.codepage fix for Ticket #68 247 247 :eul. 248 :li. GA248 :li.1.5.0 GA 249 249 :ul. 250 250 :li.Fix memory leak in EA code … … 272 272 :ul. 273 273 :li.added dir caching 274 :eul. 275 :li.beta2 276 :ul. 277 :li.read problem of small files fixed 278 :li.delete cache of changed files 279 :li.SIGPIPE crash fixed 280 :eul. 281 :li.beta3 282 :ul. 283 :li.changed instpl.cmd to work correct with nls 284 :li.added the possibility to adjust cache timeout and depth via GUI 285 :li.adjustments to helpfile and readme 286 :eul. 287 :li.beta4 288 :ul. 289 :li.possible SIGPIPE crashes redone (thanks to Vitali) 290 :li.touch did not delete the cache 274 291 :eul. 275 292 :eul. -
trunk/client/src/help/ndpsmb_de.ipf
r519 r521 250 250 :li.Codepage Update f&ue.r Ticket # 68 251 251 :eul. 252 :li. GA252 :li.1.5.0 GA 253 253 :ul. 254 254 :li.Behebung eines Speicherloches im EA-Code … … 275 275 :h2 res=013.Version 2.0 276 276 :ul. 277 :li. 2.0.0277 :li.beta1 278 278 :ul. 279 279 :li.Caching von Verzeichnissen 280 280 :eul. 281 :li.beta2 282 :ul. 283 :li.Leseproblem mit kleinen Dateien 284 :li.Cache von ge&ae.nderten Dateien sofort l&oe.schen 285 :li.SIGPIPE Absturz behoben 286 :eul. 287 :li.beta3 288 :ul. 289 :li.instpl.cmd ge&ae.ndert, damit Sprachen richtig installiert werden 290 :li.M&oe.glichkeit zum verndern des Cache timeout und Tiefe via GUI 291 :li.Anassungen an Hilfedateine und readme 292 :eul. 293 :li.beta4 294 :ul. 295 :li.m&oe.gliche SIGPIPE Abst&ue.rze komplett neu gel&oe.st (Dank geht an Vitali) 296 :li.Touch l&oe.schte den Cache nicht 297 :eul. 281 298 :eul. 282 299 :h2 res=014.Version 2.1 283 300 :ul. 284 :li. 2.1.0alpha1301 :li.alpha1 285 302 :li.Update auf Samba 3.3 Client-Code 286 303 :li.neuer Merge von 1.6 code und 2.0 code -
trunk/client/src/help/ndpsmb_fr.ipf
r519 r521 224 224 :ul. 225 225 :li.:link reftype=hd res=011.Version 1.0:elink. 226 :li.:link reftype=hd res=012.Version 1.5 .0:elink.227 :li.:link reftype=hd res=013.Version 2.0 .0:elink.228 :li.:link reftype=hd res=014.Version 2.1 .0:elink.226 :li.:link reftype=hd res=012.Version 1.5:elink. 227 :li.:link reftype=hd res=013.Version 2.0:elink. 228 :li.:link reftype=hd res=014.Version 2.1:elink. 229 229 :eul. 230 230 :h2 res=011.Version 1.0 … … 319 319 :eul. 320 320 :eul. 321 :h2 res=012.Version 1.5 .0321 :h2 res=012.Version 1.5 322 322 :ul. 323 323 :li.alpha1 … … 348 348 :li.Correctif sur les pages de codes (ticket nø68). 349 349 :eul. 350 :li. GA350 :li.1.5.0 GA 351 351 :ul. 352 352 :li.Correction d'une fuite de mmoire dans le code A. … … 375 375 :eul. 376 376 :eul. 377 :h2 res=013.Version 2.0 .0377 :h2 res=013.Version 2.0 378 378 :ul. 379 379 :li.beta1 … … 395 395 :li.Correction des fichiers d'aide. 396 396 :eul. 397 :li.beta4 398 :ul. 399 :li.Revue des possibles plantages SIGPIPE (merci 400 Vitali). 401 :li."touch" ne supprimait pas le cache. 402 :eul. 397 403 :eul. 398 404 :h2 res=014.Version 2.1 399 405 :ul. 400 :li. 2.1.0alpha1406 :li.alpha1 401 407 :ul. 402 408 :li.moved to samba 3.3 source base -
trunk/client/src/help/readme.txt
r519 r521 254 254 - added logging feature for samba messages 255 255 256 v1.5.1:256 v1.5.1: 257 257 - Fix crashes on quadcore machines 258 258 259 v1.5.2:259 v1.5.2: 260 260 - Fix help files 261 261 262 v1.5.3:262 v1.5.3: 263 263 - Fix timestamp problem 264 264 265 v2.0.0:265 v2.0.0 beta1: 266 266 - added dir caching 267 267 268 v2.1.0 alpha1 : 268 v2.0.0 beta2: 269 - read problem of small files fixed 270 - delete cache of changed files 271 - SIGPIPE crash fixed 272 273 v2.0.0 beta3: 274 - changed instpl.cmd to work correct with nls 275 - added the possibility to adjust cache timeout and depth via GUI 276 - adjustments to helpfile and readme 277 278 v2.0.0 beta4: 279 - possible SIGPIPE crashes redone (thanks to Vitali) 280 - touch did not delete the cache 281 282 v2.1.0 alpha1: 269 283 - moved to samba 3.3 source base 270 284 - new merge of 2.0 code and 1.6 code -
trunk/client/src/help/readme_de.txt
r519 r521 256 256 - Codepage Update fr Ticket # 68 257 257 258 v1.5.0 :258 v1.5.0 GA: 259 259 - Behebung eines Speicherloches im EA-Code 260 260 - Ticket # 111 … … 266 266 - Logging-Funktion fr Samba Meldungen hinzugefgt 267 267 268 v1.5.1 268 v1.5.1: 269 269 - Behebung der Abstrze auf Quadcore Maschinen 270 270 271 v1.5.2 271 v1.5.2: 272 272 - Korrekturen an den Hilfedateien 273 273 274 v1.5.3 274 v1.5.3: 275 275 - Zeitzonenproblem behoben 276 276 277 v2.0.0 277 v2.0.0 beta1: 278 278 - Caching von Verzeichnissen 279 279 280 v2.1.0 alpha1: 280 v2.0.0 beta2: 281 - Leseproblem mit kleinen Dateien 282 - Cache von genderten Dateien sofort lschen 283 - SIGPIPE absturz behoben 284 285 v2.0.0 beta3: 286 - instpl.cmd gendert, damit Sprachen richtig installiert werden 287 - Mglichkeit zum verndern des Cache timeout und Tiefe via GUI 288 - Anassungen an Hilfedateine und readme 289 290 v2.0.0 beta4: 291 - mgliche SIGPIPE Abstrze komplett neu gelst (Dank geht an Vitali) 292 - Touch lschte den Cache nicht 293 294 v2.1.0 alpha1: 281 295 - Update auf Samba 3.3 Client-Code 282 296 - neuer Merge von 1.6 code und 2.0 code -
trunk/client/src/help/readme_fr.txt
r519 r521 344 344 Samba. 345 345 346 v1.5.1 346 v1.5.1 : 347 347 - Correction du plantage sur les machines Quadcore. 348 348 349 v1.5.2 349 v1.5.2 : 350 350 - Correction des fichiers d'aide. 351 351 352 v1.5.3 352 v1.5.3 : 353 353 - Correction du problme de tampon dateur des fichiers. 354 354 355 v2.0.0 beta1 355 v2.0.0 beta1 : 356 356 - Ajout de la mise en cache des rpertoires. 357 357 358 v2.0.0 beta2 358 v2.0.0 beta2 : 359 359 - Correction du problme de lecture des petits fichiers. 360 360 - Suppression du cache sur les fichiers modifis. 361 361 - Correction du plantage SIGPIPE. 362 362 363 v2.0.0 beta3 363 v2.0.0 beta3 : 364 364 - Ajout de la possibilit de rgler la temporisation et la 365 365 profondeur du cache via l'interface utilisateur. 366 366 - Correction du script insp.pl. 367 - Correction des fichiers d'aide. 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. 368 373 369 374 v2.1.0 alpha1 : -
trunk/client/src/ndpsmb.c
r519 r521 115 115 {ND_PROP_STRING, 0, "SPASSWORD", ""}, 116 116 {ND_PROP_STRING, 0, "MASTER", "WORKGROUP"}, 117 { ND_PROP_ULONG, 0, "MASTERTYPE", "1"}, 118 { ND_PROP_ULONG, 0, "EASUPPORT", "1"}, 117 {ND_PROP_ULONG, 0, "MASTERTYPE", "1"}, 119 118 {ND_PROP_ULONG, 0, "CTO", "10"}, 120 119 {ND_PROP_ULONG, 0, "CLD", "32"}, 120 {ND_PROP_ULONG, 0, "EASUPPORT", "1"}, 121 121 {ND_PROP_STRING, 0, NULL, NULL} 122 122 }; … … 1675 1675 } 1676 1676 1677 // Called when a new thread will call the plugin. Allows to do per thread init, like disable signals. 1678 #define ND_PL_INIT_THREAD 0xFFFF0000 1679 1677 1680 int APIENTRY NdpIOCTL (int type, HRESOURCE resource, char *path, int function, void *in, ULONG insize, PULONG poutlen) 1678 1681 { 1682 if (function == ND_PL_INIT_THREAD) 1683 { 1684 smbwrp_initthread(); 1685 debuglocal(9, "NdpIOCTL init thread\n"); 1686 return NO_ERROR; 1687 } 1688 1679 1689 debuglocal(9,"NdpIOCTL <%s> %d\n", path, function); 1680 1690 … … 1886 1896 1887 1897 debug_printf("NdpFileSetInfo in [%p]\n", pConn); 1898 1899 // delete the dir cache 1900 dircache_invalidate(pConn->file.fullname, pRes->pdc, 1); 1901 1888 1902 do { 1889 1903 if (pConn->file.fd < 0 || !*pConn->file.fname) -
trunk/client/src/rc/rc.rc_
r519 r521 14 14 RCDATA NDRC_PLUGIN_DESC 15 15 { 16 "Access to SAMBA resources." 16 "Access to SAMBA resources.\n 17 Plugin Version _VERSION_ Build _BUILD_\n 18 See help for more Information.\n 19 " 17 20 } 18 21 -
trunk/client/src/smbwrp.c
r516 r521 195 195 } 196 196 */ 197 return 0; 198 199 } 200 201 void smbwrp_initthread(void) 202 { 197 203 /* 198 204 * Block SIGPIPE (from lib/util_sock.c: write()) … … 200 206 */ 201 207 BlockSignals(True, SIGPIPE); 202 203 return 0;204 205 208 } 206 209 … … 821 824 } 822 825 823 debuglocal(4,"Setting on <%s> attr %04x, time %lu/%lu\n", finfo->fname, finfo->attr, finfo->mtime, finfo->mtime + get_time_zone(finfo->mtime)); 824 if (!cli_setatr(cli, finfo->fname, finfo->attr, finfo->mtime + (finfo->mtime == 0 ? 0 : get_time_zone(finfo->mtime))) 826 debuglocal(4,"Setting on <%s> attr %04x, time %lu (timezone /%lu\n", finfo->fname, finfo->attr, finfo->mtime, finfo->mtime + get_time_zone(finfo->mtime)); 827 // we already have gmt time, so no need to add timezone 828 // if (!cli_setatr(cli, finfo->fname, finfo->attr, finfo->mtime + (finfo->mtime == 0 ? 0 : get_time_zone(finfo->mtime))) 829 if (!cli_setatr(cli, finfo->fname, finfo->attr, finfo->mtime) 825 830 && !cli_setatr(cli, finfo->fname, finfo->attr, 0)) 826 831 { -
trunk/client/src/smbwrp.h
r519 r521 223 223 void debuglocal(int level, const char * fmt, ...); 224 224 225 void smbwrp_initthread(void); 226 225 227 #endif /* _SMBWRP_H */
Note:
See TracChangeset
for help on using the changeset viewer.