freeradius.git
2011-11-25 Alan T. DeKokPass sizeof buffer to cf_expand_variables
2011-11-25 Alan T. DeKokUpdated version output
2011-11-24 Alan T. DeKokMore quiet builds
2011-11-24 Alan T. DeKokIgnore local cache directory
2011-11-24 Alan T. DeKokIgnore tar files, sig files, patches
2011-11-24 Alan T. DeKokIgnore the doxygen _build directory
2011-11-23 Alan T. DeKokNote removal of functionality
2011-11-23 Alan T. DeKokRe-arrange structure to remove padding
2011-11-22 Alan T. DeKokNow that no one uses lvalue, delete it.
2011-11-22 Alan T. DeKokDon't use lvalue, use the correct struct name
2011-11-22 Alan T. DeKokShrink the size of the VALUE_PAIR structure
2011-11-22 Alan T. DeKokRemoved "addport" functionality.
2011-11-22 Alan T. DeKokNo need to sprintf "%s"
2011-11-22 Alan T. DeKokNo need to cast to IPv6
2011-11-22 Alan T. DeKokManually pull rlm_securid from the v2.1.x branch
2011-11-21 Alan T. DeKokCorrect typo in error message
2011-11-20 Alan T. DeKokUpdate for 3.0 API
2011-11-20 Alan T. DeKokCorrect references
2011-11-20 Luke Howardsurface RFC822 subject alt name
2011-11-20 Alan T. DeKokDocument net admin capabilities
2011-11-18 Arran Cudbard... Fix typo in listen.c
2011-11-18 Renaud MétrichFixed compilation break + use of uninitialized value
2011-11-17 Alan T. DeKokBuild without UDPFROMTO
2011-11-17 Alan T. DeKokAdded DHCP relay functions
2011-11-17 Alan T. DeKokAdded sample virtual server for DHCP relaying
2011-11-17 Alan T. DeKokAdded fr_dhcp_add_arp_entry
2011-11-17 Alan T. DeKokEnsure struct is initialized
2011-11-17 Alan T. DeKokAdded copyright to dictionaries
2011-11-17 Alan T. DeKokInclude copyright lines
2011-11-17 Alan T. DeKokAdded minor debug message
2011-11-14 Alan T. DeKokClean up for 3.0
2011-11-14 Alan T. DeKokSet fr_log_fp when using '-l'
2011-11-14 Alan T. DeKokDEBUG -> RDEBUG
2011-11-13 Arran Cudbard... Enable generation of interactive SVG diagrams
2011-11-12 Arran Cudbard... Turn on DOT rendering of Class diagrams
2011-11-12 Arran Cudbard... Add certificate files to .gitignore
2011-11-12 Arran Cudbard... Add .gitignore to ignore generated doxygen files
2011-11-12 Arran Cudbard... Merge pull request #34 from arr2036/valuepair_lists
2011-11-11 Arran Cudbard... Prevent radius_list_name matching on tags, assume strin...
2011-11-10 Arran Cudbard... Fixup doxygen comments
2011-11-10 Arran Cudbard... Deduplicate attribute name resolution code between...
2011-11-10 Alan T. DeKokMore reformatting
2011-11-10 Alan T. DeKokMore minor reformatting
2011-11-09 Arran Cudbard... Fixup doxygen comments in exec.c
2011-11-08 Arran Cudbard... Mark section_type_value as external (holds string names...
2011-11-08 Arran Cudbard... Convert bare enums into types, in C they don't do anyth...
2011-11-07 Alan T. DeKokUpdated the NAI document
2011-11-07 Alan T. DeKokAdded new APIs to add / del a connection
2011-11-07 Alan T. DeKokQuiet compile warnings
2011-11-07 Arran Cudbard... Make fr_tokens available from token.h or libradius.h
2011-11-06 Alan T. DeKokAdded support for triggers
2011-11-06 Alan T. DeKokPrint WARNING if we fall below "min" connections
2011-11-06 Alan T. DeKokRemoved unused variable
2011-11-06 Alan T. DeKokWe're freeing the connection, so don't use this->next
2011-11-06 Alan T. DeKokDon't unlock the mutex. We didn't lock it
2011-11-06 Alan T. DeKokInitialize "last_used" when spawning a new connection
2011-11-06 Arran Cudbard... Add cleanup_delay configuration item with a default...
2011-11-04 Arran Cudbard... my_request should initially be set to request
2011-11-04 Arran Cudbard... Merge pull request #32 from arr2036/valuepair_lists
2011-11-04 Arran Cudbard... Add radius_get_vps function to find attribute list...
2011-11-04 Alan T. DeKokTurn assert into run-time check
2011-11-04 Alan T. DeKokFix typo
2011-11-03 Arran Cudbard... Merge pull request #31 from duchscherd/tamu
2011-11-02 Dave DuchscherAdd additional attributes and values for Netbotz Rack...
2011-11-01 Alan T. DeKokMkae it build on FreeBSD. Fixes bug #177
2011-10-31 Arran Cudbard... Add function to compare substrings to FR_NAME_NUMBER...
2011-10-28 Arran Cudbard... Make dict_attr_types available from libradius.h so...
2011-10-28 Arran Cudbard... Fix whitespace
2011-10-28 Alan T. DeKokSet last_spawned time
2011-10-27 Alan T. DeKokMake Session-Timeout the default
2011-10-27 Alan T. DeKokClean upo logic See bug #181
2011-10-27 Alan T. DeKokConvert error messages to debug messages.
2011-10-26 Arran Cudbard... Properly account for trailing double quote when calcula...
2011-10-26 Arran Cudbard... Check for possible value truncation when calling vp_pri...
2011-10-26 Arran Cudbard... Add temporary autoconf files to .gitignore
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-26 Alan T. DeKokFix session id len
2011-10-26 Alan T. DeKokOnly 'integer' and 'string' attributes can have tags
2011-10-25 Arran Cudbard... Add function to print VP values as JSON strings
2011-10-25 Arran Cudbard... Add .swp files to git ignore
2011-10-25 Arran Cudbard... Add loT files to .gitignore
2011-10-24 Alan T. DeKokRestrict dictionary names to ones that make sense
2011-10-20 Alan DeKokMerge pull request #26 from philmayers/fix-sess-cache
2011-10-20 Phil Mayersuse the OpenSSL ex_data functions to allocate an index...
2011-10-20 Alan T. DeKokTell OpenSSL that the data is gone
2011-10-19 Alan T. DeKokQuiet compiler warning
2011-10-19 Alan T. DeKokInitialize the structure
2011-10-19 Alan T. DeKokInitialize all of the structure
2011-10-19 Alan T. DeKokFree memory on error
2011-10-19 Alan T. DeKokFree memory on instantiation error
2011-10-19 Alan T. DeKokFree memory on error
2011-10-19 Alan T. DeKokClose fp on error
2011-10-19 Alan T. DeKokCall closedir() on error
2011-10-19 Alan T. DeKokCatch case where User-Name may be > 250 octets
2011-10-19 Alan T. DeKokOnly "string" can have "encrypt=2"
2011-10-19 Alan T. DeKokAdd FALL-THROUGH for 'case' without 'break'
2011-10-19 Alan T. DeKokUnlink file only if it exists
2011-10-19 Alan T. DeKokCheck auth_pool_name
2011-10-19 Alan T. DeKokAdd port if it's available
2011-10-19 Alan T. DeKokCheck passed parameter
next