summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-10-06Add missing python-netifaces dependencyOlivier Le Moal
2022-09-06Update to 3.1.3Olivier Le Moal
2022-06-10Fix database and logs pathOlivier Le Moal
2022-06-09Update to 3.1.2.0Olivier Le Moal
2022-06-09Move responder db to /var/libOlivier Le Moal
2022-06-09ShellcheckOlivier Le Moal
2021-10-14Bump from 3.0.2.0 to 3.0.6.0lberrymage
2020-10-07Bump version from 3.0.0.0 to 3.0.2.0lberrymage
Python 3 support appears to work without error, so we're dropping Python 2.
2020-07-16Fix indentation in log directory patch filelberrymage
2020-07-16Require Python2 instead of Python 3lberrymage
Responder version 3.0.0.0 supposedly added Python 3 support, but basic testing shows many bugs still exist when running it with Python 3. The package upgrade to 3.0.0.0 didn't even run the program with Python 3 because the shell script wasn't changed (my bad), so users probably didn't experience breakage unless they didn't have the python2 package installed. I will do more vigorous testing with upstream responder before I upgrade the Python dependency to version 3. For now, it runs fine on Python 2.
2020-07-16Fix package: update .SRCINFO for 3.0.0.0lberrymage
I forgot to do this with the update to 3.0.0.0, but the AUR was denying my force-pushes. This should make the package update register properly with the AUR.
2020-07-16Bump version to 3.0.0.0lberrymage
2019-11-05Be consistent with file naming and indentationlberrymage
2019-11-05Responder now requests root privileges on startuplberrymage
Before this change, Responder.py would simply quit if not given root privileges and state that it needed to be run as root. Now it requests root privileges, and if they are not given, it quits as before. Note that this does not apply when running responder with "--version" or "--help" ("-h" included), as those options do not require root.
2019-11-04Updated variables to follow "best" practiceslberrymage
Also removed the vim-specific line at the end of PKGBUILD
2019-10-10Updated package version and updated contributor/maintainer informationlberrymage
2017-12-15Update package checksumsRandy Ramos
2017-12-15Fix release numberRandy Ramos
2017-12-15Update to next versionRandy Ramos
2017-10-01Update .SRCINFORandy Ramos
2017-10-01PKGBUILD now creates log dirRandy Ramos
2017-10-01Patch src to save logs in /var/log/responderRandy Ramos
2017-09-27Updated to new versionRandy Ramos
2017-04-22Changed install directory to /usr/share/responderRandy Ramos
2017-04-22I changed the source to an active forkRandy Ramos
I also removed dhcp-responder. All the addtional tools should be accessed via the install directory in /opt/responder
2017-04-21Initial commitRandy Ramos