]> git.cameronkatri.com Git - pw-darwin.git/history - pw/pw_user.c
Refactor input validation
[pw-darwin.git] / pw / pw_user.c
2015-06-07 Baptiste DaroussinRefactor input validation
2015-06-07 Baptiste DaroussinFinish converting -7 to pwconf
2015-06-07 Baptiste DaroussinHandle -7 via gloval pwconf
2015-06-07 Baptiste DaroussinHandle pretty print (-P) via global pwconf
2015-06-07 Baptiste DaroussinHandle dryrun (-N) via global pwconf
2015-06-07 Baptiste DaroussinAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-07 Baptiste DaroussinFix pw userdel -r not deleting homedir
2015-06-07 Baptiste DaroussinTest explicitly the result of strcmp to be consistent...
2015-06-07 Baptiste DaroussinImprove readability by reducing indentations levels
2015-06-07 Baptiste DaroussinRemove one level of indentation
2015-06-07 Baptiste DaroussinMove user deletion code into a separate function to...
2015-06-07 Baptiste DaroussinInstead of always casting the pw_checkname input to...
2015-06-03 Baptiste DaroussinNew pw -R rootdir option
2015-05-31 Baptiste DaroussinRemove useless cast in printf and printf-like functions:
2015-05-31 Baptiste DaroussinCast -1 to uid_t and bump WARNING level to 3
2015-05-31 Baptiste DaroussinMake pw_user()/pw_group() more consitent about errors
2015-05-09 Baptiste DaroussinReplace sprintf(3) with snprintf(3)
2015-05-09 Baptiste DaroussinUse snprintf(3) instead of sprintf(3)
2015-05-09 Baptiste DaroussinRemove some uneeded headers
2015-05-09 Baptiste DaroussinReplace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
2015-05-09 Baptiste DaroussinUse snprintf(3) instead of strcpy(3) + strncat(3)
2015-01-26 Baptiste DaroussinRevert r277652
2015-01-24 Baptiste DaroussinAllow negative numbers in -u and -g options
2014-10-28 Baptiste DaroussinEnsure pw userdel -u <invalid> do not try to remove...
2014-10-28 Baptiste DaroussinFix a regression in pw usermod -G list
2014-10-09 Dag-Erling SmørgravTwo more places where login_setcryptfmt() defaults...
2014-08-14 Alan SomersConvert devd's client socket to type SOCK_SEQPACKET.
2014-06-27 Mateusz Guzikpw: fix up deletion of users from groups
2014-04-23 Alan SomersIFC @264767
2014-03-13 Devin TeskeFix pw(8) deletion of group "username" on userdel even...
2014-03-06 Julian ElischerPart 2 of bug 187310.. had to commit separately due...
2013-07-17 Xin LIIFC @253398
2013-07-04 Dag-Erling SmørgravFall back to sha512 if passwd_format is not set.
2013-07-03 Dag-Erling SmørgravThere is no reason to disallow setting the password...
2013-06-29 Tim KientzleFix -Wunsequenced warning
2013-02-26 Xin LIIFC @247348.
2013-02-01 Daniel EischenPrevent a null pointer dereference in pw userdel when...
2013-01-09 Neel NatuIFC @ r245178
2013-01-06 Mateusz Guzikpw: free group returned by gr_add
2013-01-04 Neel NatuIFC @ r244983.
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 DaroussinFix creating a user and adding it to a group
2012-12-05 Eitan AdlerAvoid overflow of file buffer
2012-11-27 Alexander MotinMFC
2012-11-27 Alexander MotinMFC @ r241285
2012-11-11 Neel NatuIFC @ r242684
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-05-15 Alexander MotinMFC
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-26 Peter GrehanIFC @ r234692
2012-02-22 Kevin LoHandle NULL return from crypt(3). Mostly from DragonFly
2012-01-23 Xin LIIFC @230489 (pending review).
2012-01-04 Sean BrunoIFC to head to catch up the bhyve branch
2011-12-17 Dimitry AndricIn usr.sbin/pw/pw_user.c, use the correct printf length...
2011-09-15 Peter GrehanIFC @ r225592
2011-08-15 Justin T. GibbsIntegrate FreeBSD/head into projects/zfsd/head as of...
2011-07-31 Xin LIBackout r223115 which potentially caused a POLA violati...
2011-07-17 Justin T. GibbsIntegrate from Head into ZFSD feature branch as of...
2011-06-28 Peter GrehanIFC @ r222830
2011-06-15 Xin LIDon't attempt to create the base directory when -d...
2011-05-15 John BaldwinFirst cut to port bhyve, vmmctl, and libvmmapi to HEAD.
2011-05-14 John BaldwinFirst cut at porting the kernel portions of 221828...
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-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
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-05-27 Antoine Brodin- Increase the size of the salt in pw(8) from 8 to...
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-26 Lukas ErtlIntroduce the new option -M to allow to set the permiss...
2005-07-31 Pawel Jakub DawidekChange /home symbolic link, so it will point to usr...
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-01-11 Ian DowseAdd a `-H <fd>' option that is like `-h <fd>', but...
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...
2002-06-24 David MalonePrint a long with %ld not %d. (We possibly should be...
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-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...
next