Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2019-09-14 | correct some unveil(2) violations due to "login.conf.db" access (the .db version | Sebastien Marie |
2019-04-30 | add unveil(2): | Ricardo Mestre |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2015-11-26 | Delete YP password related code. As a result, these can also be | Theo de Raadt |
2015-11-18 | needs _shadow so it can rewrite the master.passwd file | Ted Unangst |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2013-04-18 | - use FD_CLOEXEC instead of 1 | Okan Demirmen |
2012-06-20 | Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38 | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-07-08 | fix double "usage:" | Igor Sobrado |
2008-06-19 | Moved the unset of TZ environment variable out of atot into main, removing | Tobias Stoeckmann |
2007-03-27 | -a requires a separate synopsis; | Jason McIntyre |
2007-01-15 | Fix -a when given an entry with an already existing user. Also, give | Otto Moerbeek |
2005-12-12 | ARGSUSED on signal handler | Theo de Raadt |
2004-05-10 | unbreak chsh, ok millert | Peter Stromberg |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller |
2003-11-26 | This is ISO C, use string concatenation, instead of bogus use of __CONCAT. | Marc Espie |
2003-07-01 | - no need for pathnames.h, just use <paths.h> instead | Anil Madhavapeddy |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-07-31 | When I got removed the use of atexit() I missed the fact that edit() | Todd C. Miller |
2002-06-27 | move protos | Theo de Raadt |
2002-06-27 | There is absolutely no reason for the "tempname" or dfd variables | Todd C. Miller |
2002-06-27 | cleanup; mpech & millert ok | Theo de Raadt |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-27 | Instead of prompting the user whether or not they wish to continue to | Todd C. Miller |
2001-08-16 | extra arg to pw_mkdb | Todd C. Miller |
2001-08-16 | At Theo's request only print 'Please wait' if don't get the lock | Todd C. Miller |
2001-08-15 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller |
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell |
1999-12-05 | Fix temp file unlinking. We use atexit() since the libutil passwd | Todd C. Miller |
1998-08-03 | use __progname | Todd C. Miller |
1998-08-02 | add close on exec flag to all opens | Todd C. Miller |
1998-05-29 | put temp file _PATH_VARTMP | Todd C. Miller |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-02-13 | fix YP and non-YP cases to exit/warn nicely | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-10-20 | better error message if unable to create password temp file. | Todd C. Miller |
1996-09-23 | pw_abort() after yp change, does unlock | Theo de Raadt |
1996-08-31 | kill leaks; help from das33@cornell.edu | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1996-05-22 | libutil | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |