[Bug 908901] Re: awstats confused by 408 entries in apache log files

2013-07-25 Thread Ch. Tronche
Problem present in 7.0~dfsg-5 (Ubuntu 12.04.2 LTS). NB: 408 lines appears (notably) if the client has made a connection to the web server and not sent any request. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to awstats in Ubuntu. http

[Bug 1203537] [NEW] s/mime signature not working

2013-07-21 Thread Ch. Tronche
Public bug reported: Given the following code: #!/usr/bin/python from M2Crypto import BIO, Rand, SMIME _text = 'a sign of our times' def sign(message): buf = BIO.MemoryBuffer(message) Rand.load_file('randpool.dat', -1) s = SMIME.SMIME() s.load_key('signer_key.pem', 'signer.pem'