lp://staging/~diego-biurrun/hipl/host_name_max

Created by Diego Biurrun and last modified
Get this branch:
bzr branch lp://staging/~diego-biurrun/hipl/host_name_max
Only Diego Biurrun can upload to this branch. If you are Diego Biurrun please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Diego Biurrun
Project:
HIPL
Status:
Development

Recent revisions

5635. By Diego Biurrun

Merge current trunk.

5634. By Diego Biurrun

Replace HIP_HOST_ID_HOSTNAME_LEN_MAX #define by HOST_NAME_MAX.

HOST_NAME_MAX is part of POSIX and has the same semantics, so there is
no need to use a local #define that essentially duplicates it.

5633. By Diego Biurrun

build system: Ensure that version.h is created before compiling header files.

5632. By Diego Biurrun

Remove secret member from struct netdev_address.

According to Samu it was part of the OpenDHT rm-message code that was
removed a while ago.

5631. By Diego Biurrun

firewall: Replace bzero() invocation by memset(0).

bzero() is deprecated, memset(0) should be used instead.

5630. By Diego Biurrun

Replace bzero() invocations by zero initializations.

bzero() is deprecated, so this is doubly good.

5629. By Diego Biurrun

maintenance.c: Remove pointless hip_fw_addr variable indirection.

5628. By Diego Biurrun

cookie.c: Remove write-only all_zero_hit variables.

5627. By Diego Biurrun

Fix the names of some multiple inclusion guards.

The multiple inclusion guards should be derived from filename and path.

5626. By Diego Biurrun

doxygen: Drop unnecessary '*' from function parameter names.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/hipl
This branch contains Public information 
Everyone can see this information.

Subscribers