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.sbin
Age
Commit message (
Expand
)
Author
2014-10-12
Remove possibility of mutiplicative integer overflow by not multiplying.
Bret Lambert
2014-10-12
local host is not "localhost", local host is env->sc_hostname
Gilles Chehade
2014-10-12
ansi function declarations.
David Gwynne
2014-10-12
cut out writing a pidfile. rc.d doesnt rely on it, and nor should you.
David Gwynne
2014-10-11
Fix a small bug in rcctl status <daemon>:
Ingo Schwarze
2014-10-11
Add a new "default" command to display the default flags and whether a
Antoine Jacoutot
2014-10-11
allow signing to proceed when interrupted
Marc Espie
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2014-10-10
Actually use built-in print like rc.subr already does.
Antoine Jacoutot
2014-10-10
Use printf(1) to prevent '-e' in daemon_flags from being fed as an
Antoine Jacoutot
2014-10-10
Allow passing flags without arguments for special variables.
Antoine Jacoutot
2014-10-09
Tweak, no functional change.
Antoine Jacoutot
2014-10-09
Make sure _instdir is not null.
Antoine Jacoutot
2014-10-09
indent
Theo de Raadt
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2014-10-08
obvious reallocarray(); ok doug
Theo de Raadt
2014-10-08
obvious reallocarray() use
Theo de Raadt
2014-10-08
restrict address lookups to configured address families.
Eric Faurot
2014-10-08
obvious reallocarray()
Theo de Raadt
2014-10-08
obvious malloc() -> reallocarray() oflow check; ok doug
Theo de Raadt
2014-10-08
KNF
Theo de Raadt
2014-10-08
easy realloc() -> reallocarray() which gives us mult int overflow checking
Theo de Raadt
2014-10-08
obvious realloc() -> reallocarray() conversions
Theo de Raadt
2014-10-08
remove a space
Theo de Raadt
2014-10-08
use reallocarray(NULL, a, b) instead of malloc(a*b)
Theo de Raadt
2014-10-08
easy obvious use of reallocarray(); ok doug
Theo de Raadt
2014-10-08
use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)...
Theo de Raadt
2014-10-08
simple reallocarray() use; ok doug
Theo de Raadt
2014-10-08
use reallocarray() to detect int overflow; ok doug
Theo de Raadt
2014-10-08
use reallocarray() to cope with multiplicative integer overflow; ok doug
Theo de Raadt
2014-10-08
use reallocarray() instead of realloc() to handle potential integer overflow;...
Theo de Raadt
2014-10-08
remove stupid cast
Theo de Raadt
2014-10-07
Rare to find a gem this amazing missed by tedu.
Theo de Raadt
2014-10-07
When reading time intervals, start with a long long and convert from there.
Philip Guenther
2014-10-06
As libevent provides safe signal callbacks instead of signal handlers,
Alexander Bluhm
2014-10-05
Switch syslogd from using poll(2) to libevent.
Alexander Bluhm
2014-10-04
some MUA will bypass the local enqueuer and send an empty BCC header in the
Gilles Chehade
2014-10-04
Use getlogin() to determine real user name where possible.
Todd C. Miller
2014-10-03
Cleanup the reporting socket code in syslogd.
Alexander Bluhm
2014-10-03
Update ressl configuration to handle recent changes in the library.
Joel Sing
2014-10-02
when no domain is specified in MAIL FROM or RCPT TO, assume local user
Gilles Chehade
2014-10-02
Fix an error case that was never handled ending up in an endless event
Reyk Floeter
2014-10-02
no need to set the same field NULL twice ;-)
Gilles Chehade
2014-10-02
no need to set the same field NULL twice ;-)
Gilles Chehade
2014-10-02
avoid a double free
Theo de Raadt
2014-10-02
bgpctl show summary output: enlarge columns for 4-byte ASN display
Sebastian Benoit
2014-10-01
Map out-of-range facility values to LOG_USER to avoid array over-read.
Philip Guenther
2014-10-01
Do not mention sliplogin(8) and sl(4).
Martin Pieuchot
2014-10-01
tedu sliplogin and slstats to beging with the slip, slipping out of the
Martin Pieuchot
[prev]
[next]