History log of /openbsd-current/lib/libkeynote/environment.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.29 23-Dec-2015 mmcc

remove a few NULL-checks before free()


# 1.28 19-Dec-2015 mmcc

More style improvement and removal of NULL/allocation casts.

ok tb@


# 1.27 18-Dec-2015 mmcc

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


# 1.26 18-Dec-2015 mmcc

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


# 1.25 14-Dec-2015 mmcc

Remove more needless casts of NULL and allocations.


# 1.24 14-Dec-2015 mmcc

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.


# 1.23 18-Nov-2015 mmcc

Remove memory.h includes.

ok deraadt@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.22 08-Oct-2014 deraadt

obvious reallocarray()


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.21 29-Nov-2013 deraadt

fairly simple unsigned char casts for ctype
ok krw


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.20 05-Jan-2005 hshoexer

remove wrong free() after realloc().

ok miod millert markus


Revision tags: OPENBSD_3_6_BASE
# 1.19 29-Jun-2004 msf

Header cleanup.
ok hshoexer@


# 1.18 25-Jun-2004 msf

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

ok millert@ deraadt@ hshoexer@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE
# 1.17 02-Apr-2003 millert

Use snprintf instead of sprintf; deraadt@ OK


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.16 03-Sep-2001 deraadt

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


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.15 03-Oct-2000 angelos

Sync.


# 1.14 27-Sep-2000 angelos

Sync again (remove unneeded RAND_set calls).


# 1.13 26-Sep-2000 angelos

Sync.


# 1.12 13-Jun-2000 angelos

Fix some compile warnings.


# 1.11 18-May-2000 angelos

Really find the requested assertions, and fix authorizer retrieval.


# 1.10 18-May-2000 angelos

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


Revision tags: OPENBSD_2_7_BASE
# 1.9 26-Oct-1999 angelos

sync


Revision tags: OPENBSD_2_6_BASE
# 1.8 09-Oct-1999 angelos

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


# 1.7 09-Oct-1999 angelos

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


# 1.6 09-Oct-1999 angelos

Better handling of errors in kn_query, update manpage accordingly.


# 1.5 06-Oct-1999 angelos

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


# 1.4 06-Oct-1999 angelos

Fix a typo in manpage, as well as bogus error reporting.


# 1.3 01-Oct-1999 angelos

Update for version 2.0


# 1.2 31-May-1999 angelos

Sanitize prototypes and variable extern definitions, remove
unnecessary header file, add prototypes header file for utility building.


# 1.1 23-May-1999 angelos

branches: 1.1.1;
Initial revision