Age | Commit message (Collapse) | Author |
|
but restores compilability with older compilers such as gcc.
No intentional functional change.
|
|
readable, less prone to typos.
No intentional functional change.
|
|
Otherwise dh_getlen() will dereference ie->group and crash.
looks correct to hshoexer
|
|
partition types from menu building and display.
Some GPT partition names change to match their MBR bretheren.
No intentional functional change.
|
|
|
|
returning struct uuid's use 'uuid' in their names.
Lengthen a pointlessly short line.
No functional change.
|
|
This allows compiling isakmpd with a libcrypto that has binary field
support removed. Leave the enum value itself unguarded on claudio's
request.
ok beck claudio jsing
|
|
GUID strings. Consistently use strcasecmp() when comparing
GUID's, allowing use of simple 'char *' for gt_guid.
No intentional functional change.
|
|
Do no use this as length in iked(8) _dsa_verify_prepare().
OK tobhe@ tb@
|
|
limit check in PRT_menuid_to_guid().
No functional change.
|
|
variables related to gpt partitions. Makes it clear that there is
no required tie between mbr partition types and gpt partition
types.
No functional change.
|
|
use uuid_create_nil().
No functional change.
|
|
no type can be found. 0 is a valid type!
No functional change.
|
|
In the unlikely event that EC_KEY_check_key() in ec_init() fails,
group->ec would be freed first in ec_init() then in group_free().
Same problem was fixed in iked/dh.c r1.31 (where it originally came
from).
ok jsg mbuhl
|
|
to the original input. Just zap it for now.
No functional change.
|
|
protection.
No functional change.
|
|
items result in the same GUID. Easier to spot and more resistant
to simple typos in a 36 character hex string.
No functional change.
|
|
and GPT partition GUIDs.
No functional change.
|
|
Nuke unused HELPBUFSZ.
No functional change.
|
|
sibling find_gpt_type(), tweaking PRT_print_part() as needed.
No functional change.
|
|
width of output in printf() rather than "%-*s" and sizeof(name) +
1. Clearer, may even save some bytes as many names are shorter
than the max.
Rename PRT_print_mbrtypes() to PRT_print_mbrmenu() and
PRT_print_gpttypes() to PRT_print_gptmenu() to remove implied
completeness of list presented in menu.
No functional change.
|
|
shortness of the names.
No functional change.
|
|
- show that -ifp and "address" do not mix
- show how to reset value (from claudio)
- tweak text
ok claudio
|
|
Only print the sourceaddrs if no argument was passed. If arguemnts
are set make sure that either and address is present or that an ifp
was given. This make the command behave a more like other route commands.
OK deraadt@
|
|
- remove "-inet|-inet6" as it is not generally meaningful
- remove the qualifier "if set": sourceaddr now works nicely in cases
where no "address is given
|
|
addrs are fetched from the kernel. This needs more cleanup.
|
|
Print 'default' if no sourceaddr is set and the default algorithm is used.
With and OK kn@ deraadt@
|
|
ok patrick@ bluhm@
|
|
ok miod@ millert@
|
|
with tweaks from claudio and deraadt
ok claudio, bluhm
|
|
ok claudio@ cheloha@ krw@ deraadt@ miod@ millert@
|
|
|
|
|
|
partition entries.
Add GPT_UUID_LEGACY_MBR entry to list of known partition id's as
it is defined in the UEFI Standard.
|
|
curated and contributed by Brian Conway, thanks!
|
|
rather than assuming they are the same size. Zero
destination entries when no source partition available.
No intentional functional change.
|
|
instead of getting it from p_ps. The old approach does not work anymore
after the recent fork + exec update.
ok patrick@
|
|
starting to edit an unused GPT partition.
|
|
each process a fresh and unique address space to further improve randomization
of ASLR and stack protector.
ok bluhm@ patrick@
|
|
No intentional functional change.
|
|
by function return values is not fiddled with.
No intentional functional change.
|
|
|
|
while there, whack anything either out of date or not useful
joint work with claudio
|
|
various *d, *conf, *ctl files (where relevant) and simple;
also makes "man -k routing" more useful;
help from claudio and florian
ok claudio florian millert
|
|
The signal handlers in mountd.c were made safe in rev 1.34 from 2001.
OK bluhm@ kn@
|
|
OK mbuhl@
|
|
|
|
These ifconfig commands are supported by veb(4) but were undocumented:
deladdr flushrule maxaddr rule rulefile static timeout up
As was done before, copy relevant prose from the BRIDGE section.
ok jmc@
|
|
unwind.8: point to resolvd(8) for autoconf sources
unwind.conf.5: order preferred list by order of preference
resolvd.8: reformat to read better
route.8: no need to discuss unwind in the nameserver command
umb.4 + sppp.4: note the sending of nameserver proposals
the umb/sppp text is from claudio
tobhe confirmed iked sending proposals when configured to do so
much assistance and ok: florian claudio
|
|
"EXAMPLES" sections. Build tables with 'Bd -column' instead of
tabs inside 'Bl -literal'. Columns now line up (more or less) in
text, .pdf and .html versions.
Prompted by kn@, feedback & suggestions from jmc@ and schwarze@.
|