- 19 Dec, 2016 1 commit
-
-
Sevan Janiyan authored
-
- 17 Dec, 2016 3 commits
-
-
Sevan Janiyan authored
-
Sevan Janiyan authored
* Second pass at specifying void in functions with empty argument lists. * Drop unused function dhcp_reopen() It's not called anywhere & set to only return 0
-
Sevan Janiyan authored
The original des_ prefixed functions were renamed to use a DES_prefix in OpenSSL 0.9.7. This enables linking against modern OpenSSL forks such as LibreSSL.
-
- 16 Dec, 2016 4 commits
-
-
Sevan Janiyan authored
* First pass at setting the empty argument sections of functions with void. * It appears that the cmdsock_shutdown() implementation expects a socket to be specified when being called otherwise it doesn't do anything and just returns. I've not tracked down the socket which needs to be passed to the function yet. Back out the change to the cmdsock_shutdown() prototype to unbreak build.
-
Sevan Janiyan authored
* md5sum is only present on systems with gnu coreutils. The BSDs & OS X include the md5 utility. Add the relevant tests to use md5sum when that's found and md5 otherwise. Test for the paths of md5 covers NetBSD, FreeBSD (& DragonFly by proxy), OpenBSD & OS X. * Check for the presence of the md5 utility and use that for comparison if present. For the benefit of the BSDs & OS X. * Though coreutils has the route & netstat command, their syntax is different to their *BSD counterparts. Add the necessary parts to populate $HS_WANIF & $HS_DHCPRELAYAGENT correctly.
-
Sevan Janiyan authored
-
Sevan Janiyan authored
long int. On operating systems which only support 32-bit time this should be a noop. Tested on a 1st gen Raspberry Pi with Raspbian, NetBSD-HEAD i386 & OpenBSD-current i386.
-
- 15 Dec, 2016 1 commit
-
-
Sevan Janiyan authored
-
- 12 Dec, 2016 4 commits
-
-
Sevan Janiyan authored
Ignore patch artefact.
-
Sevan Janiyan authored
Etcdir
-
Sevan Janiyan authored
Use a macro instead & translate that to the relevant path pointed to by sysconfdir during the build process. There remains 2 direct references to /etc for the sysconf directory but it's a move in the right direction of #299 to be flexible.
-
Sevan Janiyan authored
Closes #323 #263 #116
-
- 10 Dec, 2016 3 commits
-
-
Sevan Janiyan authored
-
Sevan Janiyan authored
Drop stale spec file. Closes #284
-
Sevan Janiyan authored
* Drop dnslog function. * Don't try to enable dnslog feature, it's no longer available
-
- 09 Dec, 2016 1 commit
-
-
Baligh GUESMI authored
This patch is about passphrase support in the openssl, which is contain a problem in the password callback return value. This function must return the length of the password to the calling function. Thanks to @miglio Signed-off-by:
Baligh GUESMI <gasmibal@gmail.com>
-
- 07 Dec, 2016 2 commits
-
-
Sevan Janiyan authored
-
Sevan Janiyan authored
rather than supplying a lengthy generic document which is incomplete in our context.
-
- 29 Nov, 2016 2 commits
-
-
Sevan Janiyan authored
-
Sevan Janiyan authored
It is not a requirement & creates new problems for users in resource constrained platforms.
-
- 21 Nov, 2016 4 commits
-
-
Sevan Janiyan authored
Spelling typo
-
Sevan Janiyan authored
* Revert permission change which crept in by mistake. * Invoke bash wherever it is in $PATH. Allows the scripts to "run correctly" on systems where /bin/sh is not bash.
-
Sevan Janiyan authored
-
Sevan Janiyan authored
Allows the scripts to "run correctly" on systems where /bin/sh is not bash.
-
- 10 Nov, 2016 5 commits
-
-
David Bird authored
Ability to configure the Syslog Identity
-
David Bird authored
Fix answer buffer size to avoid chilli crash.
-
David Bird authored
Fix chilli.c check if the flag MF is set or not
-
PFELAVALESIEA authored
-
Giovanni Bezicheri authored
See issue #302.
-
- 02 Nov, 2016 1 commit
-
-
Baligh GUESMI authored
This patch is about Syslog. When applied, coova-chilli will use the filename as Syslog identity. This is an enhancement, to be able to launch 2 instances of the daemon with different Syslog identities. For issue #275, we could use a symbolic links to the real filename and execute coova-chilli using those links. This is better than adding a new option to the already long list ! Signed-off-by:
Baligh GUESMI <gasmibal@gmail.com>
-
- 27 Oct, 2016 1 commit
-
-
Giovanni Bezicheri authored
Add function name and line number into syslog.
-
- 25 Oct, 2016 3 commits
-
-
Baligh GUESMI authored
This is a patch to add the function name and the line number into the syslog messages, for debug purpose. Not all messages are modified, and only messages with LOG_DEBUG severity. Signed-off-by:
Baligh GUESMI <gasmibal@gmail.com>
-
David Bird authored
Fixe browsers using a HTTPS proxy behind coova.
-
Baligh GUESMI authored
This fix is about parsing properly the GET tag when a HTTPS proxy is used by the browser. Signed-off-by:
Baligh GUESMI <gasmibal@gmail.com>
-
- 24 Oct, 2016 2 commits
-
-
Giovanni Bezicheri authored
Remove redundant line.
-
Baligh GUESMI authored
This fix is about removing redundant lin inthe clear_appcon() function. Signed-off-by:
Baligh GUESMI <gasmibal@gmail.com>
-
- 14 Oct, 2016 1 commit
-
-
alex-eri authored
ethernet.h contents defined in linux/if_ether.h fixex #291
-
- 10 Oct, 2016 1 commit
-
-
Sevan Janiyan authored
-
- 30 Sep, 2016 1 commit
-
-
Brian authored
-