Apache Directory LDAP API

Clone this repo:
  1. 76cb5ee Fixed the DN parsng whoch didn't end with an error when we had trailing chars by emmanuel lecharny · 9 hours ago master
  2. 4ebf132 Fix overly encoded filter values: escape chars should be encoded as \5C, by emmanuel lecharny · 10 hours ago
  3. 3979032 o Avoid throwing an IllegalArgumentException when a wrong Integer is by emmanuel lecharny · 16 hours ago
  4. df14f13 Get rid of RFC 2253 quoted values, and fix some corner cases escaped by emmanuel lecharny · 32 hours ago
  5. 7cf921a Fixed a potential NPE if a transaction response is sent with an unknown control by emmanuel lecharny · 2 days ago
  6. f69043a Added a check for aciItem to avoid a NPE, throw a ParseEception instead by emmanuel lecharny · 2 days ago
  7. b427bd3 Fixed a potential StackOverflow issue by iterating instead of recursing by emmanuel lecharny · 4 days ago
  8. af6c704 Added a protection against clear text operations being procedded during by emmanuel lecharny · 4 days ago
  9. 9c37113 Forbid the use of Bind( <name>, null ). If the user wants to call an by emmanuel lecharny · 4 days ago
  10. 30dd5db Added some check of any attribute and matching rules injected in filters by emmanuel lecharny · 5 days ago
  11. 99a5333 Added some protection against a potential IllegalArgumentException when by emmanuel lecharny · 5 days ago
  12. 8d2be58 Dealt with potential null value passed in controls. by emmanuel lecharny · 6 days ago
  13. 731cfd1 Fixed a hashCode method that was always returning 0... by emmanuel lecharny · 6 days ago
  14. 1624963 Fixed a potential wrong password comparison in plain text when the algo by emmanuel lecharny · 6 days ago
  15. 835ce23 Fixed a potential exponential regexp backtracking by emmanuel lecharny · 7 days ago
  16. 0b32e5c Forbid high number of rounds for bcrypt (>16) as it may suck all the CPU. by emmanuel lecharny · 7 days ago
  17. 0279912 Fix a potential infinite loop with cursor when an Intermediate response is sent by emmanuel lecharny · 8 days ago
  18. 7150b2d Removed the logged password by emmanuel lecharny · 8 days ago
  19. de94e34 Disallow infinite length form for ASN.1 constructs by emmanuel lecharny · 8 days ago
  20. 1094c7f Fox some issues with malformed credentials by emmanuel lecharny · 8 days ago