Commit Graph

55 Commits

Author SHA1 Message Date
Kurt Zeilenga
ddc6c016b0 Misc. IETF LDAPext updates 2001-09-27 02:39:52 +00:00
Stig Venaas
28ab9fcaf5 Section 3 man page for ldap_parse_reference() 2001-09-26 10:35:54 +00:00
Kurt Zeilenga
e7d3103424 Acknowledge IETF work 2001-09-25 17:51:36 +00:00
Stig Venaas
1630c24f2a Section 3 man pages for ldap_first_reference(), ldap_next_reference() and
ldap_count_references()
2001-09-19 16:13:14 +00:00
Stig Venaas
e56883c35c Section 3 man pages for ldap_first_message(), ldap_next_message() and
ldap_count_messages()
2001-09-19 14:34:59 +00:00
Kurt Zeilenga
2b78f44203 More updates. 2001-08-30 04:54:59 +00:00
Kurt Zeilenga
71d564aee4 Add additional types to lber-types. 2001-08-30 03:02:36 +00:00
Kurt Zeilenga
b6fc1d3d43 Update kerberos flags 2001-08-24 20:17:23 +00:00
Stig Venaas
c2daca1001 Fixed a tiny typo/spelling error 2001-07-29 11:46:41 +00:00
Kurt Zeilenga
0b3072d393 Misc. updates 2001-07-24 07:56:07 +00:00
Kurt Zeilenga
3ce7e382d5 Misc updates 2001-07-24 06:26:32 +00:00
Kurt Zeilenga
0749253f10 Misc updates 2001-07-23 04:16:42 +00:00
Kurt Zeilenga
01e8c6e3e4 LDAPext I-D updates 2001-07-23 04:12:58 +00:00
Kurt Zeilenga
72a55aa40f Leave dn2ufn. 2001-06-11 20:45:06 +00:00
Kurt Zeilenga
6cb35c0d89 More caching as experimental 2001-06-11 20:34:14 +00:00
Kurt Zeilenga
7746f0cbf9 Remove UFN man pages 2001-06-11 20:32:58 +00:00
Kurt Zeilenga
796e2ed786 Remove rebind from links for now 2001-06-11 20:26:05 +00:00
Kurt Zeilenga
9969deb348 Comment out rebind stuff until someone has a chance to
rewrite it.
2001-06-11 20:25:02 +00:00
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