1999-07-01 |
Kurt Zeilenga | Add macros to support testing of error categories to... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | s/LDAP_NOT_SUPPORTED/LDAP_UNWILLING_TO_PERFORM/ |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | Fairly complete slapd SASL bind parsing... and centrali... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | s/NULL/'\0'/ where appropriate |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | swap LDAP_STRONG_AUTH_NOT_SUPPORTED & LDAP_AUTH_METHOD_... |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | Add LDAP_CLIENT_ERROR macro. |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | Add LDAP_TAG_LDAPCRED macro. |
commit | commitdiff | tree | snapshot |
1999-07-01 |
Kurt Zeilenga | NO-OP SASL parsing... DIGEST-MD5 coming soon. |
commit | commitdiff | tree | snapshot |
1999-06-30 |
Kurt Zeilenga | Rework BER decoding with lieu of LDAPv3 controls (comin... |
commit | commitdiff | tree | snapshot |
1999-06-30 |
Julio Sánchez... | Initial version of new mail500. |
commit | commitdiff | tree | snapshot |
1999-06-30 |
Kurt Zeilenga | Reimplement connection counters. Format of "connection... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Modify lutil_passwd to accept a third argument char... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Attempt to whip user password from command line. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | expose oc_check_operational from schema.c |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Add sasl "mech" argument to backend bind routines. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Add framework for sasl and controls. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | remove obsolete file. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Add prototypes for strerror/strerror_r. |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | ldapmodify/add: Fix -P option |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Log out to stderr, add LDAP_VERSION3 support to bind... |
commit | commitdiff | tree | snapshot |
1999-06-29 |
Kurt Zeilenga | Remove old U-Mich v3.0 and OLD_LDAP_* crud. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Add support for "env LDAP_PROTO=n make ldbm" where... |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | EXPERIMENTAL: Use sasl bind for simple bind. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Allow ctrls argument to be NULL. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | EXPERIMENTAL ldap_parse_result() |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Provide build support for sasl.c. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Validate outvalue after session param. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Minor cleanup of ldap_result(). |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | First cut at SASL routines. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Return LDAP_BAD_PARAM if res is not EXOP result. |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Fix up minor errors in prototypes to bring them in... |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | Support both vsnprintf and vsprintf |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | modify ber_put_berval to put NULL ostring when bv ... |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | detect write() and use HAVE_WRITE instead of |
commit | commitdiff | tree | snapshot |
1999-06-28 |
Kurt Zeilenga | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Kurt Zeilenga | Need to remove ldapadd$(EXEEXT). |
commit | commitdiff | tree | snapshot |
1999-06-27 |
Kurt Zeilenga | don't set unsigned variables to -1 and expect them... |
commit | commitdiff | tree | snapshot |
1999-06-26 |
Kurt Zeilenga | s/gecos/passwd/ in comment. |
commit | commitdiff | tree | snapshot |
1999-06-26 |
Kurt Zeilenga | Added support for "userPassword: {UNIX}uid". getpwnam... |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Kurt Zeilenga | Install lber_types.h |
commit | commitdiff | tree | snapshot |
1999-06-25 |
Kurt Zeilenga | Update BerkeleyDB prereq to 2.7.5. |
commit | commitdiff | tree | snapshot |
1999-06-24 |
Bastiaan Bakker | Merged dynamic module support patch (see ITS #196)... |
commit | commitdiff | tree | snapshot |
1999-06-23 |
Bastiaan Bakker | Added connection initialisation and destruction notific... |
commit | commitdiff | tree | snapshot |
1999-06-22 |
Kurt Zeilenga | Check for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | Add debug to nt project, remove lint. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | Move nt_debug to -llutil and generalize for all platforms. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | Add LDAP_VALID and other asserts. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | Add missing arguments to Debug() calls... and adapt... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | remove lint. |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | Always implement Debug as lutil_debug(). |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Kurt Zeilenga | Add support for lber_types.h.nt and add a few NT specif... |
commit | commitdiff | tree | snapshot |
1999-06-21 |
Julio Sánchez... | Tokenization is not really well done. This is a tempor... |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | All "o=foo" add to suffix "" if bound as root. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | Use ber_mem* and friends |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | Allow adding of dn: o=foo if suffix is "" and rootdn. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | Limit the check to a 4 tries every timeout. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | experimental connections_timeout_idle() implementation. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | Add a few missing dependencies on .exe projects. |
commit | commitdiff | tree | snapshot |
1999-06-19 |
Kurt Zeilenga | Add lber_types.h to setup.dsp. |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Kurt Zeilenga | ber_int_t, ber_tag_t, ber_socket_t, ber_len_t |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Kurt Zeilenga | initial commit of idletimeout code... everything but... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | allow service name to be passed in for install/remove |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | add define of service name (shared in main and nt_svc... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | fix comment format, allow service name to be passed... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | fix comments (remove // style), free(ptr) in slapd_daem... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | close registry, and return static pointer (no free... |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | fix flag on formatMessage to not allocate buffer |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | remove dependencies on other libraries |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | add setup project to copy config files as necessary |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | new project to copy files from *.h.nt to .h |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Gary Williams | change DIRSEP to LDAP_DIRSEP |
commit | commitdiff | tree | snapshot |
1999-06-18 |
Kurt Zeilenga | s/prototypes/constructs/ in ANSI C warning. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | Fix up NT slapd.dsp and nt_svc.c so that slapd builds... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | Recommit NT service changes (untested) with changes... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | Remove review ldapconfig.h.edit step from installation. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Julio Sánchez... | Have the normalize routines process white space in... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Julio Sánchez... | Some sample routines for implementing matching rules. |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Julio Sánchez... | If we are inheriting the syntax from a superior, we... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Julio Sánchez... | Fix handling of SYNTAX_CES by making use of some matchi... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Julio Sánchez... | Defined 3 new matching rules taken from X.520 that... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | ldapconfig.h vs ldap_config.h changes |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | Separate autoconf generated values from "defaults". |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | For AIX thread options when CC is manual set to cc_r... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | Backout NT Service changes.... breaks Unix builds... |
commit | commitdiff | tree | snapshot |
1999-06-17 |
Kurt Zeilenga | Add test for resched state change in connection_get |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gary Williams | new module to support slapd as NT service |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gary Williams | add code to support slapd as NT service |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gary Williams | check addr for NULL before copying |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gary Williams | NT service code for slapd |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Kurt Zeilenga | Add slapd password handling projects (these are often... |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gary Williams | add new NT service modules |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Gary Williams | new code to support slapd as an NT service |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Kurt Zeilenga | Remove misplaced LDAP_P() in declaration of ldap_int_ge... |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Julio Sánchez... | Make sure print_numericoid always returns with a value. |
commit | commitdiff | tree | snapshot |
1999-06-16 |
Julio Sánchez... | Fixed bogus handling of objectclass in oc_schema_check. |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Juan Gomez | Replaced add/delete_value() by change_value() and index... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Kurt Zeilenga | Fix a couple of nits. ldbmtest still needs to be porte... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Kurt Zeilenga | Remove meantion of ldapd from main README, add README... |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Juan Gomez | Enabled deletion of stale index entries. (EXPERIMENTAL) |
commit | commitdiff | tree | snapshot |
1999-06-15 |
Juan Gomez | Added function delete_value() to remove entries from... |
commit | commitdiff | tree | snapshot |
next |