debian/changelog                                               |   42 
++++++++++
 debian/vyatta-cfg-system.postinst.in                           |   41 +++++----
 debian/vyatta-cfg-system.postrm                                |    3 
 scripts/install-system                                         |   35 +++++---
 scripts/standalone_root_pw_reset                               |   41 +++++----
 sysconf/syslog.conf                                            |   16 +++
 templates/system/package/repository/node.def                   |   15 ++-
 templates/system/package/repository/node.tag/password/node.def |    8 +
 templates/system/package/repository/node.tag/url/node.def      |    4 
 templates/system/package/repository/node.tag/username/node.def |    8 +
 10 files changed, 161 insertions(+), 52 deletions(-)

New commits:
commit 4e213e1a8148d755bb3921cae3caee847901b54e
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Jul 7 17:12:44 2008 -0700

    purge any old entries from sudoers
    
    Make sure to cleanup any leftover vyatta entries

commit f7798694b590a0fee79790cc482d688e095cec5b
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Jul 7 17:07:25 2008 -0700

    Don't add ide=nodma twice
    
    Since the drive sizing can be called twice, don't add duplicate
    entry to GRUB OPTIONS

commit 7899738d1262d760c86d1d79fcbeceb493d3c1b8
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Mon Jul 7 15:04:06 2008 -0700

    Remove debugging

commit aa42717ba0a6ee114b79fd8a62c00c974072c024
Author: rbalocca <[EMAIL PROTECTED]>
Date:   Mon Jul 7 14:43:15 2008 -0700

    Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2807

commit 95d9651eb951d10572503d783aea0e02d44e98d5
Author: Robert Bays <[EMAIL PROTECTED]>
Date:   Mon Jul 7 14:05:31 2008 -0700

    fix for bug 3095

commit 471387b1db7f6e9952ae0d709840560cb0d0bc6d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Jul 4 13:06:19 2008 -0700

    Modify upgrade procedure for /etc/sudoers
    
    Bugfix 3429
    0) make backup of file
    1) remove old glendale entries
    2) put all vyatta entries in one block
    3) remove vyatta entries on package removal

commit 28b7618bf24ea745d5d7e5a287de1aa728111d08
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Fri Jul 4 13:06:19 2008 -0700

    Modify upgrade procedure for /etc/sudoers
    
    0) make backup of file
    1) remove old glendale entries
    2) put all vyatta entries in one block
    3) remove vyatta entries on package removal

commit afcffd6f2208aa241b346c501d749e3edc5d7dd1
Author: An-Cheng Huang <[EMAIL PROTECTED]>
Date:   Thu Jul 3 19:18:06 2008 -0700

    fix for bug 3417: use UUID in grub config file

commit 1fb175a266e45828a5588e2f44660c2a70057bf0
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Thu Jul 3 15:47:41 2008 -0700

    Fix problem if install-system run twice
    
    If install-system is run twice and the first pass copied the old
    configuration file; then the second time the leftover file from
    previous attempt needs to be cleaned up. Otherwise, the old configuration
    file will be copied even if the user doesn't want it!

commit 18f09e5fe87492ef53168e1d6a29b516c47ce7ab
Author: Bob Gilligan <[EMAIL PROTECTED]>
Date:   Thu Jul 3 14:22:14 2008 -0700

    Bugfix: 1592
    Fix the boot command syntax for password recovery on serial console.

commit b9ce1592c0689d3358c9f507c037c0af9a763436
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 1 16:27:42 2008 -0700

    Missing -e causes sudoers problem
    
    Missing -e on echo causes unparsable sudoers

commit f60022244e13f22d401d07f8d0212f56c836cd6d
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 1 14:34:35 2008 -0700

    Can't use logger in standalone
    
    logger depends on syslogd which isn't running in standalone mode.
    So just format message directly to messages and auth.log

commit fcc66216f9bb362643a3193a76a5762c09b540d4
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Tue Jul 1 10:04:12 2008 -0700

    get rid of extra fi from last commit
    
    mismatch

commit f4ad511f3f2c946568e84adfd75b087e4180ad05
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Jun 30 16:37:53 2008 -0700

    Change syslogging of authorization related commands
    
    For sucessful sudo, just log it at info level.
    Capture any security failures/changes into /var/log/auth.log
    but skip normal CLI commands
    
    Turn off the builtin sync after each write to /var/log/messages
    by putting - before file name; the sync causes a disk write
    each time and therefore can be a performance hit during boot.

commit 5c108ca0a31657763cd657eb22253013e04fef5a
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Jun 30 15:54:04 2008 -0700

    Use logger to write system log
    
    Use the logger program to get the proper logging format
    and message priorities (rather than blindly echoing to /var/log/messages)

commit c0aa9cfa7e3d57e0b0554033dd5f099584e7fdda
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Jun 30 15:46:18 2008 -0700

    Make standalone password reset work
    
    Address the problems in bugs 3398 and 3399 as well as some
    left over stuff from VC 3.0.

commit 627740906020fbf209ce9608c0aa7b0e251f5379
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date:   Mon Jun 30 14:03:11 2008 -0700

    Handle multiple slashes in passwd
    
    mkpasswd can generate passwd with multiple slashes that need
    to be escaped.

commit cceaba487befe7103ecb058c4dbf3e3a46102dc3
Author: Mark O'Brien <[EMAIL PROTECTED]>
Date:   Sat Jun 28 11:22:12 2008 -0700

    3.1.1

http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=4e213e1a8148d755bb3921cae3caee847901b54e
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=f7798694b590a0fee79790cc482d688e095cec5b
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=7899738d1262d760c86d1d79fcbeceb493d3c1b8
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=aa42717ba0a6ee114b79fd8a62c00c974072c024
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=95d9651eb951d10572503d783aea0e02d44e98d5
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=471387b1db7f6e9952ae0d709840560cb0d0bc6d
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=28b7618bf24ea745d5d7e5a287de1aa728111d08
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=afcffd6f2208aa241b346c501d749e3edc5d7dd1
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=1fb175a266e45828a5588e2f44660c2a70057bf0
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=18f09e5fe87492ef53168e1d6a29b516c47ce7ab
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=b9ce1592c0689d3358c9f507c037c0af9a763436
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=f60022244e13f22d401d07f8d0212f56c836cd6d
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=fcc66216f9bb362643a3193a76a5762c09b540d4
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=f4ad511f3f2c946568e84adfd75b087e4180ad05
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=5c108ca0a31657763cd657eb22253013e04fef5a
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=c0aa9cfa7e3d57e0b0554033dd5f099584e7fdda
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=627740906020fbf209ce9608c0aa7b0e251f5379
http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=cceaba487befe7103ecb058c4dbf3e3a46102dc3
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to