Ludwig Nussel
lnussel
- leap-reviewers 0 tasks
- origin-reviewers 33 tasks
- test-staging 0 tasks
Involved Projects and Packages
XQF is a network game browser (Quake, Unreal, etc.). It helps you
locate and connect to game servers. It has configurable server and
player filters so you can find a server running your favorite game type
or that has a buddy.
hear is the system
Was feiert man denn auf einem Spuelmaschinenfest?
Program that display devices known to hal in a graphical way
experimental local build script with features such as
- support for yum and yast repositories
- icecream and ccache support
- signing packages
- configurations for various distributions
- automatic use of sudo when run as user
- reusing built packages in subsequent builds
- uml and qemu support which do not require root access
helps you entering new (security) bugs into bugzilla
Config files for Windows(tm) compatible Nullmodem ppp connections
pam_testprompt is a pam module useful for testing conversation
functions of supposedly pam conformable applications.
For example in order to test the 'su' program change the content of
/etc/pam.d/su to
---8<---
#%PAM-1.0
auth required pam_testprompt.so
account required pam_testprompt.so
password required pam_testprompt.so
session required pam_testprompt.so
session optional pam_xauth.so
---8<---
put the following into /etc/security/pam_testprompt_auth.conf:
---8<---
PAM_PROMPT_ECHO_OFF Password:
---8<---
'su' now behaves like normal except that no actual authentication
takes place.
The first column in pam_testprompt_{auth,password,session}.conf
specifies the type of the prompt. Possible values are
PAM_PROMPT_ECHO_OFF, PAM_PROMPT_ECHO_ON, PAM_ERROR_MSG,
PAM_TEXT_INFO. The rest of the line is the string the pam
application is supposed to print. A single empty new line indicates
the end of a conversation specification. Typical real world pam
modules only use one prompt per conversation like asking for the
password in the example above. It's possible to put multiple prompts
into one conversation though. GUI applications may use that to
display a form instead of asking single questions. Example:
---8<---
PAM_PROMPT_ECHO_ON Forname:
PAM_PROMPT_ECHO_ON Surname:
PAM_TEXT_INFO Moin!
---8<---
pam_testprompt also allows to simulation of failures of pam modules
by returning an error value. You can specify the return value in the
pam config file. For example in order to tell the applications that
the user needs to change his password you may add the following line
to the pam config:
---8<---
account required pam_testprompt.so ret=PAM_NEW_AUTHTOK_REQD
---8<---
program similar to and partially compatible with RedHat's usermode
A GTK UI for pamwrapper
UI framework based on the curses library. Curses::UI contains
several widgets which can be used to build a user interface
Perl Qt lets you use the Qt widgets from within an Perl application.
Authors:
--------
Ashley Winters
wmgtemp is a dock-app for Window Maker that graphically displays the
CPU and System temperatures using the lm_sensors package. It
displays the CPU and System temperature values, a scaling graph of
temperature history, high-temperature warning lights and
temperatures in degrees Celsius, Fahrenheit or Kelvin.
Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Sun |
- 11 commits in home:lnussel:branches:devel:microos
- 3 commits in devel:microos:systemd-boot
- 1 commit in home:lnussel:systemd / systemd