index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
external
/
bsd
/
netpgp
/
dist
/
bindings
Age
Commit message (
Expand
)
Author
2022-08-27
netpgp: fix indentation in Lua binding example program
rillig
2022-08-27
netpgp: fail if the shared library cannot be loaded
rillig
2018-05-11
remove definition of LUA_USE_APICHECK, it is a build time option for Lua
sevan
2018-04-30
The secret key is required for decryption and signing. Indicate it by setting
sevan
2018-04-30
Unbreak script for Lua 5.3.
sevan
2018-04-29
sign_file function expects 5 parameters, include the output filename.
sevan
2018-04-29
Add support for Lua 5.3
sevan
2018-04-29
Enable checking arguments for validity.
sevan
2018-04-29
Utilise the passed output filename rather that using a hardcoded name
sevan
2010-04-28
update python bindings to work with newer library interface
agc
2010-04-28
refresh the perl bindings to catch up with the changes in the library
agc
2009-12-14
Prepare for a new netpgp-20091210 portable release.
agc
2009-12-02
Add python bindings for netpgp, via swig.
agc
2009-12-01
Re-instate perl taint checking by re-defining the possible taint check in
agc
2009-12-01
Turns out that swig and tainted don't play well together - perl has no way
agc
2009-12-01
Add language bindings for tcl and perl
agc
2009-12-01
Use the right field for the prefix
agc
2009-12-01
Add a swig interface file, and a wrapper script, for calling swig for
agc
2009-10-19
Add 'a' and 'a.sig' to CLEANFILES - from Marc Balmer
agc
2009-10-19
Use LD_LIBRARY_PATH to manage the library path, and don't try to second
agc
2009-10-18
Use a lua for loop in preference to a while and increment in the lua
agc
2009-10-18
Minor changes to find lua glue library, and to set the home directory on
agc
2009-10-18
Link in the netpgp shared library to the lua glue library
agc
2009-10-18
Create .so from the lua interface library
agc
2009-10-18
Minor renaming of lua array
agc
2009-10-12
Add lua language bindings for netpgp
agc