version 1.2.2.2, 2011/06/13 20:13:39
|
version 1.2.2.8, 2012/07/06 09:27:41
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 52 SUCH DAMAGE.
|
Line 52 SUCH DAMAGE.
|
#define TFTP_RETRY 7 |
#define TFTP_RETRY 7 |
#define TFTP_TIMEOUT 3 |
#define TFTP_TIMEOUT 3 |
|
|
|
#define _PATH_DEVIO "/dev/io" |
|
|
#define DEFAULT_TIMEOUT "300" |
#define DEFAULT_TIMEOUT "300" |
#define DEFAULT_CONFIG "/etc/cfexec.conf" |
#define DEFAULT_CONFIG "/etc/cfexec.conf" |
#define DEFAULT_USER "root" |
#define DEFAULT_USER "root" |
Line 65 SUCH DAMAGE.
|
Line 67 SUCH DAMAGE.
|
|
|
#define FIRMWARE_IMG "elwix-firmware.sys" |
#define FIRMWARE_IMG "elwix-firmware.sys" |
#define FIRMWARE_BAK "elwix-firmware.sys.old" |
#define FIRMWARE_BAK "elwix-firmware.sys.old" |
|
|
|
#define VOUCHER_CFG "/etc/voucher.conf" |
|
#define VOUCHER_KEY "/etc/ssl/voucher.key" |
|
#define VOUCHER_CRT "/etc/ssl/voucher.crt" |
|
#define VOUCHER_MAX_RSA 8 |
|
#define VOUCHER_MAX_LEN 64 |
|
#define VOUCHER_OK "OK" |
|
#define VOUCHER_ERR "ERR" |
|
|
#define VERB(x) if ((x) <= Verbose) |
#define VERB(x) if ((x) <= Verbose) |
#define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__) |
#define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__) |