chiark / gitweb /
secnet.git
2014-10-06 Ian Jacksonudp: Use <bsd/sys/queue.h> for notify lists
2014-10-06 Ian Jacksonhackypar: Fix coding style
2014-10-06 Ian Jacksonsite: Support multiple addresses base.polypath.v4 proposed.ipv6.v4
2014-10-06 Ian JacksonProvide dict_read_string_array
2014-10-06 Ian Jacksonresolver: Provide input name as argument to callback
2014-10-06 Ian Jacksontest-example: Switch to testing IPv6 too
2014-10-06 Ian JacksonPython IP addresses: Remove sys.path hacking from test...
2014-10-06 Ian JacksonPython IP addresses: Check for and maybe delete stale...
2014-10-06 Ian JacksonPython IP addresses: Use modern ipaddr.py - supports...
2014-10-06 Ian JacksonPython IP addresses: Provide ipaddrset.py library
2014-10-05 Ian Jacksonresolver: Support IPv6 literals
2014-10-05 Ian Jacksonresolver: Log reason for DNS resolution failure
2014-10-05 Ian Jacksonresolver: Support IPv6 name resolution
2014-10-05 Ian Jacksonudp: Support IPv6 when using authbind
2014-10-05 Ian Jacksonudp: Support IPv6 (mostly)
2014-10-05 Ian Jacksonudp.c: Remove some (ab)use of variable name `i'
2014-10-05 Ian JacksonProvide string_item_to_iaddr
2014-10-05 Ian JacksonProvide ARRAY_SIZE
2014-10-05 Ian JacksonMake list_length and string_item_to_ipaddr const-correct.
2014-10-05 Ian Jacksonudp: Break out udp_make_socket
2014-10-05 Ian Jacksonipv6: Support printing, comparing, etc. IPv6 addresses
2014-10-05 Ian Jacksonipv6: check for support in system and in adns
2014-10-05 Ian Jacksonautoconf: Update to autoconf 2.69
2014-10-05 Ian Jacksonipv6: More buffers in iaddr_to_string
2014-10-05 Ian Jacksoncomm etc.: Provide comm_addr_equal
2014-10-05 Ian Jacksonipv6: introduce union iaddr
2014-10-05 Ian Jacksonsite: Remove "wishful thinking" from transport address...
2014-10-05 Ian Jacksonsite: Change default number of mobile peers
2014-10-05 Ian Jacksonsite: Permit multiple peer addresses even if peer is...
2014-10-05 Ian Jacksonresolver: construct comm_addr; honour multiple addresse...
2014-10-05 Ian Jacksonsite: transport peers: Update bulk of code for multiple...
2014-10-05 Ian Jacksonsite: Provide transport_record_peers to cope with multi...
2014-10-05 Ian Jacksonsite: transport peers: Delete or demote unsuitable...
2014-10-05 Ian Jacksoncomm_if: Define the meaning of ->sendmsg returning...
2014-10-05 Ian Jacksonsite: transport peers: Notes on multi-address-family...
2014-10-05 Ian Jacksonsite: transport peers: Formalise interface to transport...
2014-10-05 Ian Jacksonsubnet_to_string: Do not allocate
2014-10-05 Ian JacksonUse memcpy helpers and FILLZERO
2014-10-05 Ian JacksonProvide various wrappers for memcpy (COPY_OBJ, BUF_...)
2014-10-05 Ian Jacksonsite: Permit transport-peers-max to be equal to MAX_PEE...
2014-10-05 Ian JacksonMakefile.in: Use -MMD, not depend.sh
2014-10-05 Ian Jacksonautoconf: Provide an autogen.sh
2014-10-02 Ian Jacksontest-example: Provide a fuzzer for the slip decoder base.ipv6.v3 base.ipv6.v4
2014-10-02 Ian Jacksonslip: Do not malloc the userv activation context etc.
2014-10-02 Ian Jacksonfds: Introduce pipe_cloexec()
2014-10-02 Ian Jacksonfds: Simplify fd close condition in tun_set_route
2014-10-02 Ian Jacksonfds: Provide cloexec() and use it in udp.c and tun.c
2014-09-22 Ian Jacksonchangelog, Makefile.in: finalise 0.3.4 base.fuzz-slip-decoder.2 base.fuzz-slip-decoder.v2 v0.3.4
2014-09-22 Simon TathamSECURITY: fixed fix to buffer handling
2014-09-19 Ian Jacksonchangelog, Makefile.in: finalise 0.3.3 v0.3.3
2014-09-19 Ian Jacksonbuffers: Rename buffer_if.len to buffer_if.alloclen.
2014-09-19 Ian Jacksonbuffers: Introduce buf_remaining_space
2014-09-19 Ian Jacksonipaddr_to_string: SECURITY: Do not allocate
2014-09-19 Ian Jacksonudp: SECURITY: Pass correct size argument to recvfrom
2014-09-18 Ian Jacksonchangelog, Makefile.in: finalise 0.3.3~beta1 debian/0.3.3_beta1
2014-09-14 Ian Jacksonsite: transport peers: Use source of NAK packets as...
2014-09-14 Ian Jacksonsite: transport peers: MSG1: use transport_compute_setu...
2014-09-14 Ian Jacksonsite: transport_peers: Rename incoming_packet_addr
2014-09-14 Ian Jacksonsite: transport peers: Break out transport_resolve_comp...
2014-09-14 Ian Jacksontest-example: Provide clean target in Makefile
2014-09-14 Ian Jacksonmake-secnet-sites: Put our path component at the beginning
2014-06-26 Ian Jacksonchangelog, Makefile.in: finalise 0.3.2 v0.3.2
2014-06-06 Ian Jacksonchangelog, Makefile.in: finalise 0.3.2~beta1 debian/0.3.2_beta1
2014-06-02 Ian Jacksonsite: Force use of configured name only if we are mobile
2014-05-18 Ian Jacksonchangelog: Document additional name resolution
2014-05-18 Ian Jacksonsite: Do name resolution on peer-initiated key setup too
2014-05-18 Ian Jacksonsite: Log when resolution completes
2014-05-18 Ian Jacksonsite: Make local_mobile be a site state variable
2014-05-18 Ian Jacksonsite: Explicitly track name resolution status
2014-05-18 Ian Jacksonsite: Fix bugs when resolver request submission fails
2014-05-18 Ian Jacksonsite: Document some reentrancy hazards in comments
2014-05-18 Ian JacksonWhen printing version (eg during startup), use value...
2014-05-18 Ian Jacksonchangelog: Document logging and security fix
2014-05-15 Ian Jacksonsite logging: Log peer addresses on timeout
2014-05-15 Ian Jacksoncomm: Introduce comm_addr_to_string
2014-05-15 Ian Jacksonsite logging: Break out logtimeout
2014-05-15 Ian Jacksonsite logging: introduce vslog
2014-05-15 Ian Jacksonsite logging: Use [v]slilog_part in slog
2014-05-15 Ian Jacksonsite logging: Break out event_log_priority
2014-05-15 Ian JacksonMakefile.in: introduce -Wunused-function
2014-05-15 Ian Jacksonlog: Introduce slilog_part; abolish log_if->logfn
2014-05-15 Ian Jacksonsite: SECURITY: Properly update full peer address array
2014-05-15 Ian Jacksonsecnet.h: Change bool_t to a C99 _Bool
2014-05-15 Ian Jacksondebian/changelog: Start new version 0.3.2~~
2014-05-15 Ian JacksonMakefile.in: Improve push rune in release checklist
2014-05-15 Ian Jacksonchangelog, Makefile.in: finalise 0.3.1 v0.3.1
2014-05-08 Ian Jacksonchangelog, Makefile.in: finalise 0.3.1~beta3 debian/0.3.1_beta3
2014-05-07 Ian JacksonMakefile.in: pass -Wno-unused-parameter explicitly
2014-05-07 Ian Jacksonnetlink: fix const-correctness of ip_fast_csum fallback
2014-05-03 Ian Jacksonchangelog, Makefile.in: finalise 0.3.1~beta2 debian/0.3.1_beta2
2014-05-03 Ian Jacksonnetlink: Generate ICMP correctly if point-to-point
2014-05-03 Ian Jacksonnetlink: Move local_address into struct netlink
2014-05-03 Ian Jacksonnetlink: Plumb "sender" through to ICMP generation
2014-05-03 Ian Jacksonnetlink: Break out sender_name
2014-05-03 Ian Jacksonnetlink: rename "client" to "sender" in many places
2014-05-01 Ian Jacksonchangelog, Makefile.in: finalise 0.3.1~beta1 debian/0.3.1_beta1
2014-04-24 Ian Jacksonsite: Negotiate (configurable) MTU wip.frag.v1
2014-04-24 Ian Jacksonsite: Remove clone-and-hack of signature verification
2014-04-24 Ian Jacksonnetlink: Advise netlink clients of the local link MTU
2014-04-24 Ian Jacksonnetlink: fix IP length check (SECURITY)
next