Skip to content

Releases: dun/munge

munge-0.4

16 May 05:00
@dun dun
Compare
Choose a tag to compare
  • Added persistent pool of threads.
  • Added retry for failed requests.
  • Added libtool version-info.
  • Added "--key-file", "--num-threads", and "--auth-pipe-dir" cmdline opts to munged.
  • Added munge context option to limit maximum request length.
  • Added timer to periodically re-parse group info.
  • Added remunge benchmark / stress-test utility.
  • Added munge enums (munge_enum).
  • Added manpages.
  • Added support for configure to locate OpenSSL installation.
  • Added support for file-descriptor-passing over ramdisks.
  • Added support for SuSE / LSB to init script.
  • Added support for C++.
  • Improved support for AIX.
  • Optimized memory usage.
  • Optimized performance.
  • Changed libmunge.so to only export public symbols.
  • Changed client / server protocol (apps will need to relink).

munge-0.3

16 May 04:59
@dun dun
Compare
Choose a tag to compare
  • Added support for AIX, FreeBSD, and SunOS.
  • Added compression (bzlib, zlib).
  • Added replay detection / prevention.
  • Added ability to restrict decoding based on UID / GID.
  • Changed credential format to v2.
  • Changed client / server protocol.

munge-0.2

16 May 04:58
@dun dun
Compare
Choose a tag to compare
  • Added support for ia64.
  • Added TTL and origin IP address to credential header.

munge-0.1

16 May 04:58
@dun dun
Compare
Choose a tag to compare
  • Added full client / server support.
  • Added full cryptographic support.
  • Added munge contexts (munge_ctx).