summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2014-03-03fix support for HOSTALIASES.Eric Faurot
2014-02-26Try to document SO_RTABLE better. With input from deraadt@Claudio Jeker
2014-02-26No need to Xr the same man page twice.Claudio Jeker
2014-02-26need more #include files for resolv.h, for the non-YP case, which happensTheo de Raadt
2014-02-26Do not restrict chars in dname during label expansion, but validate resultingEric Faurot
2014-02-24make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.Eric Faurot
2014-02-24solar's testsuite revealed insufficient validation of invalid input hashes.Ted Unangst
2014-02-23in HISTORY, say where this actually came from;Ingo Schwarze
2014-02-21remove section 2/3 pointers from section 1,Ingo Schwarze
2014-02-17replace spaces with tabs for indentationStefan Sperling
2014-02-17Better search strategy for getaddrinfo. The address family loop mustEric Faurot
2014-02-17report extra PTR records as aliasesEric Faurot
2014-02-17remove redundant testTed Unangst
2014-02-17sticking strlen into a char leads to wraparound at 256. fix this andTed Unangst
2014-02-13Fix logic bug; we can only infer tm_yday if both tm_mday and tm_monTodd C. Miller
2014-02-13Don't use use .Tn with AND/OR/NOTPhilip Guenther
2014-02-12use .At to refer to System V.1; from Jan Stary <hans at stare dot cz>Ingo Schwarze
2014-02-11avoid pointless TAB outside literal context;Ingo Schwarze
2014-02-07Fix inet6_opt_init() to only check extlen when extbuff is not NULLMartin Pieuchot