File: CHANGELOG

package info (click to toggle)
nullidentd 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ansic: 332; makefile: 89; sh: 26
file content (25 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
nullidentd
----------

Copyright 1999 Brian Young <bayoung@acm.org>

Version 1.0
-----------

- no code changes
- updated README

Version 0.9.1
-------------

- send \r\n instead of \n (as per RFC1413)
- use snprintf instead of sprintf
    - no security hole, but it's just wrong to use sprintf in a daemon
- use a session timeout instead of idle timeouts
    - makes more sense for such a small protocol

Version 0.9
-----------

- first public release