Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | Add accounting per user | Stephen Hemminger | |
Simple extension to 'show system accounting' to select by user | |||
2010-01-11 | 0.13.41debian/0.13.41 | Bob Gilligan | |
2010-01-11 | Add image name completion for two system image commands. | Bob Gilligan | |
The two commands are: "set system image default-boot" and "delete system image". | |||
2010-01-08 | 0.13.40debian/0.13.40 | Bob Gilligan | |
2010-01-08 | Change operational mode commands to match those in design document. | Bob Gilligan | |
2010-01-06 | 0.13.39debian/0.13.39 | Bob Gilligan | |
2010-01-06 | Handle various conditions and cleanup. | Bob Gilligan | |
Added code to handle deletion of the default boot image. This now succeeds so long as the default boot image is not the running image. The running image still can not be deleted. Correctly handle case where image being deleted resides before the default boot image in the grub config file. Previously this would either switch the default boot image to the one after it, or leave the default pointing to a non-existant entry. Added the Vyatta license. Re-organized and added comments to make the code easier to maintain. | |||
2010-01-06 | 0.13.38debian/0.13.38 | Stephen Hemminger | |
2010-01-06 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2010-01-06 | Simple SNMP operational command | Stephen Hemminger | |
show snmp Wrapper around snmpstatus, simple way to check if server is up | |||
2010-01-06 | Show interfaces no longer uses Vyatta::Config | Stephen Hemminger | |
No need to have use statement. | |||
2010-01-05 | 0.13.37debian/0.13.37 | Bob Gilligan | |
2010-01-05 | Allow deletion of disk-based non-image installation. | Bob Gilligan | |
2010-01-04 | 0.13.36debian/0.13.36 | Stephen Hemminger | |
2010-01-04 | Don't allow operator to run show system login users | Stephen Hemminger | |
Bug 5147 This is a generic way of solving the sudo problem (for now). | |||
2010-01-04 | 0.13.35debian/0.13.35 | Bob Gilligan | |
2010-01-04 | Indicate when system was booted via image. | Bob Gilligan | |
2009-12-25 | 0.13.34debian/0.13.34 | Stephen Hemminger | |
2009-12-23 | Fix typo in show dhcp client lease script | Stephen Hemminger | |
It is resolve_domain not resolve_doman, my bad | |||
2009-12-23 | 0.13.33debian/0.13.33 | Bob Gilligan | |
2009-12-23 | Add help text for install-image URL mode. | Bob Gilligan | |
2009-12-23 | 0.13.32debian/0.13.32 | Bob Gilligan | |
2009-12-23 | Fix deletion of image from disk-based image. | Bob Gilligan | |
2009-12-23 | 0.13.31debian/0.13.31 | Bob Gilligan | |
2009-12-23 | Allow displaying and switching to disk-based installations. | Bob Gilligan | |
2009-12-22 | 0.13.30debian/0.13.30 | Stephen Hemminger | |
2009-12-22 | Rearrange code for clarity | Stephen Hemminger | |
Put variable assignment closer to usage. Run through perltidy for indent. | |||
2009-12-22 | Use perl to read resolv.conf | Stephen Hemminger | |
Don't need to use grep to parse resolv.conf, perl is simpler and more powerful. | |||
2009-12-22 | Get rid of dead code. | Stephen Hemminger | |
2009-12-22 | Use perl to scan directory | Stephen Hemminger | |
Better to use perl opendir/readdir to get list of files, rather than parsing output of ls. | |||
2009-12-18 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-18 | 0.13.29debian/0.13.29 | Stephen Hemminger | |
2009-12-18 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-18 | Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-18 | Add display of accounting information | Stephen Hemminger | |
Bug 4929 New command: show system accounting show system accounting <user> | |||
2009-12-16 | 0.13.28debian/0.13.28 | Stephen Hemminger | |
2009-12-16 | Merge branch 'kenwood' of 192.168.100.1:vyatta/kenwood/vyatta-op into kenwood | Stephen Hemminger | |
2009-12-16 | Use new cleaner command arguments | Stephen Hemminger | |
This makes templates easier to read. | |||
2009-11-11 | 0.13.27debian/0.13.27 | An-Cheng Huang | |
2009-11-09 | add op command for image removal | An-Cheng Huang | |
2009-11-09 | 0.13.26debian/0.13.26 | Mohit Mehta | |
2009-11-09 | Prevent problems on upgrade for files moved from vyatta-serial to this package | Mohit Mehta | |
2009-11-09 | 0.13.25debian/0.13.25 | An-Cheng Huang | |
2009-11-09 | move generic interface op commands to vyatta-op | An-Cheng Huang | |
2009-11-04 | 0.13.24debian/0.13.24 | An-Cheng Huang | |
2009-11-03 | add op commands for installed images | An-Cheng Huang | |
2009-11-02 | add install-image op commands | An-Cheng Huang | |
2009-10-20 | add .merge-branch-exclude | An-Cheng Huang | |
2009-09-14 | 0.13.23debian/0.13.23 | Stephen Hemminger | |
2009-09-14 | Decolorize show system login users | Stephen Hemminger | |
Add last login info (multicolumn output), and get rid of color |