Age | Commit message (Expand) | Author |
2014-04-08 | use char * for strings, saving casts. add return codes to base64 functions | Ted Unangst |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2014-04-07 | Add some missing names to the NAME sections. | Ingo Schwarze |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-03 | put $OpenBSD$ back.. notice by philip. | Bob Beck |
2014-04-03 | Update Copyright notice; ok otto@ beck@ deraadt@. | Ingo Schwarze |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-04-01 | Use setresuid() and setresgid(). OK guenther@ deraadt@ | Todd C. Miller |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. | Eric Faurot |
2014-03-26 | update manpage | Eric Faurot |
2014-03-25 | Cleanup and simplify the API to be exposed. Use better names for | Eric Faurot |
2014-03-25 | Poul-Henning Kamp informed me he is allright with this licensing change. | Bob Beck |
2014-03-25 | no gets | Ted Unangst |
2014-03-24 | Update to match header | Philip Guenther |
2014-03-24 | oops, merge error | Ted Unangst |
2014-03-23 | clear stack variables, suggested by djm | Ted Unangst |
2014-03-23 | Remove the MD4 functions. | Christian Weisgerber |
2014-03-23 | some improvements suggested by djm. | Ted Unangst |
2014-03-23 | two functions don't need to be exported | Ted Unangst |
2014-03-23 | minimal change to implementation of bcrypt to not require static globals. | Ted Unangst |
2014-03-23 | remove the never used bm string functions | Ted Unangst |
2014-03-23 | c11 compliance: remove gets() | Ted Unangst |
2014-03-23 | major++ in preparation for coming changes | Ted Unangst |
2014-03-22 | switch to shorter ISC license. this was ok with Niels Provos. | Ted Unangst |
2014-03-19 | It's still safe to assumed 'signed' exists | Philip Guenther |
2014-03-19 | consolidate the base64 code in one place, and remove inadequate test code | Ted Unangst |
2014-03-19 | right or wrong, bcrypt() is declared in pwd.h, not unistd.h | Ted Unangst |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-18 | Sync with the way struct ether_addr is actually defined in | Lawrence Teo |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-03-14 | prefix structure names to avoid ambiguity and possible collisions when | Eric Faurot |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-03-12 | since we are documenting that setpwfile() is no longer available, maybe | Jason McIntyre |
2014-03-12 | Add ERRORS and STANDARDS, thanks to brad@ for the reminder. | Ingo Schwarze |
2014-03-12 | Make sure that setgrent(), endgrent(), and endpwent() do not clobber | Ingo Schwarze |
2014-03-12 | The functions getpw{nam,uid}_r() no longer set errno, not even if an | Ingo Schwarze |
2014-03-10 | Optimization, no functional change: | Ingo Schwarze |
2014-03-08 | Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case. | Ingo Schwarze |
2014-03-06 | If RPP_STDIN is set the prompt is not displayed. | Todd C. Miller |
2014-03-06 | sort SEE ALSO; | Jason McIntyre |
2014-03-06 | Fix unsigned comparision. | Gerhard Roth |
2014-03-05 | Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(), | Ingo Schwarze |
2014-03-03 | fix support for HOSTALIASES. | Eric Faurot |
2014-02-26 | Try to document SO_RTABLE better. With input from deraadt@ | Claudio Jeker |
2014-02-26 | No need to Xr the same man page twice. | Claudio Jeker |
2014-02-26 | need more #include files for resolv.h, for the non-YP case, which happens | Theo de Raadt |
2014-02-26 | Do not restrict chars in dname during label expansion, but validate resulting | Eric Faurot |
2014-02-24 | make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases. | Eric Faurot |