summaryrefslogtreecommitdiffstats
path: root/lib/libocurses/termcap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap sccsid, okay deraadt@espie2005-08-141-9/+1
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* use strlcpy/snprintf; deraadt@ OKmillert2003-04-041-14/+7
|
* Don't call cgetset() on $TERMCAP. There are no known problems (that I ammillert2000-10-091-5/+5
| | | | aware of) wrt termcap parsing but it is better to be on the safe side.
* $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2000-08-021-3/+3
|
* For issetugid case, only ignore $TERMCAP if it is a pathmillert1998-11-191-32/+31
|
* Some -Wall and use strlcpymillert1998-11-041-22/+19
|
* ignore $TERMCAP if issetugid()millert1998-10-081-34/+39
|
* unified libtermcap/libocursesmillert1998-07-231-0/+232