[BACK]Return to changelist CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/changelist, Revision 1.127

1.127   ! ajacouto    1: #      $OpenBSD: changelist,v 1.126 2020/05/05 14:42:44 schwarze Exp $
1.1       deraadt     2: #
                      3: # List of files which the security script backs up and checks
                      4: # for modifications.
1.15      millert     5: #
1.77      deraadt     6: # Files prefixed with a '+' will have their checksums stored,
1.15      millert     7: # not the actual files.
                      8: #
1.1       deraadt     9:
                     10: /etc/Distfile
1.113     ajacouto   11: /etc/acme-client.conf
1.42      david      12: /etc/adduser.conf
                     13: /etc/adduser.message
1.98      ajacouto   14: /etc/bgpd.conf
1.26      millert    15: /etc/boot.conf
1.8       pjanzen    16: /etc/bootparams
1.1       deraadt    17: /etc/changelist
1.98      ajacouto   18: /etc/chio.conf
1.1       deraadt    19: /etc/crontab
                     20: /etc/csh.cshrc
                     21: /etc/csh.login
1.8       pjanzen    22: /etc/csh.logout
1.1       deraadt    23: /etc/daily
1.6       gene       24: /etc/daily.local
1.22      millert    25: /etc/defaultdomain
                     26: /etc/dhclient.conf
1.98      ajacouto   27: /etc/dhcpd.conf
1.42      david      28: /etc/disktab
1.1       deraadt    29: /etc/distfile
1.107     sthen      30: /etc/doas.conf
1.98      ajacouto   31: /etc/dvmrpd.conf
1.110     renato     32: /etc/eigrpd.conf
1.26      millert    33: /etc/ethers
1.98      ajacouto   34: /etc/exports
1.9       pjanzen    35: /etc/fbtab
1.1       deraadt    36: /etc/fstab
1.98      ajacouto   37: /etc/ftpchroot
1.1       deraadt    38: /etc/ftpusers
1.26      millert    39: /etc/ftpwelcome
1.8       pjanzen    40: /etc/gettytab
1.1       deraadt    41: /etc/group
1.98      ajacouto   42: /etc/hostapd.conf
1.74      schwarze   43: +/etc/hostname.*
1.8       pjanzen    44: /etc/hosts
1.9       pjanzen    45: /etc/hosts.lpd
1.98      ajacouto   46: /etc/httpd.conf
                     47: /etc/ifstated.conf
1.67      reyk       48: +/etc/iked.conf
1.111     semarie    49: /etc/iked/local.pub
                     50: +/etc/iked/private/local.key
1.98      ajacouto   51: /etc/inetd.conf
1.115     ajacouto   52: /etc/installurl
1.53      joel       53: +/etc/ipsec.conf
1.71      david      54: +/etc/isakmpd/isakmpd.conf
                     55: +/etc/isakmpd/isakmpd.policy
1.70      david      56: /etc/isakmpd/local.pub
1.38      todd       57: +/etc/isakmpd/private/local.key
1.22      millert    58: /etc/ksh.kshrc
1.98      ajacouto   59: /etc/ldapd.conf
                     60: /etc/ldpd.conf
1.9       pjanzen    61: /etc/locate.rc
1.22      millert    62: /etc/login.conf
1.127   ! ajacouto   63: /etc/login_ldap.conf
1.1       deraadt    64: /etc/mail.rc
1.42      david      65: /etc/mail/aliases
1.60      jacekm     66: /etc/mail/smtpd.conf
1.52      david      67: /etc/mail/spamd.conf
1.9       pjanzen    68: /etc/mailer.conf
                     69: /etc/man.conf
1.1       deraadt    70: /etc/master.passwd
1.26      millert    71: /etc/mk.conf
1.78      schwarze   72: +/etc/moduli
1.1       deraadt    73: /etc/monthly
1.8       pjanzen    74: /etc/monthly.local
1.26      millert    75: /etc/motd
1.98      ajacouto   76: /etc/mrouted.conf
1.49      msf        77: /etc/mtree/4.4BSD.dist
1.62      matthieu   78: /etc/mtree/BSD.x11.dist
1.49      msf        79: /etc/mtree/special
1.8       pjanzen    80: /etc/mygate
                     81: /etc/myname
                     82: /etc/netgroup
1.1       deraadt    83: /etc/netstart
1.9       pjanzen    84: /etc/newsyslog.conf
1.76      yasuoka    85: /etc/npppd/npppd.conf
                     86: +/etc/npppd/npppd-users
1.98      ajacouto   87: /etc/ntpd.conf
                     88: /etc/ospf6d.conf
                     89: /etc/ospfd.conf
1.1       deraadt    90: /etc/passwd
1.20      angelos    91: /etc/pf.conf
1.31      frantzen   92: /etc/pf.os
1.98      ajacouto   93: /etc/printcap
1.42      david      94: /etc/profile
1.1       deraadt    95: /etc/protocols
1.66      sthen      96: +/etc/pwd.db
1.121     florian    97: /etc/rad.conf
1.108     yasuoka    98: +/etc/radiusd.conf
1.98      ajacouto   99: /etc/rbootd.conf
1.1       deraadt   100: /etc/rc
1.5       deraadt   101: /etc/rc.conf
1.12      pjanzen   102: /etc/rc.conf.local
1.71      david     103: /etc/rc.d/rc.subr
1.98      ajacouto  104: /etc/rc.local
                    105: /etc/rc.securelevel
                    106: /etc/rc.shutdown
                    107: /etc/relayd.conf
                    108: /etc/remote
1.8       pjanzen   109: /etc/resolv.conf
1.42      david     110: /etc/resolv.conf.tail
1.98      ajacouto  111: /etc/ripd.conf
1.8       pjanzen   112: /etc/rpc
1.125     claudio   113: /etc/rpki/afrinic.tal
                    114: /etc/rpki/apnic.tal
                    115: /etc/rpki/arin.tal
                    116: /etc/rpki/lacnic.tal
                    117: /etc/rpki/ripe.tal
1.98      ajacouto  118: /etc/sasyncd.conf
                    119: /etc/sensorsd.conf
1.1       deraadt   120: /etc/services
                    121: /etc/shells
1.118     gsoares   122: +/etc/snmpd.conf
1.119     florian   123: +/etc/soii.key
1.66      sthen     124: +/etc/spwd.db
1.23      deraadt   125: /etc/ssh/ssh_config
                    126: +/etc/ssh/ssh_host_dsa_key
                    127: /etc/ssh/ssh_host_dsa_key.pub
1.69      naddy     128: +/etc/ssh/ssh_host_ecdsa_key
                    129: /etc/ssh/ssh_host_ecdsa_key.pub
1.109     naddy     130: +/etc/ssh/ssh_host_ed25519_key
                    131: /etc/ssh/ssh_host_ed25519_key.pub
1.42      david     132: +/etc/ssh/ssh_host_key
                    133: /etc/ssh/ssh_host_key.pub
1.23      deraadt   134: +/etc/ssh/ssh_host_rsa_key
                    135: /etc/ssh/ssh_host_rsa_key.pub
                    136: /etc/ssh/sshd_config
1.64      dlg       137: /etc/ssl/cert.pem
1.42      david     138: /etc/suid_profile
1.98      ajacouto  139: /etc/sysctl.conf
1.1       deraadt   140: /etc/syslog.conf
1.114     reyk      141: /etc/switchd.conf
1.58      ajacouto  142: /etc/sysmerge.ignore
1.1       deraadt   143: /etc/ttys
1.123     semarie   144: /etc/unwind.conf
1.42      david     145: /etc/usermgmt.conf
1.117     gsoares   146: /etc/vm.conf
1.1       deraadt   147: /etc/weekly
1.6       gene      148: /etc/weekly.local
1.21      mickey    149: /etc/wsconsctl.conf
1.98      ajacouto  150: /etc/ypldap.conf
1.71      david     151: /root/.Xdefaults
1.1       deraadt   152: /root/.cshrc
                    153: /root/.login
                    154: /root/.profile
                    155: /root/.rhosts
1.3       dima      156: /root/.shosts
1.7       todd      157: /root/.ssh/authorized_keys
1.18      deraadt   158: /root/.ssh/authorized_keys2
1.42      david     159: /var/cron/at.allow
                    160: /var/cron/at.deny
                    161: /var/cron/cron.allow
                    162: /var/cron/cron.deny
1.8       pjanzen   163: /var/cron/tabs/root
1.124     florian   164: /var/db/unwind.key
1.105     ajacouto  165: +/var/nsd/etc/nsd.conf
1.82      sthen     166: /var/unbound/etc/unbound.conf
1.8       pjanzen   167: /var/yp/Makefile.main
                    168: /var/yp/Makefile.yp
1.126     schwarze  169: /.cshrc
                    170: /.profile