2018-12-26 |
eric | introduce a table_match() function to check for a key... |
commit | commitdiff | tree | snapshot |
2018-12-26 |
tb | Make AES CCM available in tables. |
commit | commitdiff | tree | snapshot |
2018-12-26 |
sthen | sync |
commit | commitdiff | tree | snapshot |
2018-12-26 |
eric | get rid of the unused dict argument in table lookup... |
commit | commitdiff | tree | snapshot |
2018-12-26 |
denis | unbreak VPN routes installation into FIB |
commit | commitdiff | tree | snapshot |
2018-12-26 |
eric | move the table backend name in the backend struct. |
commit | commitdiff | tree | snapshot |
2018-12-26 |
fcambus | Remove the rasops24_erasecols and rasops24_eraserows... |
commit | commitdiff | tree | snapshot |
2018-12-26 |
gilles | when passing message to filters, do not worry yet about... |
commit | commitdiff | tree | snapshot |
2018-12-26 |
bru | Use estimates of speed to improve gesture detection. |
commit | commitdiff | tree | snapshot |
2018-12-26 |
phessler | revert "kill a region if 'delete' or 'backspace' is... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
anton | test dying kcov descriptor logic |
commit | commitdiff | tree | snapshot |
2018-12-25 |
anton | In the kcov ioctl(KIOSETBUFSIZE) path, malloc() can... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
denis | rework icmp6_error() to be closer to icmp_error() |
commit | commitdiff | tree | snapshot |
2018-12-25 |
krw | No need for magic tick_msg(NULL,..) call to |
commit | commitdiff | tree | snapshot |
2018-12-25 |
claudio | Remove unused static function since clang errors out... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
claudio | Use the same additional arch specific files for sparc64... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
schwarze | bugfix: make the static class buffer long enough |
commit | commitdiff | tree | snapshot |
2018-12-24 |
krw | Always use log_getverbose() instead of sometimes checki... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
tedu | mandoc.css lives in /usr/share/misc now; use full paths... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
schwarze | install /usr/share/misc/mandoc.css |
commit | commitdiff | tree | snapshot |
2018-12-24 |
krw | tick_msg() needs to note that it has called go_daemon... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
schwarze | Make this page much more readable by deleting as much... |
commit | commitdiff | tree | snapshot |
2018-12-24 |
jsg | Adjust cpsw for linux 4.20 device tree changes. The... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
patrick | Add support for generating a REPEATED START on operatio... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
schwarze | Finally, stop abusing .Ss and .Sx to mark up macros... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
schwarze | Simplify and clarify instructions for .Ql, and deprecat... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
eric | remove dead code |
commit | commitdiff | tree | snapshot |
2018-12-23 |
gilles | the tree_* and dict_* api's in smtpd can be used standa... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
eric | Simplify the table backend interface: lookup results... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
gilles | when a filter chain is only used once, no need to creat... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
gilles | when passing mail-from parameter to filters, pass the... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
schwarze | Deprecate .Lp, use .Pp instead. |
commit | commitdiff | tree | snapshot |
2018-12-23 |
gilles | simplify builtins |
commit | commitdiff | tree | snapshot |
2018-12-23 |
gilles | revive filters tracing (-T filters) to make it easier... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
natano | Add regress suite for the noperm mfs mount flag. Protec... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
natano | Rectify some issues with the noperm mount flag; the... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
tb | EVP_MD_CTX_cleanup() is deprecated and doesn't free... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
schwarze | Document EVP_PKEY_new_mac_key(3); |
commit | commitdiff | tree | snapshot |
2018-12-22 |
schwarze | In the TOC, close <a> before opening <ul>. |
commit | commitdiff | tree | snapshot |
2018-12-22 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2018-12-22 |
claudio | bgpctl can cause bgpd to do a lot of work (e.g. dumping... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
kettenis | Avoid using m_trailingspace(9) on an mbuf allocated... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | introduce 'rcpt-to' builtin filter, can only be used... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | introduce 'mail-from' builtin filter, can be applied... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | introduce 'helo' builtin filter, can be used on any... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | remove lka_filter_response() which is no longer used... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | simplify filter_protocol / filter_protocol_next by... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | simplify filter_data() and filter_data_next() by factor... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
visa | Add support for R_MIPS_PC32 relocation. It is needed... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | tree_xget() -> tree_get() |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | reuse existing tokens for builtin filter names to avoid... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | introduce new matching criteria 'from rdns' to match... |
commit | commitdiff | tree | snapshot |
2018-12-22 |
gilles | remove space |
commit | commitdiff | tree | snapshot |
2018-12-22 |
schwarze | Delete irrelevant HISTORY details. Simply use BN_rand... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | The wrong header file was given for EVP_PKEY_CTX_set_si... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | Document the ECDSA_SIG_new(3) return value. |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | Clarify behaviour of DH_get0_pqg(3) and DH_get0_key... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | grammar and style fixes from wesinator at github |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | since we already support regex lookups in tables for... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | do not tree_xget() sessions in filter_protocol_next... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | Mention that some functions call BN_GENCB_call(3) with... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | - make the proc filter fd non-blocking |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | in lka_filter_init(), split into two passes, one to... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | use ss_src in src builtin filters |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | implement some additional builtin filters: |
commit | commitdiff | tree | snapshot |
2018-12-21 |
schwarze | Rename mandoc_getarg() to roff_getarg() and pass it... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | start simplifying log lines, they're no longer intended... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
visa | Remove outdated instruction. |
commit | commitdiff | tree | snapshot |
2018-12-21 |
gilles | bring in new grammar for filters, allowing filter chain... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
visa | Document how to boot from SD/MMC or SATA on U-Boot... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
espie | make sure that test is not run in interactive mode... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
espie | do not try merging packages that are already kept,... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
kettenis | Do PAT setup earlier such that mapping the framebuffer... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
kn | DIOCIGETIFACES provides interfaces and groups, not... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
guenther | Add support for {preinit,init,fini}_array sections... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
jsg | remove intr_find_mpmapping proto func removed in intr... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2018-12-20 |
jmc | tweak previous; |
commit | commitdiff | tree | snapshot |
2018-12-20 |
dlg | .Nm, not Nm. |
commit | commitdiff | tree | snapshot |
2018-12-20 |
dlg | add bpe(4) or Backbone Provider Edge interfaces |
commit | commitdiff | tree | snapshot |
2018-12-20 |
schwarze | Move the full responsibility for reporting open(2)... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
gilles | the ciphers part of tls log lines doesn't need to be... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
gilles | use HOST_NAME_MAX+1 instead of MAXHOSTNAMELEN, also... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
gilles | use the machine hostname, not localhost, in mail.maildir.c |
commit | commitdiff | tree | snapshot |
2018-12-20 |
gilles | change the format of ssl_to_text() to match that of... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2018-12-20 |
schwarze | Explain what the fields in mandoc messages mean, |
commit | commitdiff | tree | snapshot |
2018-12-20 |
gilles | call smtp_check_noparam() on RSET, DATA, NOOP, QUIT... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
deraadt | 6.2 keys no longer required |
commit | commitdiff | tree | snapshot |
2018-12-20 |
claudio | Replace a wrong poor mans m_trailingspace() with the... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
claudio | The timeouts in nd6 are in msec so just use timeout_add... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
claudio | Convert to timeout_add_msec instead of counting ticks. |
commit | commitdiff | tree | snapshot |
2018-12-20 |
claudio | Make this not hz dependent by using timeout_add_sec... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
schwarze | Move a badly positioned parenthesis that caused nonsens... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
anton | zap whitespace |
commit | commitdiff | tree | snapshot |
2018-12-20 |
dlg | LLDP has it's own group address, so teach tcpdump about it. |
commit | commitdiff | tree | snapshot |
2018-12-20 |
schwarze | Bugfix: |
commit | commitdiff | tree | snapshot |
2018-12-19 |
schwarze | Correctly describe the return values of BN_hex2bn(3... |
commit | commitdiff | tree | snapshot |
2018-12-19 |
bluhm | Test the code path where soreceive(9) sleeps and a... |
commit | commitdiff | tree | snapshot |
next |