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