2008-09-04 |
Ralf Haferkamp | don't dereference NULL pointer
|
commit | commitdiff | tree |
2008-09-04 |
Ralf Haferkamp | A new entry's index should not be larger than the number...
|
commit | commitdiff | tree |
2008-08-27 |
Ralf Haferkamp | - remove unneeded Copy-Constructor
|
commit | commitdiff | tree |
2008-08-08 |
Ralf Haferkamp | Allow to pass LDAP_SCHEMA_-flags
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | regenerated
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | Added missing files for make dist
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | regenerated
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | include version.var and .sh into the distribution
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | regenerated autoconf related files
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | Define library version/release in version.var to avoid...
|
commit | commitdiff | tree |
2008-06-23 |
Ralf Haferkamp | cleanup, added AC_COPYRIGHT and AC_REVISION macros
|
commit | commitdiff | tree |
2008-06-20 |
Ralf Haferkamp | be more liberal when parsing LDIF Entries
|
commit | commitdiff | tree |
2008-06-12 |
Ralf Haferkamp | Allow unquoted DNs with whitespaces (ITS#5552)
|
commit | commitdiff | tree |
2008-06-12 |
Ralf Haferkamp | added support for deleting attribute type from the...
|
commit | commitdiff | tree |
2008-06-12 |
Ralf Haferkamp | enable back-config delete support with LDAP_DEVEL
|
commit | commitdiff | tree |
2008-06-12 |
Ralf Haferkamp | Experimental code for delete support in back-config...
|
commit | commitdiff | tree |
2008-05-30 |
Ralf Haferkamp | pass ConfigReply into overlay_config() to allow progating...
|
commit | commitdiff | tree |
2008-05-26 |
Ralf Haferkamp | Allow updating (ADD/DEL within a single modify operation...
|
commit | commitdiff | tree |
2008-04-30 |
Ralf Haferkamp | - removed unneeded copy constructor
|
commit | commitdiff | tree |
2008-04-30 |
Ralf Haferkamp | Use "const" where appropriate
|
commit | commitdiff | tree |
2008-04-04 |
Ralf Haferkamp | empty() and size() methods
|
commit | commitdiff | tree |
2008-04-01 |
Ralf Haferkamp | SASL support for LDAPConnection
|
commit | commitdiff | tree |
2008-03-28 |
Ralf Haferkamp | added $OpenLDAP$ CVS Keyword
|
commit | commitdiff | tree |
2008-03-28 |
Ralf Haferkamp | added $OpenLDAP$ CVS Keyword
|
commit | commitdiff | tree |
2008-03-28 |
Ralf Haferkamp | - Build LdifWriter
|
commit | commitdiff | tree |
2008-03-27 |
Ralf Haferkamp | initial LdifWriter code
|
commit | commitdiff | tree |
2008-03-27 |
Ralf Haferkamp | - Plugged memory leak default constructor
|
commit | commitdiff | tree |
2008-03-20 |
Ralf Haferkamp | build LdifReader
|
commit | commitdiff | tree |
2008-03-20 |
Ralf Haferkamp | Improved error handling
|
commit | commitdiff | tree |
2008-03-20 |
Ralf Haferkamp | derive LDAPException from std::exception, merged ReferralExc...
|
commit | commitdiff | tree |
2008-03-20 |
Ralf Haferkamp | missing pieces from last commit
|
commit | commitdiff | tree |
2008-03-20 |
Ralf Haferkamp | Read LDIF version, handle comments and empty lines
|
commit | commitdiff | tree |
2008-03-17 |
Ralf Haferkamp | Initial code for Ldif classes
|
commit | commitdiff | tree |
2008-03-17 |
Ralf Haferkamp | Allow IPv6 addresses
|
commit | commitdiff | tree |
2008-03-17 |
Ralf Haferkamp | Fixed parsing of URIs with missing host and/or port
|
commit | commitdiff | tree |
2008-02-26 |
Ralf Haferkamp | Remove request from active requests stack in exception...
|
commit | commitdiff | tree |
2008-02-26 |
Ralf Haferkamp | Avoid double free of LDAPRequest
|
commit | commitdiff | tree |
2008-02-07 |
Ralf Haferkamp | Fix crash when no-op control is used (ITS#5358)
|
commit | commitdiff | tree |
2008-02-05 |
Ralf Haferkamp | Don't emit global ACLs for other database than frontendDB...
|
commit | commitdiff | tree |
2008-01-31 |
Ralf Haferkamp | don't error out if replacing a non-existant attribute...
|
commit | commitdiff | tree |
2008-01-30 |
Ralf Haferkamp | error out if modify_delete_vindex() fails (ITS#5343)
|
commit | commitdiff | tree |
2008-01-22 |
Ralf Haferkamp | fixed missing #includes
|
commit | commitdiff | tree |
2008-01-22 |
Ralf Haferkamp | cleanup #includes, removed SUSE-specific stuff from...
|
commit | commitdiff | tree |
2008-01-22 |
Ralf Haferkamp | add wrapper methods to add/replace Attributes
|
commit | commitdiff | tree |
2008-01-09 |
Ralf Haferkamp | Corrected memory allocation for cookie (ITS#5315)
|
commit | commitdiff | tree |
2007-12-20 |
Ralf Haferkamp | autoconf/automake adjustments, regenerated files
|
commit | commitdiff | tree |
2007-12-20 |
Ralf Haferkamp | initial support for SASL
|
commit | commitdiff | tree |
2007-12-20 |
Ralf Haferkamp | Fixed includes
|
commit | commitdiff | tree |
2007-12-20 |
Ralf Haferkamp | Check for active requests before trying to receive...
|
commit | commitdiff | tree |
2007-12-19 |
Ralf Haferkamp | Helper Classes to handle cyrus-sasl interactions
|
commit | commitdiff | tree |
2007-12-11 |
Ralf Haferkamp | moved ldap_result() code to the LDAPRequest-Class
|
commit | commitdiff | tree |
2007-11-28 |
Ralf Haferkamp | Allow initialization when using custom "memberof-group...
|
commit | commitdiff | tree |
2007-11-21 |
Ralf Haferkamp | getURLString() is const now to avoid uneeded copying...
|
commit | commitdiff | tree |
2007-11-08 |
Ralf Haferkamp | Fix op->o_abandon handling. Use fake connection to...
|
commit | commitdiff | tree |
2007-11-07 |
Ralf Haferkamp | increased version number and regenerated autoconf/automake...
|
commit | commitdiff | tree |
2007-11-07 |
Ralf Haferkamp | Fixed gcc 4.3 compile issues
|
commit | commitdiff | tree |
2007-10-17 |
Ralf Haferkamp | use URIs instead of hostname/port
|
commit | commitdiff | tree |
2007-10-17 |
Ralf Haferkamp | fixed typo
|
commit | commitdiff | tree |
2007-09-26 |
Ralf Haferkamp | Adjustments to make testcase working again after ITS...
|
commit | commitdiff | tree |
2007-09-26 |
Ralf Haferkamp | set mod->sm_numvals
|
commit | commitdiff | tree |
2007-09-21 |
Ralf Haferkamp | Silence compiler warnings
|
commit | commitdiff | tree |
2007-09-21 |
Ralf Haferkamp | Regenerated
|
commit | commitdiff | tree |
2007-09-21 |
Ralf Haferkamp | more for out of source builds
|
commit | commitdiff | tree |
2007-09-21 |
Ralf Haferkamp | out of source builds should work now
|
commit | commitdiff | tree |
2007-09-21 |
Ralf Haferkamp | #ifdef LDAP_OPT_DIAGNOSTIC_MESSAGE, to be able to build...
|
commit | commitdiff | tree |
2007-09-20 |
Ralf Haferkamp | Use rwlock for CachedQuery to avoid returning incomplete...
|
commit | commitdiff | tree |
2007-09-20 |
Ralf Haferkamp | Fixed memory leak in pcache. Cache is now populated...
|
commit | commitdiff | tree |
2007-08-29 |
Ralf Haferkamp | Additional fix for ITS#4991. _cleanup callback was...
|
commit | commitdiff | tree |
2007-08-24 |
Ralf Haferkamp | tcpd.h is already include in slap.h
|
commit | commitdiff | tree |
2007-08-03 |
Ralf Haferkamp | Adopted to latest API changes
|
commit | commitdiff | tree |
2007-08-03 |
Ralf Haferkamp | Reworked recent backend API changes, now using a separate...
|
commit | commitdiff | tree |
2007-08-01 |
Ralf Haferkamp | removed bogus cast
|
commit | commitdiff | tree |
2007-07-31 |
Ralf Haferkamp | initialize msg[] Array, fixed typo
|
commit | commitdiff | tree |
2007-07-25 |
Ralf Haferkamp | Added a new parameter (ConfigArgs*) to the _db_init...
|
commit | commitdiff | tree |
2007-07-20 |
Ralf Haferkamp | Fixed return value of _cleanup function
|
commit | commitdiff | tree |
2007-07-13 |
Ralf Haferkamp | Allow utf-8 in AD-Canonical Names
|
commit | commitdiff | tree |
2007-07-09 |
Ralf Haferkamp | document "normalize-mapped-attrs" option
|
commit | commitdiff | tree |
2007-07-09 |
Ralf Haferkamp | added config option "normalize-mapped-attrs" to enable...
|
commit | commitdiff | tree |
2007-05-31 |
Ralf Haferkamp | ITS#4991 restore save_attrs when a request is finished...
|
commit | commitdiff | tree |
2007-05-31 |
Ralf Haferkamp | ITS#4991 restore mapped AttributeNames before processing...
|
commit | commitdiff | tree |
2007-05-14 |
Ralf Haferkamp | make openssl builds working again
|
commit | commitdiff | tree |
2007-05-07 |
Ralf Haferkamp | fix comparison with string literal
|
commit | commitdiff | tree |
2007-04-05 |
Ralf Haferkamp | olcDatabase=config always gets index 0,
|
commit | commitdiff | tree |
2007-04-04 |
Ralf Haferkamp | Moved the check for existing monitor database to the...
|
commit | commitdiff | tree |
2007-03-30 |
Ralf Haferkamp | use slap_add_opattrs as discussed on -devel.
|
commit | commitdiff | tree |
2007-03-29 |
Ralf Haferkamp | Add operational Attributes when creating frontend and...
|
commit | commitdiff | tree |
2007-03-29 |
Ralf Haferkamp | Create frontend and config database entries automatically...
|
commit | commitdiff | tree |
2007-02-14 |
Ralf Haferkamp | bdb-Database need objectclass "olcBdbConfig", removed...
|
commit | commitdiff | tree |
2007-01-24 |
Ralf Haferkamp | Fixed initialization of "usage" and "single" attributes
|
commit | commitdiff | tree |
2007-01-23 |
Ralf Haferkamp | Printout ldap_result() error message (ITS #4812)
|
commit | commitdiff | tree |
2007-01-09 |
Ralf Haferkamp | add support for usage flag
|
commit | commitdiff | tree |
2007-01-09 |
Ralf Haferkamp | store LDAP_OPT_DIAGNOSTIC_MESSAGE in correct Attribute
|
commit | commitdiff | tree |
2006-11-14 |
Ralf Haferkamp | Add calls to PERL_SET_CONTEXT, as the active thread...
|
commit | commitdiff | tree |
2006-10-10 |
Ralf Haferkamp | reworked #includes
|
commit | commitdiff | tree |
2006-09-27 |
Ralf Haferkamp | Check for the correct return code of cursor->c_get...
|
commit | commitdiff | tree |
2006-07-03 |
Ralf Haferkamp | example code for the LDAPUrl Class
|
commit | commitdiff | tree |
2006-07-03 |
Ralf Haferkamp | new routines for parsing/constructing LDAP Urls
|
commit | commitdiff | tree |
2006-07-03 |
Ralf Haferkamp | minor cleanup
|
commit | commitdiff | tree |
2006-06-27 |
Ralf Haferkamp | Do "selfwrite" check independent of other <who> clauses...
|
commit | commitdiff | tree |
2006-06-01 |
Ralf Haferkamp | - removed deprecated acconfig.h.
|
commit | commitdiff | tree |
next |