]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
10 years ago[master]
Shawn Routhier [Wed, 30 Oct 2013 20:52:36 +0000 (13:52 -0700)] 
[master]
    [32692] Signal handlers added: sigint (ctrl-c) and sigterm (default kill)

10 years ago[master]
Shawn Routhier [Wed, 30 Oct 2013 20:34:22 +0000 (13:34 -0700)] 
[master]
Squashed commit of the following:

commit 9b0ea01f2afd1fb7ec1409166183a92731314ca7
Author: Shawn Routhier <sar@isc.org>
Date:   Tue Oct 22 12:02:41 2013 -0700

    -n [rt34924]
    Modify the on_commit code to use a reasonable scope as the reply->lease
    value may not be set, we should use the tmp->scope as we go through
    the iasubopts.

10 years ago-n [master]
Shawn Routhier [Mon, 21 Oct 2013 21:59:41 +0000 (14:59 -0700)] 
-n [master]
Fix the socket handling for DHCPv6 clients to allow multiple instances
of a clinet on a single machine to work properly.
[ISC-Bugs #34784]

10 years ago-n [master]
Shawn Routhier [Mon, 14 Oct 2013 22:53:24 +0000 (15:53 -0700)] 
-n [master]
Add code to support the standards version of DDNS

10 years ago-n [master]
Shawn Routhier [Fri, 11 Oct 2013 21:42:06 +0000 (14:42 -0700)] 
-n [master]
Correct NTP rfc number

11 years agoset SO_REUSEPORT only for multicast
Francis Dupont [Wed, 25 Sep 2013 08:22:43 +0000 (10:22 +0200)] 
set SO_REUSEPORT only for multicast

11 years ago-n [master]
Shawn Routhier [Fri, 30 Aug 2013 20:25:12 +0000 (13:25 -0700)] 
-n [master]
   fixes in openwrt script from the lwds-lite lab as well
   as some cosmetic changes and updating other scripts to
   use two double quotes instead of two single quotes for
   empty zone ids.
   [rt29843]

11 years ago-n [master]
Shawn Routhier [Thu, 29 Aug 2013 20:57:13 +0000 (13:57 -0700)] 
-n [master]
    [32767] Doxygen files for Developer's Guide are now included in release

11 years agoaddress: dhcpv6.c: In function 'reply_process_ia_ta': dhcpv6.c:2784: warning: 'p...
Mark Andrews [Wed, 28 Aug 2013 02:25:33 +0000 (12:25 +1000)] 
address: dhcpv6.c: In function 'reply_process_ia_ta': dhcpv6.c:2784: warning: 'p' might be used uninitialized in this function

11 years ago-n [master]
Shawn Routhier [Tue, 27 Aug 2013 21:20:09 +0000 (14:20 -0700)] 
-n [master]
 26510
 Add support for classes in the IPv6 code

11 years ago-n [master]
Shawn Routhier [Tue, 27 Aug 2013 20:40:47 +0000 (13:40 -0700)] 
-n [master]
    [rt27912]
    Add code to suppor on {commit expiry release} statements for DHCPv6.
    There are several pieces to this change
    1) Add space in the iasubopt structure to hold the statement pointers
    2) Update the execute code to fill in the structures as necessary
    3) Execute the statements when appropriate
    Many of the changes in the non-v6 code are to pass the v6 structures
    around to the execute code.

11 years ago-n [master]
Shawn Routhier [Tue, 27 Aug 2013 18:09:12 +0000 (11:09 -0700)] 
-n [master]
    [rt26311]
    Fix the issue with DDNS by checking to see if we have added a pointer
    to the ddns_cb and skipping the cache threshold check if we did.  Also
    expand and correct the cache threshold check into the delayed ack code.

11 years ago[master]
Shawn Routhier [Tue, 27 Aug 2013 17:31:27 +0000 (10:31 -0700)] 
[master]
Add a sleep call after trying to kill a previous client.  This
should make the "-r" option to the client work more consistently.
[ISC-Bugs: 18175]

11 years agohandle realloc failure [RT #32105]
Mark Andrews [Tue, 11 Jun 2013 06:08:16 +0000 (16:08 +1000)] 
handle realloc failure [RT #32105]

11 years agoadd #include "config.h"
Mark Andrews [Thu, 6 Jun 2013 23:06:14 +0000 (09:06 +1000)] 
add #include "config.h"

11 years agoRun auto tools on updated configure.ac file
Shawn Routhier [Thu, 6 Jun 2013 19:06:06 +0000 (19:06 +0000)] 
Run auto tools on updated configure.ac file

11 years ago[master]
Shawn Routhier [Thu, 6 Jun 2013 19:03:33 +0000 (12:03 -0700)] 
[master]
Change version and dates to make it clear this isn't 4.3.0 if we
create a tar ball for test purposes.

11 years ago[master]
Shawn Routhier [Thu, 6 Jun 2013 01:15:49 +0000 (18:15 -0700)] 
[master]
Modify the class and subclass code to allow for dynamic addition and
removal of subclasses.  See 27452 for details.

11 years ago[master]
Shawn Routhier [Tue, 4 Jun 2013 17:44:13 +0000 (10:44 -0700)] 
[master]
Squashed commit of the following:
    [rt33351]
    Check for overly long whitespace in files we are parsing and
    print a message and exit if we find it.  We could try and continue
    but given that the file is likely corrupt that doesn't seem useful.
    commit e5cde5645b6cdeee04761fa3671d9e9f3b5abdd4
    commit 25c632ab85e996f89a8e0337a3c5caef6ff4392a

11 years ago[master]
Shawn Routhier [Thu, 30 May 2013 19:23:17 +0000 (12:23 -0700)] 
[master]
Checkin for 20680, adding perl script to look at lease files

11 years ago- Address static analysis warnings.
Mark Andrews [Thu, 23 May 2013 04:21:20 +0000 (14:21 +1000)] 
- Address static analysis warnings.
  [ISC-Bugs #33510] [ISC-Bugs #33511]

11 years ago- Address static analysis warnings.
Mark Andrews [Thu, 23 May 2013 04:14:26 +0000 (14:14 +1000)] 
- Address static analysis warnings.
  [ISC-Bugs #33510]

11 years ago- Silence benign static analysis warnings.
Mark Andrews [Wed, 15 May 2013 00:49:54 +0000 (10:49 +1000)] 
- Silence benign static analysis warnings.
  [ISC-Bugs #33428]

11 years ago[master]
Shawn Routhier [Wed, 10 Apr 2013 20:57:52 +0000 (13:57 -0700)] 
[master]
Update bind.sh to use v9_9 until we update DHCP to
use shared libraries.  See ticket 33195

11 years ago[master]
Shawn Routhier [Mon, 8 Apr 2013 18:14:20 +0000 (11:14 -0700)] 
[master]
    [rt33032]
    Move declaration of fudge so it's only declared if we will use it.

11 years ago- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
Mark Andrews [Thu, 28 Mar 2013 06:11:06 +0000 (17:11 +1100)] 
- Use newer auto* tool packages and turn on RFC_3542 support on Mac OS.
  [ISC-Bugs #26303]

11 years agoVarious minor documentation improvements:
Jeremy C. Reed [Tue, 29 Jan 2013 00:01:41 +0000 (18:01 -0600)] 
Various minor documentation improvements:

remove repeated words

fix: it's to its

some minor formatting added
(this needs to be improved still, there is a mix
of \fB Bold and \fI underline for same things)

spelling fixes

minor punctuation fixes (remove ...)

uppercase an acronym that is not a config item

(I didn't get this reviewed, these all are very minor or obvious.)

11 years agoUpdate auto generated files for rt32206
Shawn Routhier [Wed, 16 Jan 2013 20:42:34 +0000 (20:42 +0000)] 
Update auto generated files for rt32206

11 years ago[master]
Shawn Routhier [Wed, 16 Jan 2013 20:31:13 +0000 (12:31 -0800)] 
[master]
When checking to see if atf is available also check the
lib64 directory.
[rt32206]

11 years ago[master]
Shawn Routhier [Fri, 14 Dec 2012 20:21:53 +0000 (12:21 -0800)] 
[master]
Update bind version for 4.2.5rc1

11 years ago[master]
Shawn Routhier [Thu, 13 Dec 2012 19:38:06 +0000 (11:38 -0800)] 
[master]
Add ticket number to comment

11 years ago-n [master]
Shawn Routhier [Thu, 13 Dec 2012 19:29:35 +0000 (11:29 -0800)] 
-n [master]
Clean up ATF issues:
describe patch to ATF code for solaris 11
remove unneeded options for use on solaris 11
comment out unused hash test
[rt32089]

11 years ago[master]
Shawn Routhier [Thu, 13 Dec 2012 00:41:04 +0000 (16:41 -0800)] 
[master]
Update per comments from sanity check

11 years ago[master]
Shawn Routhier [Wed, 5 Dec 2012 02:28:14 +0000 (18:28 -0800)] 
[master]
Update bind version map for 4.2.5b1

11 years ago[master]
Shawn Routhier [Tue, 4 Dec 2012 19:43:42 +0000 (11:43 -0800)] 
[master]
Remove outdated section on ad-hoc DDNS
[ISC-Bugs #21798 #29939]

11 years ago[master]
Shawn Routhier [Wed, 28 Nov 2012 21:54:09 +0000 (13:54 -0800)] 
[master]
Tidy up dhclient.8 file:
make use of man sections consistent for dhclient.conf, dhclient-script
and dhclient.lease
make port port-number and VAR=val VAR=value
correct   desciptionof to description of
[ISC-Bugs #17368]

11 years ago[master]
Shawn Routhier [Wed, 28 Nov 2012 20:55:32 +0000 (12:55 -0800)] 
[master]
Remove unused variable.
[ISC-Bugs #31983]

11 years ago[master]
Shawn Routhier [Mon, 26 Nov 2012 20:14:27 +0000 (12:14 -0800)] 
[master]
[rt31231]
Check the status when trying to read from a connection
and don't ask for more if we seem to have a closed
connection.
[ISC-Bugs #31231]

11 years ago[master]
Shawn Routhier [Mon, 19 Nov 2012 19:42:38 +0000 (11:42 -0800)] 
[master]
Move the dhclient.conf and dhcpd.conf files to *.example
to avoid overwriting them during installation.

11 years ago[master]
Shawn Routhier [Sat, 17 Nov 2012 01:02:03 +0000 (17:02 -0800)] 
[master]
Tidy up some compiler issues in the debug code
[ISC-Bugs #26460]

11 years ago[master]
Shawn Routhier [Fri, 16 Nov 2012 23:02:13 +0000 (15:02 -0800)] 
[master]
+- Add support for a simple check that the server id in a request message
+  to a failover peer matches the server id of the server.  This support
+  is enabled by editing the file includes/site.h and uncommenting the
+  definition for SERVER_ID_CHECK.  The option has several restrictions
+  and issues - please read the comment in the site.h file before
+  enabling it.
+  [ISC-Bugs #31463]

11 years ago[master]
Shawn Routhier [Tue, 13 Nov 2012 20:58:32 +0000 (12:58 -0800)] 
[master]
Add rt number to comment

11 years ago[master]
Shawn Routhier [Tue, 13 Nov 2012 20:56:02 +0000 (12:56 -0800)] 
[master]
The client now passes information about the options it requested
from the server to the script code via environment variables.
These variables are of the form requested_<option_name>=1 with
the option name being the same as used in the new_* and old_*
variables. [ISC-Bugs #29068]

11 years ago[master]
Shawn Routhier [Fri, 2 Nov 2012 23:37:03 +0000 (16:37 -0700)] 
[master]
Modify the nak_lease function to make some attempts to find a
server-identifier option to use for the NAK.

11 years ago[master]
Shawn Routhier [Tue, 23 Oct 2012 19:08:30 +0000 (12:08 -0700)] 
[master]
[ISC-Bugs #23048]
Parsing unquoted base64 strings improved. Parser now properly handles
strings that contain reserved names.

11 years ago[master]
Shawn Routhier [Tue, 16 Oct 2012 22:05:24 +0000 (15:05 -0700)] 
[master]
[rt23833]
Clean up a number of items identified by the Coverity
static analysis tool.  Runs courtesy of Red Hat.

11 years ago[rt26108]
Shawn Routhier [Thu, 11 Oct 2012 21:53:13 +0000 (21:53 +0000)] 
[rt26108]
Update auto generated files for rt26108

11 years ago[master]
Shawn Routhier [Thu, 11 Oct 2012 21:30:24 +0000 (14:30 -0700)] 
[master]
[ISC-Bugs #26108]
Add a compile time option, enable-secs-byteorder, to deal with
clients that do the byte ordering on the secs field incorrectly.
This field should be in network byte order but some clients
get it wrong.  When this option is enabled the server will examine
the secs field and if it looks wrong (high byte non zero and low
byte zero) swap the bytes.  The default is disabled.  This option
is only useful when doing load balancing within failover.

11 years ago[master]
Shawn Routhier [Tue, 9 Oct 2012 21:08:26 +0000 (14:08 -0700)] 
[master]
[rt30320]
When processing a failover request with an unexpected name
create an option block the relationship_name instead of using
the one from the incoming message.  This avoids problems when
the option is freed.

Also add code to free the relationship_name from the incoming
mesasage when we free the message.

11 years ago[master]
Shawn Routhier [Tue, 9 Oct 2012 20:28:14 +0000 (13:28 -0700)] 
[master]
Relax the requirements for deleting an A or AAAA record.
Previously the DDNS removal code required both the A or AAAA
record and the TXT record to exist.  This requirement could
cause problems if something interrupted the removal leaving
the TXT record alone.  This relaxation was codified in RFC 4703.
[ISC-Bugs #30734]

12 years agomaster
Shawn Routhier [Thu, 20 Sep 2012 00:56:39 +0000 (00:56 +0000)] 
master
Update version stamp to 4.3 for better version clarity

12 years ago[master]
Shawn Routhier [Thu, 20 Sep 2012 00:44:22 +0000 (17:44 -0700)] 
[master]
Update version stamp to 4.3.0

12 years ago[master]
Shawn Routhier [Wed, 19 Sep 2012 21:27:44 +0000 (14:27 -0700)] 
[master]
Update the memory leakage debug code to work with v6.

12 years agoAdd common/tests/Atffile and server/tests/Atffile to the distribution
Shawn Routhier [Thu, 23 Aug 2012 18:14:17 +0000 (18:14 +0000)] 
Add common/tests/Atffile and server/tests/Atffile to the distribution
and rebuild the auto generated files

12 years ago-n [master]
Shawn Routhier [Fri, 17 Aug 2012 21:12:18 +0000 (14:12 -0700)] 
-n [master]
Correct a typo

12 years ago[rt30281]
Shawn Routhier [Fri, 17 Aug 2012 19:05:49 +0000 (12:05 -0700)] 
[rt30281]
Modify the renew_lease6() code to properly handle a lease time
that is reduced rather than extended.
Fix the ATF tests for mdb6 and add a new test to check the
above condition.

12 years ago[master] RELNOTES entry for ATF moved to the changes since 4.2.4 section.
Tomek Mrugalski [Thu, 16 Aug 2012 14:47:18 +0000 (16:47 +0200)] 
[master] RELNOTES entry for ATF moved to the changes since 4.2.4 section.

12 years agoMerge branch 'rt25901_atf'
Tomek Mrugalski [Tue, 14 Aug 2012 13:46:10 +0000 (15:46 +0200)] 
Merge branch 'rt25901_atf'

12 years ago[rt25901_atf] common/tests/Makefile.in regenerated
Tomasz Mrugalski [Tue, 14 Aug 2012 13:44:54 +0000 (13:44 +0000)] 
[rt25901_atf] common/tests/Makefile.in regenerated

12 years ago[rt25901_atf] common/tests/Makefile.am improvements
Tomek Mrugalski [Tue, 14 Aug 2012 13:42:20 +0000 (15:42 +0200)] 
[rt25901_atf] common/tests/Makefile.am improvements

make check no longer tries to run atf when ATF was not enabled
(make check target does not make much sense with tests disabled,
but it shouldn't fail complaining about missing atf-run)

12 years ago[master] autoreconf (configure regenerated after rt25901_atf merge)
Tomasz Mrugalski [Tue, 14 Aug 2012 13:33:33 +0000 (13:33 +0000)] 
[master] autoreconf (configure regenerated after rt25901_atf merge)

12 years ago[master] RELNOTES updated after ATF merge (rt25901_atf branch)
Tomek Mrugalski [Tue, 14 Aug 2012 13:21:19 +0000 (15:21 +0200)] 
[master] RELNOTES updated after ATF merge (rt25901_atf branch)

12 years ago[master] Merge branch 'rt25901_atf'
Tomek Mrugalski [Tue, 14 Aug 2012 13:20:46 +0000 (15:20 +0200)] 
[master] Merge branch 'rt25901_atf'

Conflicts:
configure

12 years ago[rt25901_atf] autoreconf --install
Tomasz Mrugalski [Tue, 14 Aug 2012 13:00:01 +0000 (13:00 +0000)] 
[rt25901_atf] autoreconf --install

12 years ago[rt25901_atf] Added comments to {server,common}/Makefile.am,
Tomek Mrugalski [Tue, 14 Aug 2012 12:58:12 +0000 (14:58 +0200)] 
[rt25901_atf] Added comments to {server,common}/Makefile.am,
 version reverted from 4.2.0-git to 4.2.0

12 years ago[rt29771]
Shawn Routhier [Mon, 13 Aug 2012 23:22:32 +0000 (16:22 -0700)] 
[rt29771]
[rt29770]
[rt29846]
Tidy up man pages, mostly convert a period followed by 1
or 3 spaces to a period followed by 2 spaces.  This also
covers tickets 29770 and 29846

Squashed commit of the following:

commit d40674fdfc8a81a44f8033bf048587a3eab0471f
Author: Shawn Routhier <sar@isc.org>
Date:   Fri Aug 3 17:55:05 2012 -0700

12 years ago[rt25901_atf] autoreconf
Tomasz Mrugalski [Fri, 10 Aug 2012 09:33:05 +0000 (09:33 +0000)] 
[rt25901_atf] autoreconf

12 years ago[rt25901_atf] tests subdirs are now unconditionally listed in SUBDIRS
Tomek Mrugalski [Fri, 10 Aug 2012 09:30:48 +0000 (11:30 +0200)] 
[rt25901_atf] tests subdirs are now unconditionally listed in SUBDIRS

12 years ago[rt25901_atf] Makefile improvements
Tomek Mrugalski [Fri, 10 Aug 2012 09:12:16 +0000 (11:12 +0200)] 
[rt25901_atf] Makefile improvements

- doc is no longer included in SUBDIRS
- {server,common}/tests/Atffile is now included in dist

12 years ago[rt25901_atf] Proofreading changes by Shawn
Tomek Mrugalski [Thu, 9 Aug 2012 23:44:43 +0000 (01:44 +0200)] 
[rt25901_atf] Proofreading changes by Shawn

12 years ago[rt25901_atf] Makefile.in regenerated (doc/ subdir added)
Tomasz Mrugalski [Thu, 9 Aug 2012 14:27:08 +0000 (14:27 +0000)] 
[rt25901_atf] Makefile.in regenerated (doc/ subdir added)

12 years ago[rt25901_atf] Final Doxygen clean-ups.
Tomek Mrugalski [Thu, 9 Aug 2012 14:01:25 +0000 (16:01 +0200)] 
[rt25901_atf] Final Doxygen clean-ups.

12 years ago[rt25901_atf] tests/HOWTO-unit-test mostly moved to Devel Guide
Tomek Mrugalski [Thu, 9 Aug 2012 13:52:10 +0000 (15:52 +0200)] 
[rt25901_atf] tests/HOWTO-unit-test mostly moved to Devel Guide

- moved major parts of HOWTO to Developer's Guide, leaving only
  brief notes and pointers to new location

- described Valgrind

12 years ago[rt25901_atf] Removed unnecessary statement.
Tomek Mrugalski [Wed, 8 Aug 2012 18:58:02 +0000 (20:58 +0200)] 
[rt25901_atf] Removed unnecessary statement.

12 years ago[rt25901_atf] Developer's Guide updated, make clean target added.
Tomek Mrugalski [Wed, 8 Aug 2012 18:35:02 +0000 (20:35 +0200)] 
[rt25901_atf] Developer's Guide updated, make clean target added.

12 years ago[rt25901_atf] Atffile/compilation cleanup, ATF description updated
Tomek Mrugalski [Tue, 7 Aug 2012 22:23:01 +0000 (00:23 +0200)] 
[rt25901_atf] Atffile/compilation cleanup, ATF description updated

12 years ago[rt25901_atf] Skeleton documentation for architecture, contrib and omapi
Tomek Mrugalski [Tue, 7 Aug 2012 04:56:51 +0000 (21:56 -0700)] 
[rt25901_atf] Skeleton documentation for architecture, contrib and omapi

12 years ago[rt30471]
Shawn Routhier [Fri, 3 Aug 2012 22:41:39 +0000 (15:41 -0700)] 
[rt30471]
Modify description of renewal and rebind options to add
that the code ignores them if they are equal  to the lease
as well  as greater than.

12 years ago[rt30024]
Shawn Routhier [Fri, 13 Jul 2012 05:55:19 +0000 (22:55 -0700)] 
[rt30024]
Move the line that zeros the packet_oro variable to
be earlier so it is properly cleared if we exit early.

12 years ago[rt30024] This is a commit message
Shawn Routhier [Thu, 12 Jul 2012 01:43:27 +0000 (18:43 -0700)] 
[rt30024] This is a commit message
Add the CVE number

12 years ago[rt30024] This is a commit message
Shawn Routhier [Wed, 11 Jul 2012 21:50:35 +0000 (14:50 -0700)] 
[rt30024] This is a commit message
Fix a pair of memory leaks.

12 years ago[rt25901_atf] Missing server/tests/Makefile.in added.
Tomasz Mrugalski [Thu, 5 Jul 2012 15:00:07 +0000 (15:00 +0000)] 
[rt25901_atf] Missing server/tests/Makefile.in added.

12 years ago[rt25901_atf] Minor corrections to some files
Stephen Morris [Wed, 4 Jul 2012 16:06:32 +0000 (17:06 +0100)] 
[rt25901_atf] Minor corrections to some files

Minor corrections to some of the atf.dox documentation.  Also modified
hash_unitest.c to avoid problems in "printf" (the format string %lu was wrong
for a size_t on my machine, so an explicit cast was made to the correct type).

12 years agoautoreconf --install
Tomasz Mrugalski [Mon, 2 Jul 2012 17:40:16 +0000 (17:40 +0000)] 
autoreconf --install

12 years ago[rt25901_atf] Indentation cleanup of mdb6_unittest.c
Tomek Mrugalski [Mon, 2 Jul 2012 17:05:05 +0000 (19:05 +0200)] 
[rt25901_atf] Indentation cleanup of mdb6_unittest.c

12 years ago[rt25901_atf] Intentation clean-up.
Tomek Mrugalski [Mon, 2 Jul 2012 16:58:30 +0000 (18:58 +0200)] 
[rt25901_atf] Intentation clean-up.

12 years ago[rt25901_atf] Test for 29851 simiplified
Tomek Mrugalski [Mon, 2 Jul 2012 16:45:07 +0000 (18:45 +0200)] 
[rt25901_atf] Test for 29851 simiplified

12 years ago[rt25901_atf] Timeout set for rt29851 test
Tomek Mrugalski [Mon, 2 Jul 2012 16:36:28 +0000 (18:36 +0200)] 
[rt25901_atf] Timeout set for rt29851 test

12 years ago[rt25901_atf] Added test that reproduces 29851 issue.
Tomek Mrugalski [Mon, 2 Jul 2012 16:28:32 +0000 (18:28 +0200)] 
[rt25901_atf] Added test that reproduces 29851 issue.

12 years ago[rt25901_atf] Spelling fix in Developer's Guide
Tomek Mrugalski [Mon, 2 Jul 2012 13:35:50 +0000 (15:35 +0200)] 
[rt25901_atf] Spelling fix in Developer's Guide

12 years ago[rt25901_atf] Tests for 3 hosts implemented.
Tomek Mrugalski [Mon, 2 Jul 2012 13:06:00 +0000 (15:06 +0200)] 
[rt25901_atf] Tests for 3 hosts implemented.

12 years ago[rt25901_atf] uid_hash test parametrized, added 2 exta tests.
Tomek Mrugalski [Mon, 2 Jul 2012 12:47:15 +0000 (14:47 +0200)] 
[rt25901_atf] uid_hash test parametrized, added 2 exta tests.

12 years ago[atf25901_atf] #if 0 converted to comment.
Tomek Mrugalski [Mon, 2 Jul 2012 11:54:06 +0000 (13:54 +0200)] 
[atf25901_atf] #if 0 converted to comment.

12 years ago[rt25901_atf]: First uid_hash test ready (with 36 checks)
Tomek Mrugalski [Mon, 2 Jul 2012 11:41:35 +0000 (13:41 +0200)] 
[rt25901_atf]: First uid_hash test ready (with 36 checks)

12 years ago[rt25901_atf] configure regenerated
Tomasz Mrugalski [Mon, 2 Jul 2012 09:18:11 +0000 (09:18 +0000)] 
[rt25901_atf] configure regenerated

12 years ago[rt25901_atf] Tweaks in status output in configure.ac
Tomek Mrugalski [Mon, 2 Jul 2012 09:16:35 +0000 (11:16 +0200)] 
[rt25901_atf] Tweaks in status output in configure.ac

12 years ago[rt25901_atf] autotool files regenerated
Tomek Mrugalski [Mon, 2 Jul 2012 08:59:47 +0000 (10:59 +0200)] 
[rt25901_atf] autotool files regenerated

12 years ago[rt25901_atf] Unnecessary section on main page removed.
Tomek Mrugalski [Sat, 30 Jun 2012 18:02:15 +0000 (20:02 +0200)] 
[rt25901_atf] Unnecessary section on main page removed.

12 years ago[rt25901_atf] cppcheck verification added.
Tomek Mrugalski [Sat, 30 Jun 2012 18:00:57 +0000 (20:00 +0200)] 
[rt25901_atf] cppcheck verification added.

12 years ago[rt25901_atf] Files for Doxygen generation added.
Tomek Mrugalski [Sat, 30 Jun 2012 17:19:31 +0000 (19:19 +0200)] 
[rt25901_atf] Files for Doxygen generation added.