Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 196)

Ticket Owner Reporter Resolution Summary
#383 andersk fixed Konami code detection takes quadratic time in number of keystrokes
Description

scripts-pony/scripts/templates/master.mak has a very inefficient Konami code detection easter egg that appends all keystrokes to a JavaScript? array. It should be rewritten to use the obvious 11-state Knuth–Morris–Pratt FSM.

This now also affects XVM, who copied this code.

#389 andersk fixed Enable HTTPS perfect forward secrecy
Description

This is complicated by the requirement to keep SSLSessionTicketKeyFile out of persistent storage, rotate it frequently, and synchronize it across servers. It would also be nice to remember the last N old keys so that each rotation doesn’t force every user to establish a new SSL session. We’ll probably need to do some Apache development.

https://www.imperialviolet.org/2013/06/27/botchingpfs.html https://blog.twitter.com/2013/forward-secrecy-at-twitter-0

#424 leee leee fixed modify vhostadd/edit to use scripts-ldap instead of a scripts server
Description

Doing this primarily to see if my patches work.

Note: See TracQuery for help on using queries.