Age | Commit message (Expand) | Author |
2015-12-12 | remove empty line | Gilles Chehade |
2015-12-12 | In the A-MSDU receive code path, add an upper bounds check on A-MSDU | Stefan Sperling |
2015-12-12 | move the cert verify code to its own function outside the imsg handling | Gilles Chehade |
2015-12-12 | smtp / mta have been factored in the same process months ago, factor the | Gilles Chehade |
2015-12-12 | x2APIC is currently enabled on HV guests only, not on bare metal, to | Reyk Floeter |
2015-12-12 | document the keyboard backlight support | Joerg Jung |
2015-12-12 | prepare bits to enable masquerade in parse.y | Gilles Chehade |
2015-12-12 | add missing check for failed allocation | Gilles Chehade |
2015-12-12 | enable keyboard backlight support via wskbd(4) hooks | Joerg Jung |
2015-12-12 | Identify hypervisors before configuring other children of the mainbus | Reyk Floeter |
2015-12-12 | add keyboard backlight variable | Joerg Jung |
2015-12-12 | add new ioctls to control keyboard backlights | Joerg Jung |
2015-12-12 | spaces | Gilles Chehade |
2015-12-12 | add bits so local enqueuer can run filters when they are enabled | Gilles Chehade |
2015-12-12 | Flag AP as QoS capable when EDCA or WME information elements occur in beacons | Stefan Sperling |
2015-12-12 | tweak previous; | Jason McIntyre |
2015-12-12 | tweak; ok mpi | Jason McIntyre |
2015-12-12 | 11n/HT negotiation fixes: | Stefan Sperling |
2015-12-12 | Implement senders map. | Sunil Nimmagadda |
2015-12-12 | Kill domountroothooks(9) and mountroothook_establish(9) references, | Martin Pieuchot |
2015-12-12 | Finish support for receiving 11n A-MPDUs. | Stefan Sperling |
2015-12-12 | whitespaces | Gilles Chehade |
2015-12-12 | prepare for asynchronous certificate verify, needed for a mechanical | Gilles Chehade |
2015-12-12 | expose foreground_log in smtpd.h so filters can inherit it | Gilles Chehade |
2015-12-12 | prepare load_pki_tree() for pki/ca split | Gilles Chehade |
2015-12-12 | add a log_trace() for debugging purposes | Gilles Chehade |
2015-12-12 | prepare struct smtp_session for handling of filters | Gilles Chehade |
2015-12-12 | add watermark define which will be needed for filters | Gilles Chehade |
2015-12-12 | if ca name not specified, pass hint to lka that a wildcard can match | Gilles Chehade |
2015-12-12 | In the configuration test mode (smtpd -n) setup queue crypto iff a | Sunil Nimmagadda |
2015-12-12 | declare and init filter wait queues (unused yet) | Gilles Chehade |
2015-12-12 | add filter_dataline prototype + empty function | Gilles Chehade |
2015-12-12 | sender and recipient are mail addresses, not pathnames, use proper define | Gilles Chehade |
2015-12-12 | use smtpd specific define for table name sizes | Gilles Chehade |
2015-12-12 | fix prototypes | Gilles Chehade |
2015-12-12 | pki name and ca name must match a hostname, use HOST_NAME_MAX | Gilles Chehade |
2015-12-12 | display CA name in log debug | Gilles Chehade |
2015-12-12 | do not limit usernames to LOGIN_NAME_MAX in places where "virtual users" | Gilles Chehade |
2015-12-12 | rename an smtpd specific define | Gilles Chehade |
2015-12-12 | change variable name | Gilles Chehade |
2015-12-12 | when a specific CA was not requested, pass hint to lka that fallback to a | Gilles Chehade |
2015-12-12 | prepare some imsg structures for upcoming diff to support wildcard ca | Gilles Chehade |
2015-12-12 | In olden times (i + u + e) was considered a clever way to 'or' | Kenneth R Westerback |
2015-12-12 | Open disk READONLY if none of i, e or u are specified. | Kenneth R Westerback |
2015-12-12 | sync | Theo de Raadt |
2015-12-11 | there are no boot_ pages for armish or landisk that i can see, | Jason McIntyre |
2015-12-11 | fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@ | Bob Beck |
2015-12-11 | Add '-v' flag that forces the display of both GPT's and the MBR. | Kenneth R Westerback |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-11 | Use %zu to print size_t's rather than casting to int. | mmcc |