summaryrefslogtreecommitdiffstats
path: root/pw
Commit message (Expand)AuthorAgeFilesLines
* Document pw(8) '-R' option, added in r283961.Glen Barber2015-06-031-1/+20
* New pw -R rootdir optionBaptiste Daroussin2015-06-033-38/+89
* Cast to gid_t for groups not uid_tBaptiste Daroussin2015-05-311-1/+1
* Remove useless cast in printf and printf-like functions:Baptiste Daroussin2015-05-313-23/+23
* Cast -1 to uid_t and bump WARNING level to 3Baptiste Daroussin2015-05-313-4/+4
* Move cleanup functions to the right placeBaptiste Daroussin2015-05-311-2/+3
* Remove useless test before free()Baptiste Daroussin2015-05-311-2/+1
* Return early in case we cannot read the configuration fileBaptiste Daroussin2015-05-311-110/+111
* Make pw_user()/pw_group() more consitent about errorsBaptiste Daroussin2015-05-312-37/+24
* Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
* Remove uneeded intermediate variableBaptiste Daroussin2015-05-311-4/+1
* Use asprintf instead of malloc + snprintf and test the memory allocationBaptiste Daroussin2015-05-311-2/+3
* Remove dead declarationBaptiste Daroussin2015-05-291-1/+0
* Remove extendline definitionBaptiste Daroussin2015-05-101-3/+0
* Use calloc(3) instead of malloc(3) + memset(3)Baptiste Daroussin2015-05-101-2/+4
* The initial logic for allocating the new string was wrong, the conversionBaptiste Daroussin2015-05-101-5/+2
* Use strndup(3) instead of malloc(3) + memcpy(3)Baptiste Daroussin2015-05-101-7/+11
* Remove useless call to extendarrayBaptiste Daroussin2015-05-101-1/+0
* The pwdb function is only used once to check the database rename itBaptiste Daroussin2015-05-101-10/+4
* if the check of the pw db fails return the failed valueBaptiste Daroussin2015-05-101-37/+35
* Some style(9) fixesBaptiste Daroussin2015-05-101-9/+16
* Replace sprintf(3) with snprintf(3)Baptiste Daroussin2015-05-091-7/+7
* Use snprintf(3) instead of sprintf(3)Baptiste Daroussin2015-05-091-8/+7
* Remove now unused LNBUFSZ buffer sizeBaptiste Daroussin2015-05-091-3/+0
* Return from the function as early as possibleBaptiste Daroussin2015-05-091-117/+116
* Remove some uneeded headersBaptiste Daroussin2015-05-093-8/+0
* Remove unneeded headersBaptiste Daroussin2015-05-091-8/+0
* Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)Baptiste Daroussin2015-05-091-3/+1
* Use snprintf(3) instead of strcpy(3) + strncat(3)Baptiste Daroussin2015-05-091-2/+1
* Use sbuf(9) instead of homebrewed buffered stringBaptiste Daroussin2015-05-093-62/+47
* Revert r277652Baptiste Daroussin2015-01-262-9/+2
* Allow negative numbers in -u and -g optionsBaptiste Daroussin2015-01-242-2/+9
* Convert to LIBADD.Brad Davis2014-11-241-2/+1
* Fix wrong message when using pw -V with a non existent directoryBaptiste Daroussin2014-11-121-0/+8
* Ensure pw userdel -u <invalid> do not try to remove rootBaptiste Daroussin2014-10-281-0/+3
* Do not delete the group wheel when bad argument is passed to pw groupdel -gBaptiste Daroussin2014-10-281-0/+5
* Fix a regression in pw usermod -G listBaptiste Daroussin2014-10-281-1/+19
* When a group is renamed then the group has been invalidated for sure.Baptiste Daroussin2014-10-281-3/+6
* Two more places where login_setcryptfmt() defaults to MD5 were missedDag-Erling Smørgrav2014-10-091-2/+2
* - Add a test for bug 191427 where pw(8) will go into an infinite loopBrad Davis2014-10-021-0/+6
* pw: fix up deletion of users from groupsMateusz Guzik2014-06-271-4/+3
* Fix changing the usernameBaptiste Daroussin2014-06-201-1/+1
* Removed compatibility with pre FreeBSD 2.2 pw_mkdb commandBaptiste Daroussin2014-06-201-13/+2
* Simplify reading pw.conf(5) by using getline(3)Baptiste Daroussin2014-04-222-0/+504
* Fix pw(8) deletion of group "username" on userdel even if group "username"Devin Teske2014-03-131-1/+9
* Part 2 of bug 187310.. had to commit separately due to local confusion.Julian Elischer2014-03-061-15/+21
* Stop pw(8) from segfaulting when given certain inputJulian Elischer2014-03-061-6/+13
* Fall back to sha512 if passwd_format is not set.Dag-Erling Smørgrav2013-07-041-1/+1
* There is no reason to disallow setting the password or account expiryDag-Erling Smørgrav2013-07-031-4/+0
* Fix -Wunsequenced warningTim Kientzle2013-06-291-1/+1