summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-04-30 09:33:43 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-30 09:53:01 +0200
commit21188807b56319b3eca0d410d3859fa5cdbede54 (patch)
tree3ca34608744d280d703df3a9bc7932136b11bb46
parentc21b12544c7b62a220f9b8fdb1a77bcc0585ed4e (diff)
downloadsamba-21188807b56319b3eca0d410d3859fa5cdbede54.tar.gz
WHATSNEW: Add new net service subcommands to the WHATSNEW.tdb-1.1.3talloc-1.3.0samba-3.4.0pre1
Karolin (cherry picked from commit b7c4a63d034f8c33b3a4857cae41270bd55e270f)
-rw-r--r--WHATSNEW.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 09cd9a8df12..64ffe3ff647 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -121,7 +121,9 @@ smb.conf changes
New [sub]commands
-----------------
- net eventlog Tool to import/dump/export native win32 eventlog files.
+ net eventlog Import/dump/export native win32 eventlog files.
+ net rpc service create Create a new service.
+ net rpc service delete Delete an existing service.
New configure options
@@ -175,6 +177,10 @@ o Dan Sledz <dsledz@isilon.com>
* Add two new parameters to control how we verify kerberos tickets.
+o Danny Tylman <danny.tylman@insightix.com>
+ * Add 'net rpc service' subcommands 'create' and 'delete'.
+
+
o Jelmer Vernooij <jelmer@samba.org>
* Make merged build possible.
* Move common libraries to the shared lib/ directory.