chiark / gitweb /
secnet.git
2019-10-24 Ian Jacksonchangelog: finalise 0.5.0 v0.5.0
2019-10-24 Ian Jacksonchangelog: Document NAK logging changes
2019-10-24 Ian Jacksonsite: Provide NAK reasons mentioning names and unpick...
2019-10-24 Ian Jacksonutil: priomsg: Provide and use priomsg_update_fixed
2019-10-24 Ian Jacksonsite: Record whynot in default (end of comm_notify...
2019-10-24 Ian Jacksonsite: named_for_us: Reorganise into "if"s
2019-10-24 Ian Jacksonsite: named_for_us: Introduce NAME_MATCHES
2019-10-24 Ian Jacksonsite: Pass whynot through to named_for_us
2019-10-24 Ian Jacksonudp: Use commcommon->why_unwanted
2019-10-24 Ian Jacksonutil: Reorder information in NAK log messages
2019-10-24 Ian Jacksoncomm: Introduce commcommon->why_unwanted
2019-10-24 Ian Jacksoncomm: comm_notify takes the cc, not just the notify_list
2019-10-24 Ian Jacksonutil: priomsg: Allow passing priomsg_update_p a null pm
2019-10-24 Ian Jacksonutil: priomsg: New facility
2019-10-24 Ian Jacksonutil: truncmsg: New way of manipulating buffers
2019-10-24 Ian Jacksonbuffer: Abolish unused `flags'
2019-10-24 Ian Jacksonchangelog: Document changes since 0.4.5
2019-10-24 Ian Jacksonmake-secnet-sites: Taint the `group' parameter
2019-10-24 Ian Jacksonmake-secnet-sites: allow Tainted construction to specif...
2019-10-24 Ian Jacksonmake-secnet-sites: Do not write out unchecked output...
2019-10-24 Ian Jacksonmake-secnet-sites: Introduce copyout() in pline()
2019-10-24 Ian Jacksonmake-secnet-sites: Check input file word syntax
2019-10-24 Ian Jacksonmake-secnet-sites: Crash if complain() is called too...
2019-10-24 Ian Jacksonmake-secnet-sites: Introduce a couple of local variables
2019-10-24 Ian Jacksonmake-secnet-sites: Use argparse rather than ad-hoc...
2019-10-24 Ian Jacksonmtest/t-basic: New test, with expected output
2019-10-24 Ian Jacksonmake-secnet-sites: Switch to python3
2019-10-24 Ian JacksonMakefile.in: clean: Remove __pycache__ too
2019-10-24 Ian Jacksonmake-secnet-sites: Switch to `ipaddress' from `ipaddr'
2019-10-24 Ian Jacksonmake-secnet-sites: Apply list() to keys in delempty
2019-10-24 Ian Jacksonmake-secnet-sites etc.: Use unicode
2019-10-24 Ian Jacksonipaddrset: Define __bool__ and make __nonzero__ an...
2019-10-24 Ian Jacksonmake-secnet-sites: Set .type in the `level' base class
2019-10-24 Ian Jacksonmake-secnet-sites: Replace string.atol with int()
2019-10-24 Ian Jacksonmake-secnet-sites: Fix calls to string.split and sring...
2019-10-24 Ian Jacksonmake-secnet-sites: Abolish use of .has_key
2019-10-24 Ian Jacksonmake-secnet-sites: Fix python path manipulation
2019-10-24 Ian Jacksonmake-secnet-sites: Put parens around print() statements
2019-10-24 Ian Jacksonmake-secnet-sites: Move option parser to the front...
2019-10-24 Ian Jacksonmake-secnet-sites: Move input file reading further...
2019-10-24 Mark Woodingmake-secnet-sites: Introduce a notion of listish types.
2019-10-24 Mark Woodingmake-secnet-sites: Introduce a superclass for the confi...
2019-10-24 Ian Jacksonmtest/t-userv: Check for dangerous parsing of late...
2019-10-24 Ian Jacksonmtest/t-userv: Break out `good'
2019-10-24 Ian Jacksontests: Dump logfile(s) of failing test(s)
2019-10-24 Ian Jacksontests: Print subdir in summary output too
2019-10-24 Ian Jacksontests: Provide `recheck' to rerun fast tests
2019-10-24 Ian Jacksonmtest: Tidy up output from Makefile
2019-10-24 Ian Jacksonmtest: Break out diff-output
2019-10-24 Ian Jacksonmtest: Provide run-mss
2019-10-24 Ian Jacksonmtest/t-userv: Check the expected output
2019-10-24 Ian Jacksonmtest: Set PYTHONBYTECODEBASE here too
2019-10-24 Ian Jacksonmtest: Set PYTHONHASHSEED
2019-10-24 Ian Jacksonmtest: Wire up into toplevel Makefile
2019-10-24 Ian Jacksonmtest: Provide a makefile to run the tests
2019-10-24 Ian Jacksontest-common: Set PYTHONBYTECODEBASE to /dev/null
2019-10-24 Ian Jacksontest-common: Rename SECNET_TEST_BUILDDIR variable
2019-10-24 Ian Jacksontest-common.make: Add missing dependencies on makefiles
2019-10-24 Ian Jacksontest-common.make: Fix hardcoded stest references
2019-10-24 Ian Jacksonbuild system: Break out test-common.make
2019-10-24 Ian Jacksonbuild system: make clean calls clean in stest
2019-10-24 Ian Jacksonstest: Add missing test-common.tcl to DEPS
2019-10-24 Ian Jacksonstest: Break out DEPS
2019-10-24 Ian Jacksonmtest: Honour MTEST_PYTHON
2019-10-24 Ian Jacksonmtest: Break out mss-run-userv
2019-10-24 Ian Jacksonmtest: First test case
2019-10-24 Ian Jacksontest-common: Handle mtest correctly too
2019-10-24 Ian Jacksontests: Break out prefix_some_path
2019-10-24 Ian Jacksontests: Break out test-common.tcl
2019-10-24 Ian Jacksonmtest: Test files for make-secnet-sites userv mode
2019-10-24 Ian Jacksonstest: Use proper builddir subdir as default tmp
2019-10-24 Ian Jackson.gitignore: ignore config.stamp.in too
2019-10-24 Ian Jacksonstest: Use topbuilddir (now in common.make)
2019-10-24 Ian Jacksonstest: Use common.make and therefore our standard CFLAGS
2019-10-24 Ian Jacksonstest/udp-preload: Fix some compiler warnings
2019-10-24 Ian Jacksonbuild system: stest: Fix out-of-tree builds
2019-10-24 Ian Jacksonbuild system: test-example: Fix out-of-tree builds
2019-10-24 Ian Jacksonbuild system: Move srcdir setting out of common.make.in
2019-10-24 Ian Jacksonbuild system: Process test-example with autoconf
2019-10-24 Ian Jacksonstest: Rename from `test'
2019-10-24 Ian Jacksonbuild system: Rename stamp-h to config.stamp
2019-10-24 Ian Jacksonipaddrset-test: Fix network with host bits
2019-10-24 Ian Jacksontest: Add a missing dependency on the sites file
2019-10-24 Ian Jacksontest: Rerun tests only when deps changed
2019-10-24 Ian Jacksontest: New t-dyni-kex
2019-10-24 Ian Jacksontest: Beak out proc test-kex
2019-10-24 Ian Jacksontest: Slurp test-example/sites.conf and paste it in
2019-10-24 Ian Jacksontest: udp-preload: Drop redundant headers
2019-10-24 Ian Jacksontest: udp-preload: Fix copyright dates and error message
2019-10-24 Ian Jacksontest: Fix build dependencies so `make check' works...
2019-10-12 Ian Jacksontest: Disconnect -j for check parallelism
2019-10-12 Ian Jacksontest: Wire into "make check"
2019-10-12 Ian Jacksontest: Use test/d-* instead of test/tmp for everything
2019-10-12 Ian Jacksontest: Makefile rune for `check'
2019-10-12 Ian Jacksontest: Move sockets in a subdirectory
2019-10-12 Ian Jacksontest: Specify the LD_PRELOAD etc.
2019-10-12 Ian Jacksontest: Split "invoke" up
2019-10-12 Ian Jacksontest: udp-preload: Use $(CC) for link, provide clean...
2019-10-12 Ian Jacksontest: udp-preload: Build system
2019-10-12 Ian JacksonMakefiles: Break some settings out into common.make
next