Revision: 13553
          
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13553&view=rev
Author:   vszakats
Date:     2010-01-13 16:13:29 +0000 (Wed, 13 Jan 2010)

Log Message:
-----------
2010-01-13 17:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
  * src/rtl/Makefile
  + src/rtl/strclear.c
  * include/hbextern.ch
    + Added HB_STRCLEAR() function to safely clear the content 
      of a string variable.
      Notice that this method by itself can only work if the 
      string variable has no other references, and generally 
      you have to code carefully to avoid creating unwanted 
      copies of the string when passing it around in an app.
      So this is no silver bullet, but rather just one component 
      to solve this problem.

  * contrib/hbnetio/utils/netiosrv.prg
    + Added steps to avoid having the password stored in memory, 
      while the server is running.

  * src/rtl/philes.c
    % Minor cleanup.

Modified Paths:
--------------
    trunk/harbour/ChangeLog
    trunk/harbour/contrib/hbnetio/utils/netiosrv.prg
    trunk/harbour/include/hbextern.ch
    trunk/harbour/src/rtl/Makefile
    trunk/harbour/src/rtl/philes.c

Added Paths:
-----------
    trunk/harbour/src/rtl/strclear.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to