agc
|
89aaa1bb64
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
2003-08-07 11:13:06 +00:00 |
wiz
|
240d8221ea
|
Replace last tempnam() with mkstemp(), and remove the tempMail variable.
Inspired by OpenBSD.
mail(1) is now tempnam(3) free.
|
2002-03-06 17:36:44 +00:00 |
wiz
|
443084c89d
|
Replace another tempnam() with mkstemp(), and remove the tempEdit variable.
Inspired by OpenBSD.
|
2002-03-06 13:45:51 +00:00 |
wiz
|
9c3d74c30b
|
Replace another tempnam() with mkstemp(), and remove the tempResid variable.
Inspired by OpenBSD.
|
2002-03-05 21:11:46 +00:00 |
wiz
|
afc1761e0b
|
Replace another tempnam() with mkstemp(), and remove the tempMesg variable.
Inspired by OpenBSD.
|
2002-03-05 20:26:59 +00:00 |
wiz
|
c3df89412e
|
Replace printf+exit with errx.
|
2002-03-05 20:15:33 +00:00 |
wiz
|
4361c5156c
|
Check tmpdir for being empty and remove trailing slashes in it. Replace one
tempnam() with mkstemp(), and remove the tempQuit variable.
Inspired by OpenBSD.
|
2002-03-05 20:14:02 +00:00 |
wiz
|
ab85015570
|
Don't use special null string pointer (NOSTR), just use NULL.
|
2002-03-04 03:07:25 +00:00 |
wiz
|
b127cccc2e
|
ANSIfy, and minimal KNF.
|
2002-03-02 14:59:35 +00:00 |
mycroft
|
55ac0c2da3
|
const poisoning.
|
1998-07-26 21:58:46 +00:00 |
lukem
|
7c81c8f378
|
WARNSify, fix .Nm usage, deprecate register, use <err.h>
|
1997-10-19 05:02:57 +00:00 |
christos
|
88b833a7cd
|
- Fix PR/105: Implement dot locking protocol and check return value of flock.
- Fix PR/2247: Don't call unknown users "ubluit". Issue an error message.
- Fix/add prototypes.
- Fix warnings.
- Use POSIX signal mask calls.
- RCSid police.
|
1996-06-08 19:48:09 +00:00 |
jtc
|
b5508f3525
|
Use tempnam() to generate temporary file names instead of trying to
concatenate getenv("TMPDIR") and "RxXXXXXX" into fixed length arrays.
|
1994-11-28 20:03:30 +00:00 |
deraadt
|
2cb5542f38
|
4.4-lite, plus our mods
|
1994-06-29 05:09:04 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |