chiark / gitweb /
secnet.git
2014-10-21 Ian Jacksonbuffer: Provide buffer_destroy
2014-10-21 Ian Jacksonutil: Use BSD queue.h for phase hook lists
2014-10-21 Ian Jacksonsecnet: provide will_droppriv
2014-10-21 Ian Jacksontransform: Discard previously-received packets
2014-10-21 Ian Jacksontransform: Break out SEQNUM_KEYED_FIELDS and SEQNUM_PAR...
2014-10-21 Ian Jacksontransform-cbcmac: Move max_[seq]_skew into params struct
2014-10-21 Ian JacksonMakefile.in: Move settings of various directories above...
2014-10-21 Ian Jacksonudp: Log transmission and reception errors, at least...
2014-10-21 Ian Jacksonnetlink: Use MIN rather than ?:
2014-10-21 Ian Jacksonutil.h etc.: Provide MAX_RAW and MIN_RAW; etc.
2014-10-21 Ian Jacksonudp: Introduce some `us' convenience variables, etc.
2014-10-21 Ian Jacksoncleanup: Replace a few calls to malloc/realloc with...
2014-10-21 Ian Jacksonslip: Remove an incorrect XXX comment
2014-10-21 Ian Jacksonutil: Provide async_linebuf_read
2014-10-21 Ian Jacksonfds: Make many fds nonblocking
2014-10-08 Ian JacksonIntroduce setnonblock()
2014-10-08 Ian Jacksonprocess: Introduce afterfork()
2014-10-08 Ian Jacksonudp: Break out udp_destroy_socket
2014-10-08 Ian Jacksonudp: Report authbind exit status as errno value if...
2014-10-08 Ian Jacksonslip: Report unexpected kinds of death from userv
2014-10-08 Ian Jacksonlogging: Use lg_exitstatus
2014-10-08 Ian Jacksonlogging: Provide lg_exitstatus
2014-10-08 Ian Jacksoncomm: Provide udp_socks_deregister
2014-10-08 Ian Jacksoncomm: Make udp_make_socket be able to tolerate failures
2014-10-08 Ian Jacksoncomm: Formalise interface to udp sockets
2014-10-08 Ian Jacksoncomm: Break out some common udp parts
2014-10-06 Ian Jacksoncomm: Break out common code in comm
2014-10-06 Ian Jacksoncomm: Use BUF_GET_BYTES
2014-10-06 Ian Jacksoncomm: Rename a lot of state pointer variables
2014-10-06 Ian Jacksonlogging: Provide lg_perror and lg_vperror
2014-10-06 Ian Jacksonpoll: Document reentrancy restriction on before()
2014-10-06 Ian Jacksonpoll: Support deregistration from the main event loop
2014-10-06 Ian Jacksonpoll: Abolish max_nfds
2014-10-06 Ian Jacksonpoll: Avoid duplicate array index counting
2014-10-06 Ian Jacksonpoll: Make handling of fds array actually dynamic
2014-10-06 Ian Jacksonrealloc: Provide safe_realloc_ary
2014-10-06 Ian Jacksonpoll: Introduce and use BEFOREPOLL_WANT_FDS
2014-10-06 Ian Jacksonmain loop: Use <bsd/sys/queue.h> for poll interest...
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
next