tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
libexec
/
at
master
28 folders
2 files
comsat
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
fingerd
man pages: add missing commas between subordinate and main clauses
4 years ago
ftpd
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
getty
Mention that ttyflags needs to be run to update per-device flags. Also includes some minor cleanup inspired by the NetBSD version. OK jmc@ sthen@
3 years ago
ld.so
Call entry point of the executable through register x17. This allows it to be a normal C function that starts with "bti c" when BTI contro flow integretry enforcement is in place. Add "bti c" to _dl_bind_start().
3 years ago
lockspool
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
login_chpass
Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup.
8 years ago
login_lchpass
Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup.
8 years ago
login_ldap
spelling fixes; from paul tagliamonte
3 years ago
login_passwd
fix an accidental NULL deref introduced last year, found by patrick. rewrite the code with a goto so this never happens again. ok patrick millert
4 years ago
login_radius
rad_recv: verify length field in received auth_hdr_t before using it. Reported by Peter J. Philipp. OK deraadt@
3 years ago
login_reject
ensure that sensitive data is zeroed out from mem.
4 years ago
login_skey
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
login_token
spelling fixes; from paul tagliamonte
3 years ago
login_yubikey
Clarify man page
5 years ago
mail.local
man pages: add missing commas between subordinate and main clauses
4 years ago
reorder_kernel
Use variable and shorter logic for NFS check
3 years ago
rpc.rquotad
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rpc.rstatd
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rpc.rusersd
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rpc.rwalld
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
security
Don't skip file systems just because the parent fs is nodev and nosuid. Fixes instances where a mount point uses the nodev and nosuid options but another file system mounted inside that hierarchy does not. OK schwarze@
5 years ago
snmpd
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
spamd
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
spamd-setup
allow fetching lists from https:// URLs too
8 years ago
spamlogd
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
talkd
Use NULL for second gettimeofday(2) argument; ok deraadt@ kettenis@
6 years ago
tradcpp
update tradcpp to 0.5.3
6 years ago
Makefile
Hook up snmpd_metrics
3 years ago
Makefile.inc
using COPTS is probably better than CFLAGS
11 years ago