summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2014-04-17Don't default enable the debug functionality with its unprotected getenv().Philip Guenther
2014-04-17It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-04-14print pid in error messages; ok reyk@Otto Moerbeek
2014-04-08use char * for strings, saving casts. add return codes to base64 functionsTed Unangst
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2014-04-07Add some missing names to the NAME sections.Ingo Schwarze
2014-04-07Retire kernel support for SO_DONTROUTE, this time without breakingMartin Pieuchot
2014-04-03put $OpenBSD$ back.. notice by philip.Bob Beck
2014-04-03Update Copyright notice; ok otto@ beck@ deraadt@.Ingo Schwarze
2014-04-03I have discussed these licenses with Poul-Henning Kamp and he has agreed toBob Beck
2014-04-01Use setresuid() and setresgid(). OK guenther@ deraadt@Todd C. Miller
2014-03-28revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingsStuart Henderson
2014-03-27Retire kernel support for SO_DONTROUTE, since the plan is to alwaysMartin Pieuchot
2014-03-26Make the asr API public. Install asr.h to /usr/include.h and manpages.Eric Faurot
2014-03-26update manpageEric Faurot
2014-03-25Cleanup and simplify the API to be exposed. Use better names forEric Faurot
2014-03-25Poul-Henning Kamp informed me he is allright with this licensing change.Bob Beck
2014-03-25no getsTed Unangst
2014-03-24Update to match headerPhilip Guenther
2014-03-24oops, merge errorTed Unangst
2014-03-23clear stack variables, suggested by djmTed Unangst
2014-03-23Remove the MD4 functions.Christian Weisgerber
2014-03-23some improvements suggested by djm.Ted Unangst
2014-03-23two functions don't need to be exportedTed Unangst
2014-03-23minimal change to implementation of bcrypt to not require static globals.Ted Unangst
2014-03-23remove the never used bm string functionsTed Unangst
2014-03-23c11 compliance: remove gets()Ted Unangst
2014-03-23major++ in preparation for coming changesTed Unangst
2014-03-22switch to shorter ISC license. this was ok with Niels Provos.Ted Unangst
2014-03-19It's still safe to assumed 'signed' existsPhilip Guenther
2014-03-19consolidate the base64 code in one place, and remove inadequate test codeTed Unangst
2014-03-19right or wrong, bcrypt() is declared in pwd.h, not unistd.hTed Unangst
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2014-03-18Sync with the way struct ether_addr is actually defined inLawrence Teo
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-14prefix structure names to avoid ambiguity and possible collisions whenEric Faurot
2014-03-13Unhook httpd(8) from build; man page bitsFlorian Obser
2014-03-12since we are documenting that setpwfile() is no longer available, maybeJason McIntyre
2014-03-12Add ERRORS and STANDARDS, thanks to brad@ for the reminder.Ingo Schwarze
2014-03-12Make sure that setgrent(), endgrent(), and endpwent() do not clobberIngo Schwarze
2014-03-12The functions getpw{nam,uid}_r() no longer set errno, not even if anIngo Schwarze
2014-03-10Optimization, no functional change:Ingo Schwarze
2014-03-08Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case.Ingo Schwarze
2014-03-06If RPP_STDIN is set the prompt is not displayed.Todd C. Miller
2014-03-06sort SEE ALSO;Jason McIntyre
2014-03-06Fix unsigned comparision.Gerhard Roth
2014-03-05Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(),Ingo Schwarze