add User-Password warning to rlm_chap
[freeradius.git] / src /
2012-09-29 Matthew Newtonadd User-Password warning to rlm_chap
2012-09-29 Matthew Newtonremove ifs and returns from attribute detection loop
2012-09-29 Matthew Newtonbreak pap auth up into smaller functions, remove goto...
2012-09-29 Matthew Newtonstart tidy of rlm_pap - move crypt to separate function
2012-09-29 Matthew Newtonremove encryption_scheme option & related code from...
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-28 Alan T. DeKokFix to work with jlibtool
2012-09-28 Alan T. DeKokAdded Makefile for new build system
2012-09-28 Alan T. DeKokInclude all sub-modules, if they're built
2012-09-28 Arran Cudbard-BellMerge pull request #94 from mcnewton/auth_tidy
2012-09-28 Alan T. DeKokAdd options for -4 and -6 IP families, like radclient.
2012-09-28 Alan T. DeKok rse PPPHint better
2012-09-27 Matthew Newtonfix encryption_scheme option in rlm_pap, and update...
2012-09-27 Matthew Newtontidy comments in auth.c
2012-09-27 Matthew Newtonmove User-Password warning from auth.c to rlm_pap
2012-09-27 Matthew NewtonDon't copy User-Password -> Cleartext-Password. They...
2012-09-27 Matthew NewtonRemove code for Auth-Types Local and Crypt; pap or...
2012-09-27 Arran Cudbard-Belldebug: should output previous level instead of the...
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-27 Alan DeKokMerge pull request #92 from philmayers/sess-persist
2012-09-25 Matthew Newtonrlm_eap virtual servers now call postauth for both...
2012-09-25 Matthew NewtonAdd rad_virtual_server to call rad_authenticate and...
2012-09-25 Matthew NewtonMove rad_postauth ACCEPT from rad_authenticate to reque...
2012-09-25 Arran Cudbard-BellRemove duplicate version/copyright info
2012-09-25 Arran Cudbard-BellPass rpath when installing libeap
2012-09-22 Alan T. DeKokCheck for dlopen, too
2012-09-22 Alan T. DeKokAdd -rpath to allow it to link && install
2012-09-21 Phil Mayersadd the ability to persist SSL session cache to disk...
2012-09-21 Arran Cudbard-BellAdd safe-characters function from rlm_sql
2012-09-20 Arran Cudbard-BellMerge pull request #91 from philmayers/ldap-xlat-escape
2012-09-20 Phil Mayerswe should use ldap_escape_func when escaping the URL
2012-09-20 Arran Cudbard-BellStart removing the old one char expansions
2012-09-20 Arran Cudbard-BellMove string manipulation functions from xlat.c to rlm_expr
2012-09-20 Arran Cudbard-BellRemove b from randstr and implement h (hex encoded b)
2012-09-20 Arran Cudbard-BellMark instance as unused in %{rand:}
2012-09-20 Alan DeKokMerge pull request #90 from philmayers/urlquote
2012-09-19 Phil Mayersadd urlquote xlat - useful for LDAP DNs with comma...
2012-09-19 Arran Cudbard-BellQuiet the compiler
2012-09-18 Alan Buxeyremove compilation warnings
2012-09-18 Alan Buxeyremoved 2 compilation warnings
2012-09-18 Arran Cudbard-BellDon't use ci to iterate over subsections if we might...
2012-09-17 Arran Cudbard-BellUpdate links that point to wiki pages
2012-09-17 Arran Cudbard-BellAdd bounds check for max_queue_size
2012-09-17 Alan T. DeKokUse max_queue_size when initializing the queues
2012-09-16 Arran Cudbard-BellAdd alphanumeric char class
2012-09-15 Arran Cudbard-BellAdd randstr expansion to generate random strings up...
2012-09-14 Alan T. DeKokSkip OCSP if there's no host / port / url
2012-09-14 Arran Cudbard-BellFix typo
2012-09-13 Alan T. DeKokHacks to make it work with jlibtool
2012-09-13 Alan T. DeKokFix pattern substitution to work only for C/CPP
2012-09-13 Alan T. DeKokAllow building without TLS
2012-09-13 Alan T. DeKokFix CVE-2012-3547. Found by Timo Warns.
2012-09-12 Arran Cudbard-BellMerge pull request #86 from armitasp/master
2012-09-12 Arran Cudbard-BellFix typo
2012-09-07 Arran Cudbard-BellDon't die if the clients file doesn't contain client...
2012-09-07 Arran Cudbard-BellDon't die if the clients file doesn't contain client {}
2012-09-07 Arran Cudbard-BellHungroups and hints should default to NULL, so theyre...
2012-09-06 Arran Cudbard-BellUpdate src/modules/rlm_cache/rlm_cache.c
2012-09-06 Arran Cudbard-BellAdd cache to accounting and preacct
2012-09-06 Alan T. DeKokCheck for more parse errors when reading dicts. Bug...
2012-09-06 Alan T. DeKokDouble-check that we don't over-run the buffer
2012-09-06 Alan T. DeKokCheck for memset of zero
2012-09-06 Alan T. DeKokClose directory when done with it. Bug found by Coverity
2012-09-06 Alan T. DeKokClose socket on error. Bug found by Coverity
2012-09-06 Alan T. DeKokClose FD if there's nothing to log. Bug found by Coverity
2012-09-06 Alan T. DeKokEnsure all fields are initialized
2012-09-06 Alan T. DeKokFix possible bug
2012-09-06 Alan T. DeKokFix use after free. Bug found by Coverity
2012-09-06 Alan T. DeKokOnly log known Acct-Status-Types. Bug found by Coverity
2012-09-06 Alan T. DeKokCorrected bug with NS-MTA-MD5 passwords. Found by...
2012-09-06 Alan T. DeKokRemove double free. Found by Coverity
2012-09-05 Alan T. DeKokCFLAGS now includes OPENSSL_INCLUDE
2012-09-05 Alan T. DeKokFix build error
2012-09-04 Arran Cudbard-BellAdd option to disable krb5 cache
2012-09-04 Alan T. DeKokUpdate configure to not use our local libltdl
2012-09-04 Alan T. DeKokSwitch to using dlopen() instead of libltdl.
2012-09-03 Arran Cudbard-BellTweak file read/parse errors, they're confusing when...
2012-08-31 Alan T. DeKokDrop packets means drop packets
2012-08-29 Alan T. DeKokCheck for NULL secret on dynamic clients
2012-08-29 Arran Cudbard-BellAdd entry hit stats
2012-08-26 Arran Cudbard-BellUse functions from version 3 API for processing list...
2012-08-26 Arran Cudbard-BellAdd xlat support for retrieving specific attributes...
2012-08-24 Alan T. DeKokUnblocked, not blocked
2012-08-24 Alan T. DeKokTrack blocked / non-blocked state
2012-08-24 Alan T. DeKokAdd rlm_caching. Order alphabetically
2012-08-24 Alan T. DeKokUpdate for 3.0 API
2012-08-24 Alan T. DeKokMakefile for new build system
2012-08-23 Arran Cudbard-BellRemove main rlm_caching code
2012-08-23 Arran Cudbard-BellRemove old rlm_caching module
2012-08-23 Alan T. DeKokAdd rlm_cache
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-22 Arran Cudbard-BellFixup some log messages
2012-08-22 Arran Cudbard-BellOutput the name of the file were reading
2012-08-22 Arran Cudbard-BellQuiet the compiler
2012-08-22 Arran Cudbard-BellShould be redebug
2012-08-22 Arran Cudbard-BellSection configs structs arent pointers...
2012-08-22 Arran Cudbard-BellFix typo
2012-08-22 Arran Cudbard-BellFix typo
2012-08-22 Arran Cudbard-BellMissing out ssection configs is ok, but we need a sanit...
2012-08-22 Arran Cudbard-BellFix and document max_uses
next