]> git.cameronkatri.com Git - pw-darwin.git/shortlog
pw-darwin.git
2015-07-28 Baptiste DaroussinFix wrong warning printed after changing or updating...
2015-07-28 Baptiste Daroussinwhen -n is passed to any pw subcommand it is always...
2015-07-13 Baptiste DaroussinReally fix -o
2015-07-13 Baptiste DaroussinRegression fix: allow to create users with uid0
2015-07-13 Baptiste DaroussinFix logic of check duplicates that has been inverted
2015-07-12 Baptiste DaroussinEnsure skeldir is abolute path (relatively to the rootdir)
2015-07-12 Baptiste Daroussinpw -R <rootdir> userdel can now cleanup installation
2015-07-12 Baptiste DaroussinRework the home directory creation and copy or the...
2015-07-12 Baptiste DaroussinMake getarg return NULL if args is NULL
2015-07-11 Baptiste DaroussinFix regression: ensure when try to create the group...
2015-07-11 Baptiste DaroussinRemove now unused variable
2015-07-11 Baptiste DaroussinReplace custom string array with stringlist(3)
2015-07-11 Baptiste DaroussinRework groupmod modification:
2015-07-11 Baptiste DaroussinRemove unused argument from pm_passwd
2015-07-11 Baptiste Daroussincheck the gecos format early: at the moment the -c...
2015-07-11 Baptiste DaroussinRemove useless use of goto
2015-07-11 Baptiste DaroussinIsolate pw lock/unlock into a separate function
2015-07-11 Baptiste Daroussinhomedir can only be populate during useradd
2015-07-11 Baptiste DaroussinMake a separate groupdel/userdel from the main function
2015-07-11 Baptiste DaroussinMake separate functions to show users and groups
2015-07-11 Baptiste DaroussinMove the quiet flag into the configuration structure
2015-07-11 Baptiste DaroussinSeparate usernext/groupnext from the main functions
2015-07-09 Baptiste DaroussinDo not try to set password on group if the group is...
2015-07-07 Baptiste Daroussinpw: fail if an invalid entry is found while parsing...
2015-07-05 Baptiste DaroussinRemove dead code
2015-07-05 Baptiste DaroussinAlso validate hours via strptime_l(3)
2015-07-05 Baptiste DaroussinValidate expiration dates
2015-07-04 Baptiste DaroussinFix validation of crypted password
2015-07-04 Baptiste DaroussinAlso validate inputs of pw groupmod -h and groupmod -H
2015-07-04 Baptiste DaroussinValidate input of pw usermod -h and pwusermod -H
2015-07-02 Renato BotelhoWhen passwd or group information is changed (by pw...
2015-06-14 Baptiste DaroussinChange the documentation to reflect where the -V option...
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-08 Baptiste Daroussinbackout remove of -q option for pw [user|group] next
2015-06-08 Baptiste DaroussinFix typo
2015-06-07 Baptiste DaroussinFix mistakes than came along with r284139
2015-06-07 Baptiste DaroussinRemove '-q' support for pw [user|group] next
2015-06-07 Baptiste DaroussinFix setting uid/gid min/max via pw
2015-06-07 Baptiste DaroussinFix generating configuration file
2015-06-07 Baptiste DaroussinFix duplicate checking
2015-06-07 Baptiste DaroussinRemove uneeded code (already done by pw_make_v7)
2015-06-07 Baptiste DaroussinIn case of rename validate the length of the new name
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-04 Baptiste Daroussinrevert r283969,283970 not needed anymore after r283981
2015-06-03 Baptiste DaroussinAdd a pw_mkdb2(3) function which does the same thing...
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-27 John BaldwinExport a list of VM objects in the system via a sysctl...
2015-05-27 Simon J. GerratyMerge sync of head
2015-05-26 Simon J. GerratyMerge from head
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-13 Baptiste DaroussinPartially revert 278642
2015-02-12 Baptiste DaroussinUse PRECIOUSPROG instead of custom code to handle schg
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-01-26 Baptiste DaroussinRevert r277652
2015-01-25 Mark Johnstongr_equal(): Fix a crash that could occur if the first...
2015-01-24 Baptiste DaroussinAllow negative numbers in -u and -g options
2014-11-25 Baptiste DaroussinConvert to usr.bin/ to LIBADD
2014-11-24 Brad DavisConvert to LIBADD.
next