Age | Commit message (Expand) | Author |
2021-01-01 | ape: unify math.h copies | Ori Bernstein |
2020-12-19 | libauth: add procsetuser() function to change user id of the calling process | cinap_lenrek |
2020-12-17 | libap: add strndup | Ori Bernstein |
2020-09-21 | ape/limits.h: fix typo in (U)LLONG_MAX | Ori Bernstein |
2020-08-29 | ape/ctype.h: add isblank, fix functions (thanks staalmannen) | Ori Bernstein |
2020-08-10 | stdio.h: correct return type of putc | Ori Bernstein |
2020-07-19 | stdio: fix warnings, make code more standard | Ori Bernstein |
2020-07-11 | stdio, ape/stdio: fix order of operations in putc | Ori Bernstein |
2020-06-05 | ape: make libplumb available under ape. | Ori Bernstein |
2020-05-17 | Add stdbool.h to ape | Ori Bernstein |
2020-05-12 | [ape] add missing conversion flags for scanf | Ori Bernstein |
2020-05-06 | bring stdint.h closer to spec | Ori Bernstein |
2020-05-01 | use #error when missing define | Ori Bernstein |
2020-03-24 | turn ptrdiff_t into a 64 bit type | Ori Bernstein |
2020-03-24 | add intmax_t/uintmax_t as required by c99 7.18.1.5 | Ori Bernstein |
2020-03-01 | libsec: move AES XTS function prototypes to AES definition section in the hea... | cinap_lenrek |
2020-03-01 | libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) ... | cinap_lenrek |
2020-02-10 | remove C99_SPRINTF_EXTENSION define. | Ori Bernstein |
2019-09-09 | Add toascii() to ape | Roberto E. Vargas Caballero |
2019-09-09 | Add mkstemp to stdlib.h | Roberto E. Vargas Caballero |
2019-09-06 | Include integer limits from generic stdint.h in system-specific stdint.h | Ori Bernstein |
2019-09-06 | Add missing UINTsz_MIN defines to ape stdint.h | Ori Bernstein |
2019-08-30 | auth/rsa2asn1: implement private key export with -a flag (thanks kvik) | cinap_lenrek |
2019-06-19 | ape: fix stdio putc() macro, avoiding "result of operation not used" warning | cinap_lenrek |
2018-12-02 | ape: declare gethostname | mischief |
2018-07-01 | ape: an implemenation of getitimer setitimer | spew |
2018-06-21 | ape: add strnlen | spew |
2018-06-20 | ape: provide bogus chroot implementation | spew |
2018-06-17 | ape: add some common fields for stat, grp and pwd | spew |
2018-05-20 | ape: fix auth.h | cinap_lenrek |
2018-05-13 | ape: add signed fixed size integer typedefs to u.h | qwx |
2018-04-02 | ape: improve assert macro | mischief |
2018-03-09 | mptod/dtomp: add to mp.h | aiju |
2018-01-21 | libauth: add auth_respondAI() function to get AuthInfo for mschap/mschapv2 | cinap_lenrek |
2018-01-06 | libsec: remove asn1toDSApriv() | cinap_lenrek |
2018-01-02 | ape: update auth.h header for APE | cinap_lenrek |
2017-12-30 | libsec: implement SPKI fingerprinting for okCertificate() | cinap_lenrek |
2017-11-12 | libsec: AES-NI support for amd64 | cinap_lenrek |
2017-10-29 | libsec: rewrite aex_xts_encrypt()/aes_xts_decrypt() | cinap_lenrek |
2017-10-28 | libc: improve alignment of QLp structure on amd64, cosmetics | cinap_lenrek |
2017-10-17 | libsec: make sectorNumber argument for aes_xts routines uvlong | cinap_lenrek |
2017-10-17 | libsec: add AES CFB and AES OFB stream ciphers | cinap_lenrek |
2017-10-16 | ape/libsec: fix the build, bring ape libsec.h in sync with plan9 version | cinap_lenrek |
2017-05-06 | update ape/bio.h (thanks jpm) | aiju |
2017-04-29 | libdraw: get rid of _drawdebug variable | cinap_lenrek |
2017-04-23 | libsec: sha256 support for thumbprint files, use it in ssh as well | cinap_lenrek |
2017-02-10 | ec(2), rsa(2): document X509toECpub(), X509ecdsaverify(), X509ecdsaverifydige... | cinap_lenrek |
2017-02-10 | libsec: make X509toECpub() return CN name like X509toRSApub() | cinap_lenrek |
2017-01-12 | libsec: implement extended 192-bit nonce xchacha variant and hchacha function | cinap_lenrek |
2016-10-30 | ape/libsec: add secp384r1 curve parameters for tls | cinap_lenrek |