Fixed gpgwrapper bug, other fixes
authorjgg <>
Mon, 21 Feb 2000 07:06:23 +0000 (07:06 +0000)
committerjgg <>
Mon, 21 Feb 2000 07:06:23 +0000 (07:06 +0000)
gpgwrapper
ud-ldapshow
web/update.html

index 8ab64da..10f5d72 100755 (executable)
@@ -105,7 +105,7 @@ for (switch, val) in options:
    if (switch == '-r'):
       ReplayCacheFile = val;
    elif (switch == '-e'):
-      ErrorTempalte  = val;
+      ErrorTemplate  = val;
    elif (switch == '-k'):
       SetKeyrings(string.split(val,":"));
    elif (switch == '-a'):
index 2b81549..6447283 100755 (executable)
@@ -95,6 +95,14 @@ if arguments[0] == "echelon":
          PGPCount = PGPCount + 1;
    print "Echelon has seen",Count,"developers, with",PGPCount,"PGP confirms as of",time.strftime("%a, %d %b %Y %H:%M:%S +0000",time.gmtime(time.time()));
 
+if arguments[0] == "missing":
+   Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,\
+   "(&(!(|(activity-pgp=*)(activity-from=*)))(&(keyfingerprint=*)(gidnumber=800)))",\
+           ["uid","cn","sn","mn"]);
+   Attrs.sort();
+   for x in Attrs:
+      print EmailAddress(x);
+
 if arguments[0] == "keystat":
    Attrs = l.search_s(BaseDn,ldap.SCOPE_ONELEVEL,"keyfingerprint=*",\
            ["keyfingerprint"]);
index e27d254..2fbbaf2 100644 (file)
@@ -9,7 +9,7 @@
 <META NAME="Language" CONTENT="English">
 <meta name="Author"    content="Debian Webmaster, webmaster@debian.org">
 <meta name="Generator" content="WML 1.6.8 (12-01-1999)">
-<meta name="Modified"  content="24-09-1999 19:07:50">
+<meta name="Modified"  content="14-02-2000 12:23:51">
 </HEAD>
 <BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
 <TABLE border="0" cellpadding="3" cellspacing="0" width="100%">
 <P>Back to the <A href="http://www.debian.org/">Debian Project homepage</A>.
 <HR>
 <SMALL>You can contact us at <A href="mailto:admin@db.debian.org">admin@db.debian.org</A>.</SMALL><P>
-<SMALL>Last Modified: Sat, Sep 25 01:07:50 UTC 1999<BR>
+<SMALL>Last Modified: Mon, Feb 14 19:23:51 UTC 2000<BR>
 Copyright &copy; 1997-1999 <A href="http://www.spi-inc.org/">SPI</A>; See <A href="http://www.debian.org/license">license terms</A>
        
         </SMALL>