Commit Graph

3 Commits

Author SHA1 Message Date
espie
a4d2f30a9a kdebase 3.1:
- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs...
IPv4 masks are not printed properly yet.
- konsole fixes for utmp
- ksysguardd mostly working. Should unify with Net/FreeBSD
- clock and timezone fixes mostly from Flinn Mueller.
- uses kxkb_pic lib, thanks to Matthieu.
2003-01-27 19:22:49 +00:00
espie
ab331f3731 kill those patches, they work, but it's a stupid idea.
There's no accounting security left if konsole_granpty works on a ttyname
without corresponding rights on a fd.
So, the proper fix will involve figuring out where kprocess/kpty loses that
fd after running the command.
2003-01-09 22:52:09 +00:00
espie
637bb98754 Make konsole login/logout work.
(The code in kde-current is substantially different, so this won't go in
unchanged)

- use konsole_grantpty to do the login/logout, so that only this program
needs to be setgid utmp.
- pass the ttyname to konsole_grantpty explicitly.
- use openpty to get the ttyname in a simple way.
- deactivate USE_LOGIN on OpenBSD, as login/logout must occur in grantpty.
2003-01-09 19:27:05 +00:00