index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
mail
/
lex.c
Age
Commit message (
Expand
)
Author
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2004-05-10
delint; millert ok
Theo de Raadt
2004-05-10
Get rid of the ancient "clobber" command. It was really only for debugging
Todd C. Miller
2003-10-24
dont compare int to NULL, millert@ ok
Anil Madhavapeddy
2003-10-13
better realloc. ok deraadt jose
Ted Unangst
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-21
o kill strcpy()
Todd C. Miller
2001-11-21
o ANSIfy
Todd C. Miller
2001-11-20
Major signal overhaul. We no longer longjmp all over the place.
Todd C. Miller
2001-11-17
properly bail out of incfile(); millert ok
Theo de Raadt
2001-06-23
Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and
Todd C. Miller
2001-01-16
Changes from Don Beusee:
Todd C. Miller
2000-07-06
printf with % for the prompt
Theo de Raadt
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
2000-04-25
When incorporating new messages, clear the "new" count before the
Todd C. Miller
1998-09-08
Fix comments in .mailrc where there is no space after the hash (#). Noted by...
Todd C. Miller
1998-06-12
back out some signal changes that can cause mail to hang when quitting due to...
Todd C. Miller
1998-05-04
Never remove a mail spool, as we may not have proper prics, just truncate. A...
Todd C. Miller
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-07-30
Make istrcpy() take a size (not length) field, now called istrncpy().
Todd C. Miller
1997-07-30
Fix one possible oflow (not exploitable) and do a wee bit of KNF.
Todd C. Miller
1997-07-24
tempnam(3) goes bye bye.
Todd C. Miller
1997-07-24
Replace 3 tempnam()'s with mkstemp. The two left look tricky.
Todd C. Miller
1997-07-22
incfile() needs to lock the mail spool so it doesn't get partial messages.
Todd C. Miller
1997-07-22
Release signals when we get an error condition in incfile().
Todd C. Miller
1997-07-14
NOSTR -> NULL
Todd C. Miller
1997-07-13
bcopy() -> memcpy() and fix some casts.
Todd C. Miller
1997-07-13
Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.
Todd C. Miller
1997-05-30
overflows abound
Theo de Raadt
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-06-11
from christos;
Theo de Raadt
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt