1. 06 12月, 2016 2 次提交
    • M
      nss: Introduce libvirt-guest module · 22f7ceb6
      Michal Privoznik 提交于
      So far the NSS module looks up only hostnames as provided by
      guests themselves. However, there are some cases where this is
      not enough: e.g. when there's a fresh new guest being installed
      (with some generic hostname) say from a live ISO image; or some
      (older) systems don't advertise their hostname in DHCP
      transactions at all.
      In cases like that it would be helpful if we translate domain
      name as seen by libvirt too so that users can:
      
        # virsh start $dom && ssh $dom
      
      In order to achieve that new libvirt-guest module is introduced,
      while older libvirt module maintains its current behaviour (that
      is translating guest provided names into IP addresses).
      Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
      22f7ceb6
    • J
      fbec5b94
  2. 05 12月, 2016 3 次提交
  3. 01 12月, 2016 3 次提交
  4. 30 11月, 2016 1 次提交
  5. 25 11月, 2016 4 次提交
  6. 24 11月, 2016 1 次提交
  7. 23 11月, 2016 3 次提交
  8. 22 11月, 2016 4 次提交
  9. 21 11月, 2016 1 次提交
  10. 02 11月, 2016 1 次提交
  11. 05 10月, 2016 1 次提交
  12. 02 9月, 2016 1 次提交
  13. 02 8月, 2016 1 次提交
  14. 01 7月, 2016 1 次提交
  15. 04 6月, 2016 1 次提交
  16. 01 5月, 2016 1 次提交
  17. 06 4月, 2016 1 次提交
  18. 01 3月, 2016 1 次提交
  19. 18 1月, 2016 3 次提交
  20. 17 1月, 2016 1 次提交
  21. 09 12月, 2015 1 次提交
  22. 04 11月, 2015 1 次提交
  23. 20 10月, 2015 1 次提交
  24. 15 10月, 2015 2 次提交
    • A
      NEWS: Unify date format · 0331da65
      Andrea Bolognani 提交于
      There were some inconsistencies, eg. the number of digits used for
      the day. The month name was also spelled out instead of abbreviated
      in some instances.
      0331da65
    • A
      NEWS: Unify section titles · f84fc5a5
      Andrea Bolognani 提交于
      There were some inconsistencies; now the section title is always
      one of Bug Fixes, Cleanups, Documentation, Features, Improvements,
      Portability, Security.
      f84fc5a5