Changeset - 6f44a9dcd185
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-25 00:08:27

Minor pruning
1 file changed with 1 insertions and 7 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -17,15 +17,9 @@
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
/*
 
 * **********************************************************************************
 
 * Slave listens on server for a command in the format of each function...
 
 * We need if's for returns... ==> watchdog
 
 * **********************************************************************************
 
*/
 

	
 
// Registration on server. Needs attention. Prevent account spamming.
 
// Key transfer?
 
// Key transfer via httpd md5sum filename?
 
// Set up something like: distrend -c username email@example.com
 
void registeruser(char *username, char *email){
 
  // Logs into sandboxed user on zserver2 and registers a user. Should eventually generate a key on the server and return it to the user.
0 comments (0 inline, 0 general)