freeradius.git
2014-10-18 Herwin WeststrateRemoved some unused variables
2014-10-18 Herwin WeststrateUse %u in sprintf when printing unsigned integers
2014-10-16 Arran Cudbard... Decode status nibble
2014-10-16 Arran Cudbard... Fix OpenSSL version check issues
2014-10-16 Arran Cudbard... Gotta catch em all (SIGILL)
2014-10-16 Alan T. DeKokdoxygen
2014-10-16 Nikolai Kondrashovraddb: Use appropriate module names in traps
2014-10-16 Nikolai Kondrashovraddb: Remove extra apostrophe from trigger.conf
2014-10-16 Nikolai Kondrashovexec: Don't assume request presence when logging
2014-10-14 Alan T. DeKokAssign cp
2014-10-14 Alan T. DeKokFix error message
2014-10-14 Alan T. DeKokMy attempt to fix ldap:
2014-10-14 Alan T. DeKokClearer error messages
2014-10-14 Alan T. DeKokIf we're using basedn in a section, be sure it exists
2014-10-13 Alan T. DeKokDon't duplicate code
2014-10-13 Alan T. DeKokClean up sanitize function
2014-10-13 Alan T. DeKokRemove realm_home_server_add()
2014-10-13 Arran Cudbard... dn needs wider scope
2014-10-13 Arran Cudbard... Fixup LDAP client config
2014-10-13 Arran Cudbard... Doxygen
2014-10-13 Arran Cudbard... Allow arbitrary attributes for LDAP clients
2014-10-13 Arran Cudbard... Formatting
2014-10-11 Arran Cudbard... Move some functions around in clients.c and expose...
2014-10-11 Alan T. DeKokFix typo
2014-10-11 Alan T. DeKokDocument 'track = yes' in the correct place
2014-10-10 Alan T. DeKokNote recent changes
2014-10-10 Alan T. DeKokFix compiler warning
2014-10-10 Alan T. DeKokAllow CoA packets to be proxied via Packet-Dst-IP-Address
2014-10-10 Alan T. DeKokAllow CoA packets to be read from the detail file
2014-10-10 Alan T. DeKokExpose rad_coa_recv
2014-10-10 Alan T. DeKokSet packet->code from Packet-Type in detail file
2014-10-10 Alan T. DeKokAdd tracking when reading detail files.
2014-10-10 Alan T. DeKokWrite timestamps even in non-compat mode
2014-10-10 Arran Cudbard... Rename vpt_types to tmpl_types
2014-10-09 Arran Cudbard... cf_item_add defined too many times...
2014-10-09 Arran Cudbard... Support adding arbitrary attributes for dynamic clients
2014-10-09 Arran Cudbard... Expose cf_item_add and cf_pair_alloc
2014-10-09 Arran Cudbard... Still need the loop
2014-10-09 Arran Cudbard... Adding the same VP twice is bad mm'k Fixes #809
2014-10-09 Arran Cudbard... Typo
2014-10-09 Alan T. DeKokNote recent changes
2014-10-09 Alan DeKokMerge pull request #809 from Feh/pairadd-ignore-dups
2014-10-09 Arran Cudbard... More verbose error messages about VALUE_PAIRs with...
2014-10-09 Julius Plenzpairadd: Don't add a VP if it's already present
2014-10-08 Arran Cudbard... Formatting
2014-10-08 Arran Cudbard... Better error message for invalid LHS
2014-10-08 Alan T. DeKokFixes for detail file reader
2014-10-08 Alan T. DeKokClean up debug message
2014-10-08 Alan T. DeKokDon't send packets with code 0
2014-10-08 Alan T. DeKokFix assertion to only check for TCP sockets
2014-10-08 Kevin WassermanFix TRUSTROUTER -> TRUST_ROUTER
2014-10-07 Arran Cudbard... Update ChangeLog
2014-10-07 Arran Cudbard... Correct fix for #808
2014-10-07 Herwin WeststratePrevent assert(0) in rlm_rest
2014-10-07 Alan T. DeKokEven when there's no response, poke the detail file...
2014-10-07 Alan T. DeKokHandle failures for internally proxied requests.
2014-10-07 Alan T. DeKokDon't check synchronous / nodup for detail sockets
2014-10-07 Alan T. DeKokUse correct definition
2014-10-07 Alan T. DeKokBetter checks for regex
2014-10-07 Alan DeKokMerge pull request #807 from Feh/3.0.4rc2-compile-fixes
2014-10-07 Julius Plenzi_flag is only known if HAVE_REGEX is defined
2014-10-07 Julius Plenz"do_octets" label is needed independently of Ascend...
2014-10-07 Alan T. DeKokNote recent changes
2014-10-06 Alan T. DeKokTry this... helps with #806
2014-10-06 Alan DeKokMerge pull request #805 from spbnick/dhcpclient-dict...
2014-10-06 Nikolai Kondrashovdhcpclient: Load dictionary.dhcp from DICTDIR.
2014-10-06 Alan T. DeKokClean up fr_pow()
2014-10-06 Alan T. DeKokParse perlconf before running the initialization subroutine
2014-10-06 Alan T. DeKokmove fr_pow to rlm_expr. No one else uses it.
2014-10-06 Alan T. DeKokChange ! to ~, as that's what it really is.
2014-10-06 Alan T. DeKokAllow cast of ifid to integer64
2014-10-05 Alan T. DeKokUse attribute references instead of string expansions.
2014-10-05 Alan T. DeKokMore descriptive error message
2014-10-05 Alan T. DeKokUse shift and OR instead of multiplication by magic...
2014-10-05 Alan T. DeKokRemove unused variable
2014-10-05 Alan T. DeKokFix checks for PW_TYPE_FILE_INPUT
2014-10-05 Alan T. DeKokUnlock, not lock
2014-10-05 Alan T. DeKokMaximum length on EAP identity
2014-10-05 Alan T. DeKokMake grp tallo'c, too
2014-10-05 Alan T. DeKokTypo
2014-10-05 Alan T. DeKokAdd left / right shift to expressions
2014-10-05 Alan T. DeKokFix rlm_expr to use correct operator precedence.
2014-10-05 Alan T. DeKokFix tmpl_from_attr_substr()
2014-10-03 Arran Cudbard... Change map function signatures to return errors and...
2014-10-03 Arran Cudbard... Fix typo
2014-10-03 Arran Cudbard... Rename map functions to be consistent with tmpl functions
2014-10-03 Arran Cudbard... Fix editor error
2014-10-03 Arran Cudbard... Fix argument order so ctx is always first
2014-10-02 Arran Cudbard... Reorder radius_exec_program arguments to be consistent...
2014-10-02 Alan T. DeKokUn-tagged attributes can *never* have tags
2014-10-02 Arran Cudbard... Fix typo
2014-10-02 Arran Cudbard... We should use strtol to parse tag and array indexes...
2014-10-02 Arran Cudbard... They're indexes not references...
2014-10-02 Arran Cudbard... Formatting
2014-10-02 Arran Cudbard... Fix invalid request/list errors
2014-10-02 Arran Cudbard... Indent condition error markers
2014-10-02 Arran Cudbard... I hate doxygen
2014-10-02 Arran Cudbard... Convert the majority of tmpl functions to use a similar...
2014-10-02 Arran Cudbard... Move fr_canonicalize_error to log.c
2014-10-02 Arran Cudbard... Convert tmpl_afrom_attr_substr to use a similar signatu...
next