Skip to content
Snippets Groups Projects
  1. Jul 03, 2015
  2. Jul 02, 2015
    • Howard Chu's avatar
      Merge authTimestamp from lastbind overlay · ea43ac38
      Howard Chu authored
      This code duplicates the basic function of lastbind. The two overlays
      cannot be used together. The timestamp Mod op is changed to require
      the old value to still be present at the end of the Bind. This allows
      us to detect collisions (multiple successful Binds in the same time
      window) and properly fail the extra Bind attempts.
      ea43ac38
    • Howard Chu's avatar
      Add TOTP pw mechanism · e069a792
      Howard Chu authored
      e069a792
  3. Jun 21, 2015
  4. Jun 19, 2015
  5. Jun 15, 2015
  6. Jun 05, 2015
  7. Jun 02, 2015
  8. Jun 01, 2015
  9. May 29, 2015
  10. May 28, 2015
  11. May 27, 2015
  12. May 21, 2015
  13. May 20, 2015
  14. May 19, 2015
  15. May 18, 2015
  16. May 07, 2015
  17. May 06, 2015
  18. May 04, 2015
  19. May 03, 2015
  20. Apr 30, 2015
  21. Apr 29, 2015
    • Thomas Cort's avatar
      ITS#8118 dosearch: flush stdout · 590378ed
      Thomas Cort authored and Howard Chu's avatar Howard Chu committed
      The LDIF output wasn't being explicitly flushed. In certain scenarios,
      such as piping the output of a persistent ldapsearch to node.js v0.12
      on Mac OS X 10.10.3, the output is unavailable to the process
      consuming the search results until the stdio buffer fills (8192 bytes
      for example). This can leave the tail end of persistent search results
      in the buffer for a long time (until enough output has accumulated).
      
      Explicitly call flush so that the output is immediately available.
      590378ed
    • Howard Chu's avatar
      ITS#8117 · 0fd2214a
      Howard Chu authored
      0fd2214a
    • Howard Chu's avatar
      ITS#8117 cleanup prev commit · 47c4e747
      Howard Chu authored
      47c4e747
Loading