freeradius.git
2013-03-22 Arran Cudbard... Disable auto reconfig
2013-03-22 Arran Cudbard... Check for libssl too
2013-03-22 Alan T. DeKokRun radiusd -XC from the build directory
2013-03-22 Alan T. DeKokThat's a paddlin.
2013-03-22 Alan T. DeKokWimax isn't always built
2013-03-22 Arran Cudbard... Flakey build mystery solved
2013-03-22 Arran Cudbard... Experimentally make travis build single threaded
2013-03-22 Arran Cudbard... Really quiet
2013-03-22 Arran Cudbard... Use higher debugging level for test
2013-03-22 Arran Cudbard... Check access to libraries (quietly)
2013-03-22 Arran Cudbard... Return ldap_rcode_t from rlm_ldap_bind for consistency
2013-03-21 Arran Cudbard... Various minor fixes in rlm_eap
2013-03-21 Arran Cudbard... Extra dependencies for building debian packages
2013-03-21 Arran Cudbard... Fix travis-test
2013-03-21 Arran Cudbard... More travis tests
2013-03-21 Alan T. DeKokEnabled WITH_VERIFY_PTR for developer builds
2013-03-21 Arran Cudbard... Remove redundant code
2013-03-21 Arran Cudbard... Cleanup some logging stuff
2013-03-21 Alan T. DeKokFix minor memory leak on detach
2013-03-21 Alan T. DeKokAdded verification of VALUE_PAIR pointers via talloc
2013-03-21 Alan T. DeKokRemove unused / old files
2013-03-21 Alan T. DeKokRemove duplicate and unused package
2013-03-21 Alan T. DeKokRemove references to rlm_dbm
2013-03-21 Alan DeKokMerge pull request #239 from netflash/master
2013-03-21 Alexandr RomanovFixed debian/control build-dep section
2013-03-21 Arran Cudbard... More debugging
2013-03-21 Arran Cudbard... See what talloc report gives us
2013-03-21 Arran Cudbard... We don't know it's not valid, just that it's not set
2013-03-21 Arran Cudbard... Add more opportunistic debugging in pairbasicfree
2013-03-21 Arran Cudbard... Add assert to pairbasicfree to check for da
2013-03-21 Arran Cudbard... Verify VPs are still viable in pair_list functions
2013-03-21 Arran Cudbard... Minor typo
2013-03-21 Arran Cudbard... Add assert to catch NULL source context
2013-03-21 Arran Cudbard... Don't segv if we didn't managed to load one of the...
2013-03-21 Arran Cudbard... Kill another smurf
2013-03-21 Arran Cudbard... Apparently none of the range constructs work in Travis
2013-03-21 Arran Cudbard... Add -P argument to always write PID, and fix tests
2013-03-21 Arran Cudbard... GDB is apparently not available by default
2013-03-20 Arran Cudbard... Attempt at autobacktrace on segv
2013-03-20 Alan T. DeKokFix typo.
2013-03-20 Alan T. DeKokpairadd(paircopy)) instead of paircopy/pairmove/pairfree
2013-03-20 Alan T. DeKokmost of the rest of the code has packet/reply, not...
2013-03-20 Alan T. DeKokAudit the code to pass correct parent to pair() functions
2013-03-20 Alan T. DeKokFix arguments to gen keys
2013-03-20 Alan T. DeKokUse pairmove2() instead of pairadd(a,b);b=NULL
2013-03-20 Alan T. DeKokAllow attr/vendor of 0 in pairmove, which means "move...
2013-03-20 Alan T. DeKokSimplify code
2013-03-20 Alan T. DeKokUse correct context for paircopy
2013-03-20 Arran Cudbard... Initialise more things
2013-03-20 Arran Cudbard... Quiet dumb compiler
2013-03-20 Alan T. DeKokRADIUS over TCP, and RADIUS over TLS RFCs
2013-03-20 Alan T. DeKokSteal pointers on pairmove. Closes #232
2013-03-20 Arran Cudbard... Typo
2013-03-20 Alan T. DeKokRe-run configure after removing shell-style comments
2013-03-20 Alan T. DeKokIgnore modules which have not yet been configured
2013-03-20 Alan T. DeKokRemove '#' comments in configure.in files
2013-03-20 Alan T. DeKokFix typo
2013-03-20 Alan T. DeKokrunning configure depends on src/freeradius-devel
2013-03-20 Alan T. DeKokRevert last commit, it doesn't work
2013-03-20 Alan T. DeKokEnsure we build src/freeradius-devel before doing much...
2013-03-20 Arran Cudbard... Initialise more values
2013-03-20 Arran Cudbard... Cleanup edir code, always build edir code
2013-03-20 Alan T. DeKokRemove old cruft for libtool
2013-03-20 Alan T. DeKokLoad all modules, including ones which are not configured
2013-03-20 Arran Cudbard... Typo
2013-03-20 Arran Cudbard... More LDAP fixes
2013-03-20 Alan T. DeKokFix typo
2013-03-20 Arran Cudbard... Fixup edir code
2013-03-20 Alan T. DeKokWrap configure rules in checks for autoconf
2013-03-20 Alan T. DeKokEnsure we link the header directory before building...
2013-03-20 Alan T. DeKokFix typo
2013-03-20 Alan T. DeKokMinor changes to output
2013-03-20 Alan T. DeKokFix typo
2013-03-20 Alan T. DeKokFix typo in wrong function
2013-03-20 Alan T. DeKokThere's no reason to have cf_parse_item take a NULL cs
2013-03-20 Arran Cudbard... Fix coverity issues in rlm_ldap
2013-03-20 Arran Cudbard... Fix rlm_pam
2013-03-20 Alan T. DeKokUse da->name, not vp->da->name
2013-03-20 Alan T. DeKokCheck for NULL from talloc
2013-03-20 Alan T. DeKokFix type typo
2013-03-20 Alan T. DeKokeap_method_select returns eap_rcode_t, not eap_code_t
2013-03-20 Alan T. DeKokChange && to ||
2013-03-20 Alan T. DeKokHard-code configure rule
2013-03-20 Alan T. DeKokMake magic.
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Arran Cudbard... Fix typo in securid
2013-03-20 Alan T. DeKokMode sql_foo to mod_foo changes
2013-03-20 Alan T. DeKokThis is no longer necessary.
2013-03-20 Alan T. DeKokLast one
2013-03-20 Alan T. DeKokFix configure scripts, missed in earlier commit
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-20 Alan T. DeKokRename functions
2013-03-19 Alan T. DeKokUse consitent names for *_cflags and *_ldflags.
2013-03-19 Arran Cudbard... Fix documentation and typo
2013-03-19 Arran Cudbard... Explicitly specify whether we want to query to get...
2013-03-19 Alan T. DeKokcleanups for doxygen
2013-03-19 Alan T. DeKokcleanups for doxygen
2013-03-19 Alan T. DeKokdocs for doxygen
2013-03-19 Alan T. DeKokDocs for doxygen
2013-03-19 Alan T. DeKokTests depend on radiusd && radclient, too
next