Hallvard Furuseth
a286d07109
Plug memory leaks
2005-08-01 03:44:52 +00:00
Pierangelo Masarati
f6f6ecb4f3
fix previous commit (ITS#3905)
2005-07-31 23:15:08 +00:00
Pierangelo Masarati
4971ea14bb
silence warnings
2005-07-25 20:46:38 +00:00
Kurt Zeilenga
40f0e3a77d
move ManageDIT behind LDAP_DEVEL
2005-06-03 20:58:09 +00:00
Kurt Zeilenga
8ac304ee4c
Add client-side ManageDIT control support
...
(to be used to 'manage' DIT entries).
2005-05-13 03:00:04 +00:00
Pierangelo Masarati
dd41b05ef9
cleanup usage
2005-05-06 12:54:01 +00:00
Kurt Zeilenga
46445759e4
Improve error messages
2005-04-25 19:58:48 +00:00
Pierangelo Masarati
4a223061ed
allow abandon/cancel for all tools
2005-04-19 21:21:51 +00:00
Kurt Zeilenga
c57f440118
ITS#3620: Initial Unbind control fix
...
A better fix would be to use the _ext interface
Also add and use a tool_destroy() function (to destroy SASL/TLS contexts).
2005-04-01 23:29:02 +00:00
Pierangelo Masarati
5339c69620
use / as separator
2005-01-27 23:56:48 +00:00
Pierangelo Masarati
c6a1f24186
add support for Chaining Behavior control (<draft-sermersheim-ldap-chaining>, a work in progress)
2005-01-25 16:11:26 +00:00
Kurt Zeilenga
dc0eacd40b
Happy New Year!
2005-01-01 20:49:32 +00:00
Kurt Zeilenga
e983616d75
More NEW_LOGGING removal
2004-10-19 01:40:38 +00:00
Kurt Zeilenga
50dd91de39
Fix typo in error message
2004-09-20 04:41:19 +00:00
Pierangelo Masarati
42a6406bfb
fix URI parsing error code
2004-07-05 12:03:39 +00:00
Pierangelo Masarati
ff49d18a40
improve client parsing - first step
2004-06-18 08:30:46 +00:00
Howard Chu
dfd400df24
Just set ppolicy control in tool_bind()
2004-05-14 19:28:42 +00:00
Kurt Zeilenga
e32c872664
Be consistent with element separators.
2004-03-17 20:50:35 +00:00
Howard Chu
12258ab798
Fix prev commit
2004-03-16 03:54:09 +00:00
Howard Chu
79994bad5d
Clean up Bind ppolicy diagnostics
2004-03-16 02:59:03 +00:00
Howard Chu
2f86087e56
Hide password policy code behind #ifdef LDAP_CONTROL_PASSWORDPOLICYREQUEST
2004-03-16 01:47:16 +00:00
Howard Chu
d516556d27
Fix prev commit
2004-03-16 00:00:43 +00:00
Howard Chu
a2b582b0e2
Added password policy support
2004-03-15 23:54:38 +00:00
Kurt Zeilenga
25805a3bb2
-E/-e are not just for controls
2004-03-12 22:34:07 +00:00
Kurt Zeilenga
3c598e89fb
Happy new year
2004-01-01 19:15:16 +00:00
Kurt Zeilenga
d5936c1242
Remove LDAP_DEPRECATED dependency
2003-12-14 03:15:28 +00:00
Kurt Zeilenga
4d29df5bd1
Add LDAP_DEPRECATED macro
...
Need to remove use of deprecated functions.
2003-12-14 02:47:42 +00:00
Kurt Zeilenga
d78a5a4d25
Clarify that referrals are chased anonymously
2003-12-02 18:02:24 +00:00
Kurt Zeilenga
e3a4c4ec9c
Notice/Acknowledge updates
2003-11-26 02:58:56 +00:00
Kurt Zeilenga
b24f96cd51
Berkeley DB 4.2 support (DB 4.2 required by default)
...
libldif to libutil updates
notice updates
2003-11-25 23:22:12 +00:00
Kurt Zeilenga
a2f36ae2d3
Rework of berbuf allocation:
...
Moved BerElementBuffer to lber_pvt.h
Defined union by macro so it can be easily reused.
Updated client/tools/common.c.
2003-10-13 18:09:15 +00:00
Kurt Zeilenga
04cecc7666
Fix pre/post attrs init bug (ITS#2728)
2003-09-18 17:12:27 +00:00
Kurt Zeilenga
99f968b597
Initial support for pre/post read controls.
...
TODO:
Fix transactional consistency
Add client response control handling
2003-09-16 18:56:04 +00:00
Kurt Zeilenga
3ca2a91ae1
Assertion control with no backend support (yet)
2003-06-10 02:19:30 +00:00
Hallvard Furuseth
6fab51e339
Rename setlocale,bindtextdomain,textdomain to ldap_pvt_<function> (ITS#2513).
...
#include "ldap_defaults.h" to get LDAP_LOCALEDIR.
2003-06-05 11:49:07 +00:00
Kurt Zeilenga
65bfb44e8e
Error when user tries to mix command line and default URI components.
...
Remove TLS hard as an ldap.conf option as being not a over-writable
default. The appropriate way to request ldaps:// is use an ldaps://
URI. A rewrite to only sent hard for the default URIs but ignored
if the application provides it own URI would be acceptable.
2003-05-22 00:13:00 +00:00
Kurt Zeilenga
0f2bb9f027
cleanup
2003-05-17 01:37:01 +00:00
Kurt Zeilenga
0dcd32372c
Mark translatable strings. Needs work.
2003-04-06 02:59:15 +00:00
Howard Chu
4f8a99e111
ITS#2423 plug some memleaks
2003-04-06 00:48:48 +00:00
Kurt Zeilenga
a9e68ef991
Add -y support to ldappasswd.c
...
s/passwd/password/ in usage description
2003-03-31 05:47:13 +00:00
Kurt Zeilenga
9f5163e602
Also fix -MM, -CC, etc..
2003-03-27 18:11:18 +00:00
Howard Chu
c9cf840731
Fix: -ZZ was not requiring StartTLS to succeed.
2003-03-27 17:30:43 +00:00
Howard Chu
32a38866b7
Fix typo in KRBV4 handling
2003-02-27 05:51:41 +00:00
Kurt Zeilenga
29304f0cee
s/LDAP_SUCCESS/LDAP_OPT_SUCCESS/
2003-02-10 01:48:04 +00:00
Kurt Zeilenga
8c79e4b7c3
Add library version check to prevent mismatch during dynamic linking
2003-02-10 01:43:41 +00:00
Kurt Zeilenga
89489ae534
add domainScope control support
2003-02-09 06:14:06 +00:00
Kurt Zeilenga
c41a87c587
Use version strings provided by build system for -V
2003-01-20 20:48:06 +00:00
Kurt Zeilenga
dab6bdaaad
First cut at -V (version) argument. Needs work.
2003-01-20 20:11:57 +00:00
Kurt Zeilenga
6939c53170
Happy new year
2003-01-03 20:20:47 +00:00
Pierangelo Masarati
689710e2ca
Dunno in advance how many controls will be set by a client
2002-12-14 16:34:59 +00:00