util  Diff

Differences From Artifact [ce1ef8cc06]:

To Artifact [e6d4c7ddfd]:


     1      1   ok			completed successfully				debug	0
     2      2   fail		unknown error
            3  +assert		bug detected; please report this
     3      4   mem			out of memory
     4      5   num			not a number
     5      6   user		kpw started as wrong user
     6      7   option		unrecognized option passed
     7      8   syntax		invalid invocation syntax
     8      9   entropy		could not acquire entropy
     9     10   copy		could not copy password
    10     11   pipe		could not create pipe
    11     12   insane		your environment is not sane
    12     13   index		no such entry in database
           14  +shm			shared memory failure
           15  +shm_exist	key already in memory				notice
           16  +no_shm		no key in memory					notice
    13     17   db_create	database could not be created
    14     18   db_load		database could not be read
    15     19   db_corrupt	database corrupt
    16     20   db_empty	no records in database				notice
    17     21   cancel		user canceled operation				notice
    18     22   pw			invalid password
    19     23   pw_match	passwords do not match
    20     24   usage		usage displayed to user				debug	64
    21     25   lib				unspecified library error		fatal	128
    22     26   lib_sodium_init	could not initialize libsodium