summaryrefslogtreecommitdiff
path: root/usr.sbin/sysmerge
AgeCommit message (Expand)Author
2014-03-27restore_sum: remove newly created sum file(s).Antoine Jacoutot
2014-03-26login.conf(5) is not special anymore.Antoine Jacoutot
2014-03-24Rework the way we fetch and verify sets to simplify the process.Antoine Jacoutot
2014-03-22Fix trap: do not remove the entire WRKDIR -- we may have our backed up filesAntoine Jacoutot
2014-03-22Also remove TEMPROOT in error_rm_wrkdir.Antoine Jacoutot
2014-03-22Make sure to add missing users/groups _before_ running theAntoine Jacoutot
2014-03-21Use ftp -D.Antoine Jacoutot
2014-03-21Fix small regression when not using a full path to sets.Antoine Jacoutot
2014-03-20Cope with recent signify(1) changes and simplify getting/checking the sets.Antoine Jacoutot
2014-03-18Drop the check for badly formed *etc sets when we check signatures; it savesAntoine Jacoutot
2014-03-06Always print the key signify(1) is using.Antoine Jacoutot
2014-03-01start using the new officially named keys. This is being done beforeTheo de Raadt
2014-02-08Only create DBDIR if it does not exist.Antoine Jacoutot
2014-02-07When using SM_PATH, fetch the SHA256 file only once since we will not beAntoine Jacoutot
2014-02-05Sync getopts with usage.Antoine Jacoutot
2014-02-03Really clean up after a run.Antoine Jacoutot
2014-01-28Drop comma (sthen@).Antoine Jacoutot
2014-01-28Drop FETCH_CMD and always use ftp(1).Antoine Jacoutot
2014-01-27Only remove COMPFILE if it exists.Antoine Jacoutot
2014-01-27Move "EDIT" to the top.Antoine Jacoutot
2014-01-27Enhance errors output and display exactly what is going on.Antoine Jacoutot
2014-01-27Make it clear SM_PATH will fetch the sets corresponding to the currentlyAntoine Jacoutot
2014-01-23specifically NOT suppress signify error outputRobert Peichaer
2014-01-23More output enhancements, put errors and warnings where they belong.Antoine Jacoutot
2014-01-23Verify both the signature and the checksum in check_sig().Antoine Jacoutot
2014-01-22Do not bother comparing/merging empty files. Regression from previousAntoine Jacoutot
2014-01-22Don't remove the SHA256 file twice.Antoine Jacoutot
2014-01-22Cleanup and simplify:Antoine Jacoutot
2014-01-21Document -S and the new signify(1) use by sysmerge(8).Antoine Jacoutot
2014-01-21Protect variable names.Antoine Jacoutot
2014-01-21Add and enable signature checking per default.Robert Peichaer
2013-09-10Add support for the SM_PATH environment variable. This changes theAntoine Jacoutot
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-03-22Do not register symlinks in the sum files. This makes no sense and makesAntoine Jacoutot
2013-03-02Always compare aliases(5) at the end of the sysmerge(8) run after allAntoine Jacoutot
2013-01-25Rename some functions and bump copyright.Antoine Jacoutot
2013-01-04simplify chroot casesRobert Peichaer
2013-01-03Refactor code for extracting and checksumming of (x)etcXX.tgz setsRobert Peichaer
2012-12-26correction of the SRCDIR checkRobert Peichaer
2012-12-26Combine almost identical code for fetching and checking of theRobert Peichaer
2012-12-25replace one grep with awk patterns and simplify another using -qRobert Peichaer
2012-12-24simplify things by using shell patternsRobert Peichaer
2012-12-23simplify setting FETCH_CMD and move it upwards to where the otherRobert Peichaer
2012-12-19use (()) for arithmetic testsRobert Peichaer
2012-11-10consistently use [ -n "${var}" ] instead of [ "${var}" ]Robert Peichaer
2012-11-10turn single-command if-then-fi blocks into "[ expr ] && command"Robert Peichaer
2012-11-10enhance error_rm_wrkdir() to print an error message if one is passedRobert Peichaer
2012-11-08mark some more variables as localRobert Peichaer
2012-08-28Always compare master.passwd(5) and group(5) regardless of their sums:Antoine Jacoutot
2012-08-20Explicitely set local variables as such.Antoine Jacoutot