Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s_server also needs DNS; reported by tb@ | jca | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Undo previous, pledge("dns") was already present. The problem was in s_server. | jca | 2015-12-01 | 2 | -4/+4 |
| | |||||
* | Phrase allocation failure more clearly. ok deraadt@ | mmcc | 2015-12-01 | 1 | -3/+3 |
| | |||||
* | pledge dns so openssl can use dns.. noticed and fix by todd@ | beck | 2015-12-01 | 2 | -4/+4 |
| | | | | ok jcs@ deraadt@ theo@ | ||||
* | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | jmc | 2015-11-30 | 2 | -6/+6 |
| | | | | | | | straight replace: thanks both to schwarze and maja for feedback on how to rewrite parts; i've snuck in an rcs id->openbsd id change in dev_mkdb too; | ||||
* | Wrap <icdb.h> so that calls go direct and the symbols are all weak | guenther | 2015-11-25 | 1 | -1/+12 |
| | | | | ok tedu@ | ||||
* | syslog() here is pointless; ok millert | deraadt | 2015-11-25 | 1 | -2/+0 |
| | |||||
* | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | millert | 2015-11-24 | 2 | -7/+10 |
| | | | | | | | libc to avoid reusing the static buffers returned by the non-reentrant versions. Since this is inside libc we can use constants for the buffer sizes instead of having to call sysconf(). OK guenther@ deraadt@ | ||||
* | Correct file name, no text change (no history yet, but sorry for the churn). | schwarze | 2015-11-24 | 2 | -26/+26 |
| | | | | Issue noticed by jmc@, OK jmc@. | ||||
* | Document that these functions are now in strings.h. | daniel | 2015-11-24 | 7 | -19/+22 |
| | | | | ok millert@ | ||||
* | Don't fake a bulleted list by prefixing items with 'o'. | bentley | 2015-11-24 | 1 | -8/+8 |
| | | | | ok jmc@ | ||||
* | rename variable 'sun' to allow building on Solaris | bcook | 2015-11-23 | 1 | -13/+13 |
| | | | | ok deraadt@ | ||||
* | In pledge(), put "dns" right after "inet". | jca | 2015-11-21 | 2 | -4/+4 |
| | |||||
* | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | jca | 2015-11-21 | 2 | -4/+4 |
| | | | | From todd@ | ||||
* | Partial revert of revision 1.26: | schwarze | 2015-11-21 | 1 | -18/+18 |
| | | | | | Do *not* install the CMS_* manuals for now given that the code is currently disabled. Cluestick applied by jsing@. | ||||
* | point to netintro(4) rather than (now removed) networking(4); | jmc | 2015-11-21 | 2 | -6/+6 |
| | |||||
* | do not need sys/param.h | deraadt | 2015-11-20 | 1 | -1/+0 |
| | |||||
* | add a version field to prevent mayhem if different data gets stored | tedu | 2015-11-18 | 1 | -3/+7 |
| | |||||
* | update for new symbols and code | tedu | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | Add icdb, the internal c database. A simpler replacement for the old | tedu | 2015-11-18 | 1 | -0/+367 |
| | | | | Berzerkeley DB code. | ||||
* | add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etc | sthen | 2015-11-16 | 1 | -0/+722 |
| | | | | req by and OK dlg, no objections in 5 days | ||||
* | ui_new -> UI_new; | jmc | 2015-11-15 | 1 | -2/+2 |
| | |||||
* | fix references to lhash(3); | jmc | 2015-11-15 | 2 | -14/+16 |
| | |||||
* | mutli -> multi | miod | 2015-11-14 | 4 | -6/+6 |
| | |||||
* | Various *syncron* -> *synchron* typos. | miod | 2015-11-14 | 2 | -2/+2 |
| | |||||
* | Give clear directions on how to declare, PROTO_*() and DEF_*() new symbols | guenther | 2015-11-14 | 1 | -0/+97 |
| | | | | prodded by deraadt@ | ||||
* | Since rtable was hoisted to the top with setrtable, it should have no | deraadt | 2015-11-13 | 1 | -10/+7 |
| | | | | | bearing on the following pledge setups anymore. ok benno | ||||
* | with -V argument, dont set rtable on the socket, instead set if for the whole | benno | 2015-11-12 | 1 | -15/+4 |
| | | | | | | | | | process, before pledge(). This way the rtable can be pledged too. the discussion about removing -V is postponed. diff from beck@, i wrote the same diff without seeing his, and various people at u2k15 agreed this is the right thing to do. ok phessler@ | ||||
* | add mul and mul_add to NAME; | jmc | 2015-11-12 | 1 | -0/+4 |
| | |||||
* | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 5 | -6/+6 |
| | | | | bn_internal(3) and lhash(3) | ||||
* | Convert the handful of manuals that had imaginary names, | schwarze | 2015-11-12 | 13 | -1154/+2210 |
| | | | | | give them names that really exist. This also helps jmc@'s ongoing work on improving NAME sections. | ||||
* | add missing functions to NAME, or otherwise correct the mlink | jmc | 2015-11-11 | 30 | -56/+99 |
| | | | | | | entry for them; feedback/ok schwarze | ||||
* | Convert five more manuals from POD to mdoc. | schwarze | 2015-11-11 | 11 | -463/+638 |
| | | | | | I found drafts of these in my tree, probably originally from Max Fillinger, that just needed minor polishing. | ||||
* | Convert and enable CMS manuals. | schwarze | 2015-11-11 | 33 | -1253/+2040 |
| | | | | Already some time ago, bcook@ said these can be installed. | ||||
* | update NAME section to include all documented functions, | jmc | 2015-11-10 | 6 | -18/+18 |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | SSL_CTX_sess_set_remove mlink should be SSL_CTX_sess_set_remove_cb; | jmc | 2015-11-10 | 1 | -2/+2 |
| | |||||
* | libc.so can't be unloaded, so move the hidden atexit() and pthread_atfork() | guenther | 2015-11-10 | 1 | -1/+13 |
| | | | | | | | | | | | stubs for the executable from crtbegin.o into libc, which lets them be excluded from static links that don't use them. For this, drop the normal crt{begin,end}S.o from libc.so: the .init and .fini sections for libc aren't called at the right times anyway, so it's good that they're unused. libc.so just needs __guard_local and the .note.openbsd.ident section, so add them to stack_protector.c for now (this will be improved) "good time" deraadt@ | ||||
* | update some client/server info; from jan klemkow | jmc | 2015-11-09 | 1 | -5/+5 |
| | | | | ok jsing | ||||
* | Make sure we use a sigjmp_buf in the sigsetjmp() part of the test. | miod | 2015-11-08 | 4 | -4/+7 |
| | |||||
* | inet(4), not inet(3); | jmc | 2015-11-08 | 1 | -3/+3 |
| | |||||
* | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | miod | 2015-11-06 | 2 | -4/+4 |
| | | | | reported by Ruslan Babayev. | ||||
* | Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left by | miod | 2015-11-05 | 2 | -10/+10 |
| | | | | | | | | | 24 bits; if we don't, Td4[] gets cast to signed int, and according to C>=99 6.5.7, signed int shifted by enough bits to cause a the sign bit to be set is an UB. Reported by Pascal Cuoq on behalf of the trust-in-soft.com mafia I am {partial,slightly related} to. | ||||
* | Mention ROTL() is always invoked with a proper shift value, due to the way the | miod | 2015-11-05 | 2 | -2/+4 |
| | | | | | CAST_KEY is constructed. This is expected to reduce blood pressure in auditors. | ||||
* | bump to 2.3.2, format LIBRESSL_VERSION_NUMBER like OPENSSL_VERSION_NUMBER. | bcook | 2015-11-03 | 2 | -6/+6 |
| | | | | | | Suggested by WubTheCaptain so the same comparison code can be used with LibreSSL. https://www.openssl.org/docs/manmaster/crypto/OPENSSL_VERSION_NUMBER.html | ||||
* | Fix typo in comment of previous commit: "that that". | reyk | 2015-11-02 | 2 | -6/+6 |
| | |||||
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 5 | -5/+5 |
| | | | | OK jsing@ | ||||
* | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | reyk | 2015-11-02 | 7 | -41/+298 |
| | | | | | | | | | "ChaCha20 and Poly1305 for IETF Protocols", introduced a modified AEAD construction that is incompatible with the common style that has been already used in TLS with EVP_aead_chacha20_poly1305(). The IETF version also adds a constant (salt) that is prepended to the nonce. OK mikeb@ jsing@ | ||||
* | delete old lint ARGSUSED comments | guenther | 2015-11-01 | 1 | -2/+1 |
| | |||||
* | KNF; from Rob Pierce | deraadt | 2015-11-01 | 1 | -3/+3 |
| | |||||
* | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | miod | 2015-10-30 | 1 | -2/+2 |
| |