- Apr 25, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
ldap_domain2dn() ldap_domain2hostlist() and provide prototype to soon-to-be-implemented ldap_dn2domain(). ldap_dnssrv_init(), if needed, can easily be implemented using ldap_create(), ldap_set_option() and the above commands.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Apr 24, 2000
-
-
Ben Collins authored
for slurpd's replica directory (slurpd.status, and rej file) use a subdir of what the user specifies (add replica/ to it) to avoid /tmp races. A lot of the files that slurpd uses cannot be opened with O_EXCL, nor can we safely determine if there are any hardlinks from another file to it, so we create our own subdirectory so we can control the perms, even in /tmp
-
Ben Collins authored
filecheck(), we should strcpy the file passed (f arg) and not always slapd_replogfile, else this function is of little real use
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- Apr 20, 2000
-
-
Kurt Zeilenga authored
Set version to required protocol.
-
Kurt Zeilenga authored
Submitted by Gabor Gombas <gombasg@inf.elte.hu>
-
- Apr 19, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Apr 12, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Fix ldaphost == NULL bug
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Apr 10, 2000
-
-
Julio Sánchez Fernández authored
Add addresses optimization to rfc822-ext too.
-
- Apr 07, 2000
-
-
Julio Sánchez Fernández authored
the presence of a certain value in some other attribute. Used to implement mailForwardingAddress both in addition to normal delivery and excluding normal delivery, selectable entry by entry. The model is mailDeliveryOption in Netscape MS. The implementation aims to become more general, though. Affects "search-with-filter", any entry can potentially use a parameter, introduced with "param=". Optimize the case where we have to copy the message to an address that is served by the directory. Formerly, we would have the MTA deal with it and invoke mail500 again later. This has necessitated loading the list of domains that are solved by us with "domain". A new definition, "host", takes the role of the old "domain" that was the FQDN of our host for routing loop avoidance.
-
- Apr 06, 2000
-
-
Julio Sánchez Fernández authored
part into something to check against the cn of entries. It is supported again thorugh the selector %s in the search. Explicitly initialize some pointers in automatic storage.
-
- Apr 05, 2000
-
-
Julio Sánchez Fernández authored
anyway. A new syntax is defined, "present", that indicates that values of an attribute type are not used, only presence is significant. To do routing at the MTA, define both mailHost and mailRoutingAddress with syntax "present". Otherwise, use "host" and "rfc822" and mail500 will try to do routing by itself, if possible. Read the comments in the code for the ugly details. Added a new configuration line "own-address" that describes the FQDN of our host to compare with mailHost. The line can be repeated.
-
- Apr 04, 2000
-
-
Randy Kunkee authored
caused incorrect data in result array and possibly segmentation violations when searches terminated due to errors such as timeout, exceeding search limit, or the remote server going down in the middle of a search. Also correctly puts error message on top of traceback stack (instead of randomly in memory per the stale result obj). A segmentation violation could have manifested later in the program's life, or perhaps during termination of the interpreter.
-
- Mar 30, 2000
-
-
Julio Sánchez Fernández authored
avoid trying to free it again.
-
- Mar 29, 2000
-
-
Kurt Zeilenga authored
-