2007-05-16 |
Pierangelo... | allow attribute inheritance with syntax restriction... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Pierangelo... | further cleanup round in back-relay database selection... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Pierangelo... | check for NULL dn in URL; set error code before seding... |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Howard Chu | Fix GNUtls acknowledgement, initial work by Matt Backes... |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Howard Chu | ITS#4961 disable schema checking on contextCSN update |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Ralf Haferkamp | make openssl builds working again |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Pierangelo... | apply fixes in ITS#4951 (tested) |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Hallvard Furuseth | Reapply part of rev 1.2 warning cleanup, it was lost... |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | GNUtls - ignore free of NULL ctx |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Don't NUL-terminate bervals during DN parsing |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Don't use strdup on bervals |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Test no longer depends on --with-tls |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Added GNUtls notes |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Add CRLfile option for GNUtls |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Use liblber for certificate Validation, Normalization |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Howard Chu | Merged GNUtls support into main tls.c |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Howard Chu | No more dependency on OpenSSL |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Hallvard Furuseth | Add back-monitor (and its OID arc) to Backend/Database... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Pierangelo... | if no database can be looked up, don't send result... |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Pierangelo... | don't try to lookup a database when there's no request DN |
commit | commitdiff | tree | snapshot |
2007-05-12 |
Pierangelo... | fix read off by one (spotted by valgrind) |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Hallvard Furuseth | Fix for !(LDAP_DEBUG && LDAP_SYSLOG) |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Hallvard Furuseth | Comment fixes. |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | Added ciphersuite support |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | Regenerate with GNUtls additions |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | Add GNUtls detection |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | Fix typo in prev commit |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | Add LDAP_OPT_X_TLS_CRLFILE, peer cert verification... |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | ITS#4954 clear c_sasl_dn after error |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Howard Chu | ITS#4952 use memcmp to compare CSN values |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Since we only have LDAP_MAXTHR thread_keys, allow max... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Make ldap_int_thread_userctx_t.ltu_key[] a proper NULL... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | thread_keys is a (poor) open-addessed hash table, but... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Protect thread_keys[] with ldap_pvt_thread_pool_mutex... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Replace state LDAP_INT_THREAD_POOL_PAUSING with member... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | ITS#4943: |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Don't complain if detached threads exit after ldap_debu... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Remove unused variables |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | assert(pointer) -> assert(pointer != NULL) |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Struct/array initializers must be constant expressions... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Cast Debug(%p) pointer argument to void* |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | Rebuild |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Hallvard Furuseth | ITS#4948: '#if <undefined macro>' -> '#ifdef' warning... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Howard Chu | coverity scan, e is non-NULL |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Howard Chu | coverity error, u->lud_scheme is mandatory |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Howard Chu | coverity scan, fix typo |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Howard Chu | coverity error, memory leak in file2anlist |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Howard Chu | coverity scan, ch_realloc won't return NULL |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Howard Chu | coverity fix, slapd_rw_apply NULL filter |
commit | commitdiff | tree | snapshot |
2007-05-07 |
Ralf Haferkamp | fix comparison with string literal |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Howard Chu | ITS#4949 make config_syslog accumulate across multiple... |
commit | commitdiff | tree | snapshot |
2007-04-29 |
Howard Chu | ITS#4939 fix typo |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Howard Chu | ITS#4917 preserve old sat_ad_mutex |
commit | commitdiff | tree | snapshot |
2007-04-24 |
Howard Chu | Disallow runtime delete of modload values |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Howard Chu | Revert prev commit, unnecessary |
commit | commitdiff | tree | snapshot |
2007-04-23 |
Howard Chu | ITS#4935 SASL_MAX_BUFF_SIZE should be 2^24 - 1 |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Kurt Zeilenga | Distinguish absent control value from empty control... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Quanah Gibson... | alphabetize options listing correctly. (relocate -g... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Quanah Gibson... | add -s option to top list of arguments |
commit | commitdiff | tree | snapshot |
2007-04-12 |
Pierangelo... | fix ';binary' certificate transport (ITS#4868); add... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Pierangelo... | fix no-op crasher (ITS#4925) |
commit | commitdiff | tree | snapshot |
2007-04-11 |
Pierangelo... | don't assert(0); apparently, other responses may result... |
commit | commitdiff | tree | snapshot |
2007-04-10 |
Howard Chu | Fix prev commit, filter construction with URI filters |
commit | commitdiff | tree | snapshot |
2007-04-09 |
Hallvard Furuseth | Add missing return from void *bdb_tool_trickle_task() |
commit | commitdiff | tree | snapshot |
2007-04-07 |
Howard Chu | Add trickle-sync for quick mode |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Quanah Gibson... | More attr= to attrs= fixes |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Quanah Gibson... | s/attr=/attrs=/ |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Howard Chu | ITS#4915 log failure retry status |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Howard Chu | Fix prev commit, config_obsolete |
commit | commitdiff | tree | snapshot |
2007-04-06 |
Howard Chu | Axe slurpd / replog support |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | Regenerate without slurpd |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | slurpd is strongly deprecated |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | slurpd is strongly deprecated |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | slurpd is strongly deprecated |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Ralf Haferkamp | olcDatabase=config always gets index 0, |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | ITS#4911 move slap_op_init/destroy to slap_init/destroy |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | ITS#4897 source/destination confusion |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | ITS#4877 document -s newsuperior option |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | Additional fix for prev commit |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | ITS#4863 s/access to attr/access to attrs/ |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | Fix uninit'd serverID field |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | Fix typo in prev commit |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | ITS#4910 note that mirrormode now requires serverID |
commit | commitdiff | tree | snapshot |
2007-04-05 |
Howard Chu | ITS#4912 fix typo in prev commit |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Hallvard Furuseth | ber_decode_oid(), ber_encode_oid(): cast bv_val to... |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Hallvard Furuseth | printf %p expects void* |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Hallvard Furuseth | Fix char* = const char* (text = sr->sr_text) |
commit | commitdiff | tree | snapshot |
2007-04-04 |
Ralf Haferkamp | Moved the check for existing monitor database to the... |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Howard Chu | ITS#4879 fixes for url parse/unparse |
commit | commitdiff | tree | snapshot |
2007-04-03 |
Howard Chu | ITS#4875 ignore zero-length st_size |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Howard Chu | Note overlay config ordering |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Howard Chu | ITS#4904 fix delta-sync modlist free |
commit | commitdiff | tree | snapshot |
2007-04-02 |
Quanah Gibson... | Use correct memory free function (ITS#4901) |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Quanah Gibson... | Fix typo |
commit | commitdiff | tree | snapshot |
2007-04-01 |
Howard Chu | ITS#4899 fix for keys not getting cleared |
commit | commitdiff | tree | snapshot |
2007-03-31 |
Howard Chu | Cleanup conditional arg in prev commit |
commit | commitdiff | tree | snapshot |
2007-03-30 |
Ralf Haferkamp | use slap_add_opattrs as discussed on -devel. |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Ralf Haferkamp | Add operational Attributes when creating frontend and... |
commit | commitdiff | tree | snapshot |
2007-03-29 |
Ralf Haferkamp | Create frontend and config database entries automatical... |
commit | commitdiff | tree | snapshot |
2007-03-26 |
Hallvard Furuseth | Do not end a potentially last line of a Makefile statem... |
commit | commitdiff | tree | snapshot |
next |