openbsd
2018-12-28 ericremove the tag workaround for table_create() and table_...
2018-12-28 tbgetgruid_r -> getgrgid_r
2018-12-28 gillesrename smtp_session's hostname field to rdns, to make...
2018-12-28 ericremove unused members in struct table
2018-12-28 ericfix logging of list entries
2018-12-28 ericuse private data structure for managing static table...
2018-12-28 gillesmove the smtp_mailaddr() calls _before_ filters indirec...
2018-12-27 teduadd some notes about using col and ul to process the...
2018-12-27 djmRequest RSA-SHA2 signatures for rsa-sha2-{256|512}...
2018-12-27 remiCheck if a control socket or address is already in...
2018-12-27 antonWhen netbooting a vm using the `-B net' option, set...
2018-12-27 antonCope with latest change to KIOENABLE. While here, make...
2018-12-27 antonMake KIOENABLE accept a mode argument, currently limite...
2018-12-27 ericremove unused file
2018-12-27 tedufifo isn't really the right data structure for varying...
2018-12-27 tedumust remember to unref device if setting the task isn...
2018-12-27 jmctoo many words in previous;
2018-12-27 krwRename ufdesc to udpfd to make the code slightly more...
2018-12-27 teduconvert to unsigned variables to avoid some overflows.
2018-12-27 teduport ranges can be ambiguous with hypenated port-names.
2018-12-27 krwRename routehandler() to routefd_handler() to make...
2018-12-27 krwRename bfdesc to bpffd and packethandler() to bpffd_han...
2018-12-27 knCheck for main ruleset explicitly
2018-12-27 knZap duplicate struct declaration
2018-12-27 krwNo need to return early when setting the tick stop.
2018-12-27 gillesextract subaddress from last resolved node, not from...
2018-12-27 erictable_fetch() always expect a valid dst pointer.
2018-12-27 ericmove the iterator variable in the private handle.
2018-12-27 ericintroduce dump() and add() table methods, only implemen...
2018-12-27 claudioConvert K&R function definitions to modern C. clang...
2018-12-27 claudioMove away from K&R style function definitions. clang...
2018-12-27 claudioDo not assign node to itself. Instead move the earlier...
2018-12-27 gillesremove dead code, we will only support ramstat stat...
2018-12-27 antonsort and rename tests
2018-12-27 antonSeparate kcov descriptor state and trace mode as a...
2018-12-27 ericpass the table pointer to the lookup()/fecth() methods
2018-12-27 ericchange the close() method to take the table pointer
2018-12-27 ericMake the backend open method return an int to report...
2018-12-27 djmssh_packet_set_state() now frees ssh->kex implicitly...
2018-12-27 djmmove client/server SSH-* banners to buffers under ssh...
2018-12-26 ericreorder parameters for consistency
2018-12-26 denisuncouple AF_MPLS and AF_INET
2018-12-26 ericsimplify code
2018-12-26 antondocument kern.pool_debug; ok tedu@
2018-12-26 ericintroduce a table_match() function to check for a key...
2018-12-26 tbMake AES CCM available in tables.
2018-12-26 sthensync
2018-12-26 ericget rid of the unused dict argument in table lookup...
2018-12-26 denisunbreak VPN routes installation into FIB
2018-12-26 ericmove the table backend name in the backend struct.
2018-12-26 fcambusRemove the rasops24_erasecols and rasops24_eraserows...
2018-12-26 gilleswhen passing message to filters, do not worry yet about...
2018-12-26 bruUse estimates of speed to improve gesture detection.
2018-12-26 phesslerrevert "kill a region if 'delete' or 'backspace' is...
2018-12-25 antontest dying kcov descriptor logic
2018-12-25 antonIn the kcov ioctl(KIOSETBUFSIZE) path, malloc() can...
2018-12-25 denisrework icmp6_error() to be closer to icmp_error()
2018-12-25 krwNo need for magic tick_msg(NULL,..) call to
2018-12-25 claudioRemove unused static function since clang errors out...
2018-12-25 claudioUse the same additional arch specific files for sparc64...
2018-12-25 schwarzebugfix: make the static class buffer long enough
2018-12-24 krwAlways use log_getverbose() instead of sometimes checki...
2018-12-24 tedumandoc.css lives in /usr/share/misc now; use full paths...
2018-12-24 schwarzeinstall /usr/share/misc/mandoc.css
2018-12-24 krwtick_msg() needs to note that it has called go_daemon...
2018-12-24 schwarzeMake this page much more readable by deleting as much...
2018-12-24 jsgAdjust cpsw for linux 4.20 device tree changes. The...
2018-12-23 patrickAdd support for generating a REPEATED START on operatio...
2018-12-23 schwarzeFinally, stop abusing .Ss and .Sx to mark up macros...
2018-12-23 schwarzeSimplify and clarify instructions for .Ql, and deprecat...
2018-12-23 ericremove dead code
2018-12-23 gillesthe tree_* and dict_* api's in smtpd can be used standa...
2018-12-23 ericSimplify the table backend interface: lookup results...
2018-12-23 gilleswhen a filter chain is only used once, no need to creat...
2018-12-23 gilleswhen passing mail-from parameter to filters, pass the...
2018-12-23 schwarzeDeprecate .Lp, use .Pp instead.
2018-12-23 gillessimplify builtins
2018-12-23 gillesrevive filters tracing (-T filters) to make it easier...
2018-12-23 natanoAdd regress suite for the noperm mfs mount flag. Protec...
2018-12-23 natanoRectify some issues with the noperm mount flag; the...
2018-12-23 tbEVP_MD_CTX_cleanup() is deprecated and doesn't free...
2018-12-22 schwarzeDocument EVP_PKEY_new_mac_key(3);
2018-12-22 schwarzeIn the TOC, close <a> before opening <ul>.
2018-12-22 deraadtsync
2018-12-22 claudiobgpctl can cause bgpd to do a lot of work (e.g. dumping...
2018-12-22 kettenisAvoid using m_trailingspace(9) on an mbuf allocated...
2018-12-22 gillesintroduce 'rcpt-to' builtin filter, can only be used...
2018-12-22 gillesintroduce 'mail-from' builtin filter, can be applied...
2018-12-22 gillesintroduce 'helo' builtin filter, can be used on any...
2018-12-22 gillesremove lka_filter_response() which is no longer used...
2018-12-22 gillessimplify filter_protocol / filter_protocol_next by...
2018-12-22 gillessimplify filter_data() and filter_data_next() by factor...
2018-12-22 visaAdd support for R_MIPS_PC32 relocation. It is needed...
2018-12-22 gillestree_xget() -> tree_get()
2018-12-22 gillesreuse existing tokens for builtin filter names to avoid...
2018-12-22 gillesintroduce new matching criteria 'from rdns' to match...
2018-12-22 gillesremove space
2018-12-22 schwarzeDelete irrelevant HISTORY details. Simply use BN_rand...
2018-12-21 schwarzeThe wrong header file was given for EVP_PKEY_CTX_set_si...
2018-12-21 schwarzeDocument the ECDSA_SIG_new(3) return value.
next