- May 16, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- May 11, 2000
-
-
Howard Chu authored
-
Kurt Zeilenga authored
If application provide one, use it. If application doesn't provide one, use best of server advertised. Fix SASL/ANONYMOUS (not normally used, but should work) PLAIN is not currently working... might be local to me as my Cyrus installation is a bit hosted.
-
- May 09, 2000
-
-
Kurt Zeilenga authored
-
- Apr 26, 2000
-
-
Kurt Zeilenga authored
-
- Apr 25, 2000
-
-
Kurt Zeilenga authored
-
- Apr 24, 2000
-
-
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 12, 2000
-
-
Kurt Zeilenga authored
Fix ldaphost == NULL bug
-
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.
-
- Mar 23, 2000
-
-
Julio Sánchez Fernández authored
nested groups or the laser mail routing draft. Mostly, this is because a flag saying the attribute type is 'final' is not flexible enough. The old 'final' flag is gone and replaced by a priority level. Change 'forward' to 'route' to be consistent with the laser wording. Add new 'domain' spec in the configuration file to describe what are the local domains so that we do not loop when doing the laser thing. We were escaping asterisks in filters. This seems incorrect. Removed.
-
- Jan 17, 2000
-
-
Kurt Zeilenga authored
Add creat* modify* attributes
-
- Jan 08, 2000
-
-
Kurt Zeilenga authored
simple bind via: {KERBEROS}principal Code is disabled by default (for security reasons). Use --enable-kpasswd to enable. Behind SLAPD_KPASSWD. Reworked Kerberos detection and split out KBIND as independent feature (--disable-kbind) (LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND). KBIND depends upon detection of KRB4 (or KRB425) support. Detection, building with eBones (as distributed with FreeBSD 3.4) okay, but wasn't able to test as I don't have a K4 KDC handy. --with-kerberos has a number of detection options... most likely don't work properly.
-
- Dec 15, 1999
-
-
Julio Sánchez Fernández authored
-
Julio Sánchez Fernández authored
extremely broken and I can only wonder how I got some much mileage out of it. The problem is that we deal with pointers to the groups themselves, either in current_group or current_to and current_nto. These pointers would break on reallocs. So now the the basic togroups is an array to pointers to Group. Since the array can be resized at any time, what we actually pass around is pointer to an array of pointers to Group or Group ***.
-
- Dec 13, 1999
-
-
Kurt Zeilenga authored
Add copyrights
-
- Dec 12, 1999
-
-
Kurt Zeilenga authored
-
- Dec 11, 1999
-
-
Kurt Zeilenga authored
-
- Dec 10, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Add controls to extended ops API signatures, need impl. Update password to support optional server side generation of new password, verification of old password, and changing of non-bound user's passwords.
-
- Dec 09, 1999
-
-
Kurt Zeilenga authored
frontend to complete parsing of extended op reqdata. Modify password extended operation to allow optional id (DN) entry to change (not tested). Also, provide room to allow server side password generation (not implemented). Added optional old password field to support proxying (not implemented). Need to implement replog() support.
-
- Dec 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-
- Dec 04, 1999
-
-
Kurt Zeilenga authored
-
- Dec 03, 1999
-
-
Gary Williams authored
No one complained, so here's the change to ldapdelete to add a -r switch to allow a branch of a directory tree to be removed. The DN provided is searched recursively until the leaf nodes are hit, then everything is deleted.
-
- Nov 24, 1999
-
-
Howard Chu authored
-
- Nov 19, 1999
-
-
Kurt Zeilenga authored
-
- Nov 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 03, 1999
-
-
Kurt Zeilenga authored
-