Граф коммитов

106 Коммитов

Автор SHA1 Сообщение Дата
leif b07161330f *** empty log message *** 1998-08-13 23:34:50 +00:00
leif 788149688a First version. 1998-08-13 23:34:45 +00:00
leif 9e42c7d6c5 Cleanup. 1998-08-13 23:34:09 +00:00
leif 225099bf16 Fixed the automated installs stuff... 1998-08-13 23:33:49 +00:00
leif 22daa71d47 *** empty log message *** 1998-08-13 22:41:10 +00:00
leif 1d840864ed *** empty log message *** 1998-08-13 22:40:53 +00:00
leif 9d65689b21 *** empty log message *** 1998-08-13 22:03:42 +00:00
leif 0446a265f4 *** empty log message *** 1998-08-13 21:32:50 +00:00
clayton fb75875e86 This version contains the ldap_set_default_rebind function. 1998-08-13 13:10:24 +00:00
leif 4020aaf47f *** empty log message *** 1998-08-13 12:05:09 +00:00
leif 148c18b0fe Fixed bug with ldap_modify(). 1998-08-13 12:02:27 +00:00
leif 8640e91469 Tons of smaller changes... 1998-08-13 11:02:56 +00:00
leif cfa7c37c3a This actually works now... 1998-08-13 11:02:40 +00:00
leif 85626f6057 Updated docs, minor changes... 1998-08-13 11:02:28 +00:00
leif 8e606f27ef *** empty log message *** 1998-08-13 11:02:16 +00:00
leif c29c69695b Lots of minor changes... 1998-08-13 11:02:11 +00:00
leif fcca9a1b2f *** empty log message *** 1998-08-13 09:56:03 +00:00
leif 15567d41c8 *** empty log message *** 1998-08-13 09:35:23 +00:00
leif e30dc9a68b *** empty log message *** 1998-08-13 09:28:05 +00:00
leif 85160bbee9 *** empty log message *** 1998-08-13 09:15:00 +00:00
clayton 1c55aaf8d0 Removed a few stale files
Updated the MANIFEST to reflect these removals
Made a few minor changes to the top bits of test_api
1998-08-13 04:40:02 +00:00
clayton 43db33bc18 Release Notes 1998-08-13 04:34:42 +00:00
clayton ae36fc1653 Fixed the documentation a bit. Still needs lots of work. 1998-08-13 04:11:20 +00:00
leif eb02bf2f05 *** empty log message *** 1998-08-12 20:56:38 +00:00
clayton 9ff3585a96 Added a first draft of POD documentation for the API commands. I wrote a
script to generate most of it and am going back to fix the pieces that
couldn't be automatically generated.  I've gotten through ldap_compare
so far and will be done with all API docs by Tuesday night.
1998-08-10 21:56:09 +00:00
leif f3fb22c106 - Lots of modifications, minor changes etc.
- Updated all documentation.
- Added a few new functions.
1998-08-09 01:16:55 +00:00
leif daff017216 *** empty log message *** 1998-08-04 03:50:56 +00:00
clayton 81a0d52032 Fixed relatively stupid error on my part in the avref2berptrptr function.
This broke binary modifies.  Tested fix on Solaris and NT.  Works fine
without leaking memory or dumping core on both platforms.
1998-08-04 02:28:12 +00:00
leif 89092c5d23 *** empty log message *** 1998-08-03 19:25:03 +00:00
leif ba6b6491fb Now handles no extra arguments, and also weird arguments like \@foo. 1998-08-03 19:23:01 +00:00
leif 024e4ba306 *** empty log message *** 1998-08-03 08:12:21 +00:00
leif 6ceb063e20 *** empty log message *** 1998-08-03 07:54:08 +00:00
leif 1b21600ba6 First version, mainly ported to the new API. Also merged in some code from
LdapUtils.pm so that this file is more self sustained.
1998-08-03 07:53:31 +00:00
leif 3d18ff4978 Fixed the modifyRDN function. 1998-08-03 07:50:54 +00:00
leif 7ade74b52d Removed the DESTROY method. 1998-08-03 06:58:21 +00:00
leif 1e8343bd8c * Added getLD() function.
* Fixed the getErrorCode() function, and added support for (optionally)
retrieving the match and extra error strings.

* Fixed reference bug in the add() method.
1998-08-03 06:58:01 +00:00
leif 95a82cb592 Fixed the ldap_get_lderrno() function so that it now supports:
ldap_get_lderrno($ld, undef, undef);
ldap_get_lderrno($ld, \$match, undef);
ldap_get_lderrno($ld, undef, \$msg);
ldap_get_lderrno($ld, \$match, \$msg);


I think this should work ok, but a code review is probably a good idea.
1998-08-03 06:53:23 +00:00
leif 9a03b53fcc *** empty log message *** 1998-08-03 04:26:32 +00:00
clayton 325d9e4e20 Whoops...These files were last checked in after editing in VIM under NT.
Usually VIM detects UNIX format files (LF), but this time it seems to have
used CR/LF.  I've fixed this problem and checked in working versions.
1998-08-03 02:35:26 +00:00
clayton 6a1c426cdb Updated version number to 1.00 to prepare for release version. Still need
to add 'all' to the EXPORT_TAGS and test.
1998-08-03 00:29:25 +00:00
clayton 589657a425 Makefile.PL - Changed it quite a bit. Asks less stupid questions...now works
with LDAPv2 and LDAPv3 SDKs.

README - Write a skeleton version.  Needs lots of work.
1998-08-03 00:27:51 +00:00
clayton 8ca115e86b API.xs - Added missing functions (bind/bind_s)
api.pl - Made a few misc changes...minor... (removed system calls/fixed rebind)

constant.h - Completely changed this file to streamline response.
    Might still want to move SUCCESS, SCOPE, and a few others out of the
    new switch/case thing.
1998-08-03 00:26:38 +00:00
clayton 63d71dc7b7 Makefile.PL - Fixed a build problem with NT and Perl 5.005
- Added define for LDAPV3.
            - Needs gobs of work before release
               o LDAPv2 Library Support
               o Better UI
               o Consistent environment variable usage.
1998-07-31 21:18:29 +00:00
clayton 8e3c949ca2 Fixed the 'use' line in the examples. Removed a few lines from api.pl
and added a configuration option to set the number of adds.
1998-07-31 21:16:32 +00:00
leif 84749ba813 *** empty log message *** 1998-07-31 02:22:50 +00:00
leif 1e70993569 Changed all hardcoded index references, e.g. 0 to $[. 1998-07-30 22:12:24 +00:00
leif ef98a0cd97 - Changed all hardcoded index numbers (from 0 to $[).
- Added modifyRDN, not tested yet...
1998-07-30 22:12:02 +00:00
leif 664ffb1e78 *** empty log message *** 1998-07-30 10:14:41 +00:00
leif 23fe882537 This mostly works now. 1998-07-30 10:13:23 +00:00
leif 1f43641cfa This actually works now, mostly... 1998-07-30 10:08:31 +00:00