/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

  • Committer: teddy at recompile
  • Date: 2020-12-03 20:30:45 UTC
  • Revision ID: teddy@recompile.se-20201203203045-iqd6nq9y5nwalh1x
Minor fix of a test function

In dracut-module/password-agent, the test function
test_send_password_to_socket_EMSGSIZE() (which tests that the
send_password_to_socket() task function aborts properly when getting
EMSGSIZE when writing to the password socket), part of the test code
is supposed to find a message size which definitely does trigger
EMSGSIZE when send()ing to a socket.  Without a "break" in the proper
place, however, the size given is always exactly 1024 bytes too large.

This is very probably not a problem, since a too large message will
still be too large if it is increased by 1024 bytes, and send(2) in
practice checks the size before reading the buffer.  The biggest issue
would be if some version of send(2) would try to look at the last 1024
bytes of the message buffer before checking the message size; this
would then lead to a buffer over-read when running this test function.
(But even then there would be no security implications since the tests
are not run in the normal operation of the program.)

* dracut-module/password-agent.c
  (test_send_password_to_socket_EMSGSIZE): Break out early when ssret
  < 0 and errno == EMSGSIZE; don't allow loop to increase message_size
  again.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzr-builddeb 185 15 years ago Teddy Hogeborn * .bzr-builddeb/default.conf: New. * Makefile (in Diff
debian 185 15 years ago Teddy Hogeborn * .bzr-builddeb/default.conf: New. * Makefile (in Diff
dracut-module 1127 4 years ago Teddy Hogeborn Add dracut(8) support Add support for the dracut( Diff
network-hooks.d 505.3.10 12 years ago Teddy Hogeborn * network-hooks.d: New directory. * network-hooks. Diff
plugin-helpers 738.1.1 8 years ago Teddy Hogeborn Add a plugin helper directory, available to all pl Diff
plugins.d 13 15 years ago Björn Påhlsson Added following support: Pluginbased client handle Diff
.bzrignore 1193 4 years ago teddy at recompile Remove non-project-specific pattern from .bzrignor 260 bytes Diff Download File
bugs.xml 821 8 years ago Teddy Hogeborn Add bug reporting information to manual pages * b 539 bytes Diff Download File
clients.conf 964 5 years ago Teddy Hogeborn Doc fix: Change some "/etc/mandos" to "/etc/keys/m 3.3 KB Diff Download File
common.ent 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 94 bytes Diff Download File
COPYING 24.1.51 15 years ago Björn Påhlsson Added configuration files support for mandos-clien 34.2 KB Diff Download File
DBUS-API 1218 3 years ago teddy at recompile Update copyright year * DBUS-API: Update copyrigh 5.9 KB Diff Download File
dbus-mandos.conf 24.1.186 12 years ago Björn Påhlsson transitional stuff actually working documented cha 820 bytes Diff Download File
default-mandos 185 15 years ago Teddy Hogeborn * .bzr-builddeb/default.conf: New. * Makefile (in 174 bytes Diff Download File
init.d-mandos 927 6 years ago Teddy Hogeborn Remove unnecessary text left from old example init 4.2 KB Diff Download File
initramfs-tools-conf 954 5 years ago Teddy Hogeborn Move UMASK setting to more proper place * Makefil 695 bytes Diff Download File
initramfs-tools-conf-hook 1099 5 years ago Teddy Hogeborn Installation: Fix UMASK even if set by some other 647 bytes Diff Download File
File initramfs-tools-hook 1208 4 years ago teddy at recompile initramfs-tools-hook: Properly quote argument to t 7.6 KB Diff Download File
File initramfs-tools-script 1215 3 years ago teddy at recompile In initramfs-tools boots, only use setsid when ava 4.6 KB Diff Download File
File initramfs-tools-script-stop 956 5 years ago Teddy Hogeborn Set executable permissions on new files * initram 1.8 KB Diff Download File
File initramfs-unpack 1127 4 years ago Teddy Hogeborn Add dracut(8) support Add support for the dracut( 2.7 KB Diff Download File
INSTALL 1186 4 years ago Teddy Hogeborn INSTALL: Add "-" argument to "su" invocations. 5.8 KB Diff Download File
intro.xml 1221 3 years ago teddy at recompile Change URL of systemd "Password Agents" specificat 17.9 KB Diff Download File
legalnotice.xml 907 6 years ago Teddy Hogeborn Alter copyright notices slightly. Actual license 1 KB Diff Download File
Makefile 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 21.8 KB Diff Download File
File mandos 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 144 KB Diff Download File
mandos-clients.conf.xml 969 5 years ago Teddy Hogeborn Update copyright year to 2019 * DBUS-API: Update 19.4 KB Diff Download File
File mandos-ctl 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 107 KB Diff Download File
mandos-ctl.xml 1131 4 years ago Teddy Hogeborn Make tests and man page examples match Make the t 17.8 KB Diff Download File
File mandos-keygen 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 12.6 KB Diff Download File
mandos-keygen.xml 1120 4 years ago Teddy Hogeborn Document bug in mandos-keygen which strips white s 16.8 KB Diff Download File
File mandos-monitor 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 29.3 KB Diff Download File
mandos-monitor.xml 969 5 years ago Teddy Hogeborn Update copyright year to 2019 * DBUS-API: Update 6.3 KB Diff Download File
mandos-options.xml 1123 4 years ago Teddy Hogeborn Use hexadecimal unicode character references, not 5.1 KB Diff Download File
File mandos-to-cryptroot-unlock 1218 3 years ago teddy at recompile Update copyright year * DBUS-API: Update copyrigh 2.5 KB Diff Download File
mandos.conf 777 8 years ago Teddy Hogeborn Bug fix for GnuTLS 3: be compatible with old 2048- 1.6 KB Diff Download File
mandos.conf.xml 1106 4 years ago Teddy Hogeborn Doc fix: Use new style interface names instead of 8.9 KB Diff Download File
mandos.lsm 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 910 bytes Diff Download File
mandos.service 1203 4 years ago teddy at recompile Allow users to more easily alter mandos.service T 1.2 KB Diff Download File
mandos.xml 1121 4 years ago Teddy Hogeborn Change URL for Avahi to use HTTPS * INSTALL (Prer 24.1 KB Diff Download File
NEWS 237.4.134 3 years ago Teddy Hogeborn Version 1.8.13-1 * Makefile (version): Change to 21.3 KB Diff Download File
overview.xml 962 5 years ago Teddy Hogeborn Add support for using raw public keys in TLS (RFC 923 bytes Diff Download File
plugin-runner.c 1218 3 years ago teddy at recompile Update copyright year * DBUS-API: Update copyrigh 35.5 KB Diff Download File
plugin-runner.conf 342 15 years ago Teddy Hogeborn * initramfs-tools-hook: Bug fix: Add "--userid" an 380 bytes Diff Download File
plugin-runner.xml 1124 4 years ago Teddy Hogeborn Allow line breaks on long lines in plugin-runner m 22.6 KB Diff Download File
README 844 8 years ago Teddy Hogeborn Use HTTPS in home page links Since we have a real 410 bytes Diff Download File
sysusers.d-mandos.conf 1160 4 years ago Teddy Hogeborn Client: Use the systemd sysusers.d mechanism, if p 167 bytes Diff Download File
tmpfiles.d-mandos.conf 838 8 years ago Teddy Hogeborn Server: New tmpfiles.d file for persistent state d 38 bytes Diff Download File
TODO 1206 4 years ago teddy at recompile Update formatting in TODO file * TODO: Add markup 4.9 KB Diff Download File