Re: [python-win32] Issue with win32evtlog.ReportEvent

2011-04-15 Thread Amaury Forgeot d'Arc
2011/4/14 Mark Hammond : > Sadly some hacks were made to SWIG to support some of the COM objects and > the source to those changes were lost many years ago - this needs to be > revisited before we can upgrade.  I haven't put much thought into that yet > but I'm sure something can be done... Here y

[python-win32] SSPI memory problems with Kerberos?

2011-04-15 Thread Matt Hamilton
Hi all, I've been trying to use the win32 SSPI API to do some Kerberos auth stuff. After a lot of banging my head against the wall I've now pared the problem right down to the very basics and this is what I'm getting: # sspitest.py import sspi data = 'bogus' sa = sspi.ServerAuth('Kerberos') er