freeradius.git
2013-08-23 Alan T. DeKokFix a typo
2013-08-23 Alan T. DeKokWhoops... handle MOD_CASE, too
2013-08-23 Alan T. DeKokRewrite the modcall MOD_* handlers. Updates #404.
2013-08-20 Alan T. DeKokClean up "close socket" routines.
2013-08-20 Arran Cudbard... Port new logging macros to release branch
2013-08-20 Arran Cudbard... don't segv printing interfaceid
2013-08-20 Arran Cudbard... Don't segv if asked to print a null value
2013-08-20 Arran Cudbard... Fix segv in rlm_expiration
2013-08-16 Alan T. DeKokSimplify "proxy anew" code
2013-08-16 Alan T. DeKokSimplify ID allocation so that we don't loop over all IDs
2013-08-16 Alan T. DeKokUnify error logic
2013-08-16 Alan T. DeKokBuild the rbmonkey test tool
2013-08-16 Alan T. DeKokFormatting and warning fixes
2013-08-16 skidsA test file for libradius rbtree ops
2013-08-16 skidsAdd a batch deletion mode to rbtree_walk
2013-08-16 skidsAdd rbtree_callbydata for sane threadsafe/garbage-colle...
2013-08-15 Alan T. DeKokRemove redundant headers
2013-08-15 Alan T. DeKokRemove redundant headers
2013-08-14 Alan T. DeKokpacket list id alloc/free now inserts / yanks the packe...
2013-08-14 Alan T. DeKokMade more functions return bool
2013-08-14 Alan T. DeKokRemove talloc asserts
2013-08-14 Alan T. DeKokReturn codes are boolean
2013-08-14 Alan T. DeKokMissed in earlier commit
2013-08-14 Alan T. DeKokUse correct arguments to talloc destructors
2013-08-14 Alan T. DeKokCheck return code of packet_list_yank
2013-08-14 Alan T. DeKokMade packet_list_yank return a bool for success/failure
2013-08-14 Alan T. DeKokAdded VERIFY_PACKET, too
2013-08-13 Alan T. DeKokFix more issues for new v3 API
2013-08-13 Olivier BeytrisonCorrect call to paircreate in radeapclient
2013-08-12 Alan T. DeKokFix horrific spacing issue.
2013-08-12 Alan T. DeKokActually use virtual server when proxying to it. Close...
2013-08-12 Alan T. DeKokfree -> talloc_free
2013-08-11 Alan T. DeKokOnly print foreach close brace once. Closes #377
2013-08-09 Alan T. DeKokRemove from the proxy list if we can't insert it
2013-08-09 Alan T. DeKokDon't smash passwords with newly alloc'd zero array
2013-08-07 Arran Cudbard... Don't iterate over head attribute twice Fixes #401
2013-08-07 Alan T. DeKokUpdates from latest doc
2013-08-06 Arran Cudbard... Typo in default ldap config
2013-08-06 Arran Cudbard... Fix logic error in rlm_ldap lockout
2013-08-06 Alan T. DeKokRevert "Attribute 0 is forbidden"
2013-08-06 Alan T. DeKokOh well
2013-08-06 Alan T. DeKokAttribute 0 is forbidden
2013-08-06 Alan T. DeKokAttribute codes of zero are forbidden
2013-08-06 Alan T. DeKokThese guys are winners.
2013-08-06 Alan T. DeKokBroadsoft dictionary
2013-08-06 Alan T. DeKokDoing nothing is a NOOP
2013-08-06 Alan T. DeKokAccounting-Requests don't need User-Name
2013-08-02 Alan T. DeKokRemove unused assignments
2013-08-02 Arran Cudbard... Otherattr should return false by default, so that the...
2013-07-30 Arran Cudbard... Use the same const order everywhere
2013-07-30 Arran Cudbard... re-enable option to disable shared libraries (which...
2013-07-30 Arran Cudbard... Typo in libtool.mk
2013-07-30 Arran Cudbard... If were linking to the server library, we don't need...
2013-07-30 Arran Cudbard... Reverse VALUE_PAIR const order
2013-07-30 Arran Cudbard... Reverse DICT_ATTR const order
2013-07-30 Olivier BeytrisonMove paircompare to DICT_ATTR
2013-07-30 Arran Cudbard... Add assert to catch mismatched attributes
2013-07-26 Alan T. DeKokSet fake packet timestamp from request packet timestamp
2013-07-26 Alan T. DeKokMove setting of packet->timestamp
2013-07-26 Arran Cudbard... More configuration sanity checks for rlm_ldap
2013-07-26 Arran Cudbard... Only skip on vendor if were searching for a callback
2013-07-26 Arran Cudbard... Later versions of GCC complain that the value of ftrunc...
2013-07-26 Arran Cudbard... Use result buffer of localtime_r, it's less confusing
2013-07-26 Arran Cudbard... Don't crash if we have a zero length expansion made...
2013-07-26 Arran Cudbard... Add assert to catch incorrect attributes
2013-07-26 Arran Cudbard... Only clear matches on new match so nested regex compari...
2013-07-26 Arran Cudbard... We only support paircmp for NON vendor attributes #381
2013-07-26 Arran Cudbard... Fix argument names in radius_callback_compare
2013-07-25 Alan T. DeKokFix installation rules for sites / modules. Closes...
2013-07-25 Alan T. DeKokBe more specific with install rules. Closes #360
2013-07-25 Arran Cudbard... fix decoding of client ethernet address (by mino98)
2013-07-25 Arran Cudbard... Fix deadlock in eap_handler_free, and also simplify...
2013-07-25 Arran Cudbard... Closes #391
2013-07-25 Arran Cudbard... Fix for opaque data double free
2013-07-25 Alan T. DeKokSet reply timestamp always
2013-07-24 Arran Cudbard... Unify regex subcapture group processing
2013-07-24 Arran Cudbard... Buffer no longer used
2013-07-24 Arran Cudbard... Fix all other instances of sizeof(vp->vp_strvalue)
2013-07-24 Arran Cudbard... If pairparsevalue gets called on a regex pair, we DON...
2013-07-24 Arran Cudbard... char buffer[sizeof(check->vp_strvalue)];
2013-07-24 Arran Cudbard... Skip the entry if expansion fails for one of the check...
2013-07-24 Arran Cudbard... Fixup pairparsevalue signature (should return bool)
2013-07-24 Arran Cudbard... xlat check items too
2013-07-23 Arran Cudbard... Fix segv in rlm_ldap_search
2013-07-23 Arran Cudbard... s/[ \t]+$//g - config and docs
2013-07-23 Arran Cudbard... Fix flower boxes
2013-07-23 Arran Cudbard... Skip membership checks if no membership attribute is...
2013-07-23 Arran Cudbard... rlm_python is NOT python3.x ready so don't search for...
2013-07-23 Arran Cudbard... Fix segv in rlm_ldap_search
2013-07-23 Arran Cudbard... Add assert to cacheable grou code
2013-07-23 Arran Cudbard... Always get the result when were searching so we can...
2013-07-23 Arran Cudbard... Return if we can't find the VP CID 1047333
2013-07-23 Alan T. DeKokFixes for coverity
2013-07-23 Alan T. DeKokPrint correct value
2013-07-23 Arran Cudbard... Coverity 1037335 1047334
2013-07-23 Arran Cudbard... We have to free packets properly with rad_free instead...
2013-07-23 Arran Cudbard... We *MUST NOT* free the data pointer explicitly. Anythin...
2013-07-22 Alan Buxeyall IPv4 examples should now be using RFC5737 documenta...
2013-07-22 Alan T. DeKokInitialize request->reply->timestamp on fail. Closes...
2013-07-22 Alan T. DeKokUse documentation IP address, rather than real one
next