Use *= 2 instead of += $self for doubling
[freeradius.git] / src /
2014-10-18 Herwin WeststrateUse *= 2 instead of += $self for doubling
2014-10-18 Herwin WeststrateDereference query pointers before checking to see if...
2014-10-18 Herwin WeststrateRemoved assignment of function parameter at the end...
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-BellDecode status nibble
2014-10-16 Arran Cudbard-BellFix OpenSSL version check issues
2014-10-16 Arran Cudbard-BellGotta catch em all (SIGILL)
2014-10-16 Alan T. DeKokdoxygen
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-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-Belldn needs wider scope
2014-10-13 Arran Cudbard-BellDoxygen
2014-10-13 Arran Cudbard-BellAllow arbitrary attributes for LDAP clients
2014-10-13 Arran Cudbard-BellFormatting
2014-10-11 Arran Cudbard-BellMove some functions around in clients.c and expose...
2014-10-11 Alan T. DeKokFix typo
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-BellRename vpt_types to tmpl_types
2014-10-09 Arran Cudbard-Bellcf_item_add defined too many times...
2014-10-09 Arran Cudbard-BellSupport adding arbitrary attributes for dynamic clients
2014-10-09 Arran Cudbard-BellExpose cf_item_add and cf_pair_alloc
2014-10-09 Arran Cudbard-BellStill need the loop
2014-10-09 Arran Cudbard-BellAdding the same VP twice is bad mm'k Fixes #809
2014-10-09 Arran Cudbard-BellTypo
2014-10-09 Alan DeKokMerge pull request #809 from Feh/pairadd-ignore-dups
2014-10-09 Arran Cudbard-BellMore 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-BellFormatting
2014-10-08 Arran Cudbard-BellBetter 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-BellCorrect 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-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. DeKokMore descriptive error message
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. 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-BellChange map function signatures to return errors and...
2014-10-03 Arran Cudbard-BellFix typo
2014-10-03 Arran Cudbard-BellRename map functions to be consistent with tmpl functions
2014-10-03 Arran Cudbard-BellFix editor error
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-10-02 Alan T. DeKokUn-tagged attributes can *never* have tags
2014-10-02 Arran Cudbard-BellFix typo
2014-10-02 Arran Cudbard-BellWe should use strtol to parse tag and array indexes...
2014-10-02 Arran Cudbard-BellThey're indexes not references...
2014-10-02 Arran Cudbard-BellFormatting
2014-10-02 Arran Cudbard-BellFix invalid request/list errors
2014-10-02 Arran Cudbard-BellIndent condition error markers
2014-10-02 Arran Cudbard-BellConvert the majority of tmpl functions to use a similar...
2014-10-02 Arran Cudbard-BellMove fr_canonicalize_error to log.c
2014-10-02 Arran Cudbard-BellConvert tmpl_afrom_attr_substr to use a similar signatu...
2014-10-02 Arran Cudbard-BellAdd comment for fr_canonicalize_error
2014-10-02 Arran Cudbard-BellOutput variables come first
2014-10-02 Alan T. DeKokTests for commas, too
2014-10-02 Alan T. DeKokStop on comma and EOL, too
2014-10-02 Alan T. DeKokFix comments after module reference.
2014-10-02 Arran Cudbard-BellAdd test for comments
2014-10-02 Arran Cudbard-BellFixup rlm_sqlcounter warnings
2014-10-02 Arran Cudbard-BellHint that request and cmd should never be NULL in radiu...
2014-10-02 Arran Cudbard-BellChange logging in radius_exec_program to use R* macros
2014-10-02 Arran Cudbard-BellChange eap_vp2packet to use fr_strerror_printf to outpu...
next