~ubuntu-branches/ubuntu/trusty/ident2/trusty

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-01-14 22:37:49 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100114223749-0q90e3awgafpntvx
Tags: 1.07-1ubuntu1
* Merge from Debian testing, remaining changes:
  - debian/control: Add openbsd-inetd | inet-superserver dependencies
  as ident2 needs an inet server to work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--------- [07/22/2005
 
2
+ incorporated lsof patch which adds support for
 
3
  SunOS, NetBSD, OpenBSD, OSF/1, HP-UX
 
4
  (thanks inittab@netizenweb.com (Greg Schenzel))
 
5
 
1
6
--------- [05/18/2004
2
7
+ buffer overflow in _getl fixed :(
3
8
 
4
9
--------- [11/02/2003
5
10
+ fixed using data after it has been freed in sys/m_fbsd.c:m_get_uid()
6
 
    thanks to Ilya Novoselov <nullguid@t72.ru>
 
11
  thanks to Ilya Novoselov <nullguid@t72.ru>
7
12
 
8
13
--------- [08/18/2000
9
14
+ forgot to specifiy option 'n' in getopt_long
10
 
        thanks to Johan Ekenberg <johan@ekenberg.se> for pointing this out
 
15
  thanks to Johan Ekenberg <johan@ekenberg.se> for pointing this out
11
16
 
12
17
--------- [04/11/2000
13
18
+ correctly handles errno == EINTR when accept() returns -1
23
28
+ moved m_register_pid AFTER the initial fork()-to-become-daemon,
24
29
  otherwise wrong pid is registered.
25
30
+ d'oh. move m_reduce_rights AFTER m_register_pid, otherwise can't
26
 
  write pid to /var/run (/me dumbs)
 
31
  write pid to /var/run
27
32
- NOTE, snprintf is not portable. must be removed in future.
28
33
 
29
34
--------- [9/3/99]