猫博

猫也博客-c++ kernel ddk ifs
posts - 22, comments - 36, trackbacks - 3, articles - 0
  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

03 2004 档案

摘要: 在Win2000/XP的正常模式下,我们可以用注册表的方式: 在HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon 添加自己的Gina DLL来实现Windows的登陆控制。但在安全模式下,Windows的Winlogon。Exe不会调用注册表 中指定的Gina DLL。而是使用默认的MsGina.Dll...阅读全文

posted @ 2004-03-25 11:43 catlog 阅读(3250) | 评论 (4) 编辑 |

摘要: 利用Windows的GINA(Graphical Identification and Authentication )的机制,我们可以方便的在Windows的本机(Local)实现自定义的认证过程。比如说SmartCard,UsbEkey认证......等.但在Windows的服务器端MS同样提供了一些机制来为我们实现类似的功能。以下为MSDN的文档:Creating Custom Authen...阅读全文

posted @ 2004-03-23 16:59 catlog 阅读(1441) | 评论 (0) 编辑 |

摘要: 我平静的递上我辞职书,平静的说出要走的时候。经理有些吃惊。 去年9月随原公司被收购,我们原有的员工到了这家号称广州最好的软件企业工作。 中间经历了许多伴随着收购改有的冲突和矛盾。看到了许多的人间悲喜剧,该走的很早就 走了,兄弟们走的时候,简单的只是说了几句保重。谁都知道留下的也只是在等待离开的时机而已。阅读全文

posted @ 2004-03-19 15:52 catlog 阅读(830) | 评论 (1) 编辑 |

摘要: Frequently Asked Questions About Visual C++ .NET Got a question about .NET? Check out the .NET FAQ! Categories 64-bit Support C++ and .NET C++/CLI Devices General High-Performance Computing IDE ISO Co...阅读全文

posted @ 2004-03-17 10:15 catlog 阅读(3275) | 评论 (0) 编辑 |

摘要: 在NT的基础上,MS在NT4.0后的操作系统里都提供了很多以SetupDiXXXXX开头的函数, 就是大家经常所说的 SetupAPI.现在举一些简单的例子来说明这些情况: 1,首先我们要访问系统的硬件库,用API SetupDiGetClassDevs,在DDK的文档中,函数的原型如下:HDEVINFO SetupDiGetClassDevs( IN LPGUID ClassGuid,OPTIO...阅读全文

posted @ 2004-03-12 16:24 catlog 阅读(3524) | 评论 (3) 编辑 |

摘要: EKey 本质是一张SmartCard ,只是把传统的Com读写器改成了流行的USB接口。 所有的编程SDK都是那么的熟悉,什么上电,下电? 又回到了几年前做4442卡的年代,唉,岁月催人老。阅读全文

posted @ 2004-03-11 17:29 catlog 阅读(2100) | 评论 (7) 编辑 |

摘要: 看的还是没有头序,出个题目考考你 ///////////// 题目开始 //////////////////// 已给出程序: #include<iostream> int main() { std::cout<<"Hello,world!\n"; return 0; } 修改它,使之产生输出: Initialize Hello,world! Clean up 但不要对ma...阅读全文

posted @ 2004-03-11 08:59 catlog 阅读(1168) | 评论 (4) 编辑 |

摘要: 今天发现一个基于pkcs11的MS CSP的OpenSource实现。来自法国, 以下转贴自:微软新闻组 microsoft.public.platformsdk.security I have found an opensource CSP which brings services of any PKCS #11 module installed on the workstation to t...阅读全文

posted @ 2004-03-09 15:31 catlog 阅读(1819) | 评论 (2) 编辑 |

摘要: 公司的制度真是繁琐之极,报告和计划制度简直可以比美GCD 每周星期一交周和上周工作总结报告和本周工作计划。 每个月初会交上月的总结和本月计划。不要问我什么公司? IT上市公司难道都这样?阅读全文

posted @ 2004-03-08 11:23 catlog 阅读(628) | 评论 (0) 编辑 |

posted @ 2004-03-05 16:15 catlog 阅读(853) | 评论 (3) 编辑 |

posted @ 2004-03-04 14:53 catlog 阅读(722) | 评论 (2) 编辑 |

posted @ 2004-03-04 10:33 catlog 阅读(718) | 评论 (0) 编辑 |

posted @ 2004-03-03 16:36 catlog 阅读(382) | 评论 (0) 编辑 |

posted @ 2004-03-02 13:03 catlog 阅读(2193) | 评论 (0) 编辑 |