/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Teddy Hogeborn
  • Date: 2012-06-23 00:58:49 UTC
  • Revision ID: teddy@recompile.se-20120623005849-02wj82cng433rt2k
* clients.conf: Convert all time intervals to new RFC 3339 syntax.
* mandos: All client options for time intervals now take an RFC 3339
          duration.
  (rfc3339_duration_to_delta): New function.
  (string_to_delta): Try rfc3339_duration_to_delta first.
* mandos-clients.conf.xml (OPTIONS/timeout): Document new format.
  (EXAMPLE): Update to new interval format.
  (SEE ALSO): Reference RFC 3339.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Source: <http://www.recompile.se/mandos>
5
5
 
6
6
Files: *
7
 
Copyright: Copyright © 2008-2014 Teddy Hogeborn
8
 
           Copyright © 2008-2014 Björn Påhlsson
 
7
Copyright: Copyright © 2008-2012 Teddy Hogeborn
 
8
           Copyright © 2008-2012 Björn Påhlsson
9
9
License: GPL-3+
10
10
    This program is free software: you can redistribute it and/or
11
11
    modify it under the terms of the GNU General Public License as
22
22
    <http://www.gnu.org/licenses/>.
23
23
    .
24
24
    On Debian systems, the complete text of the GNU General Public
25
 
    License can be found in "/usr/share/common-licenses/GPL-3".
 
25
    License can be found in "/usr/share/common-licenses/GPL".