| Commit message (Expand) | Author | Files | Lines |
2001-12-17 | OpenBSD tag, explicit public domain notice | marc | 1 | -0/+4 |
2001-12-17 | sigreturn test program | marc | 2 | -0/+184 |
2001-12-11 | FQDN subjectAltName in certs, used in isakmpd(8) examples. beck@ ok. | ho | 1 | -0/+7 |
2001-12-08 | when strerror() has an Unknown error, also set EINVAL | deraadt | 1 | -3/+8 |
2001-12-06 | alloca cannot check if the allocation is valid. mention the consequences; mi... | deraadt | 1 | -1/+13 |
2001-12-05 | correct an alignment mis-conception for malloc(0) returned regions. | tdeval | 1 | -14/+25 |
2001-12-05 | malloc(n) regression test | deraadt | 3 | -2/+114 |
2001-12-05 | document how malloc(0) blobbies are stored, and their character | deraadt | 1 | -1/+6 |
2001-11-21 | 2nd param is const | deraadt | 1 | -2/+2 |
2001-11-19 | kill more registers | mpech | 3 | -17/+17 |
2001-11-15 | sync with reality; scope identifier comes even without NI_WITHSCOPEID. | itojun | 1 | -7/+2 |
2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | itojun | 1 | -24/+20 |
2001-11-14 | sync with kame better. open some renaming #defines (ENI_xx). | itojun | 1 | -42/+27 |
2001-11-11 | signal race fixes | deraadt | 1 | -4/+6 |
2001-11-06 | Missing ssl manpages and mlinks; beck@ ok. | fgsch | 1 | -4/+129 |
2001-11-05 | Comment out info on U (utrace) malloc option since we don't support it | millert | 1 | -8/+8 |
2001-11-01 | remove dangling spaces and tabs | mickey | 1 | -16/+16 |
2001-10-30 | Grammar. Thanks markus@ | tdeval | 1 | -2/+2 |
2001-10-30 | mprotect allocations sized at 0 bytes. This will cause a fault for access | tdeval | 2 | -37/+50 |
2001-10-29 | fix docs; tedu@heorot.stanford.edu | deraadt | 1 | -7/+3 |
2001-10-28 | remove bogus error-check, resolve pr#2147 | jakob | 1 | -4/+1 |
2001-10-28 | fix getaddrinfo error handling | jakob | 1 | -2/+2 |
2001-10-28 | fix stupid typo | jakob | 1 | -1/+1 |
2001-10-28 | remove unused variable | jakob | 1 | -2/+1 |
2001-10-01 | typo | millert | 1 | -2/+2 |
2001-09-18 | understand sparc64 | deraadt | 2 | -26/+12 |
2001-09-14 | add "options insecure[12]" support for /etc/resolv.conf. | itojun | 2 | -5/+10 |
2001-09-07 | K&R promotion is not the whole story. Make things explicit. | espie | 1 | -2/+2 |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | mpech | 1 | -2/+2 |
2001-09-05 | make debug libs build again | mickey | 1 | -1/+21 |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ... | millert | 2 | -13/+17 |
2001-09-04 | put changes back, this time ALL the files. | fgsch | 1 | -3/+3 |
2001-09-02 | KNF + ansi | jakob | 1 | -34/+20 |
2001-09-02 | update command summary | jakob | 1 | -3/+4 |
2001-09-02 | remove unused variable | jakob | 1 | -3/+1 |
2001-09-02 | add very basic proxy support using socks5 client code from niklas@. | jakob | 4 | -7/+204 |
2001-08-30 | Back out fgsch@'s tree breaking commits. | todd | 1 | -3/+3 |
2001-08-30 | Delete duplicate 'network daemon testing' item. | krw | 1 | -3/+1 |
2001-08-30 | Fix typo - space before a comma. | krw | 1 | -2/+2 |
2001-08-30 | fix some const warnings | fgsch | 1 | -3/+3 |
2001-08-25 | use calloc | ericj | 1 | -3/+3 |
2001-08-20 | cope with sa_len < sizeof(struct sockaddr). | itojun | 1 | -2/+5 |
2001-08-20 | cope with negative return value from snprintf. | itojun | 1 | -12/+25 |
2001-08-20 | use snprintf, not sprintf. sync with kame | itojun | 1 | -2/+2 |
2001-08-16 | Use calloc() to allocate response data. Be more careful when freeing | ho | 1 | -16/+25 |
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | heko | 2 | -7/+7 |
2001-08-08 | add CAVEATS section that talks about trust and the AD-bit | jakob | 1 | -1/+11 |
2001-08-07 | KNF; and i bonked jakob in the head for it too, with a plastic bottle of coke | deraadt | 1 | -24/+16 |
2001-08-07 | add copyright notices; noted as missing by itojun | deraadt | 2 | -0/+49 |
2001-08-07 | typo | itojun | 1 | -2/+2 |