about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* version: 0.0.1.7 HEAD v0.0.1.7 masterLaurent Bercot2023-11-061-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.7Laurent Bercot2023-09-095-4/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: Catch all of variable valuesMobin2023-07-101-1/+1
| | | | | | | If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
* Move configure line out of the wayLaurent Bercot2023-07-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.1.6 v0.0.1.6Laurent Bercot2023-01-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.6Laurent Bercot2022-11-297-6/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.1.5 v0.0.1.5Laurent Bercot2021-12-211-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.5, fix configureLaurent Bercot2021-12-196-11/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.1.4 v0.0.1.4Laurent Bercot2021-09-261-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.0.1.4Laurent Bercot2021-08-105-4/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-0122-44/+86
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.0.1.3 v0.0.1.3Laurent Bercot2021-04-151-7/+11
|
* Prepare for 0.0.1.3Laurent Bercot2021-04-135-4/+17
|
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-092-3/+2
|
* noexecstack only works in LDFLAGSLaurent Bercot2021-04-081-1/+1
|
* version: 0.0.1.2 v0.0.1.2Laurent Bercot2021-01-101-1/+1
|
* Prepare for 0.0.1.2Laurent Bercot2021-01-036-5/+18
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* webipc.h -> socket.hLaurent Bercot2020-12-091-1/+1
|
* version: 0.0.1.1 v0.0.1.1Laurent Bercot2020-10-041-1/+1
|
* Prepare for 0.0.1.1Laurent Bercot2020-10-025-5/+18
|
* Doc fixesLaurent Bercot2020-03-303-3/+4
|
* Include posixishard as late as possibleLaurent Bercot2020-03-211-1/+1
|
* version: 0.0.1.0 v0.0.1.0Laurent Bercot2020-03-031-2/+0
|
* Add bcnm-waitif docLaurent Bercot2020-02-112-0/+88
|
* Add bcnm-waitifLaurent Bercot2020-02-1011-3/+296
|
* Update skalibs deps to 2.9.2.0Laurent Bercot2020-01-273-3/+3
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* Try WPA-PSK-SHA256 when supported by wpa_supplicantLaurent Bercot2019-12-151-2/+7
|
* Apply awilfox's wpactrl_associate() fixesLaurent Bercot2019-12-153-3/+7
|
* Fix networks parsingLaurent Bercot2019-12-151-2/+2
|
* bugfix: properly \0-terminate filtersLaurent Bercot2019-11-191-1/+1
|
* Remove [ from flags.Laurent Bercot2019-11-181-0/+1
|
* allow wpactrl_end() when the wpactrl_t is ZERO as wellLaurent Bercot2019-11-181-5/+8
|
* Fix "The New Fo" SSIDLaurent Bercot2019-11-181-2/+2
|
* Specialcase SSIDs of length 0Laurent Bercot2019-11-181-2/+2
|
* signal_level should be signedLaurent Bercot2019-11-172-2/+2
|
* Actually clean up the filesystem when ending a sessionLaurent Bercot2019-11-174-8/+20
| | | | | This requires storing the client path in the wpactrl_t, which uses memory, GOD I HATE THAT STUPID IPC MECHANISM
* Apply smaeul's fixes; add --with-tmpdir configure optionLaurent Bercot2019-11-177-8/+35
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-211-1/+1
|
* Wow it's been some time.Laurent Bercot2019-08-093-3/+3
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|