Commit Graph

7 Commits

Author SHA1 Message Date
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
sthen
fa9b267a30 sync WANTLIB 2022-03-31 13:44:42 +00:00
naddy
25d8cbee00 drop RCS Ids 2022-03-11 19:58:28 +00:00
tb
4cdd1ec422 resiprocate: cope with opaque SSL and use libssl's SSL_set0_rbio()
instead of a homegrown version

ok feinerer
2021-09-10 15:22:19 +00:00
tb
72d3876ab4 telephony/resiprocate: fix upcoming build breakage
In libssl SSL_CTX and other structs will be made opaque. Take the
code path using accessors instead of reaching directly into some
structs to fix the resulting build breakage.

ok feinerer (maintainer)
2021-05-09 10:52:44 +00:00
naddy
9200ae0c0e Just use arc4random() and skip the whole convoluted and incomplete
attempt to read architecture or OS-specific timers or random values
to seed srandom().  Fixes the build on non-x86.  ok feinerer@
2020-06-04 20:50:39 +00:00
feinerer
dc2c24d771 Import reSIProcate stack, repro, and reTurn 1.12.0
The reSIProcate components, particularly the SIP stack, are in use in both
commercial and open-source products. The project is dedicated to maintaining a
complete, correct, and commercially usable implementation of SIP and a few
related protocols.

repro is an open-source, free SIP server which provides SIP proxy, registrar,
redirect, and identity services.

reTurn is a highly efficient C++ open-source STUN/TURN server and client
library. It is an implementation of the latest STUN/TURN RFCs: RFC5389 (STUN),
and RFC5766 (TURN).

OK sthen@
2020-05-29 21:41:23 +00:00