thc-hydra/hydra-gtk
Florian Weimer a41d10dc8c Various C99 compatibility fixes
strrchr is declared in <strings.h>, not <string.h>.

_GNU_SOURCE needs to be defined before any glibc headers are included,
otherwise it is not effective.

Also patch some old autoconf-internal issues in the hydra-gtk
configure script.
2023-01-18 16:30:24 +01:00
..
src hydra-gtk: add support for termux path 2022-02-11 11:23:24 -05:00
acconfig.h property fixes 2016-08-11 09:58:01 +02:00
aclocal.m4 property fixes 2016-08-11 09:58:01 +02:00
AUTHORS property fixes 2016-08-11 09:58:01 +02:00
autogen.sh initial commit 2014-04-24 16:49:18 +02:00
ChangeLog property fixes 2016-08-11 09:58:01 +02:00
config.h property fixes 2016-08-11 09:58:01 +02:00
config.h.in property fixes 2016-08-11 09:58:01 +02:00
configure Various C99 compatibility fixes 2023-01-18 16:30:24 +01:00
configure.in hydra-gtk: update to gtk3 2021-11-22 13:55:36 -05:00
COPYING property fixes 2016-08-11 09:58:01 +02:00
INSTALL property fixes 2016-08-11 09:58:01 +02:00
install-sh initial commit 2014-04-24 16:49:18 +02:00
make_xhydra.sh fix various spelling and typography errors 2017-07-26 01:22:11 +02:00
Makefile.am property fixes 2016-08-11 09:58:01 +02:00
Makefile.in fix with gcc10 and overriden CFLAGS 2020-08-02 07:12:19 +02:00
missing property fixes 2016-08-11 09:58:01 +02:00
mkinstalldirs property fixes 2016-08-11 09:58:01 +02:00
NEWS property fixes 2016-08-11 09:58:01 +02:00
README property fixes 2016-08-11 09:58:01 +02:00
stamp-h.in property fixes 2016-08-11 09:58:01 +02:00
xhydra.glade fix various spelling and typography errors 2017-07-26 01:22:11 +02:00
xhydra.gladep property fixes 2016-08-11 09:58:01 +02:00

Hydra-GTK

Gtk+2 frontend for thc-hydra



To install just do a:

./configure
 make
 su root
 make install

Easy at it can be... You need thc-hydra installed to make this work.
This is my second gtk+2 program, so I am waiting for a lot of patches :)
Mail them to snakebyte@gmx.de