freeradius.git
2014-05-20 Alan T. DeKokCreate new type PW_TYPE_TIMEVAL
2014-05-20 Arran Cudbard... Only check if were building with libssl
2014-05-20 Arran Cudbard... Fix potential NULL dereference found by scan
2014-05-20 Arran Cudbard... We need to initialise SSL before reading the main confi...
2014-05-19 Fajar A. Nugrahadebian: debian/compat 9 -> 7
2014-05-19 Fajar A. Nugrahadebian: changed required debhelper to (>= 7.4)
2014-05-19 Fajar A. Nugrahadebian: update radiusd-to-freeradius.diff
2014-05-18 Arran Cudbard... Add some basic indenting
2014-05-18 Arran Cudbard... Remove trailing periods in log messages
2014-05-18 Arran Cudbard... Add RINDENT and REXDENT macros
2014-05-18 Arran Cudbard... Gather existing log fields in rad_request into a struct...
2014-05-18 Arran Cudbard... Change request struct name to rad_request
2014-05-18 Arran Cudbard... Remove some duplicate build macros
2014-05-18 Alan T. DeKokFix "weird" message
2014-05-17 Arran Cudbard... Needed for endian checks
2014-05-17 Arran Cudbard... Minor radclient fixes
2014-05-17 Arran Cudbard... Correct fix for debug quoting (now we don't get double...
2014-05-17 Alan T. DeKokMore talloc_steal() . Should help with #637
2014-05-16 Arran Cudbard... Fix list'o links
2014-05-16 Arran Cudbard... Update contributing.rst
2014-05-16 Arran Cudbard... Update and rename DIFFS.rst to contributing.rst
2014-05-16 Arran Cudbard... Remove duplicate tests
2014-05-16 Arran Cudbard... Add tests for expanded vs compiled regexes and foreach
2014-05-16 Alan T. DeKokConvert (Foreach-Variable-# ...) to (%{Foreach-Variable}...
2014-05-16 Alan T. DeKokAdd entries for structs when debugging
2014-05-16 Arran Cudbard... Turn on M_CHECK_ACTION too
2014-05-16 Arran Cudbard... Don't free foreach VPs on break #639
2014-05-16 Arran Cudbard... Add fr_panic_on_free which calls fr_fault when a chunk...
2014-05-16 Arran Cudbard... Make the foreach code slightly more sane. Reliably...
2014-05-16 Arran Cudbard... Use pairstrncpy and pairmemcpy in paircopy to ensure...
2014-05-16 Arran Cudbard... Make backtraces slightly cleaner
2014-05-16 Arran Cudbard... Work around weird debian build issues
2014-05-16 Arran Cudbard... Remove MALLOC_PERTURB it's now handled internally with...
2014-05-15 Arran Cudbard... Extra foreach tests
2014-05-15 Arran Cudbard... ...and pull in malloc.h
2014-05-15 Arran Cudbard... Scribble over alloced and freed memory on platforms...
2014-05-15 Arran Cudbard... Regenerate autoconf.h.in
2014-05-15 Arran Cudbard... Fix uninitialised value in radclient
2014-05-15 Arran Cudbard... Fix CUI processing
2014-05-15 Arran Cudbard... Unused variable
2014-05-15 Arran Cudbard... Print out debug when we fail reads/writes in detail.c
2014-05-15 Arran Cudbard... CUI should be octets type
2014-05-15 Arran Cudbard... Exit if we can't signal ourselves
2014-05-15 Alan T. DeKokPrint error before freeing memory
2014-05-15 Arran Cudbard... Add new build to the matrix with optimisations and...
2014-05-15 Alan T. DeKokUse the correct data type. Closes #634
2014-05-15 Alan T. DeKokBuild without NDEBUG
2014-05-15 Alan T. DeKokAdded new dictionary
2014-05-15 Arran Cudbard... Merge pull request #633 from alanbuxey/patch-1
2014-05-15 nchaignerlm_perl - don't truncate strings from perl to FreeRADIUS
2014-05-15 Arran Cudbard... Add postauth function to rlm_rest
2014-05-14 Arran Cudbard... Verbosity of version should be independent of order...
2014-05-14 Alan T. DeKokDo SSL cleanups on exit
2014-05-14 Alan T. DeKokFix typo. Closes #635
2014-05-14 Alan T. DeKokUpdate process function when necessary
2014-05-13 Alan T. DeKokShow component and module when discarding duplicate...
2014-05-13 Alan T. DeKokNote recent changes
2014-05-13 Arran Cudbard... These tests use unprecompiled regexes
2014-05-13 Arran Cudbard... Fix case insensitive matching in compiled regular expre...
2014-05-13 Arran Cudbard... Remove uneeded check
2014-05-13 Arran Cudbard... Set connection pool defaults to mirror the thread pool...
2014-05-13 Arran Cudbard... Merge pull request #631 from leprechau/v3.0.x
2014-05-13 Arran Cudbard... Typo in heimdal
2014-05-13 Alan T. DeKokbump version number
2014-05-13 Aaron Hurtmisc fixes
2014-05-12 Arran Cudbard... Switch to using AcctUniqueId for accounting queries...
2014-05-12 Alan T. DeKokNote recent changes release_3_0_3
2014-05-12 Alan T. DeKokbetter error messages for logfile. And use them in...
2014-05-12 Arran Cudbard... Update ChangeLog
2014-05-12 Arran Cudbard... Don't crash when exiting if there are EAP sessions
2014-05-12 Arran Cudbard... Update ChangeLog
2014-05-11 Arran Cudbard... Can't use main_config directly
2014-05-11 Arran Cudbard... Don't rate limit messages with -X so we get consistent...
2014-05-11 Arran Cudbard... Remove module specific debug messages when failing...
2014-05-11 Alan T. DeKokUse counters even if there's no parent
2014-05-11 Alan T. DeKokConvert connection pool to using talloc
2014-05-11 Alan T. DeKokprefix is "const"
2014-05-11 Alan T. DeKokEAP-Key-Name is octets, not printable text
2014-05-11 Alan T. DeKokpedantic: parent is structure which holds the pointer
2014-05-10 Arran Cudbard... Typo
2014-05-10 Arran Cudbard... Use the passcode char * pointer instead of request...
2014-05-10 Arran Cudbard... Disable null tracking on exit else valgrind complains
2014-05-10 Arran Cudbard... Increment first
2014-05-10 Arran Cudbard... Make super sure the API key has been set
2014-05-10 Arran Cudbard... Return number of bytes written closes #629
2014-05-10 Arran Cudbard... Ifdef out unfixable warnings
2014-05-10 Arran Cudbard... Remove uneeded explicit frees in detail_free
2014-05-10 Arran Cudbard... That'd be why we used stdup...
2014-05-10 Arran Cudbard... Fix minor memory leak
2014-05-10 Arran Cudbard... Passcode needs to be a pointer into the new buffer
2014-05-09 Arran Cudbard... Revert "Remove more couchbase"
2014-05-09 Arran Cudbard... Revert "Remove couchbase. They're refusing packages"
2014-05-09 Alan T. DeKokRemove more couchbase
2014-05-09 Alan T. DeKokRemove couchbase. They're refusing packages
2014-05-09 Alan T. DeKokParse the detail config when doing -C
2014-05-09 Alan T. DeKokhandle -C in detail_free
2014-05-09 Alan T. DeKokWe now have a warning on line 8 instead of line 21
2014-05-09 Alan T. DeKokfilenames should be strdup'd
2014-05-09 Alan T. DeKokInitialize request
2014-05-09 Alan T. DeKokDeclare variable
next