~ubuntu-branches/ubuntu/vivid/openipmi/vivid

« back to all changes in this revision

Viewing changes to lanserv/priv_table.c

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-09-15 17:56:24 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060915175624-ljk0mg3xtcm65tvm
Tags: 2.0.7-1
* new upstream release from 2006-06-08
  Thanks to John Wright <john.wright hp.com> for initial work
  (closes: Bug#380149)
* updated Standards Version
* new binaries openipmicmd, openipmish, rmcp_ping

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 *         Corey Minyard <minyard@mvista.com>
9
9
 *         source@mvista.com
10
10
 *
11
 
 * Copyright 2003 MontaVista Software Inc.
12
 
 *
13
 
 *  This program is free software; you can redistribute it and/or
14
 
 *  modify it under the terms of the GNU Lesser General Public License
15
 
 *  as published by the Free Software Foundation; either version 2 of
16
 
 *  the License, or (at your option) any later version.
17
 
 *
 
11
 * Copyright 2003,2004,2005 MontaVista Software Inc.
 
12
 *
 
13
 * This software is available to you under a choice of one of two
 
14
 * licenses.  You may choose to be licensed under the terms of the GNU
 
15
 * Lesser General Public License (GPL) Version 2 or the modified BSD
 
16
 * license below.  The following disclamer applies to both licenses:
18
17
 *
19
18
 *  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
20
19
 *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27
26
 *  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
28
27
 *  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
28
 *
 
29
 * GNU Lesser General Public Licence
 
30
 *
 
31
 *  This program is free software; you can redistribute it and/or
 
32
 *  modify it under the terms of the GNU Lesser General Public License
 
33
 *  as published by the Free Software Foundation; either version 2 of
 
34
 *  the License, or (at your option) any later version.
 
35
 *
30
36
 *  You should have received a copy of the GNU Lesser General Public
31
37
 *  License along with this program; if not, write to the Free
32
38
 *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
39
 *
 
40
 * Modified BSD Licence
 
41
 *
 
42
 * Redistribution and use in source and binary forms, with or without
 
43
 * modification, are permitted provided that the following conditions
 
44
 * are met:
 
45
 *
 
46
 *   1. Redistributions of source code must retain the above copyright
 
47
 *      notice, this list of conditions and the following disclaimer.
 
48
 *   2. Redistributions in binary form must reproduce the above
 
49
 *      copyright notice, this list of conditions and the following
 
50
 *      disclaimer in the documentation and/or other materials provided
 
51
 *      with the distribution.
 
52
 *   3. The name of the author may not be used to endorse or promote
 
53
 *      products derived from this software without specific prior
 
54
 *      written permission.
33
55
 */
34
56
 
35
57
#include <OpenIPMI/ipmi_auth.h>