summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
Diffstat (limited to 'sesman')
-rw-r--r--sesman/access.c2
-rw-r--r--sesman/access.h2
-rw-r--r--sesman/auth.h2
-rw-r--r--sesman/config.c2
-rw-r--r--sesman/config.h2
-rw-r--r--sesman/env.c2
-rw-r--r--sesman/env.h2
-rw-r--r--sesman/libscp.h2
-rw-r--r--sesman/libscp_types.h2
-rw-r--r--sesman/libscp_v0.c2
-rw-r--r--sesman/libscp_v0.h2
-rw-r--r--sesman/libscp_v1c.c2
-rw-r--r--sesman/libscp_v1c.h2
-rw-r--r--sesman/libscp_v1s.c2
-rw-r--r--sesman/libscp_v1s.h2
-rw-r--r--sesman/libscp_vX.c2
-rw-r--r--sesman/libscp_vX.h2
-rw-r--r--sesman/lock.c2
-rw-r--r--sesman/lock.h2
-rw-r--r--sesman/scp.c2
-rw-r--r--sesman/scp.h2
-rw-r--r--sesman/scp_v0.c2
-rw-r--r--sesman/scp_v0.h2
-rw-r--r--sesman/scp_v1.c2
-rw-r--r--sesman/scp_v1.h2
-rw-r--r--sesman/sesman.c2
-rw-r--r--sesman/sesman.h2
-rw-r--r--sesman/sesrun.c2
-rw-r--r--sesman/session.c2
-rw-r--r--sesman/session.h2
-rw-r--r--sesman/sig.c2
-rw-r--r--sesman/sig.h2
-rw-r--r--sesman/tcp.c2
-rw-r--r--sesman/tcp.h2
-rw-r--r--sesman/thread.c2
-rw-r--r--sesman/thread.h2
-rw-r--r--sesman/verify_user.c2
-rw-r--r--sesman/verify_user_kerberos.c2
-rw-r--r--sesman/verify_user_pam.c2
-rw-r--r--sesman/verify_user_pam_userpass.c2
40 files changed, 40 insertions, 40 deletions
diff --git a/sesman/access.c b/sesman/access.c
index 777aebca..9038a184 100644
--- a/sesman/access.c
+++ b/sesman/access.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/access.h b/sesman/access.h
index 1087b624..d338a3a4 100644
--- a/sesman/access.h
+++ b/sesman/access.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/auth.h b/sesman/auth.h
index 70ec9d7f..cff0dabb 100644
--- a/sesman/auth.h
+++ b/sesman/auth.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/config.c b/sesman/config.c
index 2322ea67..4567e677 100644
--- a/sesman/config.c
+++ b/sesman/config.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/config.h b/sesman/config.h
index 7c04727f..c1eb4527 100644
--- a/sesman/config.h
+++ b/sesman/config.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/env.c b/sesman/env.c
index 7c5ea86c..32984b50 100644
--- a/sesman/env.c
+++ b/sesman/env.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/env.h b/sesman/env.h
index 0ab3561a..f9b8be4a 100644
--- a/sesman/env.h
+++ b/sesman/env.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp.h b/sesman/libscp.h
index a445e98e..8e8907ab 100644
--- a/sesman/libscp.h
+++ b/sesman/libscp.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_types.h b/sesman/libscp_types.h
index c7b1dea0..5c835522 100644
--- a/sesman/libscp_types.h
+++ b/sesman/libscp_types.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_v0.c b/sesman/libscp_v0.c
index 4e8815fd..f6587c42 100644
--- a/sesman/libscp_v0.c
+++ b/sesman/libscp_v0.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_v0.h b/sesman/libscp_v0.h
index 47789885..0071e227 100644
--- a/sesman/libscp_v0.h
+++ b/sesman/libscp_v0.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_v1c.c b/sesman/libscp_v1c.c
index f2f6ffee..736a451a 100644
--- a/sesman/libscp_v1c.c
+++ b/sesman/libscp_v1c.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_v1c.h b/sesman/libscp_v1c.h
index 1707fb68..66464f45 100644
--- a/sesman/libscp_v1c.h
+++ b/sesman/libscp_v1c.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_v1s.c b/sesman/libscp_v1s.c
index e0b3058e..37932198 100644
--- a/sesman/libscp_v1s.c
+++ b/sesman/libscp_v1s.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_v1s.h b/sesman/libscp_v1s.h
index 5dc85960..34650920 100644
--- a/sesman/libscp_v1s.h
+++ b/sesman/libscp_v1s.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_vX.c b/sesman/libscp_vX.c
index 45520f1e..6eeff90c 100644
--- a/sesman/libscp_vX.c
+++ b/sesman/libscp_vX.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/libscp_vX.h b/sesman/libscp_vX.h
index 1124322c..af54cd8d 100644
--- a/sesman/libscp_vX.h
+++ b/sesman/libscp_vX.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/lock.c b/sesman/lock.c
index 1db8b51d..4971e4c2 100644
--- a/sesman/lock.c
+++ b/sesman/lock.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
session manager
linux only
diff --git a/sesman/lock.h b/sesman/lock.h
index 1f687c94..68a19f93 100644
--- a/sesman/lock.h
+++ b/sesman/lock.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
#ifndef LOCK_H
diff --git a/sesman/scp.c b/sesman/scp.c
index 476c3e3a..823e7fc1 100644
--- a/sesman/scp.c
+++ b/sesman/scp.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/scp.h b/sesman/scp.h
index 145ea5e6..aab32e45 100644
--- a/sesman/scp.h
+++ b/sesman/scp.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/scp_v0.c b/sesman/scp_v0.c
index 9e189492..045311bb 100644
--- a/sesman/scp_v0.c
+++ b/sesman/scp_v0.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/scp_v0.h b/sesman/scp_v0.h
index 08eae801..e3c33627 100644
--- a/sesman/scp_v0.h
+++ b/sesman/scp_v0.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/scp_v1.c b/sesman/scp_v1.c
index 03461b72..3bf3343d 100644
--- a/sesman/scp_v1.c
+++ b/sesman/scp_v1.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/scp_v1.h b/sesman/scp_v1.h
index 5f0b41ae..48baf3f5 100644
--- a/sesman/scp_v1.h
+++ b/sesman/scp_v1.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/sesman.c b/sesman/sesman.c
index 5c89f9db..3dc96881 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/sesman.h b/sesman/sesman.h
index 3ee0c1c9..8761f5f4 100644
--- a/sesman/sesman.h
+++ b/sesman/sesman.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/sesrun.c b/sesman/sesrun.c
index a0954667..22ccf138 100644
--- a/sesman/sesrun.c
+++ b/sesman/sesrun.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/session.c b/sesman/session.c
index 99ff2300..c1a2c525 100644
--- a/sesman/session.c
+++ b/sesman/session.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/session.h b/sesman/session.h
index 8c3a2b6f..339aeab6 100644
--- a/sesman/session.h
+++ b/sesman/session.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/sig.c b/sesman/sig.c
index 501a1050..b69f6f27 100644
--- a/sesman/sig.c
+++ b/sesman/sig.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/sig.h b/sesman/sig.h
index e876e22a..3cadfde2 100644
--- a/sesman/sig.h
+++ b/sesman/sig.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/tcp.c b/sesman/tcp.c
index 3bb1ed09..92e20503 100644
--- a/sesman/tcp.c
+++ b/sesman/tcp.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/tcp.h b/sesman/tcp.h
index fe5e5d99..fae31174 100644
--- a/sesman/tcp.h
+++ b/sesman/tcp.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/thread.c b/sesman/thread.c
index 0f6f3c8c..b97df602 100644
--- a/sesman/thread.c
+++ b/sesman/thread.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/thread.h b/sesman/thread.h
index dc0c92f8..4807feee 100644
--- a/sesman/thread.h
+++ b/sesman/thread.h
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/verify_user.c b/sesman/verify_user.c
index 03ecfadb..c7c57616 100644
--- a/sesman/verify_user.c
+++ b/sesman/verify_user.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/verify_user_kerberos.c b/sesman/verify_user_kerberos.c
index 540e0dca..cadb63a4 100644
--- a/sesman/verify_user_kerberos.c
+++ b/sesman/verify_user_kerberos.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/verify_user_pam.c b/sesman/verify_user_pam.c
index 7ffceb9d..2cc0aac1 100644
--- a/sesman/verify_user_pam.c
+++ b/sesman/verify_user_pam.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**
diff --git a/sesman/verify_user_pam_userpass.c b/sesman/verify_user_pam_userpass.c
index 0322f172..d68e3122 100644
--- a/sesman/verify_user_pam_userpass.c
+++ b/sesman/verify_user_pam_userpass.c
@@ -14,7 +14,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xrdp: A Remote Desktop Protocol server.
- Copyright (C) Jay Sorg 2005-2006
+ Copyright (C) Jay Sorg 2005-2007
*/
/**