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
2020-02-08
correct Research Unix edition "appeared in" use in HISTORY
Jonathan Gray
2020-02-07
Do not define variables in extern.h since this will lead to duplicate
Florian Obser
2020-02-07
Unhook usr.sbin/bind from the build and hook up new dig source
Florian Obser
2020-02-05
Replace atoi with strtonum for stricter and safer integer parsing.
Florian Obser
2020-02-04
iterated_hash is unused
Florian Obser
2020-02-04
bit.h and events.h are unused.
Florian Obser
2020-02-04
lwres no longer deals with lists.
Florian Obser
2020-02-04
Nothing sets DNS_RDATASETATTR_NEGATIVE; remove code dealing with that
Florian Obser
2020-02-04
dig is not generating DS records.
Florian Obser
2020-02-04
keydata.c is unused.
Florian Obser
2020-02-04
soa.c is unused.
Florian Obser
2020-02-04
We are not going to generate nsec or nsec3 RRsets.
Florian Obser
2020-02-04
dig(1) only needs tsig support so we can delete all non-HMAC
Florian Obser
2020-02-04
isc/stat.h is unused
Florian Obser
2020-02-04
just use netdb.h directly
Florian Obser
2020-02-04
Remove unused typedefs that got left behind in previous
Florian Obser
2020-02-04
Get rid of getopt(3) compat code.
Florian Obser
2020-02-04
Remove a bunch of unused functions who access the filesystem and then
Florian Obser
2020-02-04
We are not going to generate sig0 records so we can rip out the
Florian Obser
2020-02-04
Use opendir(3) to not depend on lib/isc/unix/dir.c.
Florian Obser
2020-02-04
unused
Florian Obser
2020-02-04
We are not using aes.
Florian Obser
2020-02-04
Remove unused files.
Florian Obser
2020-02-03
ORCPT addresses are prefixed with an address type, the stricter check cause
Gilles Chehade
2020-02-03
now that mail.local(8) relies on lockspool(1) for mailbox locking, have the
Gilles Chehade
2020-02-02
add SENDER to mda environment and teach lmtp to use that instead of command
Gilles Chehade
2020-02-02
Fix MD in "ldomctl dump"
kn
2020-02-01
be much stricter about ORCPT, it isn't in the code path of local delivery
Gilles Chehade
2020-02-01
condition to enter mda_mbox() is too strict, if user have commands in their
Gilles Chehade
2020-01-31
introduce mda_mbox() to handle mbox delivery in its own code path, and make
Gilles Chehade
2020-01-30
Properly determine era 0 or era 1, making it possible to move past
Otto Moerbeek
2020-01-30
Bump smtpd version after recent changes
solene
2020-01-28
Fix a security vulnerability discovered by Qualys which can lead to a
Gilles Chehade
2020-01-28
Nuke autohell from orbit. It's the only way to be sure.
Florian Obser
2020-01-28
Switch to Makefile based builds.
Florian Obser
2020-01-28
We only need to be able to parse tsig key files, rip out all the rest
Florian Obser
2020-01-28
Implement map functions min(), max() and sum().
Martin Pieuchot
2020-01-28
Use %left to prevent S/R conflicts, arithmetic precedence is still broken.
Martin Pieuchot
2020-01-28
banish implicit return
Marc Espie
2020-01-28
Simplify statement rules by using an optional new line.
Martin Pieuchot
2020-01-28
usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-28
usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-28
usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-28
Implement delete() and @map[key] access.
Martin Pieuchot
2020-01-28
Rename *_concat() into *_append() to match reality.
Martin Pieuchot
2020-01-28
match opendir with closedir... not that important as the thing was most
Marc Espie
2020-01-28
Parse '==' without error in filters.
Martin Pieuchot
2020-01-27
Implement builtin time() function.
Martin Pieuchot
2020-01-26
Log the old kernel version before doing the upgrade. Makes it easier
Sebastian Benoit
2020-01-26
Support for queries on ports != 53
Jeremie Courreges-Anglas
[next]