]> git.cameronkatri.com Git - pw-darwin.git/history - pw
- Clean up previous gr_add use malloc instead of calloc
[pw-darwin.git] / pw /
2012-12-27 Baptiste DaroussinFix a regression in "pw group show" introduced r242349:
2012-12-27 Baptiste DaroussinSimplify the code by using the new gr_add function
2012-12-26 Baptiste DaroussinSimplify copying of group members by using memcpy
2012-12-26 Baptiste DaroussinFix off-by-one error in memory allocation: j entries...
2012-12-26 Baptiste DaroussinIn case of the deletion of a user those whole database...
2012-12-26 Baptiste DaroussinFix creating a user and adding it to a group
2012-12-05 Eitan AdlerSimplify string duplication: use strdup instead of...
2012-12-05 Eitan AdlerAvoid overflowing the file buffer
2012-12-05 Eitan AdlerUse strdup instead of malloc + strcpy
2012-12-05 Eitan AdlerAvoid overflow of file buffer
2012-12-05 Eitan AdlerRemove useless check for NULL prior to free.
2012-11-20 Baptiste DaroussinIn NIS mode first chmod(2) the temporary file and...
2012-11-20 Baptiste DaroussinCorrectly set the password file mode after renaming...
2012-10-30 Baptiste DaroussinTeach pw(8) about how to use pw/gr API to reduce code...
2012-10-01 Baptiste DaroussinDo not treat empty name as an uid 0
2012-10-01 Baptiste DaroussinRemove useless atoi(3), previous strspn(3) makes sure...
2012-09-28 Kevin LoMake sure that each va_start has one and only one match...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-02-22 Kevin LoHandle NULL return from crypt(3). Mostly from DragonFly
2012-02-14 Kevin Loreadlink len-1
2011-12-30 Ulrich SpörleinSpelling fixes for usr.sbin/
2011-12-22 Eitan Adler- document the -l option to usermod
2011-12-17 Dimitry AndricIn usr.sbin/pw/pw_user.c, use the correct printf length...
2011-07-31 Xin LIBackout r223115 which potentially caused a POLA violati...
2011-06-15 Xin LIDon't attempt to create the base directory when -d...
2011-03-12 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@219553
2011-03-08 Jung-uk KimStop hard-coding default directory mode as 0777.
2011-02-18 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@218816
2011-02-04 Jung-uk KimDo not let pw.conf(5) or -M option affect creation...
2010-10-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@214309
2010-10-19 Jamie GrittonA new jail(8) with a configuration file, to replace...
2010-10-08 Ulrich Spörleinmdoc: drop redundant .Pp and .LP calls
2010-10-05 Jung-uk KimRevert the unrelated patch crept in the previous commit.
2010-10-05 Jung-uk KimPrefer pmap_unmapbios() over pmap_unmapdev(). The...
2010-08-15 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@211344
2010-05-26 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@208557
2010-05-08 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@207793
2010-03-22 Marcel MoolenaarMerge svn+ssh://svn.freebsd.org/base/head@205454
2010-03-10 Marcel MoolenaarCreate the altix project branch. The altix project...
2010-03-04 Dag-Erling SmørgravIFH@204581
2010-01-02 Ed SchoutenThe last big commit: let usr.sbin/ use WARNS=6 by default.
2009-12-06 Ed SchoutenMake pw(8) build without <utmp.h>.
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-08-16 Andrey A. ChernovUse arc4random_uniform() to avoid "modulo bias"
2008-07-17 John BaldwinBefore updating the password database, the pw(8) utilit...
2008-05-27 Antoine Brodin- Increase the size of the salt in pw(8) from 8 to...
2008-02-23 Sean FarleyAdd the groupmod '-d' option to pw to allow the deletio...
2008-02-23 Sean Farleystyle(9) (verified no object changes)
2008-01-25 Mike MakonnenClarify in what formats the grouplist for the '-G'...
2007-03-30 Lukas ErtlDo the right thing with symlinks in the skeleton directory.
2007-03-30 Lukas ErtlAccept passwords which contain whitespace.
2007-03-30 Lukas ErtlAdd home directory creation mode to pw.conf(5) and...
2007-03-30 Lukas ErtlAdd -M argument to usage() output.
2007-03-26 Lukas ErtlIntroduce the new option -M to allow to set the permiss...
2006-10-09 Tom RhodesBetter mdoc(7). Bump doc date.
2006-10-09 Tom RhodesNote the naming convention of files in share/skel and...
2006-09-18 Maxim Konovalovo Fix groupadd getopt line and make 'pw groupadd -o...
2005-07-31 Pawel Jakub DawidekChange /home symbolic link, so it will point to usr...
2005-04-09 Stefan FarfelederRemove unused variables.
2005-02-10 Stefan FarfelederThe variable `arglist' has internal linkage in pw.c...
2005-01-18 Ruslan ErmilovSort sections.
2005-01-17 Ruslan ErmilovAdded the EXIT STATUS section where appropriate.
2004-10-03 Stefan FarfelederDon't rely on NULL being a pointer, add a cast before...
2004-07-02 Ruslan ErmilovMechanically kill hard sentence breaks.
2004-06-17 Robert DrehmelUse strlcpy(3) to replace the idiomatic
2004-06-17 Robert DrehmelFix a bug which occurred when the home directory given...
2004-03-08 Ken SmithShift file locking to source file instead of temp file...
2004-01-11 Ian DowseAdd a `-H <fd>' option that is like `-h <fd>', but...
2003-09-08 Ruslan Ermilovmdoc(7): Use the new feature of the .In macro.
2003-06-08 Philippe CharnierThe .Xr utility. Spelling. Put NIS under .Tn
2003-05-08 Tom RhodesAdd information about the log file.
2003-04-04 David E. O'Brienstyle.Makefile(5)
2003-02-11 Andrey A. ChernovThere is no sense to use random random() and arc4random...
2003-01-28 Garance A DrosehnChanges so the 'pw' command will allow '$' as the last...
2003-01-23 Max KhonDo not expose password if it is empty and PWF_STANDARD...
2002-12-12 Ruslan ErmilovUniformly refer to a file system as "file system".
2002-07-14 Philippe CharnierThe .Nm utility
2002-07-11 Alfred Perlsteinde-__P()
2002-06-30 Dima DorfmanLists follow a colon, not a semicolon.
2002-06-26 SADA Kenji`pw useradd' could be used with -w without -D option.
2002-06-24 David MalonePrint a long with %ld not %d. (We possibly should be...
2002-04-05 Dima DorfmanIn the words of the submitter:
2002-04-05 Dima DorfmanDocument the -7 option for usershow.
2002-03-08 Giorgos KeramidasMerge a duplicate description of the -L option into...
2001-12-20 Jacques VidrineUse correct mode for temporary file.
2001-10-19 Andrey A. ChernovChange rmskey() to rmopie() - we don't have skey anymore
2001-09-03 Dima DorfmanFor new users, create the home directory before sending...
2001-08-30 Dima DorfmanUnbreak group operations by reverting previous delta...
2001-08-21 Joerg WunschProperly initialize the random number generator in...
2001-08-21 Joerg WunschFix a typo in a variable name that made pw(8) coredump...
2001-08-20 Brian SomersHandle snprintf() returning < 0 (not just -1)
2001-08-20 Brian SomersHandle snprintf() returning -1.
2001-07-20 David E. O'BrienPerform a major cleanup of the usr.sbin Makefiles.
2001-07-20 David E. O'BrienRemove GCC'isms in CFLAGS.
2001-07-15 Dima DorfmanRemove whitespace at EOL.
2001-07-09 Dima Dorfmanmdoc(7) police: remove extraneous .Pp before and/or...
2001-07-09 Brian SomersFix the type of the NULL arg to execl()
2001-07-05 Ruslan ErmilovDon't override the default BINMODE.
next