import from branch_1_1:
[freeradius.git] / src / modules / rlm_ldap / rlm_ldap.c
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-05-13 pnixonAdd Novell's eDir OTP patch to branch_1_1 also (previou...
2007-05-13 pnixonAdd eDirectory Token / NMAS support thanks to Peter...
2007-05-09 aland print out attributes in a more standard method
2007-04-29 aland Print out error when something goes wrong
2007-04-23 aland Use new radius_paircreate() function.
2007-04-23 aland Fixed Novell code that created PW_TYPE_INTEGER, and...
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
2007-04-08 aland Add more LDAP escaping rules from RFC 2253
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-12 aland strcpy doesn't need a '-1' in the sizeof
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-05-08 aland Initialize flags.
2006-05-08 aland Initialize flags.
2006-04-19 aland call ldap_escape_func for basedn, etc. too
2006-04-18 aland call ldap_escape_func for basedn, etc, too.
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-07 aland Pull fix from the head
2006-03-07 aland Added debug message when setting Auth-Type
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-18 nbkPull from CVS head:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-01-14 nbkPull from CVS head:
2006-01-12 nbk Fix a SEGV in back-quote expansion.
2005-12-29 aland Corrected typo
2005-12-29 aland Corrected typo
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-28 aland Make the LDAP module smarter, and more configurable...
2005-12-13 aland Call rad_malloc(), which will never fail.
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-21 aland Corrected typo, as noted in bug #287
2005-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-29 nbk Add an attribute to the unused parameters.
2005-09-14 nbk Walk the whole string in ldap_escape_func().
2005-09-01 aland Update the way we handle parsing subsections, to avoid...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-30 fcusack fix bug #278: connection status must not be tested...
2005-08-27 nbk Fix ldap_pairget() to copy characters after any space...
2005-08-26 aland Escape more characters
2005-08-24 nbk Fix compilation warnings in code from Novell.
2005-08-23 aland Use proper name in #ifdef
2005-08-19 aland Mark filenames in CONF_PARSER as PW_TYPE_FILENAME...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-09 nbk Fix compilation warnings.
2005-08-08 aland change passwd_rad_attr to PW_USER_PASSWORD
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-19 aland One-character fix for typo
2005-04-08 aland 'static' to 'static const'
2005-03-30 aland One-line fix to auto-discover NS-MTA-MD5 passwords...
2005-03-29 mgriegoRevert to using the pointer names in sizeof's. Be...
2005-03-28 mgriegoChanged the malloc's for the inst->conns and inst-...
2005-03-10 aland one-line #define to not use pthread functions when...
2005-02-18 aland Added auto-header discovery
2005-02-18 aland Re-formatting of code, normalize whitespace around...
2005-02-09 kkalevReally stupid typo
2005-02-08 kkalevMake debug messages on password extraction a little...
2005-02-08 kkalevAdd a few more checks for the previous patch
2005-02-08 kkalevAdd another configuration directive, password_radius_at...
next