Skip to content

Releases: j-keck/lsleases

v2.1.1

08 Aug 09:05
Compare
Choose a tag to compare
  • clickable ip in the webui
  • use semver version schema

all changes since 2.1.0

2.1.0

26 Oct 18:11
Compare
Choose a tag to compare
  • initial webui.
    The webui asks the server every second for new leases
    and shows the leases in a tabluar view.
    The webui is only enabled in the Windows build, if you are
    under Linux, and you would use the webui, add the -webui
    option to lsleasesd parameters. Check the lsleasesd manual
    for more information.

  • API change: sniffer.NewSniffer doesn't accept
    a logger instance anymore.

    You can configure the Logger in your app per:
    plog.GlobalLogger().Add(plog.NewDefaultConsoleLogger())

    and then create the sniffer instance without the 'plog.Logger' argument:
    sniffer.NewSniffer(config.NewDefaultConfig())

all changes since 2.0.0

2.0.0

12 May 19:04
2.0.0
Compare
Choose a tag to compare
  • this version is a complete rewrite from the orginal code

  • split client and server in two separate programms
    ('lslease' / 'lsleasesd')

  • open the listener socket with 'SO_REUESEADDR' and 'SO_REUSEPORT'
    to prevent 'bind: address already in use' errors when a local
    dhcp server runs

  • remove scripted mode flag: '-H'

  • new flag: '-j' to output leases as json

  • new flag '-s' for standalone mode

  • use systemd unit files under linux

  • modularize the code, so it can used from other go programs

all changes since 1.4.3

1.4.3

13 Apr 07:25
Compare
Choose a tag to compare

static executable

changelog

1.4.2

28 Mar 15:32
Compare
Choose a tag to compare

this is mainly a bugfix release for the windows installer.

changelog

1.4.1

28 Mar 09:54
Compare
Choose a tag to compare

this is mainly a bugfix release

changelog

1.4.0

07 Jul 07:17
Compare
Choose a tag to compare
1.4.0

1.3

08 Jul 15:17
Compare
Choose a tag to compare
1.3
1.3.0

1.3.0

1.2

22 Jun 14:53
Compare
Choose a tag to compare
1.2

1.2

1.1

05 Jun 15:05
Compare
Choose a tag to compare
1.1
1.1