Imported Upstream version 1.10.1 19/175119/1 upstream/1.10.1
authorjinwang.an <jinwang.an@samsung.com>
Fri, 6 Apr 2018 04:04:39 +0000 (13:04 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Mon, 9 Apr 2018 04:25:03 +0000 (13:25 +0900)
commita44fd676d46f0ef7882c6c87fe1e294a7a6bbf4d
treeb0849efb8ea74b5daf31f72dd64fc472e9158c20
parent49b812d6cdf69582946fc2e613ad313a73d02c0f
Imported Upstream version 1.10.1

Change-Id: If6e444a746ef6b37fe35cecb0d1dc9d67ea9682d
100 files changed:
.gitignore
AUTHORS
NEWS
README.md
configure.ac
doc/lenses.tex
doc/naturaldocs/conf/c_api/Topics.txt
doc/naturaldocs/conf/lenses/Topics.txt
examples/Makefile.am
examples/fadot.c
lenses/aptconf.aug
lenses/cobblersettings.aug
lenses/cron_user.aug
lenses/dhclient.aug
lenses/dpkg.aug
lenses/grubenv.aug [new file with mode: 0644]
lenses/httpd.aug
lenses/mdadm_conf.aug
lenses/nsswitch.aug
lenses/ntp.aug
lenses/properties.aug
lenses/quote.aug
lenses/rancid.aug [new file with mode: 0644]
lenses/redis.aug
lenses/resolv.aug
lenses/shellvars_list.aug
lenses/sudoers.aug
lenses/syslog.aug
lenses/systemd.aug
lenses/tests/test_afs_cellalias.aug
lenses/tests/test_grubenv.aug [new file with mode: 0644]
lenses/tests/test_nsswitch.aug
lenses/tests/test_ntp.aug
lenses/tests/test_opendkim.aug
lenses/tests/test_properties.aug
lenses/tests/test_rancid.aug [new file with mode: 0644]
lenses/tests/test_redis.aug
lenses/tests/test_resolv.aug
lenses/tests/test_shellvars_list.aug
lenses/tests/test_yaml.aug
lenses/yaml.aug
man/Makefile.am
man/augmatch.pod [new file with mode: 0644]
man/augtool.1
man/augtool.pod
src/Makefile.am
src/augeas.c
src/augeas.h
src/augeas_sym.version
src/augmatch.c [new file with mode: 0644]
src/augparse.c
src/augrun.c
src/augtool.c
src/builtin.c
src/fa.c
src/fa.h
src/fa_sym.version
src/get.c
src/hash.h
src/info.c
src/info.h
src/internal.c
src/internal.h
src/lens.c
src/lens.h
src/pathx.c
src/put.c
src/syntax.c
src/transform.c
tests/Makefile.am
tests/fatest.c
tests/root/etc/apt/apt.conf.d/01autoremove [new file with mode: 0644]
tests/root/etc/apt/apt.conf.d/01autoremove-kernels [new file with mode: 0644]
tests/root/etc/apt/apt.conf.d/50unattended-upgrades [new file with mode: 0644]
tests/root/etc/apt/apt.conf.d/70debconf [new file with mode: 0644]
tests/root/etc/apt/apt.conf.d/90cloud-init-pipelining [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-base.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-dav.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-lua.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-mpm.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-optional.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-proxy.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/00-systemd.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/01-cgi.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/10-h2.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/10-mod_dnssd.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/10-proxy_h2.conf [new file with mode: 0644]
tests/root/etc/httpd/conf.modules.d/README [new file with mode: 0644]
tests/root/etc/resolv.conf [new file with mode: 0644]
tests/root/etc/samba/smb.conf
tests/root/etc/squid/squid.conf
tests/root/etc/sysconfig/atd
tests/root/etc/sysconfig/autofs
tests/root/etc/sysconfig/hsqldb
tests/root/etc/sysconfig/nfs
tests/root/etc/sysconfig/readonly-root
tests/root/etc/sysconfig/rsyslog
tests/run.tests
tests/test-api.c
tests/test-save-empty.sh