summaryrefslogtreecommitdiffstats
path: root/chpass/util.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-05-08 00:54:29 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-05-08 00:54:29 +0000
commit5f1e46e5b9576b0b89577397396c3ada658c36cc (patch)
tree59431f760b69c2be0fb994f7322ba523bacdf16c /chpass/util.c
parentebc4d97f53beac78dce9effa96a60f5dbfc4d4b4 (diff)
downloadpw-darwin-5f1e46e5b9576b0b89577397396c3ada658c36cc.tar.gz
pw-darwin-5f1e46e5b9576b0b89577397396c3ada658c36cc.tar.zst
pw-darwin-5f1e46e5b9576b0b89577397396c3ada658c36cc.zip
Use libutil and libypclnt for all passwd manipulation and NIS needs.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'chpass/util.c')
-rw-r--r--chpass/util.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/chpass/util.c b/chpass/util.c
index 8703aeb..8460576 100644
--- a/chpass/util.c
+++ b/chpass/util.c
@@ -1,6 +1,13 @@
/*-
* Copyright (c) 1988, 1993, 1994
* The Regents of the University of California. All rights reserved.
+ * Copyright (c) 2002 Networks Associates Technology, Inc.
+ * All rights reserved.
+ *
+ * Portions of this software were developed for the FreeBSD Project by
+ * ThinkSec AS and NAI Labs, the Security Research Division of Network
+ * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
+ * ("CBOSS"), as part of the DARPA CHATS research program.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -49,7 +56,6 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include "chpass.h"
-#include "pathnames.h"
static const char *months[] =
{ "January", "February", "March", "April", "May", "June",