~ubuntu-branches/ubuntu/oneiric/cfingerd/oneiric-security

Viewing all changes in revision 3.

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2003-06-20 15:39:25 UTC
  • Revision ID: james.westby@ubuntu.com-20030620153925-0tzkerjxjlc670cx
Tags: 1.4.3-1.2
* Non-maintainer upload (RC bug more than 2 years old).
* debian/rules:
  + Removed the {foo,bar} shell wildcard bashisms.
  + Call dpkg-gencontrol with -isp so that the binary package has a control
    and a priority field.
* debian/control:
  + Set policy to 3.5.10.
* Replaced malloc()/sprintf() calls with strdup().
* Replaced log() with mylog() because log is a built-in gcc-3.x function.
* Replaced a snprintf() with sprintf() in util.c to fix a security issue
  that could cause information leakage (Closes: #76918).
* In idle.c and standard.c, do not display the idle time if stat() on the
  TTY device failed.
* In idle.c and standard.c, if the TTY device's timestamp is 0, do not
  display the idle time (Closes: #64359).
* In idle.c and standard.c, if TTY modification time is more recent
  than access time, use access time to make idle reports more meaningful
  (Closes: #86138).
* Applied a patch from Amir Shamsuddin for standard.c to retrieve proper
  privileges before looking for files in the user's home (Closes: #64915).
* Fixed the display_file argument in standard.c so that ~/.XFace is
  properly displayed (Closes: #126984, #117255).
* In display.c, use 8 characters from user names instead of 7, so that we
  can fetch the data from the passwd entry (Closes: #74672, #73041).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: