Changelog for
kismet-0.0.0.git1452206221.0a10e1a-1.1.x86_64.rpm :
Thu Jan 7 13:00:00 2016 mardnhAATTgmx.de
- Update to version 0.0.0.git1452206221.0a10e1a:
+ Fix return values in plugin functions (action cb and unregister)
Thu Jan 7 13:00:00 2016 mardnhAATTgmx.de
- Update to version 0.0.0.git1452122727.8937278:
+ Release tag
+ Remove stubs of devicetracker from release backport
+ Add boolean options to config parsers Expand true/false string match to t/f as well
+ Change color allocation, seems to make it happier on xterm-256
+ Add \"default\"-ish location for wireshark manuf on osx
+ Pass FCS data over the drone comms
+ Merge patch from Zero Chaos to un-screw-up plugin LDFLAGS Merge modified patch from ZC to clear up lib/ and lib64/ usage, plugins now inherit libdir from configure properly
+ Missed a /
+ Fix several null pointer segvs in commands due to null strong sources in pstvec
+ Merge patch from dutch for gpsd-json speed handling
+ Dont\' try to get input from ncurses during shutdown - fixes client pausing during exit until a key was hit
+ Backport 66d740060873f033b6467321b8a8946364e3482d Fix zeropoll in IPC source
+ Revert \"Remove stubs of devicetracker from release backport\"
+ Put a timer on gpsd json TPV value, set gps lock to 0 when TPV stops updating since gpsd never gives us a lock-loss (thanks, dutch_dk) Explicitly set lock to 0 when disconnecting
+ Move tpv check inside valid client
+ Log ppi gps version 2 (housekeeping, no content change to tags)
+ Explicitly check for pkg-config binary in configure
+ Much more explicit warnings about lack of libnl when using mac80211 devices
+ Backport abc414c1c9f4d11a135dca4b740fe006ce804f4d Force FCS on for wext
+ Updated to latest autoconf Pulled config.guess from automake-1.11 for some additional platform support
+ Add support for libnl-3, inspired by partial patch from Yegor Yefremov Roll libnl-genl-3 into nl3 support Fix kismet_capture not inheriting KSLIBS in Makefile Move libnl linkage to server libs only, don\'t stray link client code
+ Add arrend token to json_value in json parser, don\'t throw huge errors on empty arrays in json
+ More explicit libnl/pkgconfig warning
+ Fix weird if/else throwing old libnl warning (thanks Mister X)
+ remove second warning entirely
+ Backport 36b7946c7e76638b8a49e61a56e955ca53bbb953
+ Log phytype and packet basic type in gpstxt
+ Fix segv on drone server not being active + reconnect disabled due to over-aggressive free()
+ Turn off yammering about reconnecting to GPS server
+ Disable pseudosources tunneled out of drones; this was broken some time in the past it looks like, and to fix it right now would take a lot of work in code that is slated to change (channel control, list processing, etc), so it will change later. Armor PST against null pointers in proto sources Change PST to report name instead of interface on source data messages
+ Added server plugin to log alerts to syslog
+ Maybe fix segv on missing firmware causing a device to fail
+ More pcap error handling
+ Skip null pcap_t
+ Tweaked errors in iwcontrol Name source that didn\'t change channel in wext Use source not interface in wext extended errors on channel
+ Add gpstxt readme
+ Turn a soft-kill into a hard-kill signal to try to force blocking IO to terminate
+ Remove debug info Mitigate weird server console scrolling error by increasing the text size to 200 lines. This only defers the bug, but I doubt anyone will have a screen that big. (512k of ram is enough for anyone)
+ Lock channel right
+ Show elapsed time
+ Make Zero feel Pretty.
+ Change misleading double total column header in shootout
+ Merge patch from Rick Farina to fix plugin error output
+ Backport of 6d5bb8f80da36b0c58aae114545a030bec76e4ed Fix radiotap alignment causing bogus values
+ Backport c8487389293a86f22ca0f13c342c964d4851fb8d Adapted patch from Christoph Thompson: Plugin path update derived from config Sounds moved to distro-standard directory
+ Backport b2bc90ae7104d7a16ec362245b6e30140e9cb518 Fix menu accelerator
+ Remove junk libgpsd interface we\'ll never use Add fixed-location GPS
+ Added virtual gps config example
+ Backport 3a58bd08d2cf9ea1339a109cc5a22b327f26efa7 Plug-syslog log kismet console
+ Backport 432b60cd4081eebe85ac259df3b7e2833783ac52 Remove -I/usr/include from plugin makefiles Use $(INSTALL) instead of \'install\' in plugin makefiles
+ Squash another leak in legacy netracker code
+ Backport a264af86e06c403b1a6ecb4016fa22953a435572 memleak in netracker
+ Comment out default servername If no servername in config, default to system hostname
+ backport 2a3c9d80b2121db5602d1b7dcf49d0eb3b13810c libnl detection
+ Fix a precision error causing significant drift in real-time position
+ Cleanup partial patch
+ Backport 5358f28e4f9b3fc9f44088cf1ec3860980bfee53 Short IE tags shouldn\'t break everything
+ Remove no-longer-relevant warning about pre-early-2.4 kernels Use CXX and CPP flags appropriately in plugins
+ Fix CXX/CC confusion
+ gitignore: add a bunch of garbage files
+ Merged gitignore from mike ryan, added some other ignores
+ Added licensing info on Ruby files
+ Change version note to git
+ Bring down primary interface to prevent networkmanager, etc from disrupting channel control
+ Merge fix
+ Fix definition of opensource from patch merge
+ Patch gpswrapper
+ Fix dot11d patch in packetdissector
+ Document \'ignoreprimary\' source option
+ Debianize kismet
+ Updated config.guess and .sub Tweaked deb rules contributed from madmac2501
+ Enable parallel build
+ Actually use right conf dir
+ Ollld bug in makefile.inc pointing install to wrong location for etc
+ Add kismet_capture to the debian package
+ Version update
+ Add stringappend
+ dot15d4 plugin not ready for prime-time
+ Backport instance type for plugins
+ gpstxt plugin tightly linked to phyneutral
+ Don\'t use $^ for install targets
+ Silence warning
+ Silence warnings
+ Silence compile warning
+ Fix warning
+ Rename plugin dirs
+ Restricted plugins make commands
+ Version bump on readme
+ Restricted plugin info
+ Tweak deb rules for restricted plugins
+ Add btscan plugin to debian for 2013 stable
+ Add all-plugins-clean, add to distclean and clean
+ Strip out make clean in extra/
+ Add new release to deb changelog
+ Updated debian control for modern versions of libnl
+ Allow hard-setting libnl version when multiple versions are present, tweak warnings about libnl to be more prominent
+ Ghetto test for libnl in libpcap, not actually called
+ Forgot it wants the CXX linker
+ Added excessive warnings about linl1 to configure
+ Fix configure script
+ Fix nl deps to be cross-distro release & include nl3-genl deps
+ Handle key_resize on some ncurses implementations, hopefully properly handle sigwinch without dropping dead
+ Fix stupid error in netxml using last time as first time
+ Fix typo
+ Fix typo
+ Merge patch from Alexandros Nikolopoulos to fix gps averaging on 32bit systems
+ Make sure we\'re not getting bogus info on the drone channels
+ Absolutely do not treat failure to get the current hw channel as an error
+ Prep for 2014 release
+ Dont delete alert info when num_backlog=0 Make new info record for packet records Initialize num_backlog properly if no value is in the config file
+ update kismet_shootout
+ Rename configure.in for obnoxious change in autotools
+ Rename
+ cleanup whitespace of configure.ac
+ Fix typo
+ Regen configure
+ Fix typo
+ Change all references of VAP to VIF. VAP options still work. Fix reference to novifkill and consistently change to vifkill=true|false
+ Set validatefcs=true by default for all sources. Properly handle validatefcs=true source options
+ Merged patch from Luigi on the Kismet forums to handle bug in rtap offset
+ Merged patch from Luigi Seriato to handle IE Tag 45 to decode 802.11n rates
+ Merged another (!) patch from Luigi Seriato to introduce proper WPS parsing to display state, manufacturer, model number, etc
+ Merge another patch from Luigi, incorporating wpa+wpa2 detection and fixing memory leaks in WPS reporting
+ Merged patch from Luigi Seriato to provide human-readable bsstimestamp displays
+ Merged patch from Luigi Seriato to detect APs doing WIDS by probing for their own SSID, instead of triggering cryptodrop errors
Sat Sep 26 14:00:00 2015 mardnhAATTgmx.de
- initial package