[go: up one dir, main page]

File: AUTHORS

package info (click to toggle)
dibbler 0.7.3-1.3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,148 kB
  • ctags: 8,720
  • sloc: cpp: 54,863; sh: 9,389; ansic: 8,659; yacc: 2,570; makefile: 1,061; lex: 842; perl: 49; xml: 6
file content (56 lines) | stat: -rw-r--r-- 1,748 bytes parent folder | download
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56

  Dibbler authors and contributors
 ----------------------------------
 
 Primary authors: 
  - Tomasz Mrugalski
  - Marek Senderski (inactive since 2003)
   
 Contributors:
  - Tomasz Torcz
    2005-07: Compatibility with gcc 2.x fixed

  - NIIBE Yutaka
    2005-12: Makefile improvements

  - Sob
    2006-01: Process checking in Linux

  - Adrien CLERC, Bahattin DEMIRPLAK, Gatant ELEOUET, 
    Mickal GURIN, Lionel GUILMIN, Laurline PROVOST
    from the ENSEEIHT University, Toulouse, France.
    2006-03: DNS Updates (FQDN) support

  - Krzysztof Wnuk
    2006-05: Reverse DNS Updates, lots of enhancements
    2006-09: Initial prefix delegation support

  - Arne Bernin <arne(at)stollmann.de>
    2006-10: XML fixes

  - David Minodier  <david.minodier(at)orange-ftgroup.com>
    2007-03: Prefix during prefix delegation is now split properly
    2007-04: Fixes in prefix delegation

  - Petr Pisar <petr.pisar(at)atlas.cz>
    2007-03: Various fixes (ntp_add, xml syntax, tun support improved)
    2007-08: Inactive mode for server
    2008-07: Small xml fix
    2008-08: /etc/resolv.conf rewriting improved
    2008-09: Race condition under linux fixed
    2008-09: PID is now stored in pid_t type, not int
    2008-09: Timezone implementation and fixes
    2008-09: Syslog support

  - Michal Kowalczuk <michal(at)kowalczuk.eu>
    2007-12: Authentication and authorization
    
  - Liu Ming/BII group <extrafliu(at)gmail.com>
    2008-08: CONFIRM support fixes

  - Nghiem Nguyen/Orange FT group <vinhnghiem.nguyen(at)orange-ftgroup.com>
    2008-10: Client classification

  Dibbler uses poslib library to communicate with DNS servers (DNS Update mechanism).
  Poslib is written by Meilof Veeningen <meilof@users.sourceforge.net>