Commit Graph

203 Commits

Author SHA1 Message Date
David M. Syzdek
0df3b9222a ITS#7173 Fixing prototype of function in manpage to match prototype in C header.
The prototype for ldap_modify_ext() in the C header file declares
    msgidp as "int *", however the current manpage declares msgidp as
    "int **". This patch updates the manpage to accurately reflect the
    C header.

Signed-off-by: David M. Syzdek <syzdek@bindlebinaries.com>
2012-02-18 15:41:37 -08:00
Kurt Zeilenga
2bbf9804b9 Happy New Year! 2012-01-01 07:10:53 -08:00
Jan Vcelak
4b9d680f55 ITS#7028 man: ldap_sync(3) ldap_sync_destroy type 2011-08-24 15:43:18 -07:00
Howard Chu
123506788b ITS#6959 document ldap_dnfree() 2011-06-03 11:51:11 -07:00
Howard Chu
c721b2b7a0 ITS#6816 MozNSS doc additions from Rich Megginson @ Red Hat. Needs cleanup. 2011-01-31 21:13:11 +00:00
Howard Chu
f46e339634 Note that ldap_sasl_interactive_bind() will be forced to synchronously
query the server for mechanisms if not supplied by the caller.
2011-01-05 00:53:27 +00:00
Kurt Zeilenga
966cef8c9a Happy New Year 2011-01-05 00:42:37 +00:00
Howard Chu
0f30db1c46 ITS#6625 concurrency patch from Doug Leavitt @ Oracle .com 2010-10-22 21:45:48 +00:00
Howard Chu
cf66c2e645 add ldap_sasl_interactive_bind() 2010-10-14 01:59:16 +00:00
Pierangelo Masarati
a1726d61e0 improve previous commit 2010-07-27 01:01:24 +00:00
Pierangelo Masarati
0480296a1f document ldap_set_urllist_proc(3) (ITS#6601) 2010-07-27 00:47:18 +00:00
Kurt Zeilenga
3dadeb3efe happy belated New Year 2010-04-13 22:17:29 +00:00
Kurt Zeilenga
f967ec3b4e Set res parameter to NULL upon ldap_search_ext_s entry. Likewise for friends.
Note in manual that res parameter should be freed regardless of return value
of ldap_search_ext_s (or friends).
2010-01-29 23:11:24 +00:00
Pierangelo Masarati
a95b8cd488 honor -1 timeout (ITS#6388) 2009-11-18 14:57:52 +00:00
Gavin Henry
6f2a0ac2e4 ITS#5366 ldap_get_dn man page errors 2009-10-07 13:15:51 +00:00
Howard Chu
7190a68f28 spell out CTX -> context 2009-08-26 23:21:13 +00:00
Howard Chu
702f5967f2 More tls tweaks 2009-08-26 23:17:43 +00:00
Howard Chu
ff9693a15d Explanation and warnings about OPT_X_TLS_CTX and OPT_X_TLS_SSL_CTX. 2009-08-26 23:12:47 +00:00
Howard Chu
c012c105ba GnuTLS tweaks 2009-08-26 22:57:22 +00:00
Howard Chu
d03052b894 More cleanup 2009-08-26 22:52:09 +00:00
Howard Chu
7980931b63 Minor cleanup 2009-08-26 22:32:09 +00:00
Pierangelo Masarati
274111f8ae more clarifications 2009-08-19 22:34:16 +00:00
Pierangelo Masarati
f52273fe84 first round of fixes; add TCP keepalive stuff. 2009-08-19 20:27:10 +00:00
Pierangelo Masarati
2813d6bc3c another 'round 2009-08-19 20:15:39 +00:00
Pierangelo Masarati
fdb8ce4608 complete SASL options 2009-08-19 19:32:09 +00:00
Pierangelo Masarati
d36829a1ab document all options, including TLS and (not yet complete) SASL. Needs expert review 2009-08-19 19:00:48 +00:00
Pierangelo Masarati
959fd98408 document URI (ITS#6261) 2009-08-18 21:44:11 +00:00
Howard Chu
3a918c03b6 ITS#6180 add RETURN VALUE heading 2009-06-19 02:48:01 +00:00
Howard Chu
7af319a571 ITS#6023 minor formatting tweaks 2009-06-03 00:43:44 +00:00
Kurt Zeilenga
4af9eb9715 Update copyright notices 2009-01-22 00:40:04 +00:00
Kurt Zeilenga
80e40c855f s/ldap_sync.h/ldap.h/ 2008-08-21 18:37:33 +00:00
Kurt Zeilenga
c890c96d13 Happy New Year (belated) 2008-01-08 00:19:56 +00:00
Gavin Henry
f2af052a67 (ITS#5228) Patches for minor typos in man pages 2007-11-14 10:00:36 +00:00
Pierangelo Masarati
006b9d9799 fix *_TIMEOUT API documentation (ITS#5188) 2007-10-17 16:32:11 +00:00
Pierangelo Masarati
25d46e7578 rework controls API 2007-08-22 22:35:14 +00:00
Pierangelo Masarati
723115d340 sync with code; fix bold 2007-08-13 16:19:37 +00:00
Gavin Henry
b386c5338e ITS#5076 2007-08-06 17:15:25 +00:00
Hallvard Furuseth
ea497ca60e Normalize NAME sections: 1 line, no formatting, mention LDAP/OpenLDAP/slapd 2007-07-24 19:11:39 +00:00
Pierangelo Masarati
d4753801e8 do not refer to deprecated API 2007-03-21 10:35:28 +00:00
Pierangelo Masarati
ae710cfad3 s/LDAP_RES_EXTENDED_PARTIAL/LDAP_RES_INTERMEDIATE/ (ITS#4885) 2007-03-21 10:23:51 +00:00
Howard Chu
f7de78a4bb Note ldap_controls, ldap_extended_operation 2007-02-23 19:10:38 +00:00
Howard Chu
735180918d More notes now that LDAP_OPT_TIMEOUT is implemented. 2007-02-16 11:52:46 +00:00
Howard Chu
b57450bd97 ITS#4662 note requirements for global option initialization 2007-02-12 11:40:57 +00:00
Howard Chu
72b08e35e0 ITS#3349 docs for SASL binds 2007-02-12 11:27:52 +00:00
Howard Chu
ff24fcc4f7 Rename ldap_memfree.3 to ldap_memory.3 2007-02-12 09:58:53 +00:00
Howard Chu
908ebf0fd2 ITS#2240 add ldap_start_tls and friends 2007-02-12 09:40:03 +00:00
Howard Chu
17186ccaab ITS#2240 ldap_controls_free and friends 2007-02-12 09:26:11 +00:00
Howard Chu
71f9d69bd0 ITS#2240 add ldap_memfree and friends 2007-02-12 08:52:55 +00:00
Howard Chu
638316f979 ITS#2240 ber_init and friends 2007-02-12 08:32:15 +00:00
Howard Chu
6e320f233e Forgot ber_sockbuf_io_fd 2007-02-12 06:27:26 +00:00