Commit Graph

37 Commits

Author SHA1 Message Date
Kurt Zeilenga
80e026a1b6 Add lber-memory(3) to see also 2001-05-18 00:26:15 +00:00
Kurt Zeilenga
026a23fb81 Partial update of URL man page... 2000-10-17 19:07:56 +00:00
Kurt Zeilenga
71ba10ed20 Clarify memory usage 2000-10-04 20:40:49 +00:00
Kurt Zeilenga
b4c6774bf6 ITS#747: align with code changes from Bert Vermeulen <bert@biot.com> 2000-09-15 23:42:50 +00:00
Kurt Zeilenga
5ed98aed27 Update references to RFCs 2000-09-01 22:10:19 +00:00
Kurt Zeilenga
25a9f7427d Remove CLDAP cruft 2000-08-18 04:25:00 +00:00
Kurt Zeilenga
890e342594 More links 2000-07-22 18:23:11 +00:00
Kurt Zeilenga
8fbe721b7a Add links for most _ext varients 2000-07-22 18:22:06 +00:00
Kurt Zeilenga
08d03a1333 Update C/R 2000-07-22 02:00:47 +00:00
Kurt Zeilenga
1a5a805cf4 Update ldap(3) (namely removing no longer supported routines)
such as DNS DNs and charset routines.
2000-07-22 01:59:08 +00:00
Kurt Zeilenga
90389fbb76 Trim AUTHOR section 2000-07-22 01:33:53 +00:00
Kurt Zeilenga
19e45aee80 Add basic pages for BER types and memory allocators. 2000-07-13 22:56:16 +00:00
Kurt Zeilenga
93a8125eab Add OpenLDAP RCS ID 2000-06-18 19:39:31 +00:00
Kurt Zeilenga
187f4ab730 A couple of minor updates... needs overhaul 2000-06-16 06:44:25 +00:00
Julio Sánchez Fernández
00a9214608 Initial version of man page for the schema routines 2000-06-05 00:09:24 +00:00
Kurt Zeilenga
e9d0b98a10 Update lber-encode/decode man pages
Add ber_get_enum() for symmetry
2000-05-13 23:08:25 +00:00
Kurt Zeilenga
4bc786f34b Y2k copyright update 2000-05-13 02:47:56 +00:00
Kurt Zeilenga
40d749ed6b Update LBER man pages to latest API.
Need to add lber-types(3) to document BER types, allocation, and deallocation.
May need to add additional pages to document other new features.
2000-05-13 01:44:58 +00:00
Kurt Zeilenga
3b4738ea96 remove #include <lber.h> from SYNOPSIS 1999-12-17 05:53:51 +00:00
Kurt Zeilenga
d5edb4bff6 Reengineered ldappasswd(1). Uses extended operation to set
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.
1999-12-08 04:37:59 +00:00
Kurt Zeilenga
305ed36159 Add RCSid and Copyright 1999-09-12 04:41:47 +00:00
Kurt Zeilenga
98761f1edb Update "*", "+", "1.1" attribute type usage. 1999-07-25 20:52:42 +00:00
Kurt Zeilenga
ae0df6f8f8 Update misleading statement about ldap_init(). It use is actually
preferred.  ldap_open is to be depreciated.
1999-01-28 01:23:04 +00:00
Kurt Zeilenga
eed7408e7e Update ldap_first_attribute/ldap_next_attribute to handle
BerElement argument per latest IETF ldapext draft c api spec.
That is, caller is solely responsible for freeing the BerElement
allocated and returned by ldap_first_attribute.
Update man pages accordingly.
Update applications accordingly.
1999-01-20 20:21:38 +00:00
Kurt Zeilenga
3a119bf1f7 Update man pages based upon required use of ldap_memfree() instead of free()
replace 'malloced' with 'dynamically allocated'
	State ldap_memfree(3) should be used instead of free()
	Still need ldap_memfree(3) man page.
1998-12-22 19:08:27 +00:00
Kurt Zeilenga
a3ac3be6a7 Added lber_get/set_option. Removed lber_debug/ldap_debug.
Updated other codes as needed.
1998-12-22 01:34:01 +00:00
Kurt Zeilenga
2d15a94d16 LDAP C-API changes
struct friendly (Friendly) changed to ldap_friendly (LDAPFriendly)
	  ldap_friendly friend prefix changed to 'lf_' from 'f_'
	removed mod_next field from LDAPMod (struct ldapmod)
	modified slapd to use new LDAPModList (struct ldapmodlist) struct.
Added LDAPv3 result codes to ldap.h
1998-12-21 00:21:58 +00:00
Kurt Zeilenga
edd464ee8f Update build environment:
default sysconfdir subdirectory is openldap instead of ldap.
    This removes conflicts with other ldap subsystems.  Should
    be configure option.
  *.conf files are now preserved.  A *.conf.default are always
    created with the latest conf.
  *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir)
  updated man pages to reflect changes.
1998-11-29 19:48:28 +00:00
Kurt Zeilenga
1fc810bfe5 Added support for ldap.conf file. See ldap.conf(5) for details.
Modified clients to reduce use of ldapconfig.h.edit.
ldap_{get,set}_option support is relatively complete.  Needs
to be extended to support other "features" of OpenLDAP.
1998-11-10 23:37:30 +00:00
Hallvard Furuseth
07354ef9c2 Added ldap_explode_rdn() 1998-11-05 00:40:04 +00:00
Hallvard Furuseth
f81ee9b63e Added ldap_msgtype() and ldap_msgid() 1998-11-04 23:51:31 +00:00
Hallvard Furuseth
41e25b4041 Added ldap_explode_rdn() 1998-11-04 23:28:51 +00:00
Kurt Zeilenga
2a869f5a99 merged with autoconf branch 1998-10-25 01:41:42 +00:00
Kurt Zeilenga
adc2134f03 Modified build environment to correctly support bin,sbin,libexec,etc
and setting of variables from Make-platform with defaults in Make-common.
1998-08-19 18:19:39 +00:00
Kurt Zeilenga
079f21c3ac Added LIBEXECDIR, SBINDIR and patched install rules and files as needed. 1998-08-19 02:38:35 +00:00
Kurt Zeilenga
8b2170bcf4 Import of FreeBSD LDAP 3.3 Port 1998-08-09 01:05:15 +00:00
Kurt Zeilenga
42e0d83cb3 Initial revision 1998-08-09 00:43:13 +00:00