]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/pw
Manpage cleanup.
[FreeBSD/FreeBSD.git] / usr.sbin / pw /
2015-08-05 Baptiste DaroussinAdd regression tests for a bug reported in stable/10
2015-08-03 Ed SchoutenAvoid calling strlen() where we can use the strspn...
2015-08-03 Devin TeskeClarify pw(8) manual w/respect to required arguments...
2015-08-03 Baptiste DaroussinFix bugs spotted by gcc
2015-08-03 Adrian ChaddActually set quiet to something.
2015-08-02 Baptiste DaroussinUse intmax_t rather than long long
2015-08-02 Baptiste DaroussinConvert the year used for regression test fro 2043...
2015-08-02 Baptiste DaroussinFix build on 32bits
2015-08-02 Baptiste DaroussinSplit some extra long lines
2015-08-02 Baptiste DaroussinSplit some extra long lines
2015-08-02 Baptiste DaroussinCleanup a bit includes
2015-08-02 Baptiste DaroussinAdd regression tests about adding already existsing...
2015-08-02 Baptiste DaroussinFix regression: report if a group already exists when...
2015-08-02 Baptiste DaroussinFix regression: report again if a username already...
2015-08-02 Baptiste DaroussinRemove dead code
2015-08-02 Baptiste DaroussinRewrite parsing subcommands arguments of pw(8)
2015-08-02 Baptiste DaroussinRemove netbsd tests on pw(8)
2015-08-01 Baptiste DaroussinRemove things that crept in after badly checked revert
2015-08-01 Baptiste DaroussinPartial revert of r286152
2015-08-01 Baptiste DaroussinFix build
2015-08-01 Baptiste DaroussinFix formatting of new code
2015-08-01 Baptiste DaroussinValidate expiration days and password days from commman...
2015-08-01 Baptiste DaroussinValidate the max_uid/max_gid boundaries and entry type...
2015-08-01 Baptiste DaroussinCast uid/git to uintmax_t when using printf-like functi...
2015-07-31 Ed MasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 Ed MasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-30 Baptiste DaroussinImprove strtounum
2015-07-29 Baptiste DaroussinCleanup includes
2015-07-29 Baptiste DaroussinActually set the proper license
2015-07-29 Baptiste DaroussinActually add the new code
2015-07-29 Baptiste DaroussinCreate a strtounum function using the same API as strtonum
2015-07-28 Baptiste DaroussinReject usermod and userdel if the user concerned is...
2015-07-28 Baptiste DaroussinCheck uid/gid used when creating a user/group are not...
2015-07-28 Baptiste DaroussinFix wrong warning printed after changing or updating...
2015-07-28 Bryan DreweryMFV r285970:
2015-07-28 Zbigniew BodekImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 Baptiste Daroussinwhen -n is passed to any pw subcommand it is always...
2015-07-22 Jung-uk KimMerge ACPICA 20150717.
2015-07-17 Benno RiceMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-13 Baptiste DaroussinReally fix -o
2015-07-13 Baptiste DaroussinAdd regression tests to ensure we keep allowing creatin...
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 DaroussinAdd minimum regression tests for pw -R
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 Jung-uk KimMerge OpenSSL 1.0.1p.
2015-07-09 Baptiste DaroussinDo not try to set password on group if the group is...
2015-07-08 Patrick KelseyMFV r285292:
2015-07-08 Patrick KelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 Baptiste Daroussinpw: fail if an invalid entry is found while parsing...
2015-07-07 Gregory Neil ShapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 Cy SchubertMFV ntp-4.2.8p3 (r284990).
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-06-19 Andriy GaponMFV r284412: 5911 ZFS "hangs" while deleting file
2015-06-18 Jung-uk KimMerge ACPICA 20150619.
2015-06-18 Ed MasteImport libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c...
2015-06-15 Edwin GroothuisMFV of 284395,tzdata2015e
2015-06-14 Baptiste DaroussinChange the documentation to reflect where the -V option...
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-12 Jung-uk KimMerge OpenSSL 1.0.1o.
2015-06-12 Andriy GaponMFV r284042: 1778 Assertion failed: rn->rn_nozpool...
2015-06-12 Andriy GaponMFV r284036: 5961 Fix stack overflow in zfs_create_fs
2015-06-12 Andriy GaponMFV r284030: 5818 zfs {ref}compressratio is incorrect...
2015-06-12 Andriy GaponMFV r283534: 5515 dataset user hold doesn't reject...
2015-06-12 Andriy GaponMFV r284040: check that datasets are snapshots
2015-06-11 Jung-uk KimMerge OpenSSL 1.0.1n.
2015-06-11 Xin LIMFV r284276: Fix long options.
2015-06-11 Simon J. GerratyMerge bmake-20150606
2015-06-10 Xin LIMFV r284234:
2015-06-08 Simon J. Gerratydirdeps.mk now sets DEP_RELDIR
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
next