freeradius.git
2014-06-01 Arran Cudbard... Merge cache changes from master release_3_0_4_rc1
2014-06-01 Arran Cudbard... Remove all Cache control attributes after each rlm_cach...
2014-06-01 Alan T. DeKokDon't use Perl
2014-06-01 Alan T. DeKokIgnore attributes.h
2014-06-01 Alan T. DeKokFunction naming consistency
2014-06-01 Alan T. DeKokAuto-generate headers from dictionarty.freeradius.internal
2014-06-01 Alan T. DeKokUse the correct numbers in the dictionary files.
2014-06-01 Arran Cudbard... Add Cache-Read-Only
2014-06-01 Arran Cudbard... Renumber FreeRADIUS-Client-Src-IP-Address and FreeRADIU...
2014-06-01 Arran Cudbard... Convert rlm_cache to use map2request
2014-06-01 Arran Cudbard... Fix double & for list references too
2014-06-01 Arran Cudbard... Remove unused argument in radius_map2request
2014-05-31 Arran Cudbard... Skip zero length values in mapping section of rlm_ldap
2014-05-31 Arran Cudbard... Better way of doing wildcards
2014-05-31 Arran Cudbard... Missed label
2014-05-31 Arran Cudbard... Better way of doing IPv4/IPv6 format checking
2014-05-31 Arran Cudbard... Remove deprecated methods of specifying clients from...
2014-05-31 Arran Cudbard... Re-enable wildcard clients. The clients.conf had a...
2014-05-31 Arran Cudbard... Missed check for ipv4addr in clients.c
2014-05-31 Arran Cudbard... Set prefixes in fr_sockaddr2ipaddr
2014-05-31 Alan T. DeKokNote recent changes
2014-05-31 Alan T. DeKokWhitespace
2014-05-31 Alan T. DeKoktypos
2014-05-31 Alan T. DeKokUse -fPIC for Solaris
2014-05-30 Arran Cudbard... Don't try to resolve IPv6 addresses in fr_pton
2014-05-30 Arran Cudbard... Update warning for clients
2014-05-30 Arran Cudbard... Add similar ipaddr, ipv4addr, ipv6addr config items...
2014-05-30 Arran Cudbard... Add similar ipaddr, ipv4addr, ipv6addr config items...
2014-05-30 Arran Cudbard... Rename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard... Add PW_TYPE_COMBO_IP_PREFIX (conffile parser only)
2014-05-30 Arran Cudbard... Rename fr_pton functions to fr_pton4, fr_pton6 and...
2014-05-30 Arran Cudbard... Update ChangeLog
2014-05-30 Arran Cudbard... Fix issue where use of FreeRADIUS-Client-IPv6-Prefix...
2014-05-30 Arran Cudbard... Minor typos in error messages
2014-05-30 Arran Cudbard... Switch to using fr_ipaddr_t for client prefixes, and...
2014-05-30 Arran Cudbard... Add fr_ipaddr_mask to fixup fr_ipaddr_t's by zeroing...
2014-05-30 Arran Cudbard... Add nonnull hint
2014-05-30 Arran Cudbard... Add fr_ptonx, fr_ntop and is_wildcard IP address functions
2014-05-30 Arran Cudbard... Simplify masking
2014-05-30 Arran Cudbard... Whitespace changes
2014-05-30 Alan DeKokMerge pull request #672 from spbnick/init_delay_rename_...
2014-05-30 Nikolai KondrashovRename min_response_window to init_delay
2014-05-30 Nikolai KondrashovAdd FR_TIMEVAL_BOUND_CHECK
2014-05-30 Arran Cudbard... Fix all remaining config items to use FR_CONF_OFFSET
2014-05-30 Arran Cudbard... Break out IP parsing into fr_pton and fr_pton6. Any...
2014-05-29 Alan T. DeKokMore FR_CONF_OFFSET fixups
2014-05-29 Alan T. DeKokMore conversion to FR_CONF_OFFSET
2014-05-29 Alan T. DeKokMore conversion to FR_CONF_OFFSET
2014-05-29 Arran Cudbard... Fix scan error
2014-05-29 Arran Cudbard... Reformatting and another enum
2014-05-29 Arran Cudbard... Fix Coverity #1216798 #1216797 #1216796 #1216795 #1216794
2014-05-29 Alan T. DeKoktrailing spaces aren't necessary
2014-05-29 Alan T. DeKokMove prefix_ptr to a higher scope
2014-05-29 Alan T. DeKokAdded per-client response_window. Closes #645
2014-05-29 Alan T. DeKokSet prefix to /32 if it wasn't set
2014-05-29 Alan T. DeKokTrack response_window to request->delay. Addresses...
2014-05-29 Alan T. DeKokRemove one last check for zero
2014-05-29 Alan T. DeKokDon't return OK for EAP-MSCHAPv2 success/fail
2014-05-29 Alan T. DeKokMove last few conf items to FR_CONF_OFFSET
2014-05-29 Arran Cudbard... Use pairmake_packet for Module-Failure-Message
2014-05-29 Arran Cudbard... Add macro for FR_FAULT_LOG
2014-05-29 Arran Cudbard... Print maps for !* ANY
2014-05-29 Arran Cudbard... Remove code in radius_map2vp for !* ANY (it's not needed)
2014-05-29 Arran Cudbard... Fix double & with attribute references in debug_map
2014-05-29 Arran Cudbard... Comment
2014-05-29 Arran Cudbard... Formatting
2014-05-28 Alan T. DeKokIt's OK to send packets in outgoing proxy socket INIT...
2014-05-28 Alan T. DeKokDon't print out useless proxy ID
2014-05-28 Alan T. DeKokclose_notify isn't an error. It's a polite notification
2014-05-28 Alan T. DeKokonly use TLS if TLS is enabled
2014-05-28 Alan T. DeKokAdd the proxy listener to the packet list immediately
2014-05-28 Alan T. DeKokcerts will be NULL for outgoing proxy sockets.
2014-05-28 Alan T. DeKokFix use of fr_nonblock && listen() for sockets
2014-05-28 Alan T. DeKokDon't set nonblock on outgoing client connections.
2014-05-28 Arran Cudbard... Status should always be initialised in rlm_ldap_bind
2014-05-28 Arran Cudbard... Need extra break
2014-05-28 Arran Cudbard... Don't need memset if it's static
2014-05-28 Arran Cudbard... pairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard... Update ChangeLog
2014-05-28 Arran Cudbard... Add some more asserts for catching invalid VPs when...
2014-05-28 Arran Cudbard... Add \0 safe parsing of LDAP binary attributes
2014-05-28 Arran Cudbard... Make pairparsevalue binary safe
2014-05-28 Herwin WeststrateAdded debian/freeradius-rest to gitignore
2014-05-28 Arran Cudbard... More LDAP tweaks
2014-05-28 Arran Cudbard... Don't retry ldap binds on failure (if were opening...
2014-05-27 Arran Cudbard... Extra message
2014-05-27 Arran Cudbard... Make it clearer what's happening on exit Fixes #665
2014-05-27 Alan T. DeKokTweak error message
2014-05-27 Arran Cudbard... Add option not to add applicaiton_name
2014-05-27 Alan T. DeKokRe-arrange calls to setup_post_proxy_fail
2014-05-27 Alan T. DeKokWe can suppress delayed proxy responses, too
2014-05-27 Arran Cudbard... Update ChangeLog
2014-05-27 Arran Cudbard... Need to create new attributes as integer64 type in...
2014-05-27 Arran Cudbard... New DHCP options encoder
2014-05-27 Arran Cudbard... Backport radius_vpt_get_vp changes from master
2014-05-27 Alan T. DeKokUse OpenSSL MD4 and MD5 by default.
2014-05-27 Arran Cudbard... Merge pull request #662 from fajarnugraha/v3.0.x-suse...
2014-05-26 Fajar A. Nugrahasuse: specfile build fixes
2014-05-26 Alan T. DeKokfix compile error
2014-05-26 Alan T. DeKokWe always have a "request" now
next