summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--README21
-rw-r--r--cifs.upcall.c10
3 files changed, 22 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 8dddb0a..bc57846 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,2 @@
-Initial import -- blah, blah...
+This file is "needed" by automake, but we don't really use it here. Check
+the revision control history for changes.
diff --git a/README b/README
index 372213c..5c3c162 100644
--- a/README
+++ b/README
@@ -1,4 +1,21 @@
This is the release version of cifs-utils, a package of utilities for
-doing and managing mounts of the Linux CIFS filesystem.
+doing and managing mounts of the Linux CIFS filesystem. These programs
+were originally part of Samba, but have now been split off into a
+separate package.
-This package is primarily maintained by Jeff Layton <jlayton@samba.org> and Steve French <smfrench@gmail.com>.
+0. PROJECT RESOURCES
+
+ Home page: http://linux-cifs.samba.org/
+
+ Mailing list: linux-cifs-client@lists.samba.org
+
+1. COMPILING
+
+Unpack the sources and run these commands:
+
+ $ configure
+ $ make
+
+To install binaries and documentation, run this:
+
+ # make install
diff --git a/cifs.upcall.c b/cifs.upcall.c
index 4619281..731433b 100644
--- a/cifs.upcall.c
+++ b/cifs.upcall.c
@@ -38,7 +38,6 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k
#include <netdb.h>
#include <arpa/inet.h>
-
#include "replace.h"
#include "data_blob.h"
#include "spnego.h"
@@ -49,14 +48,7 @@ create dns_resolver * * /usr/local/sbin/cifs.upcall %k
#define MAX_CCNAME_LEN PATH_MAX + 5
-/*
- * samba forces the build to fail if strncasecmp is used, disable that for now
- */
-#ifdef strncasecmp
-#undef strncasecmp
-#endif
-
-const char *CIFSSPNEGO_VERSION = "1.3";
+const char *CIFSSPNEGO_VERSION = "1.4";
static const char *prog = "cifs.upcall";
typedef enum _sectype {
NONE = 0,