CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Apr 30 22:17:47 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: The secret key is required for decryption and signing. Indicate it by setting the "need seckey" variable before

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-30 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Mon Apr 30 21:40:59 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: optparse.lua Log Message: Unbreak script for Lua 5.3. This change breaks support for older releases of Lua but it is deemed ok. To

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 23:31:00 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: sign_file function expects 5 parameters, include the output filename. To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 19:34:57 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Add support for Lua 5.3 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 19:31:38 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Enable checking arguments for validity. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2018-04-29 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Apr 29 19:28:11 UTC 2018 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Utilise the passed output filename rather that using a hardcoded name To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:14:19 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: glue.c Log Message: Minor renaming of lua array Zero allocated storage after return from lua_newuserdata() To generate a diff of this

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:14:55 UTC 2009 Added Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: shlib_version Log Message: Create .so from the lua interface library To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 \

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:15:43 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile Log Message: Link in the netpgp shared library to the lua glue library To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:17:28 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: Minor changes to find lua glue library, and to set the home directory on the correct C/Lua structure To

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Oct 18 07:23:37 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: netpgp.lua Log Message: Use a lua for loop in preference to a while and increment in the lua example code - suggested by Marc Balmer.

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Oct 19 01:07:08 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile netpgp.lua Log Message: Use LD_LIBRARY_PATH to manage the library path, and don't try to second guess from the lua driver

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-18 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Oct 19 05:17:46 UTC 2009 Modified Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile Log Message: Add 'a' and 'a.sig' to CLEANFILES - from Marc Balmer Wrap long lines To generate a diff of this commit: cvs

CVS commit: src/crypto/external/bsd/netpgp/dist/bindings/lua

2009-10-11 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Oct 12 02:55:46 UTC 2009 Added Files: src/crypto/external/bsd/netpgp/dist/bindings/lua: Makefile glue.c netpgp.lua optparse.lua Log Message: Add lua language bindings for netpgp To generate a diff of this commit: