Commit Graph

468 Commits (1b62f379eddd6211c5ee90e19ec5ba655bfcf483)
 

Author SHA1 Message Date
Sheng d3da7ec5cb Fixed boundary port number typo
6 years ago
Sheng 5d6f92e529 Move some config variables to handler.py
6 years ago
Sheng 383f61d4cc Updated version
6 years ago
Sheng c06bf5311a Added an option for blocking public non-https requests
6 years ago
Sheng 746982b001 Use method format instead of %
6 years ago
Sheng c2c81aaeae Use method initialize to deny forbidden acesss
6 years ago
Sheng 7e5a170383 Added head method IndexHandler
6 years ago
Sheng a68eff592f Added attribute custom_headers to MixinHandler
6 years ago
Sheng af60cd1cd5 Tested app with 403 and 404 requests
6 years ago
Sheng e94c846379 Added default handler NotFoundHandler
6 years ago
Sheng 499f3b6dcd Lowercase all option names
6 years ago
Sheng 12f4c0d0d2 Pass server settings for test
6 years ago
Sheng 021a3a627f Use is_private instead of is_global
6 years ago
Sheng 77b6fbfd85 Block requests not come from trusted_downstream and public non-https requests
6 years ago
Sheng db3ee2b784 Added proxies option for trusted downstream
6 years ago
Sheng a51918d2ac Added to_ip_address to utils
6 years ago
Sheng 1e51d690bc Changed help text
6 years ago
Sheng bb9d193cae Fixed assertion in rasied exception context
6 years ago
Sheng 827a0d8a9d Support https server
6 years ago
Sheng deef92fe66 Move get_client_addr to MixinHandler
6 years ago
Sheng e66e5f2045 Added set_default_headers
6 years ago
Sheng 66ebe2ceb2 Use general method to validate ipaddress
6 years ago
Sheng 9aebb6e4e3 Updated write_error
6 years ago
Sheng daa2402167 Reset password to None if privatekey is delivered
6 years ago
Sheng cb22a30045 Updated requirements.txt and version
6 years ago
Sheng dd7f99970b Fix title by using default port
6 years ago
Sheng 656e2ff028 Tested default port
6 years ago
Sheng 0c9db2abaf Set default port 22 on server side
6 years ago
Sheng 66891cb71c Updated version
6 years ago
Sheng f6d2776a20 Let tornado parse xheaders
6 years ago
Sheng 88405eddac Added to_int to utils
6 years ago
Sheng de0fda1ae1 Call lookup_hostname only under reject policy
6 years ago
Sheng 33703f0ca3 Updated lookup_hostname
6 years ago
Sheng c873b50522 Renamed attribute filename to privatekey_filename
6 years ago
Sheng a576a41ea4 Lookup hostname before connection under reject policy
6 years ago
Sheng 90e7ea0327 Fixed test_print_version
6 years ago
Sheng fdcf1718c1 Set default port to 22
6 years ago
Sheng 0f542ed24f Use private variable data instead of proto.data
6 years ago
Sheng 2adcf93362 Updated tests/utils.py
6 years ago
Sheng 85efc9e447 Updated README
6 years ago
Sheng 1a11c378b2 Support Safari 11.x
6 years ago
Sheng 234653f324 Changed style
6 years ago
Sheng cd4f7e72ac Use form_id variable
6 years ago
Sheng 1a7c395c75 Updated requirements.txt
6 years ago
Sheng 0f11f2acba Updated version
6 years ago
Sheng 5d1d5e9250 Support browser edge
6 years ago
Sheng 2b57122925 Updated minor version
6 years ago
Sheng b3c33ff6bd Use form attribute novalidate for debug mode
6 years ago
Sheng b372fcbbb2 Pass None for empty password
6 years ago
Sheng 21d3f9bd7f Updated version
6 years ago