2003-10-07 |
Howard Chu | Added ldapdb_starttls keyword |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Kurt Zeilenga | Comment out Kerberos flags. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Kurt Zeilenga | Add native SASL support to do. |
commit | commitdiff | tree | snapshot |
2003-10-06 |
Pierangelo... | enable back-monitor build by default |
commit | commitdiff | tree | snapshot |
2003-10-04 |
Pierangelo... | fix a_nvals according to back-ldap implementation ... |
commit | commitdiff | tree | snapshot |
2003-10-03 |
Howard Chu | Fix HDB's use of IDL cache |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Howard Chu | Fix typo in LTFINISH invcation |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Jong Hyuk Choi | ITS#2744 |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Hallvard Furuseth | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | #include "lutil.h", to get lutil_entropy(). Fix call... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | Declare bdb_cache_entry_db_unlock(). |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | #include <string.h>, to get memcmp() and memset(). |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Howard Chu | ITS#2745 reset bei_state when reusing an EntryInfo |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Howard Chu | ITS#2743 initialize rc |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | Declare filter_escape_value_x() and make it static. |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | Move #include ldap_pvt.h after slap.h, to get ldap_bv2d... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | Plug memory leak in slap_get_csn(). |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Hallvard Furuseth | #include <ac/unistd.h>, to get geteuid() and getegid(). |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Howard Chu | Plug read_config memleak |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Howard Chu | ITS#2130 glued subordinates are not referrals, ignore... |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Howard Chu | Starting a collection of overlays |
commit | commitdiff | tree | snapshot |
2003-09-29 |
Howard Chu | Initialization fixes |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | plug modrdn memleaks |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | ITS#2736 clear result strings |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | ITS#2600 replica uri= docs |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | Added description for idlcachesize, shm_key |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | Include <ac/socket.h> so Windows can pull in struct... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | Don't timeout slow-running operations |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | Fix hdb cursor leak. |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Luke Howard | reinstate first argument to bdb_cache_delete_cleanup() |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Luke Howard | Cleanup SLAPI logging |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | Add EntryInfo free list |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Luke Howard | Fix tree breakage - bdb_cache_delete_cleanup() only... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Luke Howard | Don't leak SLAPI_RESULT_MATCHED |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Luke Howard | Add slapi_dn_beparent, slapi_dn_parent and slapi_dn_isp... |
commit | commitdiff | tree | snapshot |
2003-09-27 |
Howard Chu | ITS#2741 yield before backing off |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Luke Howard | slapi_send_ldap_search_reference() |
commit | commitdiff | tree | snapshot |
2003-09-26 |
Luke Howard | Implementation of slapi_send_ldap_search_reference() |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Howard Chu | Fix typo in libslapi rule |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | move c->c_n_ops_executing/completed to the right place |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Howard Chu | Plug SLAPI leak |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | do not cache internal search results for present entry... |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | no caching flag in Operation structure |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | revert changes for persistent search |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | followup of the previous commit |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | didn't compile without cyrus-sasl |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Jong Hyuk Choi | loose ends fixed |
commit | commitdiff | tree | snapshot |
2003-09-25 |
Howard Chu | Revert to previous behavior: |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Howard Chu | Add memctx param to build_new_dn(). cleanup DN leaks. |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Howard Chu | Silence valgrind warnings of uninit'd memory |
commit | commitdiff | tree | snapshot |
2003-09-24 |
Howard Chu | ITS#2735 - plug memory leaks |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Jong Hyuk Choi | log the cause of the error when ldap_result() returns -1 |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | ITS#2735 - plug memory leaks, cleanup |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | ITS#2735 - plug memory leaks |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | Plug a leak. |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | Change slapd-tester to read search base from file inste... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | Fix prev commit for empty attrs |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | Make new print_entry() the default |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | Fix alignment issues in hdb_dn2idl_internal |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | Fix back-hdb test006 failures due to bad return code... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Luke Howard | Fix for Howard's fix for ITS #2704 |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | ITS#2526 Fix slapi builds |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | ITS#2704 don't hang client when no preop plugins are... |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Howard Chu | ITS#2726 make libldbm.a conditional on --enable-ldbm |
commit | commitdiff | tree | snapshot |
2003-09-23 |
Jong Hyuk Choi | fix ITS#2733 |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Howard Chu | ITS#2717, use default SASL_MECH if none was provided. |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Howard Chu | ITS#2678 complain if updateref is missing on a slave... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Luke Howard | Check for HAVE_LONG_LONG in STRTOL macro |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Howard Chu | Cleanup prev commit |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Howard Chu | back-hdb caching updates, use EntryInfo cache for hdb_d... |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Kurt Zeilenga | Clean up CYRUS test |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Kurt Zeilenga | Fix long long comment |
commit | commitdiff | tree | snapshot |
2003-09-22 |
Kurt Zeilenga | Fix LONG LONG header comment |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Howard Chu | Tweak entry caching: only maintain LRU list on cached... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Howard Chu | ITS#2497 value-level ACLs |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Howard Chu | More for dynamic groups |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Howard Chu | ITS#2573 dynamic group support |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Howard Chu | ITS#2497 value-level ACLs |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Howard Chu | Revert broken index optimizations |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Luke Howard | Define SLAP_STRTOL macro for integerBitAndMatch() and... |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Luke Howard | Also check for strtoll() |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Luke Howard | Check for strtoq, strtouq |
commit | commitdiff | tree | snapshot |
2003-09-21 |
Luke Howard | Check for strtoq, strtouq |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | ITS#2573 dynamic group support |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | Fix crashes if test_filter is called with NULL op |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | Fix segfault if entry_get is called with NULL attribute |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | Plug memleak in slap_parseURI |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | cn=ldapsync berval cleanup |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | Tweak normalization in slap_entry2mods |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | ITS#2497, implement value-level ACLs: |
commit | commitdiff | tree | snapshot |
2003-09-20 |
Howard Chu | Revert rev 1.90 ITS#2484 patch; Cyrus 1.5 is no longer... |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Kurt Zeilenga | Hide experimental features |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Kurt Zeilenga | Hide experimental controls |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Kurt Zeilenga | add "proxy" to "authorization" in a few places |
commit | commitdiff | tree | snapshot |
2003-09-19 |
Howard Chu | ITS#2729 fix typos |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Kurt Zeilenga | Fix pre/post attrs init bug (ITS#2728) |
commit | commitdiff | tree | snapshot |
2003-09-18 |
Jong Hyuk Choi | error behavior fix and TODO |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Jong Hyuk Choi | correction of binddn= requirement in the example section |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Jong Hyuk Choi | missing or empty attrs list in a syncrepl specification |
commit | commitdiff | tree | snapshot |
2003-09-17 |
Luke Howard | fix typo |
commit | commitdiff | tree | snapshot |
next |