Skip to content

Commit

Permalink
* BUGS, HISTORY, META, NEWS, PLATFORMS: Updated for 0.5.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dun committed Nov 14, 2006
1 parent 73e9258 commit 0047638
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
1 change: 0 additions & 1 deletion BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
- credentials cannot be restricted based on where they can be decoded
(eg, hostname/hostrange/regex or ip-addr/netmask)
- munged hangs if client does not respond to auth req (auth via fd passing)
- client hangs if auth-server-dir is permissioned wrong (auth via fd passing)
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2006-11-14 Chris Dunlap <[email protected]>

* BUGS, HISTORY, META, NEWS, PLATFORMS: Updated for 0.5.5 release.

* src/libmunge/munge.h: Tweaked comments.

* src/munged/cipher.c (HAVE_OPENSSL:_cipher_map_enum),
Expand Down
1 change: 1 addition & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.5.5 2006-11-14
0.5.4 2006-09-26
0.5.3 2006-05-17
0.5.2 2006-03-07
Expand Down
5 changes: 3 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Name: munge
Version: 0.5.4
Date: 2006-09-26
Version: 0.5.5
Release: 1
Date: 2006-11-14
Author: Chris Dunlap <[email protected]>
LT_Current: 2
LT_Revision: 0
Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
munge-0.5.5 (2006-11-14):
- 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 (2006-09-26):
- Changed project homepage to <http://home.gna.org/munge/>.
- Fixed bug leaking credential information on decode error.
Expand Down Expand Up @@ -35,7 +42,7 @@ munge-0.5 (2006-01-24):
- Changed credential format to v3.
- Changed client/server protocol (apps will need to relink).
- Fixed miscellaneous bugs (now coverity clean).
- Changed default cipher to aes128 if present.
- Changed default cipher to AES-128 if present.

munge-0.4.3 (2005-10-31):
- Fixed init script to work with RedHat's RHEL4-U1 chkconfig.
Expand Down
15 changes: 12 additions & 3 deletions PLATFORMS
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
The current version of MUNGE has been built on the following platforms:
The current version of MUNGE has been built on the following platforms.

AIX 5.1, 5.2-ML4, 5.3
AIX 5.2, 5.3
Darwin 8.7.0
FreeBSD 6.1-BETA1
FreeBSD 6.1
Linux 2.6 (Debian, RedHat, SuSE) (x86, x86_64, ia64)
Solaris 10


Previous versions have also been built on the following platforms.
The current version may build there as well, but I no longer have
access to these platforms for testing.

AIX 5.1
FreeBSD 4.8, 4.10
Solaris 2.8

0 comments on commit 0047638

Please sign in to comment.