fix typo
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
2012-12-07 Matthew Newtonfix typo
2012-12-07 Arran Cudbard-BellMerge pull request #144 from dragon9k/master
2012-12-07 Olivier BeytrisonAdded ldap_postauth for edir
2012-12-07 Alan T. DeKokGlue edir into the authorization module.
2012-12-04 Arran Cudbard-BellRemove last traces of do_xlat from rlm_ldap, add %...
2012-12-03 Arran Cudbard-BellFix memory leak in radius_get_vp
2012-12-02 Arran Cudbard-BellAdd module failure message to rlm_exec
2012-12-02 Arran Cudbard-BellMore consistent
2012-12-01 Arran Cudbard-BellWe'll figure something out for attribute comparison...
2012-12-01 Arran Cudbard-BellAdd even more debugging messages, and a sane check...
2012-12-01 Arran Cudbard-Bellgroupcmp debug messages should probably include the...
2012-12-01 Arran Cudbard-BellMinor debug message tweaks
2012-12-01 Arran Cudbard-BellMake rlm_ldap debug messages suck less
2012-12-01 Arran Cudbard-BellHard wrap at 80 coolumns for legacy editors
2012-12-01 Arran Cudbard-BellRename groupmemb_filt
2012-12-01 Arran Cudbard-BellWrite group filter expansion to the correct buffer
2012-12-01 Arran Cudbard-BellDont fail if the update section is specified but empty
2012-12-01 Arran Cudbard-BellAttrs array should be const char * const *
2012-12-01 Arran Cudbard-BellRemove unused variable
2012-12-01 Arran Cudbard-BellConvert spaces to tabs
2012-12-01 Arran Cudbard-BellSwitch to using new config based attribute map
2012-12-01 Arran Cudbard-BellRemove 'did work' warning, as it'll always be triggered...
2012-10-30 Arran Cudbard-Bellre-add the expect_password option
2012-10-30 Arran Cudbard-BellFixup xlat calls in rlm_ldap to work with new function...
2012-10-30 Alan T. DeKokMassive rewrite of the LDAP module.
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-15 Arran Cudbard-BellOnly print out user authorized message if the ldap...
2012-10-15 Arran Cudbard-BellAdd option to disable password check
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayerspass LDAP instance to escape function - currently unused
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
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-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-22 Arran Cudbard-BellFix typo
2012-08-22 Arran Cudbard-BellFix and document max_uses
2012-08-22 Arran Cudbard-BellUpdate src/modules/rlm_ldap/rlm_ldap.c
2012-08-22 Alan T. DeKokAdded "max_uses" parameter
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-29 Alan T. DeKokAdded "modules.ldap.fail" for trigger
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2012-04-13 Alan T. DeKokDon't complain if we find an NT-Password
2012-03-09 Alan T. DeKokAdded support for {BASE64_MD5}
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-21 Alan T. DeKokDon't close connections that are in use.
2011-12-04 Alan T. DeKokMore strlen fixes
2011-11-29 Alan T. DeKokMove do_xlat=1 code to pairmake_xlat()
2011-11-22 Alan T. DeKokNo need to sprintf "%s"
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-07 Alan T. DeKokFixed typo
2011-09-07 Alan T. DeKokDocument keepalive
2011-07-09 Stephen R. van den... Get rid of some absurd warnings
2011-07-09 Alan T. DeKokFixes for v3 API
2011-05-20 Alan T. DeKokAdded deprecated flag to old config variables
2011-02-28 Alan T. DeKokAPI fxes for 3.0
2010-09-14 Alan T. DeKokFix parameter passing issue. closes bug #105
2010-08-30 Alan T. DeKokCatch LDAP constraint violation
2010-07-22 Alan T. DeKokFix parameters passed by Novell code in post-auth.
2010-07-22 Alan T. DeKokAdd undocumented keepalive configuration
2010-07-05 Alan T. DeKokRemoved "password_header" configuration
2010-07-05 Alan T. DeKokRemove "auto_header" flag.
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2010-04-29 Alan T. DeKokUse rebind_proc only if args==3
2009-12-06 Alan T. DeKokUse case insensitive comparison. Closes #36
2009-11-30 Alan T. DeKokFix build problem
2009-11-30 Alan T. DeKokPrint out more useful debugging messages
2009-09-06 Alan T. DeKokCheck for the proper number of arguments to rebind
2009-04-08 Alan T. DeKokCorrected typo
2009-04-02 Alan T. DeKokAdded "rebind" option to re-authenticate on rebind
2009-04-02 Alan T. DeKokAdded chase_referrals option
2009-03-16 Alan T. DeKokPrint more descriptive error messages
2009-02-19 Alan T. DeKokDifferentiate "no result" from "too many results"
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-14 Alan T. DeKokDEBUG -> RDEBUG
2008-05-08 aland If there's no Auth-Type name2, look for LDAP
2008-04-17 aland LDAP-UserDN is now in config items
2008-04-03 aland This was supposed to go in 2.0.3, and didn't make it.
2008-03-04 aland Update the log message to make it excruciating clear...
2008-01-05 nbk Fix more signedness warnings.
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-06 aland If there's no User-Name, ldap is a NOOP, not a failure
2007-10-11 aland Fix from bug #483
2007-08-30 aland After ldap_authorize, if there's no "known good" password,
2007-08-17 aland Corrected typos. Fixes bug #469
2007-08-13 aland Pulled fix from branch_1_1
2007-06-22 aland Print out *why* opening the mapping file failed.
next