summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt/include
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+11
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* META MODE: These need object directories to handle staging.bdrewery2015-11-261-2/+0
| | | | Sponsored by: EMC / Isilon Storage Division
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)dteske2014-11-041-3/+0
| | | | | | | | | Makefile's, fixing concurrent installworld (`make -j17 installworld'). Thanks to: delphij, emaste Reviewed by: delphij MFC after: 3 days X-MFC-to: stable/10, stable/9
* Rewrite usermgmt -- hooking it into the scripting system with dispatchdteske2014-03-141-5/+8
| | | | | commands addUser, deleteUser, and editUser. Getting rid of the awkward- to-use `userinput' bolt-on which Ron and I talked about rewriting.
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchdteske2014-03-071-1/+3
| | | | | commands groupAdd, groupDelete, and groupEdit. Getting rid of the awkward- to-use `groupinput' bolt-on which Ron and I talked about rewriting.
* Sort messages.dteske2013-11-251-5/+5
|
* Perform some code consolidation and add some additional errordteske2013-06-181-0/+1
| | | | checking/reporting. (similar to SVN revisions 251919 and 251928)
* Add a prompt to the "Add User" and "Add Group" sub-menu items (under thedteske2013-06-081-0/+1
| | | | | | | | | | "Login Management" module): Use default values for all account details? If you select "Yes" (the default is "No"), you'll jump past all the prompts and jump straight to the review screen with all-default values. Makes adding a lot of users/groups faster/easier if you don't need to customize more than one or two different values from their defaults.
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-221-1/+2
| | | | | | | | possible to save keystrokes. Second, overhaul startup/rcdelete for much improved performance. Last, but not least, kill-off useage of --clear and implement --keep-tite in harmony to minimize jarring transitions. Also, fix local variable names where necessary while we're here with other minor comment-enhancements/typo-corrections.
* Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlpdteske2012-10-262-1/+77
| | | | Approved by: adrian (co-mentor) (implicit)
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-183-1618/+1
| | | | | Reviewed by: adrian (co-mentor) Approved by: adrian (co-mentor)
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-144-0/+1739
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required. Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuzzwad.org> Reviewed by: Ron McDowell <rcm@fuzzwad.org> Approved by: Ed Maste (emaste)
OpenPOWER on IntegriCloud