.. |
comsat
|
Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") to
|
2016-04-02 16:33:28 +00:00 |
fingerd
|
4-step pledge in a program noone really uses anymore.
|
2015-11-13 01:26:33 +00:00 |
ftpd
|
Use a single "opt" variable for all setsockopt calls in getdatasock().
|
2016-09-03 15:00:48 +00:00 |
getty
|
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
|
2016-03-16 15:41:10 +00:00 |
ld.so
|
merge form libc malloc:
|
2016-09-18 13:54:58 +00:00 |
lockspool
|
missing pledge "getpw"
|
2015-11-24 00:19:29 +00:00 |
login_chpass
|
Delete YP password related code. As a result, these can also be
|
2015-11-26 19:01:47 +00:00 |
login_lchpass
|
convert to use readpassphrase() instead of DEPRECATED/getpass()
|
2016-09-03 10:48:15 +00:00 |
login_passwd
|
set password to return of readpassphrase(), not always the buffer.
|
2016-09-03 11:24:40 +00:00 |
login_radius
|
convert to use readpassphrase() instead of DEPRECATED/getpass()
|
2016-09-03 11:04:23 +00:00 |
login_reject
|
convert to use readpassphrase() instead of DEPRECATED/getpass()
|
2016-09-03 10:51:26 +00:00 |
login_skey
|
Implement real "flock" request and add it to userland programs that
|
2015-10-16 13:37:43 +00:00 |
login_token
|
for some time now mandoc has not required MLINKS to function
|
2016-03-30 06:38:40 +00:00 |
login_yubikey
|
convert to use readpassphrase() instead of DEPRECATED/getpass()
|
2016-09-03 11:01:44 +00:00 |
mail.local
|
Remove NULL-checks before free(). ok tb@
|
2015-12-12 20:09:28 +00:00 |
rpc.rquotad
|
for some time now mandoc has not required MLINKS to function
|
2016-03-30 06:38:40 +00:00 |
rpc.rstatd
|
Pull in <sys/time.h> for struct timespec
|
2016-08-27 03:48:00 +00:00 |
rpc.rusersd
|
'pw' can't be NULL here, remove useless test.
|
2016-09-04 15:03:13 +00:00 |
rpc.rwalld
|
prefer setres{u,g}id() rather than manipulating both real and effective
|
2016-04-25 15:43:34 +00:00 |
security
|
When reading untrusted user files, don't risk blocking, such that
|
2015-07-21 19:07:13 +00:00 |
spamd
|
must close our fd unconditionally and not just in the !TLS case; tls_close
|
2016-09-06 11:06:40 +00:00 |
spamd-setup
|
Don't use .Aq for syntax elements that require ASCII "<>".
|
2016-03-31 15:54:17 +00:00 |
spamlogd
|
- Check if user running spamlogd(8) has root privileges and if not then stop
|
2016-03-16 14:47:04 +00:00 |
talkd
|
Pull in <sys/time.h> for gettimeofday()
|
2016-08-26 08:44:04 +00:00 |
tradcpp
|
this cpp operates file using pledge "stdio rpath wpath cpath"
|
2015-10-09 12:20:18 +00:00 |
Makefile
|
rpc.yppasswdd goes to the bitbucket.
|
2015-11-26 19:13:14 +00:00 |
Makefile.inc
|
using COPTS is probably better than CFLAGS
|
2014-07-11 13:13:04 +00:00 |