aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting.Justin Hibbits2015-07-161-1/+1
* Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will breakMarcelo Araujo2015-07-161-26/+31
* Make bsdinstall's zfsboot script align partitions to 4k/1m when the user requ...Allan Jude2015-07-141-22/+39
* Set a mountpoint on the root of the pool so user-created datasets have a moun...Allan Jude2015-07-141-1/+10
* Have bsdinstall's zfsboot script make /var/audit its own dataset, so it is no...Allan Jude2015-07-141-0/+1
* Fix a typo in bsdinstallAllan Jude2015-07-131-1/+1
* Really fix -oBaptiste Daroussin2015-07-131-1/+1
* Add regression tests to ensure we keep allowing creating users with uid0Baptiste Daroussin2015-07-131-0/+11
* Regression fix: allow to create users with uid0Baptiste Daroussin2015-07-131-1/+1
* Fix logic of check duplicates that has been invertedBaptiste Daroussin2015-07-131-1/+2
* Bump version after 4.2.8p3 import.Xin LI2015-07-121-1/+1
* Ensure skeldir is abolute path (relatively to the rootdir)Baptiste Daroussin2015-07-123-6/+12
* pw -R <rootdir> userdel can now cleanup installationBaptiste Daroussin2015-07-124-84/+96
* Rework the home directory creation and copy or the skel content to use *atBaptiste Daroussin2015-07-125-87/+115
* Remove excess copyright lines propogated by copy/pasteAllan Jude2015-07-122-6/+0
* Run a shell in the jail when no command is specified.Jamie Gritton2015-07-122-41/+101
* Add minimum regression tests for pw -RBaptiste Daroussin2015-07-122-1/+31
* Make getarg return NULL if args is NULLBaptiste Daroussin2015-07-122-5/+7
* Fix regression: ensure when try to create the group and the user with the sameBaptiste Daroussin2015-07-111-12/+4
* Remove now unused variableBaptiste Daroussin2015-07-111-3/+0
* Replace custom string array with stringlist(3)Baptiste Daroussin2015-07-115-95/+35
* Rework groupmod modification:Baptiste Daroussin2015-07-112-61/+56
* Remove unused argument from pm_passwdBaptiste Daroussin2015-07-111-4/+4
* check the gecos format early: at the moment the -c option is parsedBaptiste Daroussin2015-07-113-4/+7
* Remove useless use of gotoBaptiste Daroussin2015-07-111-4/+3
* Isolate pw lock/unlock into a separate functionBaptiste Daroussin2015-07-111-44/+78
* homedir can only be populate during useraddBaptiste Daroussin2015-07-111-3/+3
* Make a separate groupdel/userdel from the main functionBaptiste Daroussin2015-07-114-34/+62
* Make separate functions to show users and groupsBaptiste Daroussin2015-07-114-33/+78
* Move the quiet flag into the configuration structureBaptiste Daroussin2015-07-114-3/+7
* Separate usernext/groupnext from the main functionsBaptiste Daroussin2015-07-113-29/+34
* Do not try to set password on group if the group is added as a consequence ofBaptiste Daroussin2015-07-094-1/+13
* Implement PF_IMMUTABLE flag and apply it to "name" and "jid" inHiroki Sato2015-07-082-2/+8
* MFV r285191: tcpdump 4.7.4.Patrick Kelsey2015-07-083-7/+42
* Replace use of .Po Pc with the preferred .Pq for single linePatrick Kelsey2015-07-082-6/+6
* Fix offset calculation in variable substitutionHiroki Sato2015-07-081-8/+8
* pw: fail if an invalid entry is found while parsing master.passwd and groupBaptiste Daroussin2015-07-072-0/+33
* Temporarily disable WARNS while addressing a non-issue with the upstream codeGregory Neil Shapiro2015-07-071-1/+1
* Always assert DCD and DSR in bhyve's uart emulation.Neel Natu2015-07-061-17/+34
* Fix range upper bound for uint32_t and uint64_t, and reformat rangePatrick Kelsey2015-07-061-5/+9
* Update ntp version number. (This is a manual update that was missed.)Cy Schubert2015-07-051-3/+3
* MFV ntp-4.2.8p3 (r284990).Cy Schubert2015-07-052-1/+3
* Remove dead codeBaptiste Daroussin2015-07-051-15/+0
* Also validate hours via strptime_l(3)Baptiste Daroussin2015-07-052-51/+46
* Validate expiration datesBaptiste Daroussin2015-07-052-36/+55
* Remove duplicate header string.h.Marcelo Araujo2015-07-041-1/+0
* Fix validation of crypted passwordBaptiste Daroussin2015-07-041-7/+6
* Also validate inputs of pw groupmod -h and groupmod -HBaptiste Daroussin2015-07-041-46/+46
* Validate input of pw usermod -h and pwusermod -HBaptiste Daroussin2015-07-044-60/+132
* Staticize some stuff in mountd(8); no functional changes.Edward Tomasz Napierala2015-07-041-129/+131