Rather than hardcoding a string and limiting the comparison to these
[freebsd.git] / usr.sbin / pw /
2015-08-05 baptAdd regression tests for a bug reported in stable/10
2015-08-03 edAvoid calling strlen() where we can use the strspn...
2015-08-03 dteskeClarify pw(8) manual w/respect to required arguments...
2015-08-03 baptFix bugs spotted by gcc
2015-08-03 adrianActually set quiet to something.
2015-08-02 baptUse intmax_t rather than long long
2015-08-02 baptConvert the year used for regression test fro 2043...
2015-08-02 baptFix build on 32bits
2015-08-02 baptSplit some extra long lines
2015-08-02 baptSplit some extra long lines
2015-08-02 baptCleanup a bit includes
2015-08-02 baptAdd regression tests about adding already existsing...
2015-08-02 baptFix regression: report if a group already exists when...
2015-08-02 baptFix regression: report again if a username already...
2015-08-02 baptRemove dead code
2015-08-02 baptRewrite parsing subcommands arguments of pw(8)
2015-08-02 baptRemove netbsd tests on pw(8)
2015-08-01 baptRemove things that crept in after badly checked revert
2015-08-01 baptPartial revert of r286152
2015-08-01 baptFix build
2015-08-01 baptFix formatting of new code
2015-08-01 baptValidate expiration days and password days from commman...
2015-08-01 baptValidate the max_uid/max_gid boundaries and entry type...
2015-08-01 baptCast uid/git to uintmax_t when using printf-like functi...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 baptImprove strtounum
2015-07-29 baptCleanup includes
2015-07-29 baptActually set the proper license
2015-07-29 baptActually add the new code
2015-07-29 baptCreate a strtounum function using the same API as strtonum
2015-07-28 baptReject usermod and userdel if the user concerned is...
2015-07-28 baptCheck uid/gid used when creating a user/group are not...
2015-07-28 baptFix wrong warning printed after changing or updating...
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 baptwhen -n is passed to any pw subcommand it is always...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-13 baptReally fix -o
2015-07-13 baptAdd regression tests to ensure we keep allowing creatin...
2015-07-13 baptRegression fix: allow to create users with uid0
2015-07-13 baptFix logic of check duplicates that has been inverted
2015-07-12 baptEnsure skeldir is abolute path (relatively to the rootdir)
2015-07-12 baptpw -R <rootdir> userdel can now cleanup installation
2015-07-12 baptRework the home directory creation and copy or the...
2015-07-12 baptAdd minimum regression tests for pw -R
2015-07-12 baptMake getarg return NULL if args is NULL
2015-07-11 baptFix regression: ensure when try to create the group...
2015-07-11 baptRemove now unused variable
2015-07-11 baptReplace custom string array with stringlist(3)
2015-07-11 baptRework groupmod modification:
2015-07-11 baptRemove unused argument from pm_passwd
2015-07-11 baptcheck the gecos format early: at the moment the -c...
2015-07-11 baptRemove useless use of goto
2015-07-11 baptIsolate pw lock/unlock into a separate function
2015-07-11 bapthomedir can only be populate during useradd
2015-07-11 baptMake a separate groupdel/userdel from the main function
2015-07-11 baptMake separate functions to show users and groups
2015-07-11 baptMove the quiet flag into the configuration structure
2015-07-11 baptSeparate usernext/groupnext from the main functions
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 baptDo not try to set password on group if the group is...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 baptpw: fail if an invalid entry is found while parsing...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-05 baptRemove dead code
2015-07-05 baptAlso validate hours via strptime_l(3)
2015-07-05 baptValidate expiration dates
2015-07-04 baptFix validation of crypted password
2015-07-04 baptAlso validate inputs of pw groupmod -h and groupmod -H
2015-07-04 baptValidate input of pw usermod -h and pwusermod -H
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-14 baptChange the documentation to reflect where the -V option...
2015-06-13 sjgAdd META_MODE support.
2015-06-10 delphijMFV r284234:
2015-06-08 sjgdirdeps.mk now sets DEP_RELDIR
2015-06-08 baptbackout remove of -q option for pw [user|group] next
2015-06-08 baptFix typo
2015-06-07 baptFix mistakes than came along with r284139
2015-06-07 baptRemove '-q' support for pw [user|group] next
2015-06-07 baptFix setting uid/gid min/max via pw
2015-06-07 baptFix generating configuration file
2015-06-07 baptFix duplicate checking
2015-06-07 baptRemove uneeded code (already done by pw_make_v7)
2015-06-07 baptIn case of rename validate the length of the new name
2015-06-07 baptRefactor input validation
2015-06-07 baptFinish converting -7 to pwconf
2015-06-07 baptHandle -7 via gloval pwconf
2015-06-07 baptInitialize conf using menset(3)
2015-06-07 baptHandle pretty print (-P) via global pwconf
2015-06-07 baptHandle dryrun (-N) via global pwconf
2015-06-07 baptSort headers
2015-06-07 baptHandle -C and -Y locally and stop adding them to arglist
2015-06-07 baptAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-07 baptFix pw userdel -r not deleting homedir
2015-06-07 baptTest explicitly the result of strcmp to be consistent...
2015-06-07 baptImprove readability by reducing indentations levels
2015-06-07 baptRemove one level of indentation
next