debian/vyatta-op.postrm.in                                              |   12 
 COPYING                                                                 |  367 
+++++++++-
 Makefile.am                                                             |    3 
 configure.ac                                                            |    3 
 debian/changelog                                                        |  103 
++
 debian/control                                                          |    5 
 debian/copyright                                                        |   31 
 debian/vyatta-op.postinst.in                                            |    3 
 etc/bash_completion.d/10vyatta-op                                       |   38 
-
 functions/tech-support                                                  |   21 
 scripts/vyatta-delete-log-file.sh                                       |    8 
 scripts/vyatta-identify-interface.pl                                    |   19 
 scripts/vyatta-show-dhclient.pl                                         |   17 
 scripts/vyatta-show-interfaces                                          |   17 
 scripts/vyatta-show-interfaces.pl                                       |   30 
 scripts/vyatta-show-version                                             |   21 
 templates/clear/arp/address/node.tag/node.def                           |    2 
 templates/clear/arp/interface/node.tag/node.def                         |    2 
 templates/clear/ip/route/cache/node.def                                 |    2 
 templates/clear/ip/route/cache/node.tag/node.def                        |    2 
 templates/configure/node.def                                            |    1 
 templates/delete/log/file/node.def                                      |    1 
 templates/delete/log/file/node.tag/node.def                             |    2 
 templates/delete/log/node.def                                           |    1 
 templates/delete/node.def                                               |    1 
 templates/init-floppy/node.def                                          |    2 
 templates/show/bridge/node.def                                          |    2 
 templates/show/bridge/node.tag/macs/node.def                            |    2 
 templates/show/bridge/node.tag/node.def                                 |    2 
 templates/show/bridge/node.tag/spanning-tree/node.def                   |    2 
 templates/show/dhcp/client/leases/interface/node.tag/node.def           |    2 
 templates/show/files/node.def                                           |    1 
 templates/show/files/node.tag/node.def                                  |    2 
 templates/show/interfaces/bridge/node.tag/brief/node.def                |    2 
 templates/show/interfaces/bridge/node.tag/node.def                      |    2 
 templates/show/interfaces/ethernet/node.tag/brief/node.def              |    2 
 templates/show/interfaces/ethernet/node.tag/node.def                    |    2 
 templates/show/interfaces/ethernet/node.tag/vif/node.tag/brief/node.def |    2 
 templates/show/interfaces/ethernet/node.tag/vif/node.tag/node.def       |    2 
 templates/show/interfaces/loopback/node.tag/brief/node.def              |    2 
 templates/show/interfaces/loopback/node.tag/node.def                    |    2 
 templates/show/interfaces/tunnel/node.tag/brief/node.def                |    2 
 templates/show/interfaces/tunnel/node.tag/node.def                      |    2 
 templates/show/license/node.def                                         |    2 
 templates/show/log/tail/node.def                                        |    2 
 templates/show/vrrp/interface/node.tag/group/node.tag/node.def          |    2 
 templates/show/vrrp/interface/node.tag/node.def                         |    2 
 templates/terminal/key/node.def                                         |    1 
 templates/terminal/key/query-help/node.def                              |    1 
 templates/terminal/key/query-help/node.tag/node.def                     |   10 
 templates/terminal/node.def                                             |    2 
 51 files changed, 604 insertions(+), 165 deletions(-)

New commits:
commit 845c7152328664defdf2af88e12c4d70e4a99612
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Mon Apr 21 12:30:24 2008 -0700

    Indicate the VC4.0.2 release candidate in the changelog

commit 59426a37a8eec0edc347f8d5dbfed5386d207cd1
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date:   Sat Apr 19 11:56:25 2008 -0700

    VC4.0.2

commit a0a54a81b35d2281050e98391e7a4f7ef5218bc4
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date:   Wed Apr 16 09:50:26 2008 -0700

    VC4.0.2

commit b263eb4bb4175b7c195351b343f3d2b1636bedf9
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date:   Mon Apr 14 13:20:30 2008 -0700

    "show bridge brX" doesn't work. Use full path to brctl.

commit 50b129eb6a6b4354394d3ae062674d7f3094a75d
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date:   Fri Apr 4 18:01:12 2008 -0700

    3.0.2

commit 33436464fcf7f38e382a9d57c5cba8b761bf0b75
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Mon Mar 24 18:14:05 2008 -0700

    Set dependencies on either bash or vyatta-bash

commit 6cde107b894e67ae64e19362ad12d0bb3efb853f
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Mon Mar 24 18:12:06 2008 -0700

    Line up the colons with the copyright notice (in show version)

commit efe123f7d5abb9fb85e9a12ef2c0800a8a98262f
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Fri Mar 21 16:43:50 2008 -0700

    Fix debian dependencies

commit a082439669b5ddc6caa2f78b8832924dd521e1d4
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date:   Tue Mar 18 19:05:07 2008 -0700

    3.0.1

commit 96e1298d22d441902be207a779055db1a9836f17
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date:   Tue Mar 18 17:00:39 2008 -0700

    VC4.0.1

commit 6911e754d8a5699498dee311a3138298cb07ebaf
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Mar 14 09:03:48 2008 -0700

    Better fix for interrupted shell commands problem.
    
    By doing pipeline as:
       eval "( $cmd ) | $PAGER"
    this avoids the problem that if top level pipeline is interrupted
    the shell puts the command into stopped mode. Since job control
    commands are not available in operational mode, the job would stay
    stuck.

commit 67ebf64095378d5108d01a58f3aec7433258eb55
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Mar 14 08:51:57 2008 -0700

    Need to run commands via eval
    
    Revert "don't run commands in subshell"
    
    This change fixed the interrupting pipeline problem, but
    broke the ability to put builtin shell commands in run: tag.
    
    This reverts commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94.

commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Thu Mar 13 13:58:56 2008 -0700

    don't run commands in subshell
    
    To fix Bug 2867, don't run commands in sub shell (ie eval) and
    have pager quit on interrupt.

commit bec2d770cc82566e17e5aff1850037a4fec3e34c
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Wed Mar 12 18:39:36 2008 -0700

    Fix syntax error in control file + add a missing dependency: "less"

commit 9540225994d6136b4565933731c6162dc1eecb8d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed Mar 12 13:27:46 2008 -0700

    Move init-floppy to /opt/vyatta/sbin
    
    This command won't work for operator (same as install-system).

commit 00ed76fce223092d3b5b0698450064ded55021e7
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed Mar 12 12:55:14 2008 -0700

    Fix this a different way.
    
    Revert "remove init-floppy"
    
    This reverts commit 79199f70a8268c832555d2b440ceff1fd613469e.

commit 79199f70a8268c832555d2b440ceff1fd613469e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Wed Mar 12 12:04:50 2008 -0700

    remove init-floppy
    
    The script is not secure and prompts for sudo password.
    Bugfix: 2985

commit 7a70d083c82b405cde8f66e0e8663400301bbb44
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date:   Mon Mar 10 18:19:57 2008 -0700

    Fix Bug 2707 Missing from Glendale
    - Delete log file <> enhancement

commit db11fc06b97704620f3c858f6fe8dc1291b988dc
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date:   Mon Mar 10 16:30:32 2008 -0700

    Fix Bug 2863 "show bridge" prompts for sudo password
    - "show bridge" works in operator mode without asking for sudo password

commit d43ed8b7307b6dc91f7c35c08694dd59474cc5ad
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date:   Mon Mar 10 12:58:15 2008 -0700

    Fix Bug 2707 Missing from Glendale
    - show files <directory> functionality added

commit 65c2cc38cc770551f34e6e00162256024c6a90c1
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 10 12:07:38 2008 -0700

    Update license from VPL 1.0 to GPLv2
    
    Change license boilerplate text from VPL1.0 to GPLv2

commit ebca7579f5d946d1e5d81c3c4ddc338dda0f7939
Author: Christopher LILJENSTOLPE <[EMAIL PROTECTED]>
Date:   Mon Mar 10 11:11:29 2008 -0700

    Fix 2965: IPv6 Interface information not shown in show interfaces

commit 7c5c72228f538f3c9aa3dc3bee300e278e3cda2e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 10 09:44:22 2008 -0700

    Add show license command
    
    To ensure that end users are clear about the license,
    add a 'show license' command that shows the GPLv2 license.
    This also covers the GPL requirements for section 2c.

commit 5d27ad7d728bba2860ea81ba833d9376c282992d
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date:   Fri Mar 7 16:43:00 2008 -0800

    Fix Bug 2707 Missing from Glendale
    - Delete log file <> fixed

commit fa4a13aa7ed877c8b6f20f8f7bb1acd84466fa96
Author: Mohit Mehta <[EMAIL PROTECTED]>
Date:   Fri Mar 7 16:32:29 2008 -0800

    Fix Bug 2707 Missing from Glendale
    - Delete log file <> fixed

commit 38d1eabeedc4473165e3de57222ae106d11ff82a
Author: Bob Gilligan <[EMAIL PROTECTED]>
Date:   Thu Mar 6 17:48:44 2008 -0800

    Bugfix: 2879
    Add output from /var/log/dmesg to show techsupport command.

commit 90694ce11a1a61de4381c44310f2b0b4f712a55e
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Tue Mar 4 08:16:38 2008 -0800

    Remove postrm from configure.ac, since it was deleted

commit ddfa636a5e1e37b541366db500680612184d846e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 3 15:04:58 2008 -0800

    tech-support is a shell script
    
    Change mode to reflect fact it is executable.

commit cd949a93d8dc5c28277b6de509be80ce59a5b14d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 3 15:04:28 2008 -0800

    no longer need sudo-users links for commands
    
    Permission to run limited versions of ip, ethtool, and iptables
    is managed by /etc/sudoers. This allows restricting which options
    are allowed to be used.

commit 3e10b84a227f60d17c661d30a28bbac3dd74871d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 3 14:59:18 2008 -0800

    don't use sudo-users for ip commands
    
    Use explicit path when running ip commands to flush cache etc,
    since now this is allowed for operator by /etc/sudoers.

commit a18eacf13d1b159e9a4785ef0f76cfcfe3da5fee
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Mar 3 14:56:24 2008 -0800

    Use hardcoded path to ethtool
    
    For security, use hardcoded path to command.

commit 896e4ffb90951fbfac777683f1d7fdc8aa2c7b22
Author: Stig Thormodsrud <[EMAIL PROTECTED]>
Date:   Mon Mar 3 13:00:23 2008 -0800

    Add quotes around user input

commit de1f1f3c30a6adfdbcf7b325550d17e61e4ff623
Author: Justin Fletcher <[EMAIL PROTECTED]>
Date:   Fri Feb 29 18:02:41 2008 -0800

    Follow log file through log rotation

commit b1f58ac09815887b948adfd8ccb574522f27656f
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date:   Fri Feb 29 15:29:17 2008 -0800

    partial fix for bug 2771: change default for root and add command for
    setting key behavior.

commit 4f853fd987692eee16faf344e293d4aa1f6bfb18
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Feb 29 12:06:35 2008 -0800

    remove root requirement
    
    By using vyatta-show-dmi and the operator/sudoers this
    script can now be run without being root.

http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=845c7152328664defdf2af88e12c4d70e4a99612
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=59426a37a8eec0edc347f8d5dbfed5386d207cd1
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=a0a54a81b35d2281050e98391e7a4f7ef5218bc4
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=b263eb4bb4175b7c195351b343f3d2b1636bedf9
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=50b129eb6a6b4354394d3ae062674d7f3094a75d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=33436464fcf7f38e382a9d57c5cba8b761bf0b75
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=6cde107b894e67ae64e19362ad12d0bb3efb853f
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=efe123f7d5abb9fb85e9a12ef2c0800a8a98262f
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=a082439669b5ddc6caa2f78b8832924dd521e1d4
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=96e1298d22d441902be207a779055db1a9836f17
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=6911e754d8a5699498dee311a3138298cb07ebaf
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=67ebf64095378d5108d01a58f3aec7433258eb55
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=bec2d770cc82566e17e5aff1850037a4fec3e34c
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=9540225994d6136b4565933731c6162dc1eecb8d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=00ed76fce223092d3b5b0698450064ded55021e7
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=79199f70a8268c832555d2b440ceff1fd613469e
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=7a70d083c82b405cde8f66e0e8663400301bbb44
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=db11fc06b97704620f3c858f6fe8dc1291b988dc
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=d43ed8b7307b6dc91f7c35c08694dd59474cc5ad
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=65c2cc38cc770551f34e6e00162256024c6a90c1
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=ebca7579f5d946d1e5d81c3c4ddc338dda0f7939
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=7c5c72228f538f3c9aa3dc3bee300e278e3cda2e
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=5d27ad7d728bba2860ea81ba833d9376c282992d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=fa4a13aa7ed877c8b6f20f8f7bb1acd84466fa96
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=38d1eabeedc4473165e3de57222ae106d11ff82a
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=90694ce11a1a61de4381c44310f2b0b4f712a55e
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=ddfa636a5e1e37b541366db500680612184d846e
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=cd949a93d8dc5c28277b6de509be80ce59a5b14d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=3e10b84a227f60d17c661d30a28bbac3dd74871d
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=a18eacf13d1b159e9a4785ef0f76cfcfe3da5fee
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=896e4ffb90951fbfac777683f1d7fdc8aa2c7b22
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=de1f1f3c30a6adfdbcf7b325550d17e61e4ff623
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=b1f58ac09815887b948adfd8ccb574522f27656f
http://suva.vyatta.com/git/?p=vyatta-op.git;a=commitdiff;h=4f853fd987692eee16faf344e293d4aa1f6bfb18
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to