summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
2006-09-02Slight wording improvement, sort SEE ALSO, remove trailing dot in SEE ALSO.wiz
2006-08-28make this compilable as a tool.christos
2006-08-26Only use __RCSID if we have it.christos
2006-08-26Efun source.christos
2006-08-26Add efun(3)christos
2006-05-26mention error return value, like getrawpartition(3)drochner
2006-05-25\- is a minus.wiz
2006-05-25Document that this can fail.christos
2006-04-01Allow explicit length by checking it only if we have a length above 0.elad
2006-03-30set all fields to -1 after allocation, this makes it easier to writeelad
2006-03-23Consistently use .Va for errno. Quote "-" for PostScript output.wiz
2006-03-23Remove trailing whitespace, add 'and' in enumeration.wiz
2006-03-20plug leaks, coverity cids 1618, 1619.elad
2006-03-19Set errno on failure, and man-page updates.elad
2006-03-19- Don't trash error number returned by the handler; return it instead.christos
2006-03-19Clarify errno's returned by those functions.christos
2006-03-19Coverity CID 1209: Avoid negative close. While I am there fix bugs (openchristos
2006-02-24Fix typo.wiz
2006-02-24Mark up NULL (with Dv).wiz
2006-02-19needs assert.h to compile.elad
2006-02-19add _DIAGASSERT as requested by mrg@.elad
2006-02-18When loading a policy with an "nclasses" option, always set the min/maxelad
2006-02-18Don't expose struct pw_policy and use pw_policy_t, use malloc, man-pageelad
2006-02-18Some stuff that's been sitting in my tree for too long...elad
2005-12-20make setuserenv and setuserpath take an environment setting function andchristos
2005-09-17Lint warnings.elad
2005-09-16Rename struct pw_policy -> struct pw_policy_handler.elad
2005-09-14Add pw_policy.3.elad
2005-09-14Introduce pw_policy(3), an easily extendable way of defining passwordelad
2005-09-14Use the re-entrant getgr*_r functions. From John Nemeth.christos
2005-09-10Avoid duplicate if.wiz
2005-08-27Lint warnings.elad
2005-08-19Make this compile without warnings.elad
2005-08-18Make pw_getconf(3) set errno so we have indication on what went wrong.elad
2005-05-16Fix capso in Dd argument.wiz
2005-05-15u_short -> uint16_tthorpej
2005-04-13Bump date for previous; add commas to makewiz
2005-04-13Allow for a login.conf file without an explicite "default" classdrochner
2005-04-09Add the 'A' and 'P' format specifiers which use getaddrinfo(3) to turnatatat
2005-01-19If TIOCPTMGET fails, close /dev/ptm.mycroft
2005-01-15PR/28792: FUKAUMI Naoki: passwd: Couldn't generate salt: Invalid argumentchristos
2005-01-13For consistency of sockaddr_snprintf(3) with snprintf(3) anddyoung
2005-01-12add pw_getpwconf(), bump.christos
2005-01-08Avoid spinning if writing to a pty returns 0. This happened to me whenchristos
2004-12-20Unbreak setuserpath(); from Nick Hudson.christos
2004-12-11Mmm, API changes without date bumps... bump date for constification.wiz
2004-12-11WARNS=3; fix cast-qual issues.christos
2004-12-11Constify; the api was completely broken before.christos
2004-12-01Add missing LIBRARY section.peter
2004-11-25Don't give write privileges at all if the tty group is missing.christos