- 01 Sep, 2014 1 commit
-
-
Stephane Glondu authored
-
- 21 Aug, 2014 1 commit
-
-
Stephane Glondu authored
-
- 14 Aug, 2014 1 commit
-
-
Stephane Glondu authored
-
- 16 Apr, 2014 1 commit
-
-
Stephane Glondu authored
Add module Platform: single interface to functions that depend on the runtime. For now, the native (existing one), and a dummy one that constitutes a skeleton for the js one. All calls to Cryptokit, Z, Calendar (which depends on Unix) in the command-line tool now go through this module.
-
- 03 Apr, 2014 1 commit
-
-
Stephane Glondu authored
-
- 26 Mar, 2014 1 commit
-
-
Stephane Glondu authored
Move code specific to a group implementation there, and use it everywhere else.
-
- 25 Mar, 2014 3 commits
-
-
Stephane Glondu authored
In each directory, always open in the following order: 1. third-party libraries 2. serializable 3. signatures 4. common Also, always open modules from lib/* before. This order is reflected in *.mllib files. Additionally, open more frequently serialization modules.
-
Stephane Glondu authored
-
Stephane Glondu authored
Though small, this code really does not belong to Election, which does not (and should not) depend on a specific group implementation.
-
- 23 Mar, 2014 3 commits
-
-
Stephane Glondu authored
Keep "Auth_" prefix for auth systems.
-
Stephane Glondu authored
All modules in src/web start by either "web_" or "auth_".
-
Stephane Glondu authored
-
- 19 Mar, 2014 1 commit
-
-
Stephane Glondu authored
-
- 18 Mar, 2014 1 commit
-
-
Stephane Glondu authored
- metadata is specific to web, move it there - create Web_serializable, and also move randomness there - metadata is not optional (but its components can be) - rename user_type into user_domain - serializable version of ACLs
-
- 06 Mar, 2014 1 commit
-
-
Stephane Glondu authored
-
- 04 Mar, 2014 1 commit
-
-
Stephane Glondu authored
This is preliminary work to make the authentication system more flexible. This big refactoring should be semantically equivalent to the previous commit. Summary: - create Auth_common and Web_signatures - split Web_election out of Web_common (to cut dep cycle) - move service definitions out of Services - functorize Templates
-
- 20 Jun, 2013 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 11 Jun, 2013 1 commit
-
-
Stephane Glondu authored
-
- 23 May, 2013 1 commit
-
-
Stephane Glondu authored
-
- 22 May, 2013 2 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 25 Apr, 2013 1 commit
-
-
Stephane Glondu authored
-
- 24 Apr, 2013 1 commit
-
-
Stephane Glondu authored
-
- 23 Apr, 2013 3 commits
-
-
Stephane Glondu authored
-
Stephane Glondu authored
-
Stephane Glondu authored
-
- 22 Apr, 2013 1 commit
-
-
Stephane Glondu authored
-
- 19 Apr, 2013 5 commits
-
-
Stephane Glondu authored
- remove phony POST parameters - perform verification of submitted votes
-
Stephane Glondu authored
- new module: Common - one table for all elections, and one table per election for votes - for now, forget about election_shortcut service - in production, the server only uses Ocsipersist - "<load>" directive in configuration file to load the Ocsipersist database from the filesystem at initialization time
-
Stephane Glondu authored
Use more abstract datatypes where possible: * Helios_datatypes_t.election * Uuidm.t
-
Stephane Glondu authored
-
Stephane Glondu authored
-