Cleanup connection properly on error
[freeradius.git] / src /
2014-05-07 Arran Cudbard-BellCleanup connection properly on error
2014-05-07 Arran Cudbard-BellVarious minor PG fixes
2014-05-07 Alan T. DeKokDisabled debug checks
2014-05-07 Alan T. DeKokSimplified sanity checks
2014-05-07 Alan T. DeKokSpawn connections "in_use" or not.
2014-05-07 Arran Cudbard-BellMove PQ ssl init to instantiation function, just in...
2014-05-07 Arran Cudbard-BellMore SSL initialisation
2014-05-07 Arran Cudbard-BellUse talloc for row memory
2014-05-07 Arran Cudbard-BellAnything which eventually has the value it got interpre...
2014-05-07 Arran Cudbard-BellClear the error buffer after loading dictionaries
2014-05-07 Arran Cudbard-BellRemove duplicate test (list-delete) was duplicate test...
2014-05-07 Arran Cudbard-BellTypo
2014-05-07 Alan T. DeKokCap spawn at max
2014-05-06 Alan T. DeKokRework min/max/spare handling
2014-05-06 Alan T. DeKokFree handle if we can't spawn a thread. Found by codesonar
2014-05-06 Arran Cudbard-BellMerge pull request #625 from leprechau/v3.0.x
2014-05-06 Aaron HurtMake internal references match configuration references...
2014-05-06 Alan T. DeKokClose the FD if we can't fdopen it. Found by codesonar
2014-05-06 Alan T. DeKokClose the FD if we can't fdopen it. Found by codesonar
2014-05-06 Alan T. DeKokTweak reconnect logic.
2014-05-06 Alan T. DeKokYou can only reconnect a handle if it's in-use by you
2014-05-06 Alan T. DeKokUse pthread ID for more connection debugging. Helps...
2014-05-06 Alan T. DeKokTests for list delete
2014-05-06 Alan T. DeKokQuery may be an empty string, too.
2014-05-06 Arran Cudbard-BellUse consistent config item names in couchbase
2014-05-06 Arran Cudbard-BellFix dereferencing NULL pointer in json_object_object_get_ex
2014-05-06 Arran Cudbard-BellCorrect behaviour processing stops in rlm_couchbase...
2014-05-06 Arran Cudbard-BellCheck handle is not NULL before dereferencing it CID...
2014-05-05 Arran Cudbard-BellOpen query should default to NULL
2014-05-05 Arran Cudbard-BellDon't continue to fail spawning connections if we faile...
2014-05-05 Arran Cudbard-BellDon't need to check, it's marked as required
2014-05-05 Arran Cudbard-BellIgnore all.mk
2014-05-05 Arran Cudbard-BellSimpler way of redoing the delimiters (which also doesn...
2014-05-05 Arran Cudbard-BellConfig parsing is now handled by the server core, indiv...
2014-05-05 Arran Cudbard-BellMerge pull request #620 from leprechau/v3.0.x
2014-05-05 Aaron Hurtimport rlm_couchbase
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-BellClients aren't talloced yet
2014-05-04 Arran Cudbard-BellIgnore more test products
2014-05-04 Arran Cudbard-BellFix minor memory leaks in detail file reader
2014-05-04 Arran Cudbard-BellAvoid allocing *ANY* memory for backtraces.
2014-05-03 Arran Cudbard-BellDon'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-BellInclude NDEBUG state when printing out server features
2014-05-03 Alan T. DeKokFinal fix for previous commit
2014-05-03 Arran Cudbard-BellDoxygen
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-BellQuiet gcc
2014-05-03 Arran Cudbard-BellHack to temporarily enable dumpable flag, call panic_ac...
2014-05-03 Arran Cudbard-BellOnly iterate over VPs if we have a request: CID #1211052
2014-05-03 Arran Cudbard-BellRemove assert (it was weird) - absence doesn't trigger...
2014-05-03 Arran Cudbard-BellMake comparison functions use a generic comparator...
2014-05-03 Arran Cudbard-BellRemove unneeded checks in rlm_sql.c
2014-05-03 Alan T. DeKokSome function calls are deprecated on OS X.
2014-05-03 Arran Cudbard-BellSet nonblock after calling connect, else it returns...
2014-05-02 Arran Cudbard-BellShould probably set non-blocking socket options before...
2014-05-02 Arran Cudbard-BellSet nonblock on TCP client sockets
2014-05-02 Arran Cudbard-BellRevert "Use realloc to correct the length of char buffe...
2014-05-02 Arran Cudbard-BellIt's ok for length to be <= octets buffer
2014-05-02 Arran Cudbard-BellExit after asserting in fr_verify_vp
2014-05-02 Arran Cudbard-BellIf 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-Bellsp
2014-05-02 Arran Cudbard-BellUse realloc to correct the length of char buffers in...
2014-05-02 Arran Cudbard-BellFormatting
2014-05-02 Arran Cudbard-BellComments
2014-05-02 Arran Cudbard-Bellturn VERIFY_VP into a function, the macro was getting...
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-BellAlways print authenticator even if there are no vps
2014-05-02 Arran Cudbard-BellOutput contents of authenticator in radsniff
2014-05-02 Alan T. DeKokUse "ignoring" instead of bureaucratic sounding phrase
2014-05-02 Arran Cudbard-BellCheck length of octets type attributes too
2014-05-02 Arran Cudbard-BellAlways \0 terminate string type attributes in mschap_ad...
2014-05-02 Arran Cudbard-BellFormatting and cases of vp_strvalue being used for...
2014-05-02 Arran Cudbard-BellAnother regex memory leak...
2014-05-02 Arran Cudbard-BellDon't leak memory when pairmake is called with a regula...
2014-05-02 Arran Cudbard-BellReorder operations in mschap_add_reply to try and uncon...
2014-05-02 Arran Cudbard-BellValgrind complains about sscanf in rlm_eap_mschapv2...
2014-05-02 Arran Cudbard-BellFormatting
2014-05-02 Arran Cudbard-BellAdd check to VERIFY_VP to check that the string buffer...
2014-05-02 Arran Cudbard-BellMake the server seem less alerted
2014-05-02 Arran Cudbard-BellLast two Linux clang --analyzer issues
2014-05-02 Arran Cudbard-BellStill need to NULL terminate env vars array
2014-05-02 Arran Cudbard-BellFix scan complaints in radius_start_program
2014-05-02 Arran Cudbard-BellVarious 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-BellVarious scan-build fixes
2014-05-02 Arran Cudbard-BellFix scan-build detected issue with copying garbage...
next