- 10 Oct, 2016 1 commit
-
-
Sevan Janiyan authored
-
- 30 Sep, 2016 2 commits
-
-
Brian authored
-
Sevan Janiyan authored
* Populate ChangeLog with changes since v1.3.1.4 & bump version * Add closing bracket enclosing version number
-
- 27 Sep, 2016 1 commit
-
-
David Bird authored
Implement RFC 7710 - Captive Portal URI DHCP option
-
- 20 Sep, 2016 2 commits
-
-
David Bird authored
Allow --enable-location without --enable-proxyvsa
-
Tim Riemenschneider authored
Previously, --enable-location was dependant on --enable-proxyvsa, i.e. it used fields/functions ifdef-ed away on ENABLE_PROXYVSA This patch replaces most of them by "#if defined(ENABLE_LOCATION) || defined(ENABLE_PROXYVSA)" Since I don't use proxyvsa (mostly because of issue #262 ), I don't know if proxyvsa needs alls these fields, or if they could be guarded by "#ifdef ENABLE_LOCATION" Also I only tested this with proxyloc=32 (NASIdentifier) on a cisco-AP, which is a non-VSA. Tracking location with a VSA might eventually not work. Signed-off-by:
Tim Riemenschneider <git@tim-riemenschneider.de>
-
- 16 Sep, 2016 2 commits
-
-
Giovanni Bezicheri authored
add override of username if received in an Access-Accept packet
-
Giovanni Bezicheri authored
chilli: Fix a build error with --enable-json
-
- 13 Sep, 2016 2 commits
-
-
Vaibhav Jain authored
This updates the .travis.yml file to install the build dependency libjson-dev on the build system. Signed-off-by:
Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
-
Vaibhav Jain authored
This fixes a build error that occurs when --enable-json config flag is set and libjson-c is not available. This adds a check in configure.ac for availability of libjson-c library. Also libjson-c wasnt present in the list of linked libraries for chilli binary. Hence a linker error complaining about missing json_object_xxx functions used to occur. To fix this a new m4 macro named LIBJSON is added to configure.ac that expands to -ljson-c and is added to list of libraries to be linked to chill in src/Makefile.am. Signed-off-by:
Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
-
- 06 Sep, 2016 1 commit
-
-
David Bird authored
Fix build failures with ipt_coova kernel module and coova-chilli source
-
- 04 Sep, 2016 3 commits
-
-
Vaibhav Jain authored
This fixes a bunch of misleading indentation issues in src/chilli.c and src/redir.c that are being flagged by gcc6 with newly introduced warning named -Wmisleading-indentation to prevent "goto fail;" kind of bugs. Signed-off-by:
Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
-
Vaibhav Jain authored
Instead of using netfilter uapi-header file; x-tables.h from kernel headers, use uapi headers available at /usr/include/linux. This fixes the build errors that arises when kernel types used in kernel headers conflict with user-space headers. Signed-off-by:
Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
-
Vaibhav Jain authored
This re-factors the ipt_coova kernel module makefile to use the kernel build directory from /lib/modules/<uname>/build rather than /usr/src/linux-headers-<....>. The latter is non-standard location for kernel headers and is not available distros like fedora. Also the non-kbuild related targets are now wrapped inside an if-gaurd so that they don't conflict with kbuild targets. Signed-off-by:
Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
-
- 01 Sep, 2016 2 commits
-
-
David Bird authored
fix typo
-
Jaehoon You authored
-
- 18 Aug, 2016 3 commits
-
-
-
David Bird authored
-
David Bird authored
-
- 17 Aug, 2016 1 commit
-
-
David Bird authored
-
- 12 Aug, 2016 1 commit
-
-
Isaac Connor authored
-
- 03 Aug, 2016 2 commits
-
-
David Bird authored
Restore writing "macsuffix" value to config
-
Lorenzo Milesi authored
-
- 09 Jun, 2016 2 commits
-
-
David Bird authored
Update login.chi.in
-
primechaev authored
-
- 28 May, 2016 1 commit
-
-
Sevan Janiyan authored
* Add a preliminary configuration file for use with Doxygen. Resolves #142 new file: coovachilli-doxygen.conf * Ignore the output directory from Doxygen
-
- 26 May, 2016 1 commit
-
-
Sevan Janiyan authored
can be used. Patch from @daniel-sullivan, resolves #204 modified: src/ssl.c
-
- 25 May, 2016 1 commit
-
-
Sevan Janiyan authored
Mention that the issues section on Github is for bug reports. modified: README.md
-
- 23 May, 2016 2 commits
-
-
Sevan Janiyan authored
Populate ChangeLog with changes since v1.3.1.4
-
Sevan Janiyan authored
Bump version modified: ChangeLog modified: configure.ac
-
- 02 May, 2016 2 commits
-
-
David Bird authored
radius: use this instead global radius
-
Francesco Del Degan authored
-
- 29 Apr, 2016 2 commits
-
-
David Bird authored
refactor radius packet send function
-
Francesco Del Degan authored
-
- 15 Apr, 2016 4 commits
-
-
David Bird authored
Fix AC_DEFUN call more compliant with modern autoconf
-
David Bird authored
size_t data wants %zu format string
-
Francesco Del Degan authored
-
Francesco Del Degan authored
-
- 08 Apr, 2016 2 commits
-
-
David Bird authored
FIX Sequence number in the TCP RESET.
-
David Bird authored
FIX error in loading binary status file.
-