Microsoft Security Advisory (906574): Clarification of Simple File Sharing and ForceG


 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Security Advisories (RSS) - Microsoft Microsoft Security Advisory (906574): Clarification of Simple File Sharing and ForceG
# 1  
Old 04-06-2008
Microsoft Security Advisory (906574): Clarification of Simple File Sharing and ForceG

Revision Note: Advisory published. Advisory Summary:Microsoft has issued this Security Advisory to clarify information of the issue addressed in Security Bulletin MS05-039 for non-default configurations of Windows XP Service Pack 1. This feature is known as “Simple File Sharing and ForceGuest.” If you are using Windows XP Service Pack 2, enabling Simple File Sharing and ForceGuest does not increase your level of exposure to the MS05-039 security vulnerability. Also, customers that have applied the security update included with MS05-039 are not impacted by this issue. We recommend that customers continue to follow our Protect Your PC guidance of enabling a firewall, getting software updates and installing anti-virus software. Customers can learn more about these steps by visiting the Protect Your PC Web site.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
STREAMWRAPPER.STREAM_LOCK(3)						 1					      STREAMWRAPPER.STREAM_LOCK(3)

streamWrapper::stream_lock - Advisory file locking

SYNOPSIS
public bool streamWrapper::stream_lock (int $operation) DESCRIPTION
This method is called in response to flock(3), when file_put_contents(3) (when $flags contains LOCK_EX), stream_set_blocking(3) and when closing the stream ( LOCK_UN). PARAMETERS
o $operation -$operation is one of the following: o LOCK_SH to acquire a shared lock (reader). o LOCK_EX to acquire an exclusive lock (writer). o LOCK_UN to release a lock (shared or exclusive). o LOCK_NB if you don't want flock(3) to block while locking. (not supported on Windows) RETURN VALUES
Returns TRUE on success or FALSE on failure. ERRORS
/EXCEPTIONS Emits E_WARNING if call to this method fails (i.e. not implemented). SEE ALSO
stream_set_blocking(3), flock(3). PHP Documentation Group STREAMWRAPPER.STREAM_LOCK(3)