History log of /openbsd/lib/libkeynote/environment.c (Results 1 – 25 of 29)
Revision Date Author Comments
# 8c119664 23-Dec-2015 mmcc <mmcc@openbsd.org>

remove a few NULL-checks before free()


# 70f56b17 19-Dec-2015 mmcc <mmcc@openbsd.org>

More style improvement and removal of NULL/allocation casts.

ok tb@


# 232b012b 18-Dec-2015 mmcc <mmcc@openbsd.org>

A few more NULL casts and style tweaks. No functional change.


# 037dc99c 18-Dec-2015 mmcc <mmcc@openbsd.org>

Cleanup and modernization. No functional change. Discussed with halex@.


# 6b3d627c 14-Dec-2015 mmcc <mmcc@openbsd.org>

Remove more needless casts of NULL and allocations.


# 71aaea62 14-Dec-2015 mmcc <mmcc@openbsd.org>

Remove casts of allocations and NULL. There are a *ton* of these to
remove in libkeynote, but I'm doing it in small chunks so I don't slip
up.

Previously discussed and approved on the lists, althoug

Remove casts of allocations and NULL. There are a *ton* of these to
remove in libkeynote, but I'm doing it in small chunks so I don't slip
up.

Previously discussed and approved on the lists, although I backed off
after making a dumb mistake in a mega-diff.

show more ...


# 7b1a15aa 18-Nov-2015 mmcc <mmcc@openbsd.org>

Remove memory.h includes.

ok deraadt@


# 48bd5cc4 08-Oct-2014 deraadt <deraadt@openbsd.org>

obvious reallocarray()


# 80c62621 29-Nov-2013 deraadt <deraadt@openbsd.org>

fairly simple unsigned char casts for ctype
ok krw


# 7c0986dd 05-Jan-2005 hshoexer <hshoexer@openbsd.org>

remove wrong free() after realloc().

ok miod millert markus


# 85616838 29-Jun-2004 msf <msf@openbsd.org>

Header cleanup.
ok hshoexer@


# e0758482 25-Jun-2004 msf <msf@openbsd.org>

Make crufty configure stuff go away. Remove all unused code paths.
No change in binaries.

ok millert@ deraadt@ hshoexer@


# e74e4db0 02-Apr-2003 millert <millert@openbsd.org>

Use snprintf instead of sprintf; deraadt@ OK


# 5e4ac158 03-Sep-2001 deraadt <deraadt@openbsd.org>

with or without fee; received mail permitting this change from angelos


# a8c336f3 03-Oct-2000 angelos <angelos@openbsd.org>

Sync.


# 0cc562f3 27-Sep-2000 angelos <angelos@openbsd.org>

Sync again (remove unneeded RAND_set calls).


# d13090a4 26-Sep-2000 angelos <angelos@openbsd.org>

Sync.


# adf9c6c4 13-Jun-2000 angelos <angelos@openbsd.org>

Fix some compile warnings.


# 616f18cb 18-May-2000 angelos <angelos@openbsd.org>

Really find the requested assertions, and fix authorizer retrieval.


# bdbb5d20 18-May-2000 angelos <angelos@openbsd.org>

Plug a minor memory leak associated with kn_get_licensees(), and make
the latter work before a query has been issued.


# 1c338448 26-Oct-1999 angelos <angelos@openbsd.org>

sync


# dd34a27e 09-Oct-1999 angelos <angelos@openbsd.org>

Roll back yesterday's commit, will wait until after 2.6.


# f53dbc77 09-Oct-1999 angelos <angelos@openbsd.org>

Move all ifdefs in header.h (instead of keynote.h), include header.h
in all files including keynote.h, update manpage.


# bffe52c0 09-Oct-1999 angelos <angelos@openbsd.org>

Better handling of errors in kn_query, update manpage accordingly.


# ca0ac210 06-Oct-1999 angelos <angelos@openbsd.org>

Make some of the perror() calls more informative, correct some
inconsistencies in the man page and the query tool, update the
testsuite accordingly.


12