freeradius.git
2013-12-12 Arran Cudbard... Merge pull request #489 from spaetow/master
2013-12-12 Alan T. DeKokAdded VALUEs from the RFC
2013-12-12 Alan T. DeKokUse memdup for binary data, not strdup
2013-12-12 Alan T. DeKokSometimes KRB5_IS_THREAD_SAFE isn't defined
2013-12-12 Alan T. DeKokMore sanity checks for connection limits
2013-12-12 Arran Cudbard... Only apply hack if rlm_krb5 was compiled thread capable
2013-12-12 Arran Cudbard... formatting
2013-12-12 Arran Cudbard... Free service principal on detach
2013-12-11 Alan T. DeKokNote that it's OK to fall through
2013-12-11 Alan T. DeKokAdded assert
2013-12-11 Alan T. DeKokWe can only decode attributes of 256 bytes or less
2013-12-11 Alan T. DeKokPrototype functions if they're needed
2013-12-11 Alan T. DeKokOnly munge pps fields for non-detail sockets
2013-12-11 Alan T. DeKokIf there's no children, we can just mark the request...
2013-12-11 Arran Cudbard... Should print the result code too for eDir failures
2013-12-11 Arran Cudbard... Add some additional error definitions from the eDir...
2013-12-10 Arran Cudbard... cache is no longer setable, so remove the config item...
2013-12-10 Arran Cudbard... Update ChangeLog
2013-12-10 Arran Cudbard... Work around bug in MIT krb5_copy_context which attempts...
2013-12-10 Arran Cudbard... Typo in MIT krb5
2013-12-09 Arran Cudbard... Remove restrictions on VSAs in sqlcounter
2013-12-09 Tobias HachmerUpdate dictionary.xylan
2013-12-09 Arran Cudbard... base_dn is no longer required
2013-12-07 Arran Cudbard... Fix conflicting names
2013-12-07 Arran Cudbard... Dictionary formatting
2013-12-07 Arran Cudbard... Additions to the Juniper dictionary
2013-12-06 Alan T. DeKokWe can proxy nodup sockets. We can't proxy synchronous
2013-12-06 Alan T. DeKokUse correct struct entry for pedanticism
2013-12-05 Arran Cudbard... Merge pull request #485 from kokel/freeradius.spec
2013-12-05 Arran Cudbard... Merge pull request #484 from kokel/openldap-schema30x
2013-12-05 Tobias HachmerUpdate spec file for sqlite counter files
2013-12-05 Tobias HachmerradiusProfileDn is now a multivalued attribute
2013-12-05 Arran Cudbard... Formatting
2013-12-05 Arran Cudbard... Formatting
2013-12-05 Arran Cudbard... Output more verbose errors for eDirectory
2013-12-05 Arran Cudbard... Increase debug level required to show missing attribute...
2013-12-04 Arran Cudbard... Note case insensitivity
2013-12-04 Arran Cudbard... base_dn defaults to a zero length string to allow top...
2013-12-04 Arran Cudbard... Update ChangeLog
2013-12-04 Arran Cudbard... radiusProfileDn is now a multivalued attribute
2013-12-04 Arran Cudbard... Small tweak to ldap debug output
2013-12-04 Arran Cudbard... Use a single generic attribute in the RADIUS LDAP schema
2013-12-04 Arran Cudbard... Add comments field to other forms of schema
2013-12-04 Arran Cudbard... Update ChangeLog
2013-12-04 Arran Cudbard... Use pairmove to add SQL-User-Name
2013-12-04 Alan T. DeKokAdded test for error parsing IP address
2013-12-04 Alan T. DeKokAdded flag to disallow hostname -> IP lookups.
2013-12-04 Arran Cudbard... Add test for literal values
2013-12-04 Alan T. DeKokRun "radiusd -C" only if something changed
2013-12-04 Alan T. DeKokNo need to end a line with a trailing quotation mark
2013-12-04 Alan T. DeKokQuieter output
2013-12-04 Alan T. DeKokBuilding raddb is an order dependency
2013-12-04 Alan T. DeKokWord smithing
2013-12-03 Arran Cudbard... We don't need to print out query errors to the mains...
2013-12-03 Arran Cudbard... Add sqlcounter queries for sqlite
2013-12-03 Arran Cudbard... Update sqlite queries so they actually work with sqlite
2013-12-03 Alan T. DeKokNote recent changes
2013-12-03 Alan T. DeKokFix typo
2013-12-03 Arran Cudbard... Typo
2013-12-02 Arran Cudbard... Fix formatting and typo
2013-12-02 Arran Cudbard... Add GREATEST(x, ...) to sqlite to support sqlcounter
2013-12-02 Arran Cudbard... Add policy to create 64bit octet counters
2013-12-02 Arran Cudbard... Fix typos in xlat function docs
2013-12-02 Arran Cudbard... Add power operator to expr
2013-12-01 Arran Cudbard... radusergroup needs a primary key too, else PgAdmin...
2013-12-01 Arran Cudbard... Temporary fix for SQL counter module
2013-12-01 Alan T. DeKokTypo
2013-11-30 Arran Cudbard... Update ChangeLog
2013-11-30 Arran Cudbard... Initialise TLS *ONCE* in main, don't reinitialise it...
2013-11-30 Arran Cudbard... Allow arbitrary connection parameters to be listed...
2013-11-30 Arran Cudbard... Note more changes
2013-11-29 Arran Cudbard... Add SSL support to the MySQL driver, and document drive...
2013-11-29 Arran Cudbard... LDAP_OPT_DEBUG_LEVEL only appears to work if set in...
2013-11-29 Arran Cudbard... Initialise TLS context last, after setting all the...
2013-11-29 Alan T. DeKokNote recent changes
2013-11-28 Arran Cudbard... Move some useful functions into misc.c
2013-11-28 Arran Cudbard... Do compile time checks of literal map values
2013-11-27 Alan T. DeKokFiles have CR at EOF
2013-11-27 Alan T. DeKokAbstract module dependencies
2013-11-27 Alan T. DeKokEnsure that the raddb directory is set up before runnin...
2013-11-27 Alan T. DeKokUse different context for input and output REQUESTs
2013-11-27 Arran Cudbard... Fix typo
2013-11-27 Arran Cudbard... Always respect control:Response-Packet-Type if it's...
2013-11-27 Arran Cudbard... Should be case insensitive comparison
2013-11-27 Arran Cudbard... Add example to access_attribute
2013-11-27 Alan T. DeKokAdded "status" to the init script
2013-11-26 Arran Cudbard... Add note about access attribute 'false' value
2013-11-26 Arran Cudbard... Process attribute maps if we just have a generic attrib...
2013-11-26 Arran Cudbard... Use the map functions to parse VALUE_PAIR string tuples
2013-11-26 Arran Cudbard... Formatting
2013-11-26 Arran Cudbard... attribute with value 'false' always negates result...
2013-11-26 Alan T. DeKokRun tests only when doing "make test"
2013-11-26 Alan T. DeKokEnsure that "break" can only occur in "foreach" sections
2013-11-26 Alan T. DeKokEnsure we only grab one error message
2013-11-26 Alan T. DeKokMake "break" jump out of the "foreach" loop
2013-11-26 Alan T. DeKokPrint input VPs to the log
2013-11-26 Alan T. DeKokSimple tests for parse errors
2013-11-26 Alan T. DeKokFrom extreme
2013-11-25 Alan T. DeKokEnsure a one-way check
2013-11-25 Alan T. DeKokDo allocate_clear no more than once per second
next