Home | History | Annotate | Line # | Download | only in dist
TODO revision 1.39
      1   1.1  agc To Do
      2   1.1  agc =====
      3  1.30  agc agent
      4  1.30  agc agentctl
      5  1.25  agc convert to and from ascii armored sigs
      6  1.25  agc gpgme compat lib
      7  1.38  agc get rid of public key free as part of seckey
      8  1.21  agc return userids from successful verify, and then print id out if required
      9  1.22  agc is get_passphrase_cb needed?
     10  1.15  agc error logging
     11   1.9  agc separate from libcrypto?
     12   1.6  agc 64-bit offsets
     13  1.24  agc thresholds
     14   1.8  agc default compression when signing?
     15  1.24  agc elgamal enc/decryption?
     16   1.1  agc 
     17   1.1  agc Done
     18   1.1  agc ====
     19   1.1  agc autoconf
     20   1.1  agc libtool
     21   1.1  agc name change
     22   1.1  agc content_ naming scheme
     23   1.1  agc Brief test script
     24   1.1  agc get rid of C global
     25   1.1  agc put all readers and writers together in one file
     26   1.1  agc Add mmapped method
     27   1.1  agc merge mmap'ed and fd reads - if mmap fails, fall back to read
     28   1.1  agc Make sure all openpgpsdk changes are brought forward
     29   1.1  agc look at header file fun
     30   1.1  agc new version number in autoconf
     31   1.1  agc Make decrypt work with files > 8192 bytes
     32   1.1  agc dynamically size literal_data_body before decompressing?
     33   1.1  agc restore ops_export_key functionality
     34   1.1  agc match keyids using case insensitive matching - (c0596823 == C0596823)
     35   1.1  agc use PRIsize appropriately
     36   1.1  agc make a high-level interface
     37   1.1  agc get rid of multiple local headers
     38   1.1  agc get rid of long identifier names - all done internally now
     39   1.1  agc Finish name change for everything
     40   1.1  agc work out what's exported and what's not
     41   1.1  agc finish off main header file
     42   1.1  agc init(&netpgp, userid, pubring, secring)
     43   1.1  agc __ops
     44   1.1  agc real naming scheme
     45   1.1  agc get rid of malloc() instances -> calloc()
     46   1.1  agc change include directory
     47   1.1  agc Install man pages
     48   1.2  agc WARNS=4 (again)
     49   1.3  agc detached sig
     50   1.4  agc get rid of assert()s
     51   1.5  agc disable core dumps
     52   1.5  agc add a --help option
     53   1.6  agc sha256 digests
     54   1.6  agc print out size of key in --list-keys
     55   1.6  agc decryption - print encrypted key info
     56   1.7  agc get rid of local files
     57   1.7  agc hash algorithm selection
     58   1.8  agc detached verification
     59   1.8  agc RCS Ids
     60   1.8  agc Look at inefficiencies - read() etc
     61   1.9  agc cat command to display a verified file without signature
     62  1.10  agc get rid of ops_memory after used literal_data_body
     63  1.13  agc new package for 1.99.4
     64  1.16  agc separate verify program
     65  1.16  agc Add --passwd-fd n argument
     66  1.16  agc bring forward netpgpverify mods to netpgp
     67  1.16  agc move directory locations in package and cvs repo
     68  1.16  agc fix up tests for new directory locations
     69  1.17  agc separate key management program
     70  1.17  agc C++ guards in header file
     71  1.17  agc modify sets lists for netpgpverify
     72  1.20  agc don't require passphrase for keys without one
     73  1.23  agc failure to run if no userid in gpg.conf (even if --userid specified)
     74  1.23  agc don't complain if no .gnupg dir (even when using --homedir)
     75  1.26  agc make it work with ssh host keys
     76  1.27  agc regex matching for names and signatures
     77  1.28  agc in memory encryption and decryption
     78  1.28  agc ssss
     79  1.28  agc make netpgp work from stdin/to stdout
     80  1.29  agc signature duration and expiry
     81  1.29  agc multisign
     82  1.29  agc settable from time
     83  1.29  agc unarmoured static in packet-print.c and skipping in crypto.c
     84  1.30  agc display expiry properly
     85  1.30  agc unarmoured static in packet-print.c and skipping in crypto.c
     86  1.30  agc duration -> expiry
     87  1.31  agc print signing key info properly when prompting for passphrase
     88  1.31  agc print decryption key info properly when prompting for passphrase
     89  1.32  agc hkpd
     90  1.32  agc hkpclient
     91  1.32  agc netbsd/pkgsrc pr 42922
     92  1.34  agc add expiry information to public key display
     93  1.35  agc trust subpackets
     94  1.35  agc add revocation information to public key display
     95  1.35  agc --list-sigs - these come out in __ops_check_subkey_sig()
     96  1.36  agc hkp to include sigs too
     97  1.37  agc make netpgpkeys work - add, import, commit, update, sign, passphrase
     98  1.39  agc fix ssh fingerprints not matching netpgp
     99