[Da-tools-commits] ./debian/userdir-ldap r459: Also the hmac stuff

Peter Palfrader peter at palfrader.org
Sun Sep 14 22:18:51 UTC 2008


------------------------------------------------------------
revno: 459
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Mon 2008-09-15 00:18:51 +0200
message:
  Also the hmac stuff
modified:
  debian/changelog
  ud-mailgate
  userdir_ldap.py
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-09-14 22:17:00 +0000
+++ b/debian/changelog	2008-09-14 22:18:51 +0000
@@ -1,10 +1,10 @@
 userdir-ldap (0.3.38) unstable; urgency=low
 
   * Fix order of some calls so stuff works again.
-  * And import pwd and os in userdir_ldap.py.
+  * And import pwd and os and the hmac crowed in userdir_ldap.py.
   * Using the right variable name will also help.
 
- -- Peter Palfrader <weasel at debian.org>  Mon, 15 Sep 2008 00:16:46 +0200
+ -- Peter Palfrader <weasel at debian.org>  Mon, 15 Sep 2008 00:18:37 +0200
 
 userdir-ldap (0.3.37) unstable; urgency=low
 

=== modified file 'ud-mailgate'
--- a/ud-mailgate	2008-09-14 19:20:14 +0000
+++ b/ud-mailgate	2008-09-14 22:18:51 +0000
@@ -7,8 +7,6 @@
 
 import userdir_gpg, userdir_ldap, sys, traceback, time, ldap, os, commands
 import pwd, tempfile
-import hmac
-import sha as sha1_module
 
 from userdir_gpg import *
 from userdir_ldap import *

=== modified file 'userdir_ldap.py'
--- a/userdir_ldap.py	2008-09-14 22:17:00 +0000
+++ b/userdir_ldap.py	2008-09-14 22:18:51 +0000
@@ -19,6 +19,8 @@
 # Some routines and configuration that are used by the ldap progams
 import termios, re, imp, ldap, sys, crypt, rfc822, pwd, os;
 import userdir_gpg
+import hmac
+import sha as sha1_module
 
 try:
    File = open("/etc/userdir-ldap/userdir-ldap.conf");



More information about the Da-tools-commits mailing list