Automatic report from sources (radiusd) between 24.01.2006 - 25.01.2006 GMT
CVS log entries from 24.01.2006 (Tue) 09:00:01 - 25.01.2006 (Wed) 09:00:00 GMT ===================================================== Summary by authors ===================================================== Author: aland File: radiusd/src/main/Makefile.in; Revisions: 1.58 File: radiusd/src/lib/radius.c; Revisions: 1.177, 1.176 File: radiusd/src/include/libradius.h; Revisions: 1.115 File: radiusd/src/main/radsniff.c; Revisions: 1.2 File: radiusd/Make.inc.in; Revisions: 1.48.4.1 ===================================================== Combined list of identical log entries ===================================================== Description: Moved copied code in radsniff.c to rad_packet_ok() Made rad_recv() call rad_packet_ok() Updated radsniff to use more "const". Updated radsniff to accept "-d dictionary_dir" Modified files: File: radiusd/src/include/libradius.h; Revision: 1.115; Date: 2006/01/24 23:04:06; Author: aland; Lines: (+2 -1) File: radiusd/src/lib/radius.c; Revision: 1.177; Date: 2006/01/24 23:04:06; Author: aland; Lines: (+90 -79) File: radiusd/src/main/radsniff.c; Revision: 1.2; Date: 2006/01/24 23:04:06; Author: aland; Lines: (+19 -326) ===================================================== Log entries ===================================================== Description: Include CPPFLAGS, too. This fixes bug #321 Modified files: File: radiusd/Make.inc.in; Revision: 1.48.4.1; Date: 2006/01/24 21:02:20; Author: aland; Lines: (+3 -2) ------------------------------- Description: Be a little more paranoid about checking packet codes Modified files: File: radiusd/src/lib/radius.c; Revision: 1.176; Date: 2006/01/24 18:13:48; Author: aland; Lines: (+39 -8) ------------------------------- Description: Don't make radiusd depend on $(MODULE_LIBS), that is a macro which is passed to libtool, and may include things like "-dlpreopen" Modified files: File: radiusd/src/main/Makefile.in; Revision: 1.58; Date: 2006/01/24 22:46:41; Author: aland; Lines: (+2 -2) ===================================================== Summary of modified files ===================================================== File: radiusd/Make.inc.in Revisions: 1.48.4.1 Authors: aland (+3 -2) ------------------------------- File: radiusd/src/include/libradius.h Revisions: 1.115 Authors: aland (+2 -1) ------------------------------- File: radiusd/src/lib/radius.c Revisions: 1.177, 1.176 Authors: aland (+90 -79), aland (+39 -8) ------------------------------- File: radiusd/src/main/Makefile.in Revisions: 1.58 Authors: aland (+2 -2) ------------------------------- File: radiusd/src/main/radsniff.c Revisions: 1.2 Authors: aland (+19 -326) -- Automatic cron job from /web/pages/us.freeradius.org/bin/new_makelog.pl
Hi,
File: radiusd/src/main/radsniff.c; Revision: 1.2; Date: 2006/01/24 23:04:06; Author: aland; Lines: (+19 -326)
I'm having an issue with the radsniff code in the CVS - when doing ./configure and make my pcap_library is just staying as @PCAP_LIBRARY@ - by manually editing src/Makefile and changing the value to -lpcap all is fine alan
A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
File: radiusd/src/main/radsniff.c; Revision: 1.2; Date: 2006/01/24 23:04:06; Author: aland; Lines: (+19 -326)
I'm having an issue with the radsniff code in the CVS - when doing ./configure and make my pcap_library is just staying as @PCAP_LIBRARY@ - by manually editing src/Makefile and changing the value to -lpcap all is fine
alan
I had the same, went away after I regenerated configure by running autoconf
A.L.M.Buxey@lboro.ac.uk wrote:
File: radiusd/src/main/radsniff.c; Revision: 1.2; Date: 2006/01/24 23:04:06; Author: aland; Lines: (+19 -326)
I'm having an issue with the radsniff code in the CVS - when doing ./configure and make my pcap_library is just staying as @PCAP_LIBRARY@ - by manually editing src/Makefile and changing the value to -lpcap all is fine
Sorry, I didn't commit in CVS the new configure regenerated from configure.in. You have to manually run "autoconf" before building FreeRADIUS. -- Nicolas Baradakis
Hi,
Sorry, I didn't commit in CVS the new configure regenerated from configure.in. You have to manually run "autoconf" before building FreeRADIUS.
yes, after reading the previous reply and this one it is obvious and I need to slap myself a bit. not enough coffee. alan
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Automatic cvs log generator -
Joe Maimon -
Nicolas Baradakis