Version 20080419. - susmb - mounting of SMB/CIFS shares via FUSE
(HTM) git clone git://git.codemadness.org/susmb
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 08e180060ac8dc3a037e6757214a0800854eb127
(DIR) parent a4849fe1ae2283ac94a40c76ceb1868c5961367f
(HTM) Author: Geoff Johnstone <geoffSHEEP.johnstoneFROG@googlemail.com>
Date: Sat, 19 Apr 2008 22:26:30 +0100
Version 20080419.
Diffstat:
M Makefile | 2 +-
M conffile.c | 2 +-
M conffile.h | 2 +-
M options.c | 2 +-
M options.h | 2 +-
M usmb.c | 2 +-
M usmb.h | 2 +-
M usmb_dir.c | 2 +-
M usmb_dir.h | 2 +-
M usmb_file.c | 2 +-
M usmb_file.h | 2 +-
M utils.c | 2 +-
M utils.h | 2 +-
M version.c | 4 ++--
M version.h | 4 ++--
M xml.c | 2 +-
M xml.h | 2 +-
17 files changed, 19 insertions(+), 19 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@
# usmb - mount SMB shares via FUSE and Samba
-# Copyright (C) 2006-2007 Geoff Johnstone
+# Copyright (C) 2006-2008 Geoff Johnstone
#
# 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
(DIR) diff --git a/conffile.c b/conffile.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/conffile.h b/conffile.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/options.c b/options.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/options.h b/options.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/usmb.c b/usmb.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/usmb.h b/usmb.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/usmb_dir.c b/usmb_dir.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/usmb_dir.h b/usmb_dir.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/usmb_file.c b/usmb_file.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/usmb_file.h b/usmb_file.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/utils.c b/utils.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/utils.h b/utils.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/version.c b/version.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
@@ -35,7 +35,7 @@ void show_about (FILE *fp)
{
fprintf (fp, "usmb - mount SMB shares via FUSE and Samba\n"
"\n"
- "Copyright (C) 2006-2007 Geoff Johnstone.\n"
+ "Copyright (C) 2006-2008 Geoff Johnstone.\n"
"Licensed under the GNU General Public License.\n"
"usmb comes with ABSOLUTELY NO WARRANTY; "
"for details please see\n"
(DIR) diff --git a/version.h b/version.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
@@ -21,7 +21,7 @@
#include <stdio.h>
- #define USMB_VERSION 0x20071108
+ #define USMB_VERSION 0x20080419
// a - alpha, b - beta, p - pre-release, s - stable
#define USMB_VERSION_STATUS 's'
(DIR) diff --git a/xml.c b/xml.c
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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
(DIR) diff --git a/xml.h b/xml.h
@@ -1,5 +1,5 @@
/* usmb - mount SMB shares via FUSE and Samba
- * Copyright (C) 2006-2007 Geoff Johnstone
+ * Copyright (C) 2006-2008 Geoff Johnstone
*
* 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