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
2015-11-04
Bump distribution tarball versions.
mmcc
2015-11-04
Remove unused LogFD variable
Todd C. Miller
2015-11-04
Change some globals from extern to static when they are not used
Todd C. Miller
2015-11-04
fix a memory leak in multiple error paths
Jonathan Gray
2015-11-03
If pledge(2) fails use perror instead of log_it(RealUser, ...) since
Todd C. Miller
2015-11-03
It is only necessary to swap the effective gid when reading a file.
Todd C. Miller
2015-11-03
Recognize carp(4) interfaces (yes, they are special...) in order to send
Martin Pieuchot
2015-11-03
Missing comma.
Martin Pieuchot
2015-11-03
fix a memory leak in an error path
Jonathan Gray
2015-11-03
When updating an interface, do not delete the kif_node but let
Gerhard Roth
2015-11-03
Blank lines around pledge call.
mmcc
2015-11-03
Blank line after pledge call.
mmcc
2015-11-03
Surround pledge call with blank lines.
mmcc
2015-11-03
Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPE
Philip Guenther
2015-11-02
Use setegid() directly instead of swap_gids() / swap_gids_back().
Todd C. Miller
2015-11-02
Print RDNSS nameserver addresses, and print option names for some other
Stuart Henderson
2015-11-02
switch from using sha1 to sha256
Jonathan Gray
2015-11-02
sign csrs with openssl ca instead of x509 -req
Jonathan Gray
2015-11-02
sign csrs with openssl ca instead of x509 -req
Jonathan Gray
2015-11-02
Accept an ocsp option when creating certificates to set the extended
Jonathan Gray
2015-11-02
use SOCK_NONBLOCK instead of fcntl
Jonathan Matthew
2015-11-02
use SOCK_NONBLOCK instead of fcntl
Jonathan Matthew
2015-11-02
Both ldapd processes need "stdio" to talk to clients and each other.
Jonathan Matthew
2015-11-01
Remove register keyword uses. Still needs to be done in all other
mmcc
2015-11-01
replace "can not" with "cannot";
Jason McIntyre
2015-11-01
pledge in bgpctl.
Sebastian Benoit
2015-11-01
needs pledge "cpath" to allow unlink of AF_UNIX sockets eventually
Theo de Raadt
2015-11-01
only pledge if in doing-work-via-daemon mode
Theo de Raadt
2015-11-01
chroot to pw_dir instead of the hard-coded /var/empty. Also make the
Reyk Floeter
2015-11-01
Tweak wording.
Antoine Jacoutot
2015-11-01
ldapctl has two modes of operation, one where it operates on the btree files
Jonathan Matthew
2015-11-01
inetd needs pledge "unix" to bind AF_UNIX sockets
Theo de Raadt
2015-10-31
fully revert some parts introduced with the original server rtable support,
Christian Weisgerber
2015-10-31
repair error message; spotted by Marcus Merighi
Theo de Raadt
2015-10-31
Split client-only (at, crontab) functions out of misc.c and into
Todd C. Miller
2015-10-31
open_socket() is only used by cron proper so move to cron.c
Todd C. Miller
2015-10-31
swap_gids and swap_gids_back are only used by crontab.c so
Todd C. Miller
2015-10-31
Only handle meta scripts for rc.d actions and enable/disable only.
Antoine Jacoutot
2015-10-31
revert -r1.42 as it breaks slowcgi and php-fpm setups as reported by jturner
Joerg Jung
2015-10-30
drop unused define; ok reyk@
Christian Weisgerber
2015-10-30
Remove support for sending status reports to syslog on SIGINFO;
Reyk Floeter
2015-10-30
it is necessary to call tzset() to get syslog timestamps correct.
Ted Unangst
2015-10-29
Also need exec to run the editor of course.
Todd C. Miller
2015-10-29
crontab needs "proc" for fork(2)
Todd C. Miller
2015-10-29
Use stravis(3) instead of a homegrown vis-like function.
Todd C. Miller
2015-10-29
remove unused variables
Todd C. Miller
2015-10-29
Convert env_get() into env_find() similar to __findenv() in libc.
Todd C. Miller
2015-10-29
Remove useless FACILITY define and use LOG_CRON directly.
Todd C. Miller
2015-10-29
put timeout nullification in correct spot
Ted Unangst
2015-10-29
be a little more precise about checking filters
Ted Unangst
[next]