Commit Graph

  • 988c39d403 Remove debugging statement Neale Pickett 2010-03-03 12:30:06 -0700
  • 393960c12e We don't need to create users Neale Pickett 2010-03-03 12:25:12 -0700
  • 50656d2da3 Smaller results files Neale Pickett 2010-03-03 12:23:09 -0700
  • 7b406ce67d Restore angle calculation Neale Pickett 2010-03-03 11:15:51 -0700
  • 3cae9d7442 Fix 2 tanks bugs Neale Pickett 2010-03-03 11:28:51 -0600
  • bbd78ab32f Make it work on woozle Neale Pickett 2010-03-03 00:10:26 -0600
  • 868a6a6b92 Seems to work. Neale Pickett 2010-03-02 22:18:13 -0700
  • 00694e8472 Initial effort to decouple from buildroot Neale Pickett 2010-03-02 20:45:21 -0700
  • f0d5ffd241 points to survey.cgi now Curt Hash 2010-02-09 17:00:52 -0700
  • 072f80dc30 rename Curt Hash 2010-02-09 17:00:24 -0700
  • 68de9713a0 .. Curt Hash 2010-02-09 16:48:34 -0700
  • 54a19779c3 pointcli switched to tcp Curt Hash 2010-02-09 16:46:44 -0700
  • 09d5b1385c pointsd now using tcp connections .. not tested Curt Hash 2010-02-09 16:27:46 -0700
  • e8df83c83b survey files Curt Hash 2010-02-09 12:41:26 -0700
  • 9f750aabcc padding TFTP ACK packet Curt Hash 2010-01-26 13:30:23 -0700
  • e2036bbf84 pollster now writes the date and time the page was generated, so that clients can calculate how long it has been since the last poll. Curt Hash 2010-01-25 16:04:40 -0700
  • 3dd84a10f4 In order to make it harder for clients to allow connections from pollster while blocking everyone else, pollster will now change IP addresses every minute. The pollster box will need a secondary interface (default: eth1) in order to do this. Before each poll, the mac address of the interface is changed to a random address with a particular vendor code (default: 00:01:c0 (FitPC)) and a new address is requested via DHCP. All connections made from pollster are bound to the new address, forcing them out through the secondary interface. This caused some problems, since the poll function for cat.cgi previously relied on urllib, which did not support binding. I ended up having to subclass http.client.HTTPConnection and override __init__() and connect(). These changes necessitated two new global configuration variables: (1) POLL_MAC_VENDOR : the vendor code to use in the random MAC (2) POLL_IFACE : the secondary interface to use Curt Hash 2010-01-22 16:57:45 -0700
  • 9b14d50374 changed catcgi poller to use library rather than my socket code Curt Hash 2010-01-21 13:16:52 -0700
  • 82cb84ff78 untest Curt Hash 2010-01-19 15:52:25 -0700
  • fc4917a7d1 test Curt Hash 2010-01-19 15:52:08 -0700
  • 5f6eeeb1b8 more merged changes from server Curt Hash 2010-01-19 15:31:15 -0700
  • 1328229708 merged changed from tfi server Curt Hash 2010-01-19 15:11:59 -0700
  • 1bd31704e8 testing Curt Hash 2010-01-19 13:33:15 -0700
  • 750e8f4715 Fixed path escaping for tanks.wq Paul S. Ferrell 2009-12-16 08:00:10 -0700
  • 39d7b98852 Fixed some formatting issues in some puzzles. Paul S. Ferrell 2009-10-15 16:29:52 -0600
  • 39ef9d4694 added keys Curt Hash 2009-10-15 16:17:39 -0600
  • cb7f0cc055 Makefile - transfer .py files instead of .pyc histogram.py - now locks the histogram file before making a new one. puzzler.py - fixed name error mkpuzzles.py - now handles subdirectories Paul S. Ferrell 2009-10-15 15:22:07 -0600
  • 72b6c9766d Merge cfl:/var/projects/gctf Erin M. Ochoa 2009-10-15 14:46:43 -0600
  • 246651313e changed library puzzle Erin M. Ochoa 2009-10-15 14:46:13 -0600
  • 4238aa8636 Merge branch 'master' of cfl.lanl.gov:/var/projects/gctf Alexander Brugh 2009-10-15 14:32:41 -0600
  • b038aa926e new puzzle shit Alexander Brugh 2009-10-15 14:32:23 -0600
  • 00b243b234 Finished the crypto puzzles. Paul S. Ferrell 2009-10-15 12:34:58 -0600
  • 358145792c Added Kevin Nauer's forensics puzzles Daniel A. Quist 2009-10-15 11:54:29 -0600
  • 08671f2b6e Added two entries Daniel A. Quist 2009-10-15 11:22:51 -0600
  • 65ceacf3ac fixed typo Curt Hash 2009-10-15 09:48:09 -0600
  • f19f096082 removed error check on os.remove Curt Hash 2009-10-15 09:35:42 -0600
  • f583b2851e Merge branch 'master' of cfl:/var/projects/gctf Curt Hash 2009-10-14 16:53:30 -0600
  • 418f92ae6d changed makedb script to make the db read only Curt Hash 2009-10-14 16:51:56 -0600
  • e622fd70b7 forgot key file Curt Hash 2009-10-14 14:20:33 -0600
  • e8300a3740 80pt webapp puzzle Curt Hash 2009-10-14 14:16:09 -0600
  • a0a845f0e7 Added lines to clear tanks state to new-contest. Paul S. Ferrell 2009-10-13 16:10:59 -0600
  • b658035581 Merge branch 'master' of ssh://cfl.lanl.gov/var/projects/gctf Paul S. Ferrell 2009-10-13 16:08:31 -0600
  • d3bdcb044b Added several new crypto puzzles. Paul S. Ferrell 2009-10-13 16:08:11 -0600
  • 5a8004468e 70pt webapp puzzle Curt Hash 2009-10-13 15:50:08 -0600
  • 5ba0e55a18 fixed repeat attribute Curt Hash 2009-10-13 15:00:36 -0600
  • bc20a76487 60pt webapp puzzle Curt Hash 2009-10-13 15:00:04 -0600
  • 474bbf83fd 50pt webapp puzzle Curt Hash 2009-10-13 14:03:35 -0600
  • ed885cafc5 Added new puzzle category, crypto. Paul S. Ferrell 2009-10-13 10:08:03 -0600
  • 518bb2988d added summary file to hispaniola Erin M. Ochoa 2009-10-09 10:55:37 -0600
  • f8938a2000 removed posters dir (already added hispaniola) Erin M. Ochoa 2009-10-09 10:51:42 -0600
  • 7de6e179ec Histogram will always have a valid png now Neale Pickett 2009-10-09 10:28:57 -0600
  • 6db2dd2edf Merge cfl:/var/projects/gctf Neale Pickett 2009-10-09 10:15:46 -0600
  • 9fe367ff39 A couple ctfd and pollster fixes Neale Pickett 2009-10-09 10:15:24 -0600
  • 4fd2600919 changed symbols puzzle (instructions, but not key) Erin M. Ochoa 2009-10-09 10:14:01 -0600
  • 14da31ca65 renamed posters category Erin M. Ochoa 2009-10-09 09:35:15 -0600
  • 1c4e550dd2 updated interrobang key Erin M. Ochoa 2009-10-09 09:32:32 -0600
  • fdf76ed847 Pollster does much quicker HTML updates now Neale Pickett 2009-10-09 08:55:51 -0600
  • 93c9306ea5 Tanks now using HTML template Neale Pickett 2009-10-09 08:47:19 -0600
  • 1f9d735832 Add "service flags" tab on HTML Neale Pickett 2009-10-08 17:46:42 -0600
  • 1ee9d5d21d changed to svc Curt Hash 2009-10-08 17:24:05 -0600
  • d1baa77f2a Slaughtered all the stuff I asked Curt to add Neale Pickett 2009-10-08 17:07:15 -0600
  • 811141e4d9 Merge cfl:/var/projects/gctf Neale Pickett 2009-10-08 16:44:42 -0600
  • ec202f23f5 Mostly cosmetics Neale Pickett 2009-10-08 16:42:26 -0600
  • fbf09276c0 changed it so that the response from the polls is not turned into a string until it returns to the poller loop. This allows poll functions to manipulate the raw responses from the socket reads. Also added an ACK to tftdp poller so that the tftpd daemon stops whining about the socket closing without an ACK. Curt Hash 2009-10-08 16:40:14 -0600
  • 6fb8d935ec summary of puzzles 1-4 Curt Hash 2009-10-08 15:54:42 -0600
  • 1ca3e319e1 fixed symlinks Curt Hash 2009-10-08 15:52:01 -0600
  • 98f50c3633 Setup mkpuzzles to ignore summary.txt puzzle files. Paul S. Ferrell 2009-10-08 15:12:27 -0600
  • f6a28a3a95 Merge branch 'master' of ssh://cfl.lanl.gov/var/projects/gctf Paul S. Ferrell 2009-10-08 15:05:22 -0600
  • f04e554100 Added summary files for each puzzle category. Paul S. Ferrell 2009-10-08 15:05:07 -0600
  • d9d7ddfe53 Merge cfl:/var/projects/gctf Neale Pickett 2009-10-08 14:58:46 -0600
  • 5b8c83bf68 proper way to reference an element Curt Hash 2009-10-08 14:33:43 -0600
  • 62d42934a0 Merge branch 'master' of cfl:/var/projects/gctf Curt Hash 2009-10-08 14:32:48 -0600
  • d14e07c0db javascript to read the team name and passwd from cookie Curt Hash 2009-10-08 14:32:33 -0600
  • 5e67a2c847 Reordered puzzles, added the new Sandia challenges. Danny Quist 2009-10-08 14:15:45 -0600
  • 53d4ec0e76 Fix webapp links Neale Pickett 2009-10-08 13:01:51 -0600
  • c272858051 Merge branch 'master' of ssh://cfl.lanl.gov/var/projects/gctf Paul S. Ferrell 2009-10-08 12:33:43 -0600
  • 7108932856 Fixed mainly formatting issues. Upped the max bitrate to 4000k/s for the videos. Paul S. Ferrell 2009-10-08 12:33:01 -0600
  • 116c553e88 Fixed encode quality, # of turns, and results.cgi error. Paul S. Ferrell 2009-10-08 11:32:24 -0600
  • e328814054 Merge branch 'master' of cfl:/var/projects/gctf Curt Hash 2009-10-08 11:30:20 -0600
  • e1a3063ebe changed point scores at abrugh's request Curt Hash 2009-10-08 11:30:05 -0600
  • b0815fdb9f Merge branch 'master' of cfl.lanl.gov:/var/projects/gctf Alexander Brugh 2009-10-08 11:28:12 -0600
  • 2231337f07 repoint valued some of these as per neale, added a gray code puzzle at 400 Alexander Brugh 2009-10-08 11:27:33 -0600
  • a4ebc71b58 This was neale's fault. Paul S. Ferrell 2009-10-08 11:19:46 -0600
  • 8235179129 More bug fixes. Paul S. Ferrell 2009-10-08 11:18:40 -0600
  • 147e3835e5 Merge branch 'master' of ssh://cfl.lanl.gov/var/projects/gctf Paul S. Ferrell 2009-10-08 11:15:33 -0600
  • 4f44d0bbb6 I hate neale. Paul S. Ferrell 2009-10-08 11:15:06 -0600
  • 91ee387600 Merge branch 'master' of cfl:/var/projects/gctf Curt Hash 2009-10-08 11:12:13 -0600
  • 7c07f13117 config and points submission stuff added to polster Curt Hash 2009-10-08 11:11:41 -0600
  • a1faaed722 Make run_tanks use asyncore Neale Pickett 2009-10-08 11:03:50 -0600
  • 1ba4f341f6 Fix exception in flagd.py:FlagServer.handle_close Neale Pickett 2009-10-08 10:31:28 -0600
  • dd281b5706 Changed results page to have the correct stylesheet. Paul S. Ferrell 2009-10-08 09:16:29 -0600
  • 30e18ea544 Fixed type error, made results rows keyed by color. Paul S. Ferrell 2009-10-08 09:12:41 -0600
  • 8e8bad1e3c Merge branch 'master' of ssh://cfl.lanl.gov/var/projects/gctf Paul S. Ferrell 2009-10-08 09:04:28 -0600
  • adca40f63e Various changes to tanks run scripts. Paul S. Ferrell 2009-10-08 09:04:07 -0600
  • 04893b33bd css additions for pollster page, more robust pollster Curt Hash 2009-10-08 08:49:50 -0600
  • 06fd1a2c87 Potential new pwnables image Neale Pickett 2009-10-07 22:57:32 -0600
  • 62006499e3 Twiddled run_tanks.py (don't hurt me, Paul) Neale Pickett 2009-10-07 21:22:16 -0600
  • 42153af67f Merge branch 'master' of cfl:/var/projects/gctf Curt Hash 2009-10-07 19:04:12 -0600
  • 402cd03be5 updates per neale's suggestions (more to come) Curt Hash 2009-10-07 19:02:57 -0600
  • 6f989bc018 Added new puzzles Danny Quist 2009-10-07 18:30:36 -0600