Skip to content

Releases: dun/munge

munge-0.5.6

16 May 05:02
@dun dun
Compare
Choose a tag to compare
  • Fixed bug causing build using Libgcrypt to fail without OpenSSL headers.

munge-0.5.5

16 May 05:02
@dun dun
Compare
Choose a tag to compare
  • Added support for Libgcrypt.
  • Added support for AES-256 cipher.
  • Added support for SHA-256 message digest.
  • Added check for minimum key length.
  • Reduced replay cache memory usage.

munge-0.5.4

16 May 05:02
@dun dun
Compare
Choose a tag to compare
  • Changed project homepage to http://home.gna.org/munge/.
  • Fixed bug leaking credential information on decode error.
  • Fixed bug preventing munged from terminating on various platforms.
  • Fixed bug building 32-bit & 64-bit libs on AIX with gcc.
  • Fixed RPM spec file so both shared & static libs are built on AIX.
  • Changed RPM spec file to create munge.key during install if not found.
  • Changed munged behavior to return fatal errors to shell if possible.
  • Changed init script so munged runs as daemon user instead of root.
  • Changed default paths to allow munged to own its directories.
  • Changed ownership & permissions of munged directories.
  • Added ownership & permission checks for files & directories.
  • Added compile-time defaults to munged help message.
  • Added support for SunOS 5.10 (getpeerucred).
  • Added support for Darwin (Mac OS X).
  • Improved security of file-descriptor-passing authentication mechanism.
  • Replaced "--auth-pipe-dir" with "--auth-server-dir" & "--auth-client-dir" opts.

munge-0.5.3

16 May 05:01
@dun dun
Compare
Choose a tag to compare
  • Added pidfile.
  • Improved multilib support for AIX.
  • Added support for AIX (32-bit, 64-bit, multiarch) to RPM spec file.
  • Added support for configure installation dir vars to alter defaults.
  • Added support for AIX, Debian, FreeBSD, and SunOS to init script.

munge-0.5.2

16 May 05:01
@dun dun
Compare
Choose a tag to compare
  • Fixed RPM spec file so munge-devel & munge-libs files are properly permissioned.

munge-0.5.1

16 May 05:01
@dun dun
Compare
Choose a tag to compare
  • Changed created logfile permissions to 640.

munge-0.5

16 May 05:01
@dun dun
Compare
Choose a tag to compare
  • Added multilib support.
  • Fixed bug with credential compression header not being protected by MAC.
  • Changed credential format to v3.
  • Changed client / server protocol (apps will need to relink).
  • Fixed miscellaneous bugs.
  • Changed default cipher to AES-128 if present.

munge-0.4.3

16 May 05:00
@dun dun
Compare
Choose a tag to compare
  • Fixed init script to work with RedHat's RHEL4-U1 chkconfig.

munge-0.4.2

16 May 05:00
@dun dun
Compare
Choose a tag to compare
  • Updated default paths to comply with the Filesystem Hierarchy Standard.
  • Fixed libtool bug causing libmunge to be incorrectly linked on AIX.
  • Fixed init script start behavior on RedHat.
  • Added munge-devel & munge-libs RPM subpackages.

munge-0.4.1

16 May 05:00
@dun dun
Compare
Choose a tag to compare
  • Fixed bug in init script preventing chkconfig from setting priorities.