summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Layton <jlayton@samba.org>2010-04-02 06:42:20 -0400
committerJeff Layton <jlayton@redhat.com>2010-04-02 06:42:20 -0400
commit9e2c2536f5a49ff7385ff17f0866ef1489bed671 (patch)
tree5e0294953169063db91e1037ac6153076bd877d5
parentd52478ee762d88aa23db476639cdcb5379dddfa4 (diff)
downloadcifs-utils-9e2c2536f5a49ff7385ff17f0866ef1489bed671.tar.gz
cifs-utils-9e2c2536f5a49ff7385ff17f0866ef1489bed671.tar.bz2
cifs-utils-9e2c2536f5a49ff7385ff17f0866ef1489bed671.zip
cifs-utils: bump version to 4.2cifs-utils-4.2
- fix URL's and email addresses - update copyright notices Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r--README4
-rw-r--r--cifs.upcall.c6
-rw-r--r--configure.ac2
-rw-r--r--mount.cifs.c1
4 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 6a00c68..f0af1d3 100644
--- a/README
+++ b/README
@@ -5,9 +5,9 @@ separate package.
0. PROJECT RESOURCES
- Home page: http://linux-cifs.samba.org/
+ Home page: http://linux-cifs.samba.org/cifs-utils/
Mailing list: linux-cifs-client@lists.samba.org
- Maintainer: Jeff Layton <jlayton@samba.org>
+ Maintainer: cifs-utils@samba.org
Git Repository: git://git.samba.org/cifs-utils.git
1. COMPILING
diff --git a/cifs.upcall.c b/cifs.upcall.c
index b1888ec..d4376cc 100644
--- a/cifs.upcall.c
+++ b/cifs.upcall.c
@@ -1,7 +1,7 @@
/*
* CIFS user-space helper.
* Copyright (C) Igor Mammedov (niallain@gmail.com) 2007
-* Copyright (C) Jeff Layton (jlayton@redhat.com) 2009
+* Copyright (C) Jeff Layton (jlayton@samba.org) 2010
*
* Used by /sbin/request-key for handling
* cifs upcall for kerberos authorization of access to share and
@@ -9,8 +9,8 @@
* You should have keyutils installed and add something like the
* following lines to /etc/request-key.conf file:
-create cifs.spnego * * /usr/local/sbin/cifs.upcall %k
-create dns_resolver * * /usr/local/sbin/cifs.upcall %k
+ create cifs.spnego * * /usr/local/sbin/cifs.upcall %k
+ create dns_resolver * * /usr/local/sbin/cifs.upcall %k
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/configure.ac b/configure.ac
index 4c5f973..b621750 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
-AC_INIT([cifs-utils], [4.1], [jlayton@samba.org], [cifs-utils], [http://samba.org/linux-cifs/cifs-utils/])
+AC_INIT([cifs-utils], [4.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/])
AC_CONFIG_SRCDIR([replace.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
diff --git a/mount.cifs.c b/mount.cifs.c
index 5150dae..ab155e3 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -2,6 +2,7 @@
* Mount helper utility for Linux CIFS VFS (virtual filesystem) client
* Copyright (C) 2003,2008 Steve French (sfrench@us.ibm.com)
* Copyright (C) 2008 Jeremy Allison (jra@samba.org)
+ * Copyright (C) 2010 Jeff Layton (jlayton@samba.org)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by