index
:
ds.git
573889
master
Unnamed repository; edit this file to name it for gitweb.
Endi Dewata
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ldap
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bug 630091 - (cov#15514) Initialize DBT in entryrdn_get_parent()
Nathan Kinder
2010-09-13
1
-1
/
+3
*
Bug 630091 - (cov#15513) Fix usage of uninitialized bervals
Nathan Kinder
2010-09-13
1
-1
/
+2
*
Bug 630091 - (cov#15512) Fix usage of uninitialized bervals
Nathan Kinder
2010-09-10
1
-2
/
+2
*
Bug 630094 - (cov#15581) Add missing breaks in agt_mopen_stats()
Nathan Kinder
2010-09-09
1
-1
/
+4
*
Bug 630094 - (cov#15520) Fix unreachable code issue if perfctrs code
Nathan Kinder
2010-09-09
1
-3
/
+4
*
Bug 630094 - (cov#15459) Remove NULL check for srdn in ldif2ldbm code
Nathan Kinder
2010-09-09
1
-1
/
+1
*
Bug 630094 - (cov#15458) Fix deadcode issue in moddn code
Nathan Kinder
2010-09-09
1
-1
/
+1
*
Bug 630094 - (cov#15457) Remove deadcode in import code
Nathan Kinder
2010-09-09
1
-4
/
+0
*
Bug 630094 - (cov#15456) Remove NULL check for srdn in import code
Nathan Kinder
2010-09-09
1
-1
/
+1
*
Bug 630094 - (cov#15455) Remove deadcode in attr_index_config()
Nathan Kinder
2010-09-09
1
-128
/
+128
*
Bug 630094 - (cov#15454) Fix deadcode issue in mapping tree code
Nathan Kinder
2010-09-09
1
-1
/
+2
*
Bug 630094 - (cov#15453) Eliminate NULL check for local_newentry
Nathan Kinder
2010-09-09
1
-1
/
+1
*
Bug 630094 - (cov#15452) Remove NULL checking for op_string
Nathan Kinder
2010-09-09
1
-26
/
+27
*
Bug 630094 - (cov#15451) Get rid of unreachable free statements
Nathan Kinder
2010-09-09
1
-9
/
+0
*
Bug 630094 - (cov#11818) Fix unreachable return in snmp subagent
Nathan Kinder
2010-09-09
1
-17
/
+33
*
Bug 630090 - (cov#15445) Fix illegal free in archive code
Nathan Kinder
2010-09-09
1
-1
/
+2
*
Bug 630096 - (cov#15447) - Check return value of idl_append_extend()
Nathan Kinder
2010-09-08
1
-2
/
+13
*
Bug 630096 - (cov#15448) Check return value of cache_replace()
Nathan Kinder
2010-09-08
1
-1
/
+6
*
Bug 630096 - (cov#15449,15450) Check return value of stat()
Nathan Kinder
2010-09-08
2
-4
/
+8
*
Bug 630096 - (cov#15446) check return value of ber_scanf()
Nathan Kinder
2010-09-08
1
-1
/
+4
*
Bug 630096 - (cov#11778) check return value of ldap_parse_result
Nathan Kinder
2010-09-08
1
-2
/
+15
*
Bug 630093 - (cov#15518) Need to intialize fd in ldbm2ldif code
Nathan Kinder
2010-09-08
1
-4
/
+3
*
Bug 630093 - (cov#15511) Don't use unintialized search_results in refint plugin
Nathan Kinder
2010-09-08
1
-64
/
+63
*
Have to explicitly set protocol version to 3
Rich Megginson
2010-09-03
1
-0
/
+5
*
Bug 630098 - fix coverity Defect Type: Code maintainability issues
Nathan Kinder
2010-09-03
1
-2
/
+0
*
Bug 630098 - fix coverity Defect Type: Code maintainability issues
Nathan Kinder
2010-09-03
1
-2
/
+0
*
use slapi_mods_init_passin/get_ldapmods_passout if modifying the smods
Rich Megginson
2010-09-03
1
-2
/
+2
*
Bug 629710 - escape_string does not check '\<HEX><HEX>'
Noriko Hosoi
2010-09-02
1
-16
/
+30
*
Bug 627738 - The cn=monitor statistics entries for the dnentry cache
Noriko Hosoi
2010-09-02
1
-3
/
+4
*
fix compiler warnings - unused vars/funcs, invalid casts
Rich Megginson
2010-09-01
16
-36
/
+26
*
bug 614511 - fix coverity null reference - revert macro aci $dn logic
Rich Megginson
2010-09-01
1
-4
/
+6
*
pass the string copy to slapi_dn_normalize_original
Rich Megginson
2010-09-01
1
-2
/
+2
*
use slapi_pblock_set to set the ldap result code for the be postop plugins
Rich Megginson
2010-09-01
2
-2
/
+2
*
Bug 612264 - ACI issue with (targetattr='userPassword')
Nathan Kinder
2010-09-01
1
-5
/
+10
*
DN normalizer should check the invalid type
Noriko Hosoi
2010-08-31
1
-0
/
+4
*
implement slapi_ldap_explode_dn and slapi_ldap_explode_rdn
Rich Megginson
2010-08-31
15
-40
/
+304
*
do not un-null-terminate normalized DN until new url is constructed
Rich Megginson
2010-08-31
1
-27
/
+21
*
use slapi_ldap_url_parse in the acl code
Rich Megginson
2010-08-31
1
-8
/
+33
*
check src < *out only; only check for \nspace if src < *out - 2
Rich Megginson
2010-08-31
1
-2
/
+2
*
move the out pointer back if continuation lines were removed
Rich Megginson
2010-08-31
1
-0
/
+1
*
convert mozldap host list to openldap uri list
Rich Megginson
2010-08-31
1
-4
/
+77
*
slapi_ldap_url_parse must handle multiple host:port in url
Rich Megginson
2010-08-31
1
-5
/
+94
*
do not terminate unwrapped LDIF line with another newline
Rich Megginson
2010-08-31
1
-1
/
+0
*
openldap_read_function needs to set EWOULDBLOCK if the buffer is empty
Rich Megginson
2010-08-31
1
-0
/
+8
*
have to use LDAP_OPT_X_TLS_NEVER to defeat cert hostname checking
Rich Megginson
2010-08-31
1
-1
/
+1
*
openldap ldapsearch returns empty line at end of LDIF output
Rich Megginson
2010-08-31
3
-3
/
+3
*
openldap ldapsearch uses -LLL to suppress # version: N
Rich Megginson
2010-08-31
4
-4
/
+4
*
fix the url_parse logic when looking for a missing suffix DN
Rich Megginson
2010-08-31
2
-2
/
+5
*
ber_printf 'o' cannot handle NULL bv_val
Rich Megginson
2010-08-31
1
-2
/
+2
*
use strcasecmp with ptype and type->bv_val
Rich Megginson
2010-08-31
1
-1
/
+1
[prev]
[next]