freeradius.git
2013-09-06 Alan T. DeKokFix doxygen release_3_0_0_rc1
2013-09-06 Alan T. DeKokUse AUTZ rules for AUTH groups. Fixes #425
2013-09-06 Alan T. DeKokLog the first name of the group
2013-09-05 Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-09-04 Arran Cudbard... Missing newline
2013-09-04 Arran Cudbard... Fix shared-libs
2013-09-04 Alan T. DeKokIn debug builds, call assertion on panic
2013-09-04 Alan T. DeKokBe more careful about calling request_done(). Should...
2013-09-04 Alan T. DeKokFixes for doxygen
2013-09-04 Alan T. DeKokUse the default request if there's no "." in the reference.
2013-09-04 Alan T. DeKokAdded %{debug_attr:...} from master
2013-09-04 Alan T. DeKokUse 'da' for DICT_ATTR*. "attribute' is for 'int'
2013-09-04 Alan T. DeKokSkip '&' on attribute maps. Closes #423
2013-09-04 Alan T. DeKokUpdate priority from child, too. Closes #424
2013-09-03 Arran Cudbard... Define grouptype as an enum for debugging purposes
2013-09-03 Alan T. DeKokmap may return NULL
2013-09-03 Alan T. DeKokDo a second pass over the conditions. Fixes #421
2013-09-03 Alan T. DeKokAllow for one/two-pass compilation of conditions.
2013-09-03 Alan T. DeKokAdded "walk" function to conditions
2013-09-03 Arran Cudbard... Fix ${value} expansion in backticked config pairs
2013-09-03 Arran Cudbard... Only fallback to dynamic search if no attributes exist...
2013-09-03 Arran Cudbard... and another logic bug in ldap group code
2013-09-03 Arran Cudbard... Limit to -1, 0, 1 in normal operation so we can use...
2013-09-03 Arran Cudbard... Not added to release branch
2013-09-03 Arran Cudbard... Fix broken group comparison logic
2013-09-03 Arran Cudbard... Print additional helpful group related debug
2013-09-02 Arran Cudbard... Talloced strings get freed with talloc...?
2013-09-02 Arran Cudbard... Typo
2013-09-02 Arran Cudbard... Don't forget the NULL byte when copying VALUE_PAIR...
2013-09-02 Arran Cudbard... Fix !* in update sections for non string attributes
2013-09-02 Arran Cudbard... Set SQL username properly
2013-09-01 Arran Cudbard... Remove incorrect entry for membership_attribute
2013-09-01 Arran Cudbard... unlang update sections support exec
2013-08-31 Arran Cudbard... Use destructors to do the cleanup for VALUE_PAIRs
2013-08-30 Arran Cudbard... Fix -Wsometimes-uninitialized
2013-08-30 Arran Cudbard... Record whether the server was built with NDEBUG in...
2013-08-28 Arran Cudbard... Sprinkle VERIFY_VP throughout the encoder
2013-08-27 Arran Cudbard... Correct typo. We should use foreach_depth as the reque...
2013-08-26 Alan T. DeKokCorrect logic for "elsif"
2013-08-26 Alan T. DeKokClean up debug / info messages
2013-08-26 Alan T. DeKokInitialize "found"
2013-08-26 Alan T. DeKokFix typo in debug message
2013-08-26 Alan T. DeKokFix placement of parse error in condition
2013-08-24 Arran Cudbard... Load Python with RTLD_GLOBAL to ensure symbols are...
2013-08-24 Arran Cudbard... Move the stringify macros to build.h
2013-08-24 Alan T. DeKokRemove extraneous assertion. Closes #414.
2013-08-24 Alan T. DeKokIf there's no packet, don't add module_failure_msg...
2013-08-23 Alan T. DeKokDon't set home server to NULL. It's needed for other...
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
next