summaryrefslogtreecommitdiff
path: root/lib/libutil
AgeCommit message (Expand)Author
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
2004-11-24I really want to kill the hard-coding of _TTY_GID. Set the group to thechristos
2004-11-21fix the header.christos
2004-11-20Formatting fixes, and a typo fix.wiz
2004-11-20Add a manual page.christos
2004-11-19check for getnameinfo error correctly; thanks to Peter Postma.christos
2004-11-19Add sockaddr_snprintf; XXX: Needs a man page.christos
2004-11-11Add if_media.c, functions for converting media to/from strings.dsl
2004-11-10- don't complain if the pty is of the form pts/nchristos
2004-09-18KNF; Simplify some logic, so that lines don't wrap. Explain why wechristos
2004-09-18openpty: just check errors of syscalls,yamt
2004-08-04New sentence, new line.wiz
2004-08-03- Rename pw_copy() to pw_copyx(), make it return a success/failure code,thorpej
2004-06-18Don't allow openpty to succeed if the caller is non-superuser.christos
2004-05-27use the pty multiplexor if it exists.christos
2004-05-09sbsize should be parsed as R_CSIZE so that suffixes work correctly.lukem
2004-04-23sprinkle constchristos
2004-04-18Add sbsize login capability.matt
2004-03-29Use pid_t for pids. From Jeff Ito in PR 24854.wiz
2004-02-24occured -> occurred. From Peter Postma.wiz
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-25delint pointer casts.christos
2003-10-25remove unused variablechristos
2003-10-21Don't use NULL to compare against an int.fvdl
2003-10-21The last argument to sysctl is a size_t, not a pointer; don't pass NULL.fvdl
2003-09-08initialize 'res' to NULLitojun
2003-09-08plug possible memory leak. from openbsditojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-06-27Aq Pa instead of Pa Aq.wiz
2003-05-06Minor grammatical correction.agc
2003-04-21PR/7885: Kip Rugger: ttylock(3) ignores flags and locker parameterschristos
2003-04-16Usewiz
2003-04-16Mostly mdoc improvements, some typos.wiz
2003-04-11add functions to retrieve option values.christos
2003-03-31runnning->running from Igor Sobrado, PR misc/19814perry
2003-03-27Clear O_NONBLOCK correctly (previous code probably only worked becauselukem