freeradius.git
2012-11-07 Matthew Newtonauto line ending and Id fixups
2012-11-07 Arran Cudbard... Fix issue between boilermake, gcc, and perl compiler...
2012-11-07 Alan T. DeKokDon't print out commands we run
2012-11-07 Alan T. DeKokRemove dependency on directories for installation
2012-11-07 Arran Cudbard... Remove dhcp.c from sources list
2012-11-07 Alan T. DeKokA run-time error is an error, not an assert
2012-11-07 Arran Cudbard... Fixup .gitignore files to ignore more things
2012-11-07 Arran Cudbard... Remove old feature defines from src/include/radiusd.h
2012-11-07 Arran Cudbard... Update boiler make build system to generate dynamic...
2012-11-06 Arran Cudbard... Add features template
2012-11-06 Arran Cudbard... Add some additional defines to version output
2012-11-06 Arran Cudbard... Move static feature defines from radiusd.h to features...
2012-11-06 Vladimir LettievFixed typo in calculation of size of available buffer.
2012-11-06 Arran Cudbard... Merge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard... Fix typo that meant --with-ascend-binary=yes didn't...
2012-11-06 Arran Cudbard... Remove redundant #include <freeradius-devel/autoconf.h>
2012-11-06 Arran Cudbard... Make autoconf.h available everywhere implicitly using...
2012-11-06 Arran Cudbard... Fix redefinition issues by undefining conflicting defin...
2012-11-06 Arran Cudbard... Substitute autoconf defines in missing.h and tls.h...
2012-11-04 Arran Cudbard... Basic language definition for bbedit
2012-11-03 Arran Cudbard... Enable experimental module build on --enable-developer
2012-11-03 Arran Cudbard... Add missing rlm_dhcp module
2012-11-03 Arran Cudbard... Remove acct_unique from raddb makefile
2012-11-03 Alan T. DeKokAdded missing space
2012-11-03 Arran Cudbard... Add Tmp-Octets-*
2012-11-03 Arran Cudbard... Fix quoting for git program check
2012-11-03 Arran Cudbard... ERX-Dhcp-Options is actually raw options from the DHCP...
2012-11-03 Alan T. DeKokSkip compile sources if they won't be linked to a lib/exe
2012-11-02 Arran Cudbard... Add warning if we don't have json-c
2012-11-02 Arran Cudbard... Use official libcurl macros to configure libcurl
2012-11-02 Arran Cudbard... Don't pass --enable-developer by default
2012-11-02 Arran Cudbard... Remove -O2 and replace -g with -g3 if building from...
2012-11-01 Arran Cudbard... More $Id$ fixes
2012-11-01 Arran Cudbard... Fixup $Id header for rlm_securid.c
2012-11-01 Arran Cudbard... Fix for autoconf 2.69
2012-11-01 Arran Cudbard... Move dhcp_options: xlat to rlm_dhcp module
2012-11-01 Arran Cudbard... Make $Id$ work again
2012-11-01 Alan T. DeKokAdded rad_data2vp() to mirror rad_vp2data()
2012-11-01 Arran Cudbard... Fix whitespace
2012-10-31 Arran Cudbard... Fix some lazily resolved symbol named
2012-10-31 Arran Cudbard... Add dhcp_option: xlat to decode DHCP options packed...
2012-10-30 Arran Cudbard... Make rlm_rest build without cjson
2012-10-30 Arran Cudbard... Update TLS section to conform to standard used in rlm_l...
2012-10-30 Arran Cudbard... Fixup rlm_rest escape function
2012-10-30 Arran Cudbard... Ignore config.h files
2012-10-30 Arran Cudbard... re-add the expect_password option
2012-10-30 Arran Cudbard... Fixup xlat calls in rlm_ldap to work with new function...
2012-10-30 Alan T. DeKokMassive rewrite of the LDAP module.
2012-10-29 Arran Cudbard... C != PHP
2012-10-29 Arran Cudbard... arg needs to be a buffer
2012-10-28 Alan T. DeKokMark home server zombie only after response_window
2012-10-28 Alan T. DeKokSet the home server "last packet" only on original...
2012-10-28 Arran Cudbard... Fixup some warnings in rlm_perl
2012-10-28 Chris MikkelsonHandle tagged attributes with multiple values in rlm_perl.
2012-10-28 Arran Cudbard... Add tag matching to pairdelete and paircopy2
2012-10-27 Arran Cudbard... More version fixes for master branch
2012-10-27 Arran Cudbard... Update configure script
2012-10-27 Arran Cudbard... Change version constants to be more useful
2012-10-27 Alan T. DeKokMore fixes to make it work with system libtool && jlibtool
2012-10-27 Alan T. DeKokTry to fix "home server dead" code
2012-10-27 Arran Cudbard... Minor formatting fixes
2012-10-27 Arran Cudbard... Merge pull request #118 from philmayers/cache-locking
2012-10-27 Phil Mayersadd locking to rlm_cache
2012-10-27 Alan T. DeKokAfter running it through the formatter
2012-10-27 Alan T. DeKokFixes to work with system libtool
2012-10-27 Alan T. DeKokRemove last shred of libtool
2012-10-26 Alan T. DeKokUse redis escape function
2012-10-25 Alan T. DeKokUnderstand extended format attrs, too
2012-10-25 Iliya PeregoudovCreate threads as joinable, not detached.
2012-10-25 Arran Cudbard... Add proxim dictionary
2012-10-25 Alan T. DeKokPass correct arguments to memcpy
2012-10-25 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-24 Arran Cudbard... Merge pull request #112 from armitasp/master
2012-10-23 Scott ArmitageMinor formatting fix. add_cui should be add-cui
2012-10-23 Arran Cudbard... More formatting fixes
2012-10-23 Ryan SteinmetzImprove Kerberos support when using Heimdal
2012-10-22 Alan T. DeKokDon't complain if there are triggers don't exist
2012-10-22 Arran Cudbard... Fixup formatting and errors in cui policy and dependencies
2012-10-22 Arran Cudbard... Merge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-22 Arran Cudbard... Merge pull request #110 from armitasp/master
2012-10-21 Arran Cudbard... Minor formatting fixes
2012-10-21 Scott ArmitageChanged sites-available/default. Documented the use...
2012-10-21 Scott ArmitageChanged sites-available/inner-tunnel. Documented the...
2012-10-21 Scott ArmitageChanged cui policy. Changed the updating of the cui...
2012-10-21 Scott ArmitageChanged cui policy. Added settings to (optionally)...
2012-10-21 Scott ArmitageChanged cui policy. Added a cui.pre-proxy section to...
2012-10-21 Scott ArmitageChanged cui policy. cui.authorize requires a flag is...
2012-10-21 Scott ArmitageAdded the cui hash to cui policy
2012-10-20 Alan T. DeKokMade packet data len "size_t".
2012-10-20 Alan T. DeKokFix compiler warnings
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-18 Arran Cudbard... Substitute 'signature' for 'Request Authenticator'...
2012-10-17 Arran Cudbard... Add base64tohex to allow values to be written to IP...
2012-10-17 Arran Cudbard... fixes #108 Add function to convert FR value pair types...
2012-10-16 Arran Cudbard... Remove dependency on stdbool and use FRs bool constants
2012-10-16 Arran Cudbard... Move boolean constants to libradius
2012-10-15 Arran Cudbard... fixup formatting/warning
2012-10-15 MetasovAdd different operators handle to rlm_python
2012-10-15 Arran Cudbard... remove compilation error messages (As noted by Alan...
2012-10-15 Arran Cudbard... Only print out user authorized message if the ldap...
next