History log of /openbsd/usr.bin/banner/banner.c (Results 1 – 13 of 13)
Revision Date Author Comments
# 19569065 27-May-2017 tedu <tedu@openbsd.org>

trim some unused compile options for alternative character forms.


# 8f860afa 03-Nov-2015 mmcc <mmcc@openbsd.org>

Add blank line after pledge call.


# 0bd1216c 09-Oct-2015 deraadt <deraadt@openbsd.org>

Change all tame callers to namechange to pledge(2).


# 5d94434b 05-Oct-2015 deraadt <deraadt@openbsd.org>

banner can be restricted to tame "stdio". if this program is put into a
foreign-data pipeline, and happens to contain a string handling bug, i do
not want it being controlled to open a socket.
ok do

banner can be restricted to tame "stdio". if this program is put into a
foreign-data pipeline, and happens to contain a string handling bug, i do
not want it being controlled to open a socket.
ok doug

show more ...


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 1837a5ca 10-Jun-2003 deraadt <deraadt@openbsd.org>

mostly ansi cleanup; pval ok


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 0db7bd64 13-Mar-2003 tedu <tedu@openbsd.org>

fix printing of "" and other weird chars. from alexander@beard.se
closes pr3146 and pr3147

ok millert@


# c0932ef1 19-Nov-2001 mpech <mpech@openbsd.org>

kill more registers

millert@ ok


# 604487ee 21-Jun-2001 lebel <lebel@openbsd.org>

use strlcpy vs strncpy+a[len-1]='\0'; Brian Poole <raj@cerias.purdue.edu>


# 05f68bf5 07-Dec-1998 deraadt <deraadt@openbsd.org>

Wall


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree