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

88 Коммитов

Автор SHA1 Сообщение Дата
leif 5a0808b2c4 - Lots of modifications, minor changes etc.
- Updated all documentation.
- Added a few new functions.
1998-08-09 01:16:55 +00:00
leif f6ccc21b14 *** empty log message *** 1998-08-04 03:50:56 +00:00
clayton 48e97aae80 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 15d3cebf09 *** empty log message *** 1998-08-03 19:25:03 +00:00
leif 782b212ba1 Now handles no extra arguments, and also weird arguments like \@foo. 1998-08-03 19:23:01 +00:00
leif 42a61b84fe *** empty log message *** 1998-08-03 08:12:21 +00:00
leif 22743a70c8 *** empty log message *** 1998-08-03 07:54:08 +00:00
leif 5d5cf475d3 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 62a767d1de Fixed the modifyRDN function. 1998-08-03 07:50:54 +00:00
leif 7a68a45f1a Removed the DESTROY method. 1998-08-03 06:58:21 +00:00
leif 18ec0212c5 * 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 f608dbcc0c 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 3812b444b0 *** empty log message *** 1998-08-03 04:26:32 +00:00
clayton e5cab0c8d8 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 2611fa2df0 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 e6910403b2 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 19c39486b8 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 0dbd120672 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 0f5af04003 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 dfe1b9368e *** empty log message *** 1998-07-31 02:22:50 +00:00
leif 69c6f55d5b Changed all hardcoded index references, e.g. 0 to $[. 1998-07-30 22:12:24 +00:00
leif 8bf34317c9 - Changed all hardcoded index numbers (from 0 to $[).
- Added modifyRDN, not tested yet...
1998-07-30 22:12:02 +00:00
leif 9f508ab4eb *** empty log message *** 1998-07-30 10:14:41 +00:00
leif 63fdfb5f51 This mostly works now. 1998-07-30 10:13:23 +00:00
leif b14a64ada5 This actually works now, mostly... 1998-07-30 10:08:31 +00:00
leif 2174fdfe22 Fixed references to normalizeDN. 1998-07-30 10:08:00 +00:00
leif 5f5c9445fb - Bug fixes in normalizeDN, because of calling convention changed.
- Added the answer function, from our LdapUtils.pm module.
1998-07-30 10:06:56 +00:00
leif 459332ff89 *** empty log message *** 1998-07-30 09:55:12 +00:00
leif 231b2ab403 *** empty log message *** 1998-07-30 09:52:33 +00:00
leif db4167f664 Minor changes. 1998-07-30 09:52:19 +00:00
leif f5153be59b * Bug fixes.
* Changed the update code, works.

* Added some debug code for the LDAPMod code.
1998-07-30 09:51:35 +00:00
leif 8dc64fe7a5 *** empty log message *** 1998-07-30 09:22:15 +00:00
leif fd185b3ed3 *** empty log message *** 1998-07-30 09:02:33 +00:00
leif 9b2df9be4b Added unixCrypt. This is non-portable, since it doesn't exist on
Windows...
1998-07-30 08:43:06 +00:00
leif ed9bb98f17 *** empty log message *** 1998-07-30 08:42:31 +00:00
chuckb%netscape.com 14442fbec0 Small fix for killing connections 1998-07-30 07:35:57 +00:00
leif 949137660e *** empty log message *** 1998-07-30 06:49:18 +00:00
leif ac9056f732 This is the first version, of a script originally implemented at Netscape. 1998-07-30 06:49:03 +00:00
leif 2cd98e64a1 *** empty log message *** 1998-07-30 05:26:08 +00:00
leif e95fbed65f *** empty log message *** 1998-07-30 03:08:03 +00:00
leif e97a79c4e1 Added ChangeLog for main and example directories. 1998-07-29 09:14:06 +00:00
leif 1569112409 Added monitor.pl 1998-07-29 09:13:21 +00:00
leif 21521ff3f6 First version, this actually works as well. 1998-07-29 09:12:37 +00:00
leif d6c8b4d16c *** empty log message *** 1998-07-29 09:09:20 +00:00
leif c9b71529bd *** empty log message *** 1998-07-29 09:01:12 +00:00
leif dd820a926c Added support for passing a hash array of arguments, as returned by the
ldapArgs() function.
1998-07-29 09:00:51 +00:00
leif b0fb6d11b6 First working version. 1998-07-29 08:59:14 +00:00
leif 855aa370ac Changed to not import the Utils name space into this object. Bad Leif. 1998-07-29 08:41:39 +00:00
leif 4a076897aa Minor changes, to look better. 1998-07-29 08:36:45 +00:00
leif e73c9e5fa7 Added more functions. 1998-07-29 08:29:07 +00:00