Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oh yeah, MLINKS for errc family | 2014-04-22 | 1 | -2/+3 | |
| | | | | Prodded by deraadt@ | ||||
* | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno | 2014-04-22 | 6 | -24/+241 | |
| | | | | | | | value to use for the strerror() message as an argument. Originally from FreeBSD 3.0 Patch from Steffen Nurpmeso (sdaoden (at) gmail.com) with minor tweaks. | ||||
* | correct man page section | 2014-04-21 | 1 | -2/+2 | |
| | |||||
* | crank minor | 2014-04-21 | 1 | -1/+1 | |
| | |||||
* | Introducing: void *mallocarray(size_t nmemb, size_t size); | 2014-04-21 | 3 | -10/+36 | |
| | | | | | Like calloc(), except without the cleared-memory gaurantee ok beck guenther, discussed for more than a year... | ||||
* | Correctly document the return value of getenv(3) | 2014-04-21 | 1 | -6/+8 | |
| | | | | From Ben Cornett (ben (at) lantern.is) | ||||
* | change some rsh references to ssh. poke by jmc | 2014-04-19 | 2 | -9/+9 | |
| | |||||
* | tweak previous; | 2014-04-19 | 1 | -3/+2 | |
| | |||||
* | need to escape %U, since it is used in Re/Rs blocks; | 2014-04-19 | 1 | -2/+2 | |
| | |||||
* | zap trailing whitespace; | 2014-04-19 | 1 | -2/+2 | |
| | |||||
* | Add missing description for IPv6 mtudisctimeout sysctl and | 2014-04-19 | 1 | -2/+9 | |
| | | | | | | rework the wording for both IPv4 and IPv6. OK from sthen@, henning@ and claudio@ | ||||
* | one small tweak to avoid ever going off the end of a string. | 2014-04-19 | 1 | -4/+6 | |
| | |||||
* | improved checking for invalid hashes. from solar designer | 2014-04-19 | 1 | -6/+10 | |
| | |||||
* | kill a stray \ | 2014-04-19 | 1 | -2/+2 | |
| | |||||
* | Add missing man page descriptions for the following IPv6 sysctls: | 2014-04-19 | 1 | -2/+27 | |
| | | | | | | | | | -maxdynroutes -maxifprefixes -maxifdefrouters -neighborgcthresh OK from sthen@, claudio@ and henning@ | ||||
* | Use somewhat harsher language and better examples; demonstrate that | 2014-04-19 | 4 | -109/+88 | |
| | | | | | non-dangerous use functions is difficult. ok guenther | ||||
* | Demonstrate correct usage of snprintf (regarding overflow detection) | 2014-04-19 | 1 | -3/+5 | |
| | | | | ok guenther | ||||
* | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | 2014-04-19 | 4 | -183/+320 | |
| | | | | | | 1990s -> inet_addr(3), 2000s and beyond -> inet_ntop(3). ok tedu@ (who also noted the timeline) deraadt@ jmc@ | ||||
* | remove references to rshd; | 2014-04-18 | 2 | -15/+6 | |
| | |||||
* | It's been a quarter century: we can assume volatile is present with that name. | 2014-04-18 | 24 | -57/+57 | |
| | |||||
* | Don't default enable the debug functionality with its unprotected getenv(). | 2014-04-17 | 1 | -5/+1 | |
| | | | | ok eric@ sthen@ deraadt@ | ||||
* | It's been a quarter century: we can assume volatile is present with that name. | 2014-04-17 | 14 | -42/+42 | |
| | |||||
* | print pid in error messages; ok reyk@ | 2014-04-14 | 1 | -14/+18 | |
| | |||||
* | use char * for strings, saving casts. add return codes to base64 functions | 2014-04-08 | 1 | -15/+26 | |
| | |||||
* | Use VM_UVMEXP instead of VM_METER for memory usages and directly | 2014-04-08 | 1 | -7/+8 | |
| | | | | | | | include <sys/vmmeter.h> where it is needed instead of relying on it being included by <uvm/uvm_extern.h>. miod@ likes it, ok guenther@ | ||||
* | Add some missing names to the NAME sections. | 2014-04-07 | 7 | -21/+27 | |
| | | | | | | For inet(3), go the other way, remove some bogus symlinks. Found while testing the new makewhatis(8). ok jmc@ | ||||
* | Retire kernel support for SO_DONTROUTE, this time without breaking | 2014-04-07 | 2 | -13/+8 | |
| | | | | | | | | | | | localhost connections. The plan is to always use the routing table for addresses and routes resolutions, so there is no future for an option that wants to bypass it. This option has never been implemented for IPv6 anyway, so let's just remove the IPv4 bits that you weren't aware of. Tested a least by lteo@, guenther@ and chrisz@, ok mikeb@, benno@ | ||||
* | put $OpenBSD$ back.. notice by philip. | 2014-04-03 | 1 | -0/+2 | |
| | |||||
* | Update Copyright notice; ok otto@ beck@ deraadt@. | 2014-04-03 | 1 | -2/+4 | |
| | | | | | This is merely a by-product of figuring out the amount of phk@ code contained herein; i'm not planning to hack on this file. | ||||
* | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | 2014-04-03 | 3 | -23/+52 | |
| | | | | this license change. We will remember that we all still like beer. | ||||
* | Use setresuid() and setresgid(). OK guenther@ deraadt@ | 2014-04-01 | 1 | -7/+8 | |
| | |||||
* | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | 2014-03-28 | 2 | -8/+13 | |
| | | | | for localhost connections. discussed with deraadt@ | ||||
* | Retire kernel support for SO_DONTROUTE, since the plan is to always | 2014-03-27 | 2 | -13/+8 | |
| | | | | | | | | use the routing table there's no future for an option that wants to bypass it. This option has never been implemented for IPv6 anyway, so let's just remove the IPv4 bits that you weren't aware of. Tested by florian@, man pages inputs from jmc@, ok benno@ | ||||
* | Make the asr API public. Install asr.h to /usr/include.h and manpages. | 2014-03-26 | 22 | -158/+93 | |
| | | | | | | Include tweaks suggested by mpi@ ok deraadt@ | ||||
* | update manpage | 2014-03-26 | 1 | -137/+81 | |
| | |||||
* | Cleanup and simplify the API to be exposed. Use better names for | 2014-03-25 | 18 | -254/+251 | |
| | | | | | | structures, functions and defines. discussed with and ok deraadt@ guenther@ | ||||
* | Poul-Henning Kamp informed me he is allright with this licensing change. | 2014-03-25 | 1 | -11/+4 | |
| | |||||
* | no gets | 2014-03-25 | 1 | -3/+2 | |
| | |||||
* | Update to match header | 2014-03-24 | 1 | -4/+3 | |
| | |||||
* | oops, merge error | 2014-03-24 | 1 | -2/+2 | |
| | |||||
* | clear stack variables, suggested by djm | 2014-03-23 | 1 | -1/+4 | |
| | |||||
* | Remove the MD4 functions. | 2014-03-23 | 6 | -340/+76 | |
| | | | | | | | "A collision attack published in 2007 can find collisions for full MD4 in less than two hash operations." ok deraadt@, man pages ok jmc@ | ||||
* | some improvements suggested by djm. | 2014-03-23 | 1 | -4/+6 | |
| | | | | | | use better constant for salt size. always copy ":" to gerror, in case somebody is dumb enough to overwrite it timingsafe_bcmp before somebody whines about strcmp | ||||
* | two functions don't need to be exported | 2014-03-23 | 1 | -3/+3 | |
| | |||||
* | minimal change to implementation of bcrypt to not require static globals. | 2014-03-23 | 1 | -39/+88 | |
| | | | | | | add some friendlier functions. move the classic static data api into wrapper functions. a few more changes to come... | ||||
* | remove the never used bm string functions | 2014-03-23 | 3 | -329/+3 | |
| | |||||
* | c11 compliance: remove gets() | 2014-03-23 | 3 | -117/+12 | |
| | |||||
* | major++ in preparation for coming changes | 2014-03-23 | 1 | -2/+2 | |
| | |||||
* | switch to shorter ISC license. this was ok with Niels Provos. | 2014-03-22 | 1 | -27/+12 | |
| | |||||
* | It's still safe to assumed 'signed' exists | 2014-03-19 | 4 | -12/+12 | |
| |