index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bsdconfig
/
usermgmt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyrights.
dteske
2015-02-10
1
-1
/
+1
*
Whitespace.
dteske
2015-02-10
1
-2
/
+1
*
Revert SVN r278464 -- fingers were in perforce mode (premature
dteske
2015-02-09
1
-1
/
+2
*
Replace the only instance of sed(1) in bsdconfig(8) with awk(1).
dteske
2015-02-09
1
-2
/
+1
*
Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)
dteske
2014-11-04
3
-9
/
+0
*
Rewrite usermgmt -- hooking it into the scripting system with dispatch
dteske
2014-03-14
9
-1044
/
+2064
*
Add protection against input containing single-quotes (e.g., i18n-users).
dteske
2014-03-14
2
-35
/
+97
*
For non-interactive scripts, forgot to check we were given an argument
dteske
2014-03-14
1
-0
/
+4
*
Fix a bug preventing errors from pw(8) from filtering up to a dialog.
dteske
2014-03-14
1
-4
/
+4
*
Reduce the sleep cycle when using dialog(1) to 1-second.
dteske
2014-03-14
1
-3
/
+3
*
Fix comments and whitespace.
dteske
2014-03-14
1
-6
/
+7
*
Fix a code-typo that prevented auto-sizing of the dialog.
dteske
2014-03-14
1
-1
/
+1
*
Remove vestigial global, no-longer used since SVN r262904.
dteske
2014-03-10
1
-6
/
+0
*
Whitespace.
dteske
2014-03-10
1
-2
/
+2
*
Take a group name on the command-line if available.
dteske
2014-03-07
1
-0
/
+8
*
Fix copy/paste error in a comment.
dteske
2014-03-07
1
-1
/
+1
*
Rewrite groupmgmt -- hooking it into the scripting system with dispatch
dteske
2014-03-07
9
-439
/
+816
*
Performance and debugging enhancements:
dteske
2013-12-07
11
-110
/
+74
*
Sort messages.
dteske
2013-11-25
1
-5
/
+5
*
Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use
dteske
2013-10-09
9
-70
/
+67
*
Fix typos in the BSD License.
dteske
2013-07-07
1
-2
/
+2
*
Be consistent with other usr.sbin programs w/respect to the copyright
dteske
2013-07-07
1
-1
/
+1
*
Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main
dteske
2013-07-05
4
-18
/
+16
*
More whitespace.
dteske
2013-06-24
10
-17
/
+17
*
When the fall-back of a case-statement is the last thing executed in a
dteske
2013-06-20
1
-7
/
+6
*
When the fall-back of a case-statement is the last thing executed in a
dteske
2013-06-20
3
-21
/
+18
*
Whitespace.
dteske
2013-06-19
1
-20
/
+10
*
Whitespace and comments.
dteske
2013-06-19
1
-1
/
+0
*
Remove extra whitespace lines.
dteske
2013-06-19
4
-8
/
+0
*
Perform some code consolidation and add some additional error
dteske
2013-06-18
2
-28
/
+17
*
Improve the INDEX format. Whitespace improvements, format improvements, typo
dteske
2013-06-18
1
-17
/
+21
*
Add a prompt to the "Add User" and "Add Group" sub-menu items (under the
dteske
2013-06-08
3
-34
/
+64
*
Curb another regression (this one introduced by r251545, itself trying to
dteske
2013-06-08
2
-6
/
+14
*
Fix a regression introduced by r251544; if user chooses "NO" when being
dteske
2013-06-08
2
-0
/
+2
*
Check for ESC as a separate choice from "NO" when asking if the operator
dteske
2013-06-08
2
-8
/
+8
*
Track defaultitem in the password and account expiry menus; if the user
dteske
2013-06-08
1
-2
/
+6
*
Fix a regression in the "Login Management" module introduced by r251242 in
dteske
2013-06-08
1
-4
/
+8
*
Change the name of a couple of functions in `usermgmt/user_input.subr' to
dteske
2013-06-02
2
-8
/
+8
*
Improvements to whitespace and comments.
dteske
2013-06-02
2
-17
/
+17
*
Standardize the way functions build their arguments leading up to a dialog
dteske
2013-06-02
3
-114
/
+110
*
Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()
dteske
2013-06-02
3
-32
/
+38
*
Similar to r251236, improve the portion of dialog(1) API in dialog.subr
dteske
2013-06-02
2
-73
/
+41
*
Improve portion of the dialog(1) API in dialog.subr responsible for
dteske
2013-06-01
9
-86
/
+63
*
Improve portion of the dialog(1) API in dialog.subr responsible for
dteske
2013-05-31
5
-165
/
+195
*
Centralize standard getopts arguments, both for convenience and to correct
dteske
2013-05-14
7
-7
/
+7
*
UI improvements. First, implement --default-item whenever and wherever
dteske
2013-04-22
10
-42
/
+68
*
Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and
dteske
2013-04-22
8
-16
/
+20
*
Don't use f_show_msg() unless printf(1) syntax is required (this reduces the
dteske
2013-01-14
4
-32
/
+34
*
Add missing dialog(1) arguments to internationalize "Help"-button label.
dteske
2013-01-14
1
-0
/
+1
*
Add more debugging to help with diagnosis of program-flow when needed.
dteske
2012-12-25
11
-0
/
+19
[next]