]> git.cameronkatri.com Git - pw-darwin.git/history - pw
Refactor input validation
[pw-darwin.git] / pw /
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 DaroussinInitialize conf using menset(3)
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 DaroussinSort headers
2015-06-07 Baptiste DaroussinHandle -C and -Y locally and stop adding them to arglist
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 Glen BarberDocument pw(8) '-R' option, added in r283961.
2015-06-03 Baptiste DaroussinNew pw -R rootdir option
2015-05-31 Baptiste DaroussinCast to gid_t for groups not uid_t
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 DaroussinMove cleanup functions to the right place
2015-05-31 Baptiste DaroussinRemove useless test before free()
2015-05-31 Baptiste DaroussinReturn early in case we cannot read the configuration...
2015-05-31 Baptiste DaroussinMake pw_user()/pw_group() more consitent about errors
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-31 Baptiste DaroussinUse asprintf instead of malloc + snprintf and test...
2015-05-29 Baptiste DaroussinRemove dead declaration
2015-05-10 Baptiste DaroussinRemove extendline definition
2015-05-10 Baptiste DaroussinUse calloc(3) instead of malloc(3) + memset(3)
2015-05-10 Baptiste DaroussinThe initial logic for allocating the new string was...
2015-05-10 Baptiste DaroussinUse strndup(3) instead of malloc(3) + memcpy(3)
2015-05-10 Baptiste DaroussinRemove useless call to extendarray
2015-05-10 Baptiste DaroussinThe pwdb function is only used once to check the databa...
2015-05-10 Baptiste Daroussinif the check of the pw db fails return the failed value
2015-05-10 Baptiste DaroussinSome style(9) fixes
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 now unused LNBUFSZ buffer size
2015-05-09 Baptiste DaroussinReturn from the function as early as possible
2015-05-09 Baptiste DaroussinRemove some uneeded headers
2015-05-09 Baptiste DaroussinRemove unneeded 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-05-09 Baptiste DaroussinUse sbuf(9) instead of homebrewed buffered string
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-01-26 Baptiste DaroussinRevert r277652
2015-01-24 Baptiste DaroussinAllow negative numbers in -u and -g options
2014-11-24 Brad DavisConvert to LIBADD.
2014-11-12 Baptiste DaroussinFix wrong message when using pw -V with a non existent...
2014-10-28 Baptiste DaroussinEnsure pw userdel -u <invalid> do not try to remove...
2014-10-28 Baptiste DaroussinDo not delete the group wheel when bad argument is...
2014-10-28 Baptiste DaroussinFix a regression in pw usermod -G list
2014-10-28 Baptiste DaroussinWhen a group is renamed then the group has been invalid...
2014-10-09 Dag-Erling SmørgravTwo more places where login_setcryptfmt() defaults...
2014-10-02 Brad Davis- Add a test for bug 191427 where pw(8) will go into...
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-06-20 Baptiste DaroussinFix changing the username
2014-06-20 Baptiste DaroussinRemoved compatibility with pre FreeBSD 2.2 pw_mkdb...
2014-05-21 Alan SomersIFC @266473
2014-04-23 Alan SomersIFC @264767
2014-04-22 Baptiste DaroussinSimplify reading pw.conf(5) by using getline(3)
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...
2014-03-06 Julian ElischerStop pw(8) from segfaulting when given certain input
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-05-13 Joel Dahlmdoc sweep
2013-02-26 Xin LIIFC @247348.
2013-02-01 Daniel EischenPrevent a null pointer dereference in pw userdel when...
2013-01-17 Neel NatuIFC @ r245509
2013-01-16 Eitan AdlerRemove unused variables
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 vnextgrent and vnextpwent reusing pw_scan...
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-12-04 Neel NatuIFC @r243836
2012-11-27 Alexander MotinMFC
2012-11-27 Alexander MotinMFC @ r241285
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-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-09-28 Kevin LoMake sure that each va_start has one and only one match...
next