Age | Commit message (Collapse) | Author |
|
|
|
implement new -n option to check and print configuration
ok florian
|
|
fix getopt()
ok florian
|
|
mechanism as armv7. Remove it so no one starts to believe
we would do it that way.
|
|
change command line options:
n -> A new Account key
N -> D new Domain key
With this acme-client has these main usage patterns:
* create new Account Key and Domain Key and get a certificate:
acme-client -A -D www.example.com
* renew certificate:
acme-client www.example.com
* revoke certificate:
acme-client -r www.example.com
ok florian
|
|
- add challengedir option to config file
- remove -C option from command line
ok florian
|
|
start using the configuration file and delete command line arguments:
-a agreement -> agreement url ...
-c certdir -> domain certificate "path"
-f accountkey -> account key "path"
-k domainkey -> domain key "path"
-s authority -> sign with "name"
new argument:
-f configfile
the changes needed to use the new configuration are local to main.c for now.
While the configuration could be passed directly to netproc(), keyproc() etc,
the diff is smaller this way.
This also removes the multidir (-m) mode for now - specify different paths in
each domain {} block instead.
ok florian
|
|
|
|
"warning:" rectification.
|
|
"warning:" rectification.
|
|
ok kettenis@ phessler@
|
|
"warning:" rectification.
|
|
to the new MI FDT driver directory.
"go ahead" kettenis@
|
|
"warning:" rectification.
|
|
"warning:" rectification.
|
|
"warning:" rectification.
|
|
"warning:" rectification.
|
|
allocation to the size of the new allocation (instead of the requested size).
2. Previously realloc takes the easy way and always reallocates if C is
active. This commit fixes by carefully updating the recorded requested
size in all cases, and writing the canary bytes in the proper location
after reallocating.
3. Introduce defines to test if MALLOC_MOVE should be done and to
compute the new value.
|
|
Requested by patrick@
|
|
bsd.prog.mk outside /usr/src by users not belonging to group wobj.
Requested by many after a report by Sebastien Marie.
ok deraadt
|
|
currently unused, but will be in the near future.
ok beck@
|
|
With and OK from tb@
OK jmc@
|
|
ok kettenis@
|
|
struct proc to struct process.
ok deraadt@ kettenis@
|
|
|
|
|
|
no functional change (unfortunately)
|
|
ok kettenis@ phessler@
|
|
Unfortunately this does not yet enable us to use the MMC on the
Pine64.
ok kettenis@
|
|
LIBRESSL_INTERNAL.
|
|
No change to generated assembly excluding line numbers.
|
|
No change to generated assembly excluding line numbers.
|
|
No change to generated assembly excluding line numbers.
|
|
with some style cleanup after. no binary change
ok jsing@
|
|
during installation if an OpenBSD mirror server is used for the
sets download. It contains the mirror server url in the same format
as provided by ftplist.cgi.
The installurl file is used by the OpenBSD installer, the syspatch(8)
and the pkg_add(1) commands.
Stop creating and updating the /etc/pkg.conf file - the pkg_add(1)
command will use the information in installurl.
Use a new dbversion of the CGIs which accecpt and provide mirror
urls without the release/arch part at the end..
Idea from ajacoutot@
Joint work with and OK ajacoutot@ tb@ beck@ deraadt@
|
|
No change to generated assembly excluding line numbers.
|
|
No change in preprocessor output (ignoring whitespace and line numbers).
|
|
No change in generated assembly.
|
|
Mark __init() as hidden
ok kettenis@ deraadt@
|
|
call those via a function pointer such that we can support other SoCs by
simply adding new functions.
|
|
family to it. Simplifies the code and disconnects route_input from protosw.
The rouing socket is special so no need to try to work like other protos.
With input from bluhm@, OK mpi@
|
|
|
|
|
|
Move them to the style sheet.
|
|
|
|
Makefiles are now guarded to not compile on non-clang architectures, we
can safely add them.
ok deraadt@
|
|
complaining that assigning the MULTICAST flag, which sets the
uppermost bit, would invert the meaning of MULTICAST flag's
numeric value.
ok claudio@ deraadt@ tom@ visa@
|
|
|
|
Move _dl_mmap() and _dl_mquery() inlines from archdep.h to syscall.h and
remove pointless casts and unnecessary parens.
ok kettenis@
|
|
ok jsing@
|