summaryrefslogtreecommitdiff
path: root/usr.sbin/sysmerge
AgeCommit message (Expand)Author
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
2012-08-20Don't unset NEED_NEWALIASES too soon or we will not get the warning.Antoine Jacoutot
2012-08-15use Lk for links;Jason McIntyre
2012-08-04Also log the file(s) we manually merged/installed as it's importantAntoine Jacoutot
2012-08-04Factorize common warn, error and report outputs into functions.Antoine Jacoutot
2012-03-19Use $() instead of backticks.Antoine Jacoutot
2012-02-17Remove the backup chunk from the man page. People should use backupAntoine Jacoutot
2011-10-09add a missing newline when you merge login.conf if login.conf.db doesn't existStuart Henderson
2011-09-01Fix the display of running utilities (e.g. don't say we are runningAntoine Jacoutot
2011-08-03Remove the 'obsolete file(s)' feature. It may come back at some pointAntoine Jacoutot