summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Improve strtounumbapt2015-07-302-24/+21
* Cleanup includesbapt2015-07-291-6/+3
* Actually set the proper licensebapt2015-07-291-12/+13
* Actually add the new codebapt2015-07-291-0/+73
* Create a strtounum function using the same API as strtonumbapt2015-07-293-4/+8
* Reject usermod and userdel if the user concerned is not on the user databasebapt2015-07-281-0/+19
* Fix rescue build after r284356 with STRIP= by using proper STRIPBIN per build...bdrewery2015-07-281-2/+2
* Check uid/gid used when creating a user/group are not larger than UID_MAX/GID...bapt2015-07-284-2/+26
* Fix wrong warning printed after changing or updating NIS usersbapt2015-07-281-2/+2
* when -n is passed to any pw subcommand it is always expected to be considered asbapt2015-07-282-8/+11
* Staticfy and constify some variables and clean up the code a bit to make itaraujo2015-07-286-28/+22
* Fix transposed words in man page.dru2015-07-251-1/+1
* Merge ACPICA 20150717.jkim2015-07-222-14/+14
* Add the Dell E7240 laptop and Intel DP965LT motherboard to the list for the G...allanjude2015-07-211-2/+28
* snmp_hostres(3): Fix buffer overflow.pfg2015-07-201-1/+1
* Use fixed date/time (the time choosen was the time the import was done ondelphij2015-07-191-0/+5
* Add support to the jail framework to be able to mount linsysfs(5) andaraujo2015-07-191-1/+19
* Add support for two workarounds for known issues booting GPT in legacy mode o...allanjude2015-07-186-22/+225
* fstyp(8) ships with 10.2.trasz2015-07-181-2/+2
* uefisign(8) ships with 10.2.trasz2015-07-181-2/+2
* make ctdladm(8) return 0 is everything was ok.bapt2015-07-171-0/+3
* Fix formatting.jhibbits2015-07-161-1/+1
* Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will breakaraujo2015-07-161-26/+31
* Make bsdinstall's zfsboot script align partitions to 4k/1m when the user requ...allanjude2015-07-141-22/+39
* Set a mountpoint on the root of the pool so user-created datasets have a moun...allanjude2015-07-141-1/+10
* Have bsdinstall's zfsboot script make /var/audit its own dataset, so it is no...allanjude2015-07-141-0/+1
* Fix a typo in bsdinstallallanjude2015-07-131-1/+1
* Really fix -obapt2015-07-131-1/+1
* Add regression tests to ensure we keep allowing creating users with uid0bapt2015-07-131-0/+11
* Regression fix: allow to create users with uid0bapt2015-07-131-1/+1
* Fix logic of check duplicates that has been invertedbapt2015-07-131-1/+2
* Bump version after 4.2.8p3 import.delphij2015-07-121-1/+1
* Ensure skeldir is abolute path (relatively to the rootdir)bapt2015-07-123-6/+12
* pw -R <rootdir> userdel can now cleanup installationbapt2015-07-124-84/+96
* Rework the home directory creation and copy or the skel content to use *atbapt2015-07-125-87/+115
* Remove excess copyright lines propogated by copy/pasteallanjude2015-07-122-6/+0
* Run a shell in the jail when no command is specified.jamie2015-07-122-41/+101
* Add minimum regression tests for pw -Rbapt2015-07-122-1/+31
* Make getarg return NULL if args is NULLbapt2015-07-122-5/+7
* Fix regression: ensure when try to create the group and the user with the samebapt2015-07-111-12/+4
* Remove now unused variablebapt2015-07-111-3/+0
* Replace custom string array with stringlist(3)bapt2015-07-115-95/+35
* Rework groupmod modification:bapt2015-07-112-61/+56
* Remove unused argument from pm_passwdbapt2015-07-111-4/+4
* check the gecos format early: at the moment the -c option is parsedbapt2015-07-113-4/+7
* Remove useless use of gotobapt2015-07-111-4/+3
* Isolate pw lock/unlock into a separate functionbapt2015-07-111-44/+78
* homedir can only be populate during useraddbapt2015-07-111-3/+3
* Make a separate groupdel/userdel from the main functionbapt2015-07-114-34/+62
* Make separate functions to show users and groupsbapt2015-07-114-33/+78
OpenPOWER on IntegriCloud