freeradius.git
2012-09-27 Matthew NewtonRemove code for Auth-Types Local and Crypt; pap or...
2012-09-27 Arran Cudbard... debug: should output previous level instead of the...
2012-09-27 Arran Cudbard... Update share/dictionary.bskyb
2012-09-27 Arran Cudbard... Latest updates
2012-09-27 Alan T. DeKokDocument cache parameters in listen + tls, too
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-27 Alan DeKokMerge pull request #92 from philmayers/sess-persist
2012-09-25 Matthew Newtonrlm_eap virtual servers now call postauth for both...
2012-09-25 Matthew NewtonAdd rad_virtual_server to call rad_authenticate and...
2012-09-25 Matthew NewtonMove rad_postauth ACCEPT from rad_authenticate to reque...
2012-09-25 Arran Cudbard... Remove duplicate version/copyright info
2012-09-25 Arran Cudbard... Pass rpath when installing libeap
2012-09-25 Arran Cudbard... More AL attributes to support their NAT features
2012-09-22 Alan T. DeKokCheck for dlopen, too
2012-09-22 Alan T. DeKokIf we can't install, print error rather than SEGV
2012-09-22 Alan T. DeKokAdd -rpath to allow it to link && install
2012-09-22 Alan T. DeKokHack dependencies to get "touch foo.c;make install...
2012-09-21 Phil Mayersadd the ability to persist SSL session cache to disk...
2012-09-21 Arran Cudbard... Add safe-characters function from rlm_sql
2012-09-20 Arran Cudbard... Merge pull request #91 from philmayers/ldap-xlat-escape
2012-09-20 Phil Mayerswe should use ldap_escape_func when escaping the URL
2012-09-20 Arran Cudbard... Start removing the old one char expansions
2012-09-20 Arran Cudbard... Move string manipulation functions from xlat.c to rlm_expr
2012-09-20 Arran Cudbard... Remove b from randstr and implement h (hex encoded b)
2012-09-20 Arran Cudbard... Mark instance as unused in %{rand:}
2012-09-20 Alan DeKokMerge pull request #90 from philmayers/urlquote
2012-09-19 Phil Mayersadd urlquote xlat - useful for LDAP DNs with comma...
2012-09-19 Arran Cudbard... Quiet the compiler
2012-09-19 Arran Cudbard... Add dictionary for BSkyB
2012-09-18 Alan Buxeyremove compilation warnings
2012-09-18 Alan Buxeyremoved 2 compilation warnings
2012-09-18 Arran Cudbard... Don't use ci to iterate over subsections if we might...
2012-09-17 Arran Cudbard... Update links that point to wiki pages
2012-09-17 Arran Cudbard... Add bounds check for max_queue_size
2012-09-17 Alan T. DeKokUse max_queue_size when initializing the queues
2012-09-16 Arran Cudbard... Add alphanumeric char class
2012-09-16 Alan T. DeKokUse -rpath on install, so that we know the installation...
2012-09-16 Alan T. DeKokBetter errors. Use install path, if it exists
2012-09-15 Arran Cudbard... Add randstr expansion to generate random strings up...
2012-09-14 Alan T. DeKokAs posted to the Wiki
2012-09-14 Alan T. DeKokRemove --finish for library directory
2012-09-14 Alan T. DeKokFinish getting rid of radwatch
2012-09-14 Alan T. DeKokSkip OCSP if there's no host / port / url
2012-09-14 Arran Cudbard... Fix typo
2012-09-13 Arran Cudbard... git show-ref works in more cases than git tag
2012-09-13 Alan T. DeKokHacks to make it work with jlibtool
2012-09-13 Alan T. DeKokFix pattern substitution to work only for C/CPP
2012-09-13 Alan T. DeKokAllow building without TLS
2012-09-13 Alan T. DeKokAccept --quiet as a synonym for --silent
2012-09-13 Alan T. DeKokFix CVE-2012-3547. Found by Timo Warns.
2012-09-12 Arran Cudbard... Merge pull request #86 from armitasp/master
2012-09-12 Scott ArmitageUpdate raddb/sites-available/default
2012-09-12 Scott ArmitageUpdate raddb/policy.d/operator-name
2012-09-12 Arran Cudbard... Fix typo
2012-09-12 Arran Cudbard... Remove radwatch from configure scripts
2012-09-12 Arran Cudbard... Document the upgrade process for rlm_sql release_3_0_0_beta0
2012-09-12 Arran Cudbard... Note more 3.0 features
2012-09-11 GEANT GN3 JRA3 T1Policy for injecting operator-name
2012-09-08 Arran Cudbard... Minor fixes
2012-09-08 Alan T. DeKokAdded script for monit
2012-09-08 Arran Cudbard... Remove old radwatch script
2012-09-07 Arran Cudbard... Don't die if the clients file doesn't contain client...
2012-09-07 Arran Cudbard... Don't die if the clients file doesn't contain client {}
2012-09-07 Arran Cudbard... Hungroups and hints should default to NULL, so theyre...
2012-09-06 Arran Cudbard... Update src/modules/rlm_cache/rlm_cache.c
2012-09-06 Arran Cudbard... Add cache to accounting and preacct
2012-09-06 Alan T. DeKokCheck for more parse errors when reading dicts. Bug...
2012-09-06 Alan T. DeKokDouble-check that we don't over-run the buffer
2012-09-06 Alan T. DeKokCheck for memset of zero
2012-09-06 Alan T. DeKokClose directory when done with it. Bug found by Coverity
2012-09-06 Alan T. DeKokClose socket on error. Bug found by Coverity
2012-09-06 Alan T. DeKokClose FD if there's nothing to log. Bug found by Coverity
2012-09-06 Alan T. DeKokEnsure all fields are initialized
2012-09-06 Alan T. DeKokFix possible bug
2012-09-06 Alan T. DeKokFix use after free. Bug found by Coverity
2012-09-06 Alan T. DeKokOnly log known Acct-Status-Types. Bug found by Coverity
2012-09-06 Alan T. DeKokCorrected bug with NS-MTA-MD5 passwords. Found by...
2012-09-06 Alan T. DeKokRemove double free. Found by Coverity
2012-09-06 Arran Cudbard... Add debug option
2012-09-05 Arran Cudbard... Add hup to default logrotate script
2012-09-05 Arran Cudbard... Allow defaults to come from env
2012-09-05 Alan T. DeKokCFLAGS now includes OPENSSL_INCLUDE
2012-09-05 Alan T. DeKokMake it build using old Make && new jlibtool
2012-09-05 Arran Cudbard... Disable ticket cache in the default configuration
2012-09-05 Alan T. DeKokFix build error
2012-09-05 Alan T. DeKokFix typo in m4 macro
2012-09-05 Arran Cudbard... Update wiki link
2012-09-04 Arran Cudbard... Add option to disable krb5 cache
2012-09-04 Alan T. DeKokRemove very old libltdl
2012-09-04 Alan T. DeKokUpdate configure to not use our local libltdl
2012-09-04 Alan T. DeKokSwitch to using dlopen() instead of libltdl.
2012-09-04 Alan T. DeKokDisable EAP-PWD by default.
2012-09-03 Arran Cudbard... Tweak file read/parse errors, they're confusing when...
2012-08-31 Arran Cudbard... Add configuration check on restart/reload
2012-08-31 Alan T. DeKokDrop packets means drop packets
2012-08-30 Arran Cudbard... Add BT dictionary
2012-08-29 Arran Cudbard... Unique indexes for everybody!
2012-08-29 Alan T. DeKokCheck for NULL secret on dynamic clients
2012-08-29 Arran Cudbard... Correct wiki link
2012-08-29 Arran Cudbard... Add additional attributes to support features on the...
next