freeradius.git
2014-05-06 Arran Cudbard... Check handle is not NULL before dereferencing it CID...
2014-05-05 Arran Cudbard... Open query should default to NULL
2014-05-05 Arran Cudbard... Increase max nodes *sigh*
2014-05-05 Arran Cudbard... Don't continue to fail spawning connections if we faile...
2014-05-05 Arran Cudbard... Don't need to check, it's marked as required
2014-05-05 Arran Cudbard... Ignore all.mk
2014-05-05 Arran Cudbard... Simpler way of redoing the delimiters (which also doesn...
2014-05-05 Arran Cudbard... Config parsing is now handled by the server core, indiv...
2014-05-05 Arran Cudbard... Reduce doxy node depth further
2014-05-05 Arran Cudbard... Merge pull request #620 from leprechau/v3.0.x
2014-05-05 Aaron Hurtimport rlm_couchbase
2014-05-05 Alan T. DeKokDocument open_query
2014-05-04 Arran Cudbard... Remove obsolete declarations for new version of DoxyGen
2014-05-04 Alan T. DeKokIt's better as open_query
2014-05-04 Alan T. DeKokAdd "start_query" to set session-specific parameters
2014-05-04 Alan T. DeKokDon't unlink on close. Fixes #621
2014-05-04 Arran Cudbard... Update ChangeLog
2014-05-04 Arran Cudbard... Update ChangeLog
2014-05-04 Arran Cudbard... Clients aren't talloced yet
2014-05-04 Arran Cudbard... Ignore more test products
2014-05-04 Arran Cudbard... Fix minor memory leaks in detail file reader
2014-05-04 Arran Cudbard... Avoid allocing *ANY* memory for backtraces.
2014-05-03 Arran Cudbard... Don't alloc any memory inside in fr_fault or functions...
2014-05-03 Alan T. DeKokRevert changes...
2014-05-03 Network RADIUSLinux is crazy
2014-05-03 Alan T. DeKokApparently we need unlink?
2014-05-03 Arran Cudbard... Include NDEBUG state when printing out server features
2014-05-03 Alan T. DeKokFinal fix for previous commit
2014-05-03 Arran Cudbard... Doxygen
2014-05-03 Alan T. DeKokDon't unlink the socket. Closes CID #720456
2014-05-03 Alan T. DeKokParent is the special node NIL, not NULL. CID #1187991
2014-05-03 Arran Cudbard... Quiet gcc
2014-05-03 Arran Cudbard... Hack to temporarily enable dumpable flag, call panic_ac...
2014-05-03 Arran Cudbard... Only iterate over VPs if we have a request: CID #1211052
2014-05-03 Arran Cudbard... Remove assert (it was weird) - absence doesn't trigger...
2014-05-03 Arran Cudbard... Make comparison functions use a generic comparator...
2014-05-03 Arran Cudbard... Remove unneeded checks in rlm_sql.c
2014-05-03 Alan T. DeKokSome function calls are deprecated on OS X.
2014-05-03 Arran Cudbard... Set nonblock after calling connect, else it returns...
2014-05-02 Arran Cudbard... Should probably set non-blocking socket options before...
2014-05-02 Arran Cudbard... Set nonblock on TCP client sockets
2014-05-02 Arran Cudbard... Revert "Use realloc to correct the length of char buffe...
2014-05-02 Arran Cudbard... It's ok for length to be <= octets buffer
2014-05-02 Arran Cudbard... Exit after asserting in fr_verify_vp
2014-05-02 Arran Cudbard... If there's no action set we should still need to check...
2014-05-02 Alan T. DeKokRemove useless panic action
2014-05-02 Alan T. DeKokThe attribute for Password-With-Header might be a string
2014-05-02 Alan T. DeKokIt's OK for the buffer to be too big.
2014-05-02 Arran Cudbard... sp
2014-05-02 Arran Cudbard... Use realloc to correct the length of char buffers in...
2014-05-02 Arran Cudbard... Formatting
2014-05-02 Arran Cudbard... Comments
2014-05-02 Arran Cudbard... turn VERIFY_VP into a function, the macro was getting...
2014-05-02 Alan T. DeKokNote recent changes
2014-05-02 Alan T. DeKokA dup isn't a dup if the old request is done
2014-05-02 Alan T. DeKokMore tracing on dup / conflicting packet
2014-05-02 Arran Cudbard... Always print authenticator even if there are no vps
2014-05-02 Arran Cudbard... Output contents of authenticator in radsniff
2014-05-02 Alan T. DeKokUse "ignoring" instead of bureaucratic sounding phrase
2014-05-02 Arran Cudbard... Check length of octets type attributes too
2014-05-02 Arran Cudbard... Always \0 terminate string type attributes in mschap_ad...
2014-05-02 Arran Cudbard... Formatting and cases of vp_strvalue being used for...
2014-05-02 Arran Cudbard... Another regex memory leak...
2014-05-02 Arran Cudbard... Don't leak memory when pairmake is called with a regula...
2014-05-02 Arran Cudbard... Reorder operations in mschap_add_reply to try and uncon...
2014-05-02 Arran Cudbard... Valgrind complains about sscanf in rlm_eap_mschapv2...
2014-05-02 Arran Cudbard... Formatting
2014-05-02 Arran Cudbard... Add check to VERIFY_VP to check that the string buffer...
2014-05-02 Arran Cudbard... Port acinclude changes from master
2014-05-02 Arran Cudbard... Make the server seem less alerted
2014-05-02 Arran Cudbard... Remove apple SDK hacks. There's now the option to insta...
2014-05-02 Arran Cudbard... Last two Linux clang --analyzer issues
2014-05-02 Arran Cudbard... Switch scan output format to html
2014-05-02 Arran Cudbard... Still need to NULL terminate env vars array
2014-05-02 Arran Cudbard... Fix scan complaints in radius_start_program
2014-05-02 Arran Cudbard... Various scan-build fixes #2
2014-05-02 Alan T. DeKokRemove unused function eapleap_lmpwdhash()
2014-05-02 Alan T. DeKokReduce scope of variables
2014-05-02 Alan T. DeKokReduce scope of assignment
2014-05-02 Alan T. DeKokRemove unnecessary "break"
2014-05-02 Alan T. DeKokFix build error
2014-05-02 Arran Cudbard... Various scan-build fixes
2014-05-02 Arran Cudbard... Fix scan-build detected issue with copying garbage...
2014-05-02 Arran Cudbard... Setting RTLD_NOW is pretty useful too
2014-05-02 Arran Cudbard... Pull additional debugging info from master into v3.0.x
2014-05-02 Arran Cudbard... Always inline doesn't seem to work anywhere
2014-05-02 Arran Cudbard... Fix warning
2014-05-02 Arran Cudbard... Accept GCC's apology
2014-05-02 Arran Cudbard... Move more CC_HINTs to headers
2014-05-02 Arran Cudbard... Move __attribute__ markup from functions to headers...
2014-05-02 Arran Cudbard... Remove asserts which were used to mask scan-build error...
2014-05-02 Arran Cudbard... Add CC_HINT(nonnull) to module functions which were...
2014-05-02 Alan T. DeKokWrap all access to gdbm with mutex. Closes CID #1206504
2014-05-02 Arran Cudbard... Doxygen
2014-05-02 Arran Cudbard... Add 'accept' policy
2014-05-02 Arran Cudbard... Fix overly complicated runtest.sh
2014-05-02 Arran Cudbard... Switch to using new logging macros, and make logging...
2014-05-02 Arran Cudbard... Make sending/receiving debug messages consistent, and...
2014-05-02 Alan T. DeKokSimplify rad_mkdir(). Fixes CID #720459
2014-05-02 Alan T. DeKokIf there's no Acct-Terminate-Cause, it's NAS-Reboot
next