~usarinheininga/ubuntuplasma/+git/pam-usb:issue-31-experimental-multidevice-support

Last commit made on 2024-01-08
Get this branch:
git clone -b issue-31-experimental-multidevice-support https://git.launchpad.net/~usarinheininga/ubuntuplasma/+git/pam-usb

Branch merges

Branch information

Name:
issue-31-experimental-multidevice-support
Repository:
lp:~usarinheininga/ubuntuplasma/+git/pam-usb

Recent commits

35fbd34... by McDope

#31: Misc

6a30c3d... by McDope

รค31: Misc

e198f0e... by McDope

Merge remote-tracking branch 'origin/master' into issue-31-experimental-multidevice-support

688b65c... by McDope

Update PKGBUILD_git

f015d91... by McDope

Prepare 0.8.4 (#218)

  [Bugfix] loginctl usage was not sh compatible
  [Bugfix] Misc. fixes related to memory handling
  [Enhancement] Don't check every element of ut_addr_v6
  [Enhancement] Service whitelist is now user configurable
  [Enhancement] Whitelist additions: lxdm, xscreensaver, klockscreen
  [Enhancement] Support build on arm and m68k

62e9219... by McDope

#219: Add support for ARM builds (#220)

* #219: Add support for ARM builds

* Also add Amiga support while we are onto it... Amiga forever!

* Fix Makefile stuff for Amiga

0f32e33... by McDope

Merge remote-tracking branch 'origin/master' into issue-31-experimental-multidevice-support

2c1e20f... by McDope

Fix misc. problems (#217)

- force external commands to english locale
- some string/mem fixes
- fix pusb_get_process_envvar() returning local variable

Maybe affected/fixed issues by this: #205, #199 - but needs testing/validation

b26dec4... by McDope

#204: Rework utmp check (#213)

This reworks the utmp check to not check every element.

Some display managers rely on the legacy property ut_addr, which is mapped to ut_addr_v6[0].

If they use ut_addr and just set it to zero the other fields are kinda "undefined" / not necessary 0

c5c336f... by McDope

Make pusb_is_loginctl_local() return int (#216)