Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1461 → Rev 1462

/trunk/plugins/viathinksoft/adminPages/902_systemfile_check/checksums.json
Cannot display: file marked as a binary type.
svn:mime-type = application/json
/trunk/vendor/composer/installed.json
254,18 → 254,18
"source": {
"type": "git",
"url": "https://github.com/danielmarschall/oidconverter.git",
"reference": "d9eb98eb8aba3ca8c6a1003caaa9d6a4ed1a3153"
"reference": "cd036ff233ff368e619bf09e3045cb5180850eb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielmarschall/oidconverter/zipball/d9eb98eb8aba3ca8c6a1003caaa9d6a4ed1a3153",
"reference": "d9eb98eb8aba3ca8c6a1003caaa9d6a4ed1a3153",
"url": "https://api.github.com/repos/danielmarschall/oidconverter/zipball/cd036ff233ff368e619bf09e3045cb5180850eb7",
"reference": "cd036ff233ff368e619bf09e3045cb5180850eb7",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"time": "2023-09-14T13:32:35+00:00",
"time": "2024-02-05T01:36:02+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
350,12 → 350,12
"source": {
"type": "git",
"url": "https://github.com/danielmarschall/php_utils.git",
"reference": "9bad54cf8b96975b6569cd0aea41d0b78f5e1602"
"reference": "72ab7919215ff4d377c3b489f170d150c1a0a240"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/9bad54cf8b96975b6569cd0aea41d0b78f5e1602",
"reference": "9bad54cf8b96975b6569cd0aea41d0b78f5e1602",
"url": "https://api.github.com/repos/danielmarschall/php_utils/zipball/72ab7919215ff4d377c3b489f170d150c1a0a240",
"reference": "72ab7919215ff4d377c3b489f170d150c1a0a240",
"shasum": ""
},
"require": {
362,7 → 362,7
"ext-zlib": "*",
"php": ">=7.0"
},
"time": "2023-12-03T23:48:11+00:00",
"time": "2024-02-05T01:31:39+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
/trunk/vendor/composer/installed.php
53,7 → 53,7
'danielmarschall/oidconverter' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'd9eb98eb8aba3ca8c6a1003caaa9d6a4ed1a3153',
'reference' => 'cd036ff233ff368e619bf09e3045cb5180850eb7',
'type' => 'library',
'install_path' => __DIR__ . '/../danielmarschall/oidconverter',
'aliases' => array(
84,7 → 84,7
'danielmarschall/php_utils' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '9bad54cf8b96975b6569cd0aea41d0b78f5e1602',
'reference' => '72ab7919215ff4d377c3b489f170d150c1a0a240',
'type' => 'library',
'install_path' => __DIR__ . '/../danielmarschall/php_utils',
'aliases' => array(
/trunk/vendor/danielmarschall/oidconverter/c/oid.c
37,9 → 37,9
// MINOR THINGS
// - All stderr: Output new line at stdOut and close stdOut
// - Make as much GMP as possible (e.g. nBinary counter, nBinaryWork etc)
// - überlegen, wie man die return-codes (errorcodes) besser verteilt/definiert
// - Think aout how to better define the return codes (error codes)
// - irgendwie in funktionen kapseln (z.b. class-tag-parser usw)
// - "TODO"s beachten (unklare dinge)
// - Look at all "TODO"s (especially things which are not clear)
 
// MINOR PROBLEMS IN CLI-INTERPRETATION:
// - A wrong error message is shown when trying to encode "-0.0" or "x"
242,7 → 242,7
}
}
} else {
if (fInName != NULL) { // TODO: (Unklar) Was bewirkt das? Auch für fOutName notwendig?
if (fInName != NULL) { // TODO: (Not clear): What does this? Is this also important for fOutName?
break;
}
 
258,7 → 258,7
return EXIT_FAILURE;
}
}
strcat(abCommandLine, argv[n]); // (fügt ein \0 automatisch an)
strcat(abCommandLine, argv[n]); // (automatically inserts an "\0")
if (n != argc - 1 && nMode != MODE_HEX_TO_DOT) {
strcat(abCommandLine, ".");
}
/trunk/vendor/danielmarschall/php_utils/x_509_utils.inc.php
180,7 → 180,7
$diag_revoked = true;
} else if (strpos($outc, "$y: good") === false) {
#echo "C = $outc<br>\n";
#Ã TODO:
# TODO:
# COMODO sagt
# C = Responder Error: unauthorized
# STARTCOM sagt
/trunk/vendor/licenses
10,12 → 10,12
danielmarschall/fileformats dev-master 67fb751 Apache-2.0
danielmarschall/glip 0.1.3.x-dev 681871b GPL-2.0-or-later
danielmarschall/glip dev-master 681871b GPL-2.0-or-later
danielmarschall/oidconverter 9999999-dev d9eb98e Apache-2.0
danielmarschall/oidconverter dev-master d9eb98e Apache-2.0
danielmarschall/oidconverter 9999999-dev cd036ff Apache-2.0
danielmarschall/oidconverter dev-master cd036ff Apache-2.0
danielmarschall/php-sha3 9999999-dev 5605bd5 MIT
danielmarschall/php-sha3 dev-master 5605bd5 MIT
danielmarschall/php_utils 9999999-dev 9bad54c Apache-2.0
danielmarschall/php_utils dev-master 9bad54c Apache-2.0
danielmarschall/php_utils 9999999-dev 72ab791 Apache-2.0
danielmarschall/php_utils dev-master 72ab791 Apache-2.0
danielmarschall/uuid_mac_utils 9999999-dev e632024 Apache-2.0
danielmarschall/uuid_mac_utils dev-master e632024 Apache-2.0
danielmarschall/vnag 9999999-dev ba9c0ed Apache-2.0