Skip to content
Snippets Groups Projects
  1. Dec 17, 2002
  2. Dec 16, 2002
  3. Dec 11, 2002
  4. Dec 08, 2002
  5. Dec 07, 2002
  6. Dec 04, 2002
  7. Nov 11, 2002
  8. Oct 26, 2002
  9. Oct 25, 2002
    • Kurt Zeilenga's avatar
      Add "allow update_anon" · 36569048
      Kurt Zeilenga authored
      Fix -USLAP_X_LISTENER_MOD builds
      36569048
    • Pierangelo Masarati's avatar
      add restrictions related to listeners in form of file permissions · 97e526cb
      Pierangelo Masarati authored
      (see in slapd(8) the description on how to enforce file permissions
      on sockets in ldapi schema); at present, only user permissions are
      used as follows: the url extension x-mod=-rwxrwxrwx is used; only
      the user permisisons are considered, e.g. the first set of rwx;
      	"r" means read is allowed from that listener
      	"w" means write is allowed on that listener
      	"x" means bind is not required on that listener
      these restrictions ADD to those already present, and are actually
      checked AFTER the other restrictions, but BEFORE ACLs, so they can
      be used to apply gross restrictions but should not be viewed as
      a replacement of ACLs. To compile this, #define SLAP_X_LISTENER_MOD
      97e526cb
  10. Oct 24, 2002
    • Pierangelo Masarati's avatar
      listener: · 956f1d16
      Pierangelo Masarati authored
      - use bervals for url and sockname
      - pass connection_init() the listener struct pointer instead of each value
      - don't copy them in the Connection struct 'cause they're not going to change
      - define macros for legacy usage of c_listener_url and c_sockname
      956f1d16
  11. Oct 23, 2002
  12. Oct 09, 2002
  13. Sep 21, 2002
  14. Sep 16, 2002
  15. Aug 24, 2002
  16. Jul 27, 2002
  17. Jul 12, 2002
  18. Jul 11, 2002
    • Julius Enarusai's avatar
      · 6107ba67
      Julius Enarusai authored
      Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
      6107ba67
  19. Jul 05, 2002
  20. Jun 27, 2002
  21. Jun 15, 2002
  22. Jun 12, 2002
    • Kurt Zeilenga's avatar
      Update to the 'gentle SIGHUP' patch. (ITS#1679) · faf91f1f
      Kurt Zeilenga authored
      - Let write operations return unwilling-to-perform after
        'gentle shutdown' has been initiated.
      - Change -1 to 2 in slapd_gentle_shutdown and slapd_shutdown, since
        sig_atomic_t can be unsigned (ITS#1736).  The 'gentle SIGHUP' patch
        is older than ITS#1736 but was applied later, so it reintroduced
        the problem.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, June 2002.
      faf91f1f
  23. Jun 06, 2002
  24. Jun 03, 2002
  25. Apr 11, 2002
  26. Apr 03, 2002
  27. Mar 23, 2002
  28. Mar 07, 2002
  29. Jan 28, 2002
  30. Jan 11, 2002
Loading