オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1658 by kumaneko, Tue Oct 7 04:02:50 2008 UTC revision 1703 by kumaneko, Tue Oct 14 07:11:30 2008 UTC
# Line 1665  Fix 2008/10/07 Line 1665  Fix 2008/10/07
1665        To be able to determine a process's type, I added "(manager)" if the        To be able to determine a process's type, I added "(manager)" if the
1666        process is a policy manager and "(execute_handler)" if the process is an        process is a policy manager and "(execute_handler)" if the process is an
1667        execute handler.        execute handler.
1668    
1669    Fix 2008/10/11
1670    
1671        @ Remove domain_acl_lock mutex.
1672    
1673          I noticed that I don't need to keep all functions that modify an ACL of
1674          a domain mutually exclusive. Since each functions handles different type
1675          of ACL, locking is needed only when they append an ACL to a domain.
1676          So, I modified to use local locks.
1677    
1678    Fix 2008/10/14
1679    
1680        @ Fix ccs_check_condition() bug.
1681    
1682          Due to a bug in ccs_check_condition(), it was impossible to use
1683          task.state[0] task.state[1] task.state[2] inside condition part
1684          if the ACL does not treat a pathname. For example, an ACL like
1685    
1686            allow_network TCP connect @HTTP_SERVERS 80 if task.state[0]=100
1687    
1688          didn't work.

Legend:
Removed from v.1658  
changed lines
  Added in v.1703

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26