2012-12-27 |
Baptiste Daroussin | Fix a regression in "pw group show" introduced r242349: |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | Simplify the code by using the new gr_add function |
tree | commitdiff |
2012-12-26 |
Baptiste Daroussin | Simplify copying of group members by using memcpy |
tree | commitdiff |
2012-12-26 |
Baptiste Daroussin | Fix off-by-one error in memory allocation: j entries... |
tree | commitdiff |
2012-12-26 |
Baptiste Daroussin | In case of the deletion of a user those whole database... |
tree | commitdiff |
2012-12-26 |
Baptiste Daroussin | Fix creating a user and adding it to a group |
tree | commitdiff |
2012-12-05 |
Eitan Adler | Simplify string duplication: use strdup instead of... |
tree | commitdiff |
2012-12-05 |
Eitan Adler | Avoid overflowing the file buffer |
tree | commitdiff |
2012-12-05 |
Eitan Adler | Use strdup instead of malloc + strcpy |
tree | commitdiff |
2012-12-05 |
Eitan Adler | Avoid overflow of file buffer |
tree | commitdiff |
2012-12-05 |
Eitan Adler | Remove useless check for NULL prior to free. |
tree | commitdiff |
2012-11-20 |
Baptiste Daroussin | In NIS mode first chmod(2) the temporary file and... |
tree | commitdiff |
2012-11-20 |
Baptiste Daroussin | Correctly set the password file mode after renaming... |
tree | commitdiff |
2012-10-30 |
Baptiste Daroussin | Teach pw(8) about how to use pw/gr API to reduce code... |
tree | commitdiff |
2012-10-01 |
Baptiste Daroussin | Do not treat empty name as an uid 0 |
tree | commitdiff |
2012-10-01 |
Baptiste Daroussin | Remove useless atoi(3), previous strspn(3) makes sure... |
tree | commitdiff |
2012-09-28 |
Kevin Lo | Make sure that each va_start has one and only one match... |
tree | commitdiff |
2012-04-26 |
Jamie Gritton | A new jail(8) with a configuration file, ultimately... |
tree | commitdiff |
2012-02-22 |
Kevin Lo | Handle NULL return from crypt(3). Mostly from DragonFly |
tree | commitdiff |
2012-02-14 |
Kevin Lo | readlink len-1 |
tree | commitdiff |
2011-12-30 |
Ulrich Spörlein | Spelling fixes for usr.sbin/ |
tree | commitdiff |
2011-12-22 |
Eitan Adler | - document the -l option to usermod |
tree | commitdiff |
2011-12-17 |
Dimitry Andric | In usr.sbin/pw/pw_user.c, use the correct printf length... |
tree | commitdiff |
2011-07-31 |
Xin LI | Backout r223115 which potentially caused a POLA violati... |
tree | commitdiff |
2011-06-15 |
Xin LI | Don't attempt to create the base directory when -d... |
tree | commitdiff |
2011-03-12 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@219553 |
tree | commitdiff |
2011-03-08 |
Jung-uk Kim | Stop hard-coding default directory mode as 0777. |
tree | commitdiff |
2011-02-18 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@218816 |
tree | commitdiff |
2011-02-04 |
Jung-uk Kim | Do not let pw.conf(5) or -M option affect creation... |
tree | commitdiff |
2010-10-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@214309 |
tree | commitdiff |
2010-10-19 |
Jamie Gritton | A new jail(8) with a configuration file, to replace... |
tree | commitdiff |
2010-10-08 |
Ulrich Spörlein | mdoc: drop redundant .Pp and .LP calls |
tree | commitdiff |
2010-10-05 |
Jung-uk Kim | Revert the unrelated patch crept in the previous commit. |
tree | commitdiff |
2010-10-05 |
Jung-uk Kim | Prefer pmap_unmapbios() over pmap_unmapdev(). The... |
tree | commitdiff |
2010-08-15 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@211344 |
tree | commitdiff |
2010-05-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@208557 |
tree | commitdiff |
2010-05-08 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@207793 |
tree | commitdiff |
2010-03-22 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@205454 |
tree | commitdiff |
2010-03-10 |
Marcel Moolenaar | Create the altix project branch. The altix project... |
tree | commitdiff |
2010-03-04 |
Dag-Erling Smørgrav | IFH@204581 |
tree | commitdiff |
2010-01-02 |
Ed Schouten | The last big commit: let usr.sbin/ use WARNS=6 by default. |
tree | commitdiff |
2009-12-06 |
Ed Schouten | Make pw(8) build without <utmp.h>. |
tree | commitdiff |
2009-01-05 |
Ulf Lilleengen | Merge support for CVSMode (aka. mirror mode) into csup... |
tree | commitdiff |
2008-10-19 |
Ulf Lilleengen | - Import the Makefile from HEAD for building csup. |
tree | commitdiff |
2008-10-19 |
Ulf Lilleengen | - Import the HEAD csup code which is the basis for... |
tree | commitdiff |
2008-08-16 |
Andrey A. Chernov | Use arc4random_uniform() to avoid "modulo bias" |
tree | commitdiff |
2008-07-17 |
John Baldwin | Before updating the password database, the pw(8) utilit... |
tree | commitdiff |
2008-05-27 |
Antoine Brodin | - Increase the size of the salt in pw(8) from 8 to... |
tree | commitdiff |
2008-02-23 |
Sean Farley | Add the groupmod '-d' option to pw to allow the deletio... |
tree | commitdiff |
2008-02-23 |
Sean Farley | style(9) (verified no object changes) |
tree | commitdiff |
2008-01-25 |
Mike Makonnen | Clarify in what formats the grouplist for the '-G'... |
tree | commitdiff |
2007-03-30 |
Lukas Ertl | Do the right thing with symlinks in the skeleton directory. |
tree | commitdiff |
2007-03-30 |
Lukas Ertl | Accept passwords which contain whitespace. |
tree | commitdiff |
2007-03-30 |
Lukas Ertl | Add home directory creation mode to pw.conf(5) and... |
tree | commitdiff |
2007-03-30 |
Lukas Ertl | Add -M argument to usage() output. |
tree | commitdiff |
2007-03-26 |
Lukas Ertl | Introduce the new option -M to allow to set the permiss... |
tree | commitdiff |
2006-10-09 |
Tom Rhodes | Better mdoc(7). Bump doc date. |
tree | commitdiff |
2006-10-09 |
Tom Rhodes | Note the naming convention of files in share/skel and... |
tree | commitdiff |
2006-09-18 |
Maxim Konovalov | o Fix groupadd getopt line and make 'pw groupadd -o... |
tree | commitdiff |
2005-07-31 |
Pawel Jakub Dawidek | Change /home symbolic link, so it will point to usr... |
tree | commitdiff |
2005-04-09 |
Stefan Farfeleder | Remove unused variables. |
tree | commitdiff |
2005-02-10 |
Stefan Farfeleder | The variable `arglist' has internal linkage in pw.c... |
tree | commitdiff |
2005-01-18 |
Ruslan Ermilov | Sort sections. |
tree | commitdiff |
2005-01-17 |
Ruslan Ermilov | Added the EXIT STATUS section where appropriate. |
tree | commitdiff |
2004-10-03 |
Stefan Farfeleder | Don't rely on NULL being a pointer, add a cast before... |
tree | commitdiff |
2004-07-02 |
Ruslan Ermilov | Mechanically kill hard sentence breaks. |
tree | commitdiff |
2004-06-17 |
Robert Drehmel | Use strlcpy(3) to replace the idiomatic |
tree | commitdiff |
2004-06-17 |
Robert Drehmel | Fix a bug which occurred when the home directory given... |
tree | commitdiff |
2004-03-08 |
Ken Smith | Shift file locking to source file instead of temp file... |
tree | commitdiff |
2004-01-11 |
Ian Dowse | Add a `-H <fd>' option that is like `-h <fd>', but... |
tree | commitdiff |
2003-09-08 |
Ruslan Ermilov | mdoc(7): Use the new feature of the .In macro. |
tree | commitdiff |
2003-06-08 |
Philippe Charnier | The .Xr utility. Spelling. Put NIS under .Tn |
tree | commitdiff |
2003-05-08 |
Tom Rhodes | Add information about the log file. |
tree | commitdiff |
2003-04-04 |
David E. O'Brien | style.Makefile(5) |
tree | commitdiff |
2003-02-11 |
Andrey A. Chernov | There is no sense to use random random() and arc4random... |
tree | commitdiff |
2003-01-28 |
Garance A Drosehn | Changes so the 'pw' command will allow '$' as the last... |
tree | commitdiff |
2003-01-23 |
Max Khon | Do not expose password if it is empty and PWF_STANDARD... |
tree | commitdiff |
2002-12-12 |
Ruslan Ermilov | Uniformly refer to a file system as "file system". |
tree | commitdiff |
2002-07-14 |
Philippe Charnier | The .Nm utility |
tree | commitdiff |
2002-07-11 |
Alfred Perlstein | de-__P() |
tree | commitdiff |
2002-06-30 |
Dima Dorfman | Lists follow a colon, not a semicolon. |
tree | commitdiff |
2002-06-26 |
SADA Kenji | `pw useradd' could be used with -w without -D option. |
tree | commitdiff |
2002-06-24 |
David Malone | Print a long with %ld not %d. (We possibly should be... |
tree | commitdiff |
2002-04-05 |
Dima Dorfman | In the words of the submitter: |
tree | commitdiff |
2002-04-05 |
Dima Dorfman | Document the -7 option for usershow. |
tree | commitdiff |
2002-03-08 |
Giorgos Keramidas | Merge a duplicate description of the -L option into... |
tree | commitdiff |
2001-12-20 |
Jacques Vidrine | Use correct mode for temporary file. |
tree | commitdiff |
2001-10-19 |
Andrey A. Chernov | Change rmskey() to rmopie() - we don't have skey anymore |
tree | commitdiff |
2001-09-03 |
Dima Dorfman | For new users, create the home directory before sending... |
tree | commitdiff |
2001-08-30 |
Dima Dorfman | Unbreak group operations by reverting previous delta... |
tree | commitdiff |
2001-08-21 |
Joerg Wunsch | Properly initialize the random number generator in... |
tree | commitdiff |
2001-08-21 |
Joerg Wunsch | Fix a typo in a variable name that made pw(8) coredump... |
tree | commitdiff |
2001-08-20 |
Brian Somers | Handle snprintf() returning < 0 (not just -1) |
tree | commitdiff |
2001-08-20 |
Brian Somers | Handle snprintf() returning -1. |
tree | commitdiff |
2001-07-20 |
David E. O'Brien | Perform a major cleanup of the usr.sbin Makefiles. |
tree | commitdiff |
2001-07-20 |
David E. O'Brien | Remove GCC'isms in CFLAGS. |
tree | commitdiff |
2001-07-15 |
Dima Dorfman | Remove whitespace at EOL. |
tree | commitdiff |
2001-07-09 |
Dima Dorfman | mdoc(7) police: remove extraneous .Pp before and/or... |
tree | commitdiff |
2001-07-09 |
Brian Somers | Fix the type of the NULL arg to execl() |
tree | commitdiff |
2001-07-05 |
Ruslan Ermilov | Don't override the default BINMODE. |
tree | commitdiff |
next |