chiark / gitweb /
catacomb-python
2015-07-20 Mark WoodingRelease 1.1.0. 1.1.0
2015-07-20 Mark WoodingRequire a shiny new library version.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-06-16 Mark Woodingpwsafe: New command `xfer' to transfer data to a new...
2015-06-16 Mark Woodingcatacomb/pwsafe.py: Add a backend based on SQLite.
2015-06-16 Mark Woodingcatacomb/pwsafe.py, pwsafe: Make GDBM support conditional.
2015-06-16 Mark Woodingcatacomb/pwsafe.py: New Git-friendly `DirectoryStorageB...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: New FlatFileStorageBackend class.
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Add a new ABRUPTP argument to ...
2015-05-31 Mark Woodingcatacomb/pwsafe.py, pwsafe: Dispatching for multiple...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Split out the GDBM-specifics from...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Factor database handling out into...
2015-05-31 Mark Woodingcatacomb/pwsafe.py: Commentary fix.
2015-05-31 Mark Woodingpwsafe: Abolish the `chomp' function, and only chomp...
2015-05-29 Mark Woodingcatacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP...
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-28 Mark Woodingcatacomb/pwsafe.py: Make `PW' be a context manager...
2015-05-28 Mark Woodingpwsafe: Get the master passphrase before the new password.
2015-05-28 Mark Woodingpwsafe: Report password mismatch as an error, not an...
2015-05-28 Mark Woodingpwsafe: Some simple reformatting.
2015-05-28 Mark Woodingcatacomb/pwsafe.py, pwsafe: Replace `PW''s MODE paramet...
2015-05-28 Mark Woodingcatacomb/pwsafe.py: Abolish the `PWIter' class.
2015-05-28 Mark Woodingpwsafe: Eliminate the `dump' subcommand.
2015-05-28 Mark Woodingpwsafe: Present the list of commands in alphabetical...
2015-05-26 Mark Woodingalgorithms.py, rand.c: Support `Latin dances' stream...
2015-05-26 Mark Woodingcatacomb/__init__.py: Trim `/' from identifiers names.
2015-05-26 Mark Woodingalgorithms.py, rand.c: Move constant definitions and...
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-05-26 Mark Woodingcatacomb-python.h: Promote `util' to the head of the...
2015-05-26 Mark Woodingalgorithms.py: Fiddling with whitespace.
2015-05-26 Mark Woodingcatacomb-python.h: Formatting fix.
2015-05-24 Mark Woodingpwsafe: Don't produce a backtrace on decryption failure.
2015-05-13 Mark Woodingcatacomb/__init__.py: Generalize rationals to fields...
2015-04-20 Mark Woodingcatacomb.c: Handle Python's randomize hashing parameter...
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2015-02-27 Mark Woodingcatacomb/__init__.py: Slightly cheesy rational arithmetic.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2015-02-27 Mark Woodingmp.c: Proper binding for `mp_factorial'.
2015-02-26 Mark Woodingalgorithms.c: Add bindings for the key-strength convers...
2015-02-06 Mark Woodingpubkey.c: Catch invalid arguments to `RSAPub' and ...
2014-08-14 Mark Woodingcatacomb/pwsafe.py: Eliminate the Buffer class and...
2014-08-14 Mark Woodingbuffer.c: Fix docstring for WriteBuffer.zero.
2014-08-14 Mark Woodingpwsafe, catacomb/pwsafe.py: Push database creation...
2014-08-14 Mark Woodingpwsafe, catacomb/pwsafe.py: Documentation and cleanup.
2014-01-04 Mark WoodingRelease 1.0.6. 1.0.6
2014-01-04 Mark Woodingkey.c (keyexc_raise): Put the error text in the exception.
2014-01-04 Mark Woodingkey.c (key_pynew): Make `exptime' arg (a) optional...
2014-01-04 Mark Woodingkey.c (key_pynew): Fix stupid error-checking sense...
2013-07-21 Mark WoodingRelease 1.0.5. 1.0.5
2013-07-21 Mark Woodingbuffer.c: Fix buffer resizing logic.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-16 Mark Woodingdebian: Abandon CDBS for plain Debhelper.
2013-06-16 Mark WoodingOverhaul build system using new `cfd' machinery.
2013-06-16 Mark WoodingOverhaul formatting.
2013-01-09 Mark WoodingBuild against Python 2.7. This is release 1.0.4. 1.0.4
2013-01-09 Mark Woodingdebian/control: Declare dependency on a new Catacomb.
2013-01-09 Mark Woodingkey.c (kdmeth_copy): Fix some stupid mistakes.
2013-01-09 Mark Woodingkey.c: New KeyData method `copy'.
2013-01-09 Mark Woodingkey.c (convflags): Fix error message.
2013-01-09 Mark Woodingkey.c: Split before storing a subkey.
2010-11-05 Mark WoodingVersion 1.0.3. 1.0.3
2010-11-05 Mark Woodingdebian: Remove python-catacomb-bin package.
2010-11-05 Mark Wooding.links: Oops, didn't include link for `mdwsetup.py'.
2009-10-04 Mark Woodingbuild: Use mdwsetup.py from new CFD. Announce 1.0.2. 1.0.2
2009-10-04 Mark Woodingdebian/control: Fix package description (oops).
2009-10-03 Mark Woodingdebian: Switch to CDBS and build for Python 2.6. 1.0.1
2008-11-17 Mark Woodingcatacomb/__init__.py: Add iterfoo methods to _groupmap.
2008-11-17 Mark Woodingpwsafe: Stop using sre to shut up pissy warning.
2008-11-17 Mark Woodingshare.c: Fix crappy typo in argument parsing.
2008-06-23 Mark Woodingalgorithms.h: Don't version-control generated files.
2008-06-23 Mark Woodingec (ecmeth_mmul): Fix point conversion.
2008-04-04 Mark Woodingdebian: Drop support for Python 2.3.
2008-04-04 Mark Woodingsetup: Use pkg-config to find out about libraries.
2008-04-04 Mark Woodingutil: Actually initialize the utilities properly.
2008-04-04 Mark Woodingec: Fix oncurvep.
2007-02-17 Mark Woodingmp: Remove checking from jacobi.
2007-02-17 Mark WoodingRename the class `check' method to `checkgroup'.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2007-01-25 Mark Woodingpubkey: Various stupid DSA bugs fixed.
2007-01-16 Mark Woodingkey: Make KeyFiles iterate over their keyids, not their...
2006-11-16 Mark Woodingec: Convert generator to external form in ECInfo constr...
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-04-05 Mark Woodinggf: New methods for various modular operations.
2006-04-05 Mark Woodingmp: Be more restrictive about implicit conversions.
2006-03-30 Mark Woodingfield: Correct conversions from integers.
2006-03-22 Mark Woodinggetulong: Compare with LONG_MAX to decide what Python...
2006-03-21 Mark Woodingkey: Use convulong instead of PyLong_AsUnsignedLong.
2006-03-07 Mark Woodingkey: Fixing of expiry and deletion time properties.
2006-03-07 Mark WoodingRemove the various `getuNN' functions and replace them...
2006-03-07 Mark Woodingutil: Report ValuError (not TypeError) for failed integ...
2006-03-06 Mark Woodingkey: Add read-only mapping methods to Keyfile.
2006-03-06 Mark Woodingmappings: Separate mapping methods into read-only and...
2006-03-06 Mark Woodinggitignore: Ignore the COPYING file.
2006-02-15 Mark Woodingdebian: Fix package sections.
2006-02-12 Mark Woodinggroup: Implement KCDSA group generation.
2006-02-08 Mark Woodinginfra: Add a copy of the GPL.
2006-02-04 Mark Woodinggf: Make GF.fromstring consistent with MP.fromstring
2006-02-04 Mark Woodingmp: Forbid negative bit numbers in {set,clear,test...
2006-01-28 Mark Woodingec, group: Bug squashing.
next