summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-07 19:33:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-07 19:33:25 +0000
commit34211cbde959d55fb8e6b818365341d0193e7253 (patch)
tree8f79e703daf7289a07cebb93a170b9836a60087e /pw/pwupd.h
parent7d8cc6729f3fcf5fb4c38936179b2c0b9b026130 (diff)
downloadpw-darwin-34211cbde959d55fb8e6b818365341d0193e7253.tar.gz
pw-darwin-34211cbde959d55fb8e6b818365341d0193e7253.zip
In case of rename validate the length of the new name
Check early that the new name fits MAXLOGNAME and store it in pwconf
Diffstat (limited to 'pw/pwupd.h')
-rw-r--r--pw/pwupd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index 573e063..ebf78dc 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -83,6 +83,7 @@ struct userconf {
struct pwconf {
char rootdir[MAXPATHLEN];
char etcpath[MAXPATHLEN];
+ char *newname;
bool dryrun;
bool pretty;
bool v7;