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
rk3128
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
There is no call to setpassent(1) or to getpwent(), so endpwent() is not required. Strangely, this pattern of calling endpwent() after getpwuid() or getpwnam() has become quite common, and I have a bunch of mop-up diffs coming. Discussed with millert.
11 months ago
getty
gettytab's dx flag is supposed to set decctlq, which is the opposite of ixany, but was setting ixany instead.
1 year ago
ld.so
These programs are using pledge "tmppath" with "rpath wpath cpath". The "tmppath" is not needed. ok semarie and others
1 month ago
lockspool
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
login_chpass
remove BACK_CHANNEL define, unused since YP bits removed in rev 1.20
2 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
remove duplicate include feedback tb@
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
Since libcrypto is used to calc message authenticator, use libcrypto md5 also in other places instead libc md5.
2 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
login_yubikey: do not syslog OTP secrets
7 months ago
mail.local
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
reorder_kernel
explain config format a bit better; OK tedu
10 months ago
rpc.rquotad
remove prototypes with no matching function and externs with no var partly checked by millert@
2 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
Adjust disk partition regex based on kern.maxpartitions
5 months ago
snmpd
fix a memory leak found with clang scan-build, ok martijn@
3 months ago
spamd
ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under libexec/
2 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
gmtime(3) / locatime(3) can fail when timestamps are way off.
2 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