freeradius.git
2014-09-10 Alan T. DeKokOrder by callingstation-Id, too. Fixes #786 3.0.4+moonshot1
2014-09-10 Alan T. DeKokAdded schema for DHCP IP pools.
2014-09-10 Alan T. DeKokUpdate accounting queries to use NOW(), too. Addresses...
2014-09-10 Alan T. DeKokRemove "and expiry_time IS NULL". Fixes #786
2014-09-10 Alan T. DeKokWhen clearing entries, set expiry time to now. Address...
2014-09-10 Alan T. DeKokFix allocate_find query. Addresses #786
2014-09-10 Alan T. DeKokDocument IPv6 option
2014-09-10 Alan T. DeKokBe more flexible about parsing parameters
2014-09-09 Arran Cudbard... Should be map_prints
2014-09-09 Arran Cudbard... Add .gitignore for rlm_realm
2014-09-09 Arran Cudbard... rename rlm_realm config struct so it doesn't conflict...
2014-09-09 Arran Cudbard... Cache realm regular expressions
2014-09-09 Arran Cudbard... Free home_servers with talloc_free
2014-09-09 Arran Cudbard... Dual should be bool
2014-09-09 Arran Cudbard... Fix parenting of dual homeservers
2014-09-09 Arran Cudbard... Quiet valgrind error in rlm_ldap
2014-09-09 Arran Cudbard... striprealm should be strip_realm and a bool
2014-09-09 Arran Cudbard... Correctly allocate unknown sub-options
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-09 Nikolai Kondrashovlisten: Retrieve configuration pairs once
2014-09-09 Nikolai Kondrashovdhcpclient: Verify socket timeout was set
2014-09-09 Nikolai Kondrashovdhcpd: Check cf_item_parse result
2014-09-09 Nikolai Kondrashovdhcp: Remove unused attribute allocation
2014-09-09 Nikolai Kondrashovradsniff: Fix buffer overruns
2014-09-09 Alan T. DeKokFix typo. Closes #784
2014-09-09 Alan T. DeKokFix typo. Closes #783
2014-09-09 Arran Cudbard... TLV memory should be zerod in DHCP suboption encoder
2014-09-09 Arran Cudbard... Allow bootstrap from multiple files in sqlite driver
2014-09-09 Arran Cudbard... Generate snakeoil certs on package install (debian)
2014-09-09 Arran Cudbard... Line endings
2014-09-08 Arran Cudbard... Quiet gcc
2014-09-08 Arran Cudbard... Not all servers have sections
2014-09-08 Alan T. DeKokFind the SUB section, not the NEXT one
2014-09-08 Alan T. DeKokremove 'const' so it builds
2014-09-08 Alan T. DeKokUpdate comments to be more descriptive
2014-09-08 Alan T. DeKokClarify debug message and raise level
2014-09-08 Alan T. DeKokPull autoconf.h definitions into the Make variable...
2014-09-08 Alan T. DeKokRemove old documentation
2014-09-07 Alan T. DeKokFinal patches to make trust router work
2014-09-06 Alan T. DeKokLet's build it, shall we?
2014-09-06 Alan T. DeKokMissed in last commit
2014-09-06 Alan T. DeKokModule for PSK authorizations from ABFAB trust router
2014-09-06 Alan T. DeKokUpdates and move some moonshot to Trust-Router
2014-09-06 Alan T. DeKokVirtual server for GSS-EAP (RFC 7055)
2014-09-06 Alan T. DeKokAdd ABFAB sample policy
2014-09-06 Alan T. DeKokAdd Moonshot-COI and Moonshot-APC attributes
2014-09-06 Alan T. DeKokReject on any channel bindings attribute mismatch
2014-09-06 Alan T. DeKokFix typo
2014-09-06 Alan T. DeKokAdded configure checks for trust router code
2014-09-06 Alan T. DeKokDelete detaching message. It's annoying
2014-09-06 Arran Cudbard... Can't build without regexes on Travis because it causes...
2014-09-05 Arran Cudbard... Fix building without regex support
2014-09-05 Arran Cudbard... Don't leak expanded lhs/rhs in do_regex
2014-09-05 Arran Cudbard... Fix PCRE checks on FreeBSD
2014-09-05 Philippe WoodingAdd dependency on version of openssl with heartbleed...
2014-09-05 Alan T. DeKokHandle replies from virtual servers, too
2014-09-05 Alan T. DeKokDon't walk over VPs in normal mode.
2014-09-05 Alan T. DeKokmap->dst->tmpl_da can be NULL if it's not TMPL_TYPE_ATTR
2014-09-05 Alan T. DeKokAsserts to quiet scan
2014-09-04 Alan T. DeKokFix scan for SRC_INCDIRS, too
2014-09-04 Alan T. DeKokSigned / unsigned changes for printing
2014-09-04 Arran Cudbard... Merge pull request #777 from matsimon/f5-dictionary
2014-09-04 Alan T. DeKokMove addprefix for SRC_INCDIRS.
2014-09-04 Alan T. DeKokAdd rules for cppcheck
2014-09-04 Alan T. DeKokUse "handshake_finished" instead of "finished"
2014-09-04 Alan T. DeKokDon't conflict with enum
2014-09-04 Alan T. DeKokCheck limit on 'i' before dereferencing it
2014-09-04 Alan T. DeKokZero is false. found by cppcheck
2014-09-04 Alan T. DeKokremove space after -I
2014-09-04 Alan T. DeKokRemove spaces after -D
2014-09-03 Alan T. DeKokAdd realm_pool_free() which garbage collects the pools.
2014-09-03 Alan T. DeKokPreliminary support for trust router code
2014-09-03 Alan T. DeKokExpose tls_init_ctx()
2014-09-03 Alan T. DeKokBuild without getgrnam_r()
2014-09-03 Alan T. DeKokThis branch is now 3.0.5
2014-09-03 Alan T. DeKokUpdate specs for v3.0.4
2014-09-03 Alan T. DeKokAuto-discover current branch
2014-09-03 Alan T. DeKokFree output bio, too
2014-09-03 Alan T. DeKokPrint debug messages only in debug mode. Closes #779
2014-09-03 Herwin WeststrateFixed quoting for mac-addr-regexp
2014-09-03 Arran Cudbard... Update mac canonicalization policy
2014-09-02 Alan T. DeKokAdded checks for libpcre
2014-09-02 Alan T. DeKokAllow SQL to add clients to virtual servers
2014-09-02 Alan T. DeKokFix use of talloc buffers
2014-09-02 Alan T. DeKokUse ralloc'd memory for getgrnam_r(). Closes #776
2014-09-02 Alan T. DeKokUse new fr_getgid() function. Addresses #776
2014-09-02 Alan T. DeKokAdd and expose fr_getgid(). Addresses #776
2014-09-02 Alan T. DeKokUse getpwnam_r() and getgrnam_r() if available. Closes...
2014-09-02 Alan T. DeKokAdd autoconf checks for getpwnam_r and getgrnam_r.
2014-09-01 Alan T. DeKokMake sqlippool handle IPv6 prefixes
2014-09-01 Alan T. DeKokFree the correct variable. Closes CID #1233596
2014-09-01 Alan T. DeKokUse fr_rand() instead of random(). It's stronger.
2014-09-01 Alan T. DeKokUse memmove instead of memcpy. Fixes coverity complaint.
2014-08-31 Alan T. DeKokRemove old portability cruft
2014-08-31 Alan T. DeKokDon't confuse the scanner
2014-08-31 Alan T. DeKokvpt may be NULL
2014-08-31 Alan T. DeKokUse correct name for struct entries
2014-08-31 Alan T. DeKokReturn correct code for error
2014-08-31 Alan T. DeKokFormatting helps
2014-08-31 Alan T. DeKokAdded dictionary for RFC 7268
next