/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
libexec/
..
comsat

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
fingerd

man pages: add missing commas between subordinate and main clauses

4 года назад
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.

год назад
getty

gettytab's dx flag is supposed to set decctlq, which is the opposite of ixany, but was setting ixany instead.

2 года назад
ld.so

Some of architectures do not us the stack protector (for example, retguard or hppa with reverse stack). So they do not call __stack_smash_handler(), and do not call sendsyslog(2). On those architectures, we can onditionally remove the syscall stub (which also removes it from the pinsyscalls table), and the stack protector handler. ok miod

год назад
lockspool

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
login_chpass

remove BACK_CHANNEL define, unused since YP bits removed in rev 1.20

2 года назад
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 лет назад
login_ldap

remove duplicate include feedback tb@

3 года назад
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

5 лет назад
login_radius

Since libcrypto is used to calc message authenticator, use libcrypto md5 also in other places instead libc md5.

2 года назад
login_reject

ensure that sensitive data is zeroed out from mem.

5 лет назад
login_skey

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
login_token

spelling fixes; from paul tagliamonte

4 года назад
login_yubikey

Clarify man page

6 лет назад
mail.local

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
reorder_kernel

explain config format a bit better; OK tedu

год назад
rpc.rquotad

remove prototypes with no matching function and externs with no var partly checked by millert@

2 года назад
rpc.rstatd

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
rpc.rusersd

Delete obsolete /* ARGSUSED */ lint comments.

3 года назад
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.

7 лет назад
security

Support setting the new variable PASSWDSKIP in /etc/daily.local to prevent security(8) from complaining about specific accounts that have no password, typically used for services like anoncvs and gotd.

год назад
snmpd

Allow pfIfTable to have more than 64 entries. Taken from pfctl_table.c r1.85 by sashan@

2 года назад
spamd-setup

allow fetching lists from https:// URLs too

9 лет назад
spamd

ctime(3) and ctime_r(3) can fail when timestamps are way off. Add missing error checks to all calls under libexec/

2 года назад
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.

5 лет назад
talkd

gmtime(3) / locatime(3) can fail when timestamps are way off.

2 года назад
tradcpp

update tradcpp to 0.5.3

7 лет назад
Makefile

Hook up snmpd_metrics

4 года назад
Makefile.inc

using COPTS is probably better than CFLAGS

12 лет назад