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
/
main.c
Age
Commit message (
Expand
)
Author
2015-11-24
missing pledge "getpw"
Theo de Raadt
2015-11-16
pledge "stdio rpath wpath cpath tmppath fattr tty flock proc exec"
Theo de Raadt
2015-02-08
in getopt() blocks, stop incrementing flag variable which are supposed
Theo de Raadt
2015-01-24
Fix getopt string; the -N flag doesn't take an argument.
Todd C. Miller
2015-01-22
Only allow the -r flag when sending a message; from Martin Brandenburg
Todd C. Miller
2015-01-20
Add support for the "-r fromaddr" flag now that we don't support
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-16
Don't pass options after the to address to sendmail. The only
Todd C. Miller
2014-11-24
The handling of the -f option is a hack. Instead of fooling around
Todd C. Miller
2014-11-24
Remove undocumented and obsolete -T option. It was intended for
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-10-09
- add -d to usage
Jason McIntyre
2008-07-16
add -E flag and 'skipempty' option to skip sending messages with
Martynas Venckus
2007-08-06
the ellipsis is not an optional argument; while here, sync the usage
Igor Sobrado
2004-04-19
- sort SYNOPSIS
Jason McIntyre
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-11-21
Fix extern decl of version missed in previous commit.
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-10-11
missing arg to errx
Todd C. Miller
2001-09-07
Sanity check length of -u argument to avoid truncation later on.
Todd C. Miller
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1998-09-27
Use new username option to lockspool for 'mail -u'.
Todd C. Miller
1997-11-14
NetBSD changes (mostly comsmetic):
Todd C. Miller
1997-07-30
Fix one possible oflow (not exploitable) and do a wee bit of KNF.
Todd C. Miller
1997-07-14
Convert remaining sigsetmask() -> sigprocmask() (POSIX style)
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-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-09-16
_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too
Theo de Raadt
1996-06-11
from christos;
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt