Remove spaces after -D
[freeradius.git] / src /
2014-09-04 Alan T. DeKokRemove spaces after -D
2014-09-03 Alan T. DeKokAdd realm_pool_free() which garbage collects the pools.
2014-09-03 Alan T. DeKokPreliminary support for trust router code
2014-09-03 Alan T. DeKokExpose tls_init_ctx()
2014-09-03 Alan T. DeKokBuild without getgrnam_r()
2014-09-03 Alan T. DeKokFree output bio, too
2014-09-03 Alan T. DeKokPrint debug messages only in debug mode. Closes #779
2014-09-02 Alan T. DeKokAdded checks for libpcre
2014-09-02 Alan T. DeKokAllow SQL to add clients to virtual servers
2014-09-02 Alan T. DeKokFix use of talloc buffers
2014-09-02 Alan T. DeKokUse ralloc'd memory for getgrnam_r(). Closes #776
2014-09-02 Alan T. DeKokUse new fr_getgid() function. Addresses #776
2014-09-02 Alan T. DeKokAdd and expose fr_getgid(). Addresses #776
2014-09-02 Alan T. DeKokUse getpwnam_r() and getgrnam_r() if available. Closes...
2014-09-02 Alan T. DeKokAdd autoconf checks for getpwnam_r and getgrnam_r.
2014-09-01 Alan T. DeKokMake sqlippool handle IPv6 prefixes
2014-09-01 Alan T. DeKokFree the correct variable. Closes CID #1233596
2014-09-01 Alan T. DeKokUse fr_rand() instead of random(). It's stronger.
2014-09-01 Alan T. DeKokUse memmove instead of memcpy. Fixes coverity complaint.
2014-08-31 Alan T. DeKokDon't confuse the scanner
2014-08-31 Alan T. DeKokvpt may be NULL
2014-08-31 Alan T. DeKokUse correct name for struct entries
2014-08-31 Alan T. DeKokReturn correct code for error
2014-08-30 Alan T. DeKokClarify behavior of inner-tunnel replies
2014-08-30 Alan T. DeKokMove suppression of debugging messages to a better...
2014-08-30 Alan T. DeKokRemove unnecessary debug message
2014-08-29 Arran Cudbard-BellUse memcp for string comparisons to be \0 safe
2014-08-29 Alan T. DeKokEnsure that dictionary.dhcp is loaded
2014-08-29 Arran Cudbard-BellDoxygen
2014-08-29 Arran Cudbard-BellUsing attribute references in conditions should allow...
2014-08-29 Arran Cudbard-BellMake connection pool sharing messages slightly clearer
2014-08-29 Alan T. DeKokDo the right chmod
2014-08-29 Arran Cudbard-BellAllow 'plain' as a valid WEB API type
2014-08-29 Arran Cudbard-BellFix issue in configured 'forced' types
2014-08-29 Arran Cudbard-BellPrint out error message returned by the server
2014-08-29 Arran Cudbard-BellDisable cert validation when pre-establishing connectio...
2014-08-28 Alan T. DeKokAllow comparisons between integers of different size
2014-08-28 Alan T. DeKokWe might have a cast, too
2014-08-28 Alan T. DeKokAssume that the permissions are correct
2014-08-28 Arran Cudbard-BellPrint HTTP response on RDEBUG3
2014-08-28 Alan T. DeKokDon't convert attributes of incompatible type
2014-08-28 Alan T. DeKokuse the correct struct entries for comparisons
2014-08-28 Alan T. DeKokEnsure that the error message has leading tabs, too.
2014-08-28 Alan T. DeKokJust use "int" for return codes instead of int8_t
2014-08-28 Arran Cudbard-BellAdd support for exposing plaintext HTTP response bodies...
2014-08-28 Arran Cudbard-BellDon't run panic_action if the process is being debugged
2014-08-28 Arran Cudbard-BellNeed to get the current attribute from the cursor in...
2014-08-28 Arran Cudbard-BellFix JSON encoding, where training '}' may not be writte...
2014-08-28 Arran Cudbard-BellMerge pull request #769 from zmousm/debfix/v3.0.x
2014-08-28 Arran Cudbard-BellDetail file writer should always print pairs with ...
2014-08-28 Arran Cudbard-BellDoxygen
2014-08-28 Arran Cudbard-BellAdd tmpl_cursor_next and tmpl_cursor_init which allow...
2014-08-27 Alan T. DeKokInclude trailing zero byte for LEAP
2014-08-26 Arran Cudbard-BellFixes for previous commit
2014-08-26 Arran Cudbard-BellBreak out validation logic from realm_home_server_add
2014-08-26 Arran Cudbard-BellSwitch foreach to use tmpl_copy_vp
2014-08-26 Arran Cudbard-BellCleanup tmpl function names
2014-08-25 Arran Cudbard-BellMissing declaration
2014-08-25 Arran Cudbard-BellNo where else calls the string representation of VALUE_...
2014-08-25 Arran Cudbard-BellAdd event timestamp when preprocess is called in authorize
2014-08-25 Arran Cudbard-BellAdd credits for comp128 v2/v3 code
2014-08-22 Herwin WeststrateA number of fixes (mainly comments) of rlm_expr release_3_0_4_rc2
2014-08-22 Herwin WeststrateFixed a typo in a code comment for LM-Response
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-22 Alan T. DeKokDefine sig_t for systems without it. Closes #765
2014-08-21 Alan T. DeKokPassing const to non-const
2014-08-21 Alan T. DeKokExpand switch arguments once, instead of for each ...
2014-08-15 Alan T. DeKokIgnore flags
2014-08-14 Arran Cudbard-BellFix paircopyvp, so we don't break xlat expansions
2014-08-14 Arran Cudbard-BellFormatting
2014-08-14 Arran Cudbard-BellFound should be a bool
2014-08-14 Arran Cudbard-BellFix section lookup in radwho
2014-08-14 Arran Cudbard-BellFix parenting issue in paircmp.c
2014-08-14 Arran Cudbard-BellSoft assert and exit on internal validation error
2014-08-14 Arran Cudbard-BellCleanup formatting in rlm_realm
2014-08-14 Arran Cudbard-BellFixup weirdness in couchbase configure.ac
2014-08-14 Arran Cudbard-BellName for stdin should be "-" for backwards compatibility
2014-08-14 Alan T. DeKoktimestr_match returns int, not uint32_t
2014-08-14 Alan T. DeKokRe-arrange code to be cleaner
2014-08-14 Alan T. DeKokBe more generous about the lack of whitespace
2014-08-14 Alan T. DeKokSet variable to default value.
2014-08-14 Alan T. DeKokBuild on FreeBSD
2014-08-14 Alan T. DeKokAllow for enforcement in post-auth
2014-08-13 Arran Cudbard-BellAssert head pointer isn't NULL if sql_get_grouplist...
2014-08-13 Arran Cudbard-BellNeed to process at least one group entry before we...
2014-08-12 Arran Cudbard-BellFix for calling foreach sections at varying depths
2014-08-12 Arran Cudbard-BellCall VERIFY_VP from vp_prints_value
2014-08-12 Arran Cudbard-BellCleanup request_data functions
2014-08-12 Herwin WeststrateSmall code cleanup in rlm_perl config parser
2014-08-11 Herwin WeststrateReplaced Nullav with (AV*)NULL in rlm_perl
2014-08-11 Arran Cudbard-BellShould return NOOP, not fail, to be consistent with...
2014-08-11 Alan T. DeKokHandle no config for section. Closes #759
2014-08-11 Arran Cudbard-BellFix naming in map.c
2014-08-10 Arran Cudbard-BellMark rad_assert_fail as never returning
2014-08-10 Arran Cudbard-BellAggregate tmpl and map functions in their own .c/.h...
2014-08-08 Arran Cudbard-BellRelease the socket used to load LDAP clients
2014-08-08 Arran Cudbard-BellAdd 'Warning:' prefix
2014-08-08 Arran Cudbard-BellNumber of active connections should not be signed
2014-08-08 Arran Cudbard-BellFormatting in threads.c
2014-08-08 Arran Cudbard-Bellassert(pool->active == pool->num) if we can't find...
next