Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b68c61f9
Commit
b68c61f9
authored
Jul 07, 2002
by
Leigh B. Stoller
Browse files
Insert Copyrights.
parent
1aebd770
Changes
122
Hide whitespace changes
Inline
Side-by-side
security/GNUmakefile.in
View file @
b68c61f9
#
# Insert Copyright Here.
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ..
...
...
security/genlastlog.c
View file @
b68c61f9
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-2002 University of Utah and the Flux Group.
* All rights reserved.
*/
/*
* This odd program is used to generate last login information on a per
* user and per node basis. That is, for each user we want the last time
...
...
security/paperbag.in
View file @
b68c61f9
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
# paperbag - Limited shell for use on ops.emulab.net
# Allows execution of commands found in a permitted list
# Also checks arguments for potentially dangerous characters (semicolons,
...
...
security/plasticwrap.in
View file @
b68c61f9
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
#
# Configure variables
...
...
ssl/GNUmakefile.in
View file @
b68c61f9
#
# Insert Copyright Here.
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
EVENTSYS = @EVENTSYS@
...
...
ssl/mkclient.sh
View file @
b68c61f9
#!/bin/sh
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
prefix
=
$1
...
...
www/adminmode.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/approveproject.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/approveproject_form.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/approveproject_list.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/approveuser.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/approveuser_form.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/barb-emulab-defs.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
#
# Chad's definitions. Selected via configure.
#
$WWWHOST
=
"www.emulab.net"
;
...
...
www/barb-mini-defs.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
#
# Chad's definitions. Selected via configure.
#
$WWWHOST
=
"www.mini.emulab.net"
;
...
...
www/beginexp.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
#
...
...
www/boot.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
include
(
"showstuff.php3"
);
...
...
www/buildui/bui.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
chdir
(
".."
);
require
(
"defs.php3"
);
...
...
www/buildui/nssave.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
chdir
(
".."
);
include
(
"defs.php3"
);
...
...
www/cvsweb/cvsweb.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
#
# Wrapper script for cvsweb.cgi
#
...
...
www/default-defs.php3
View file @
b68c61f9
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-2002 University of Utah and the Flux Group.
# All rights reserved.
#
#
# Default definitions, selected via configure.
# See doc/setup.txt in the root of the source tree for
# explanations of some of these variables.
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment