Luke Howard
|
2e36d49a73
|
Fix slapi_str2entry()/slapi_entry2str() allocation
|
2005-08-09 02:56:21 +00:00 |
|
Luke Howard
|
6461a5b7fd
|
ITS#3924
|
2005-08-09 02:12:18 +00:00 |
|
Howard Chu
|
c30992f05e
|
ITS#3922 don't leak ber buffer on decode/parse errors
|
2005-08-09 00:26:39 +00:00 |
|
Howard Chu
|
28be8691cc
|
ITS#3922 plug another cookie parsing leak
|
2005-08-09 00:11:42 +00:00 |
|
Howard Chu
|
0b2a428a29
|
ITS#3917 don't check csn syntax if schema isn't inited yet
|
2005-08-08 23:56:40 +00:00 |
|
Howard Chu
|
a99e5846b3
|
ITS#3917 revert prev commit
|
2005-08-08 23:45:29 +00:00 |
|
Pierangelo Masarati
|
9f1703d0d3
|
more (in)sanity stuff
|
2005-08-08 22:49:54 +00:00 |
|
Hallvard Furuseth
|
f927b77456
|
Remove unused variables in config_updatedn()
|
2005-08-08 22:35:38 +00:00 |
|
Hallvard Furuseth
|
64512ad4d7
|
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
|
2005-08-08 22:25:56 +00:00 |
|
Hallvard Furuseth
|
7843e7fbb2
|
Destroy monitor_info.mi_cache_mutex
|
2005-08-08 21:29:13 +00:00 |
|
Pierangelo Masarati
|
c984c229d6
|
plug more one-time leaks; rearrange subsystems setup
|
2005-08-08 20:45:10 +00:00 |
|
Hallvard Furuseth
|
b1e4b27388
|
#include <ac/ctype.h>, needed by last commit
|
2005-08-08 20:19:25 +00:00 |
|
Pierangelo Masarati
|
b286c9264b
|
plug another one-time leak
|
2005-08-08 20:01:04 +00:00 |
|
Pierangelo Masarati
|
64af435895
|
ITS#3914 bug was very close to that leak: rwm_dnattr_rewrite() already freed the original value (all this stuff may need work)
|
2005-08-08 19:49:48 +00:00 |
|
Pierangelo Masarati
|
47351e3b5c
|
fix yet another leak (not related to ITS#3914, though)
|
2005-08-08 19:41:10 +00:00 |
|
Hallvard Furuseth
|
3142c03e5a
|
Fix typo in previous commit (slapi_dn.c -> slapi_dn.lo)
|
2005-08-08 14:30:34 +00:00 |
|
Pierangelo Masarati
|
cccf35c749
|
allow textual log levels in command line
|
2005-08-08 14:01:40 +00:00 |
|
Luke Howard
|
d463430295
|
Remove slapi_x_be_select()
|
2005-08-08 13:26:02 +00:00 |
|
Luke Howard
|
d96f3615b3
|
New file - slapi_dn.c
|
2005-08-08 13:25:24 +00:00 |
|
Luke Howard
|
7d557f0b0d
|
Add Slapi_DN API
|
2005-08-08 13:24:18 +00:00 |
|
Howard Chu
|
ae8a333bc8
|
ITS#3917 init schema before parsing args
|
2005-08-08 12:51:38 +00:00 |
|
Howard Chu
|
9365649dad
|
ITS#3922 fix syncrepl ctxcsn leak
|
2005-08-08 12:38:19 +00:00 |
|
Luke Howard
|
3858ce0728
|
Add slapi_x_be_select() (to be replaced with slapi_be_select() when
we support Slapi_DN API)
|
2005-08-08 11:01:39 +00:00 |
|
Luke Howard
|
ef81368404
|
Don't return frontend as SLAPI_BACKEND, return actual backend instead
for compat with 2.2 plugins
Add a couple of backend SLAPI APIs
|
2005-08-08 09:33:02 +00:00 |
|
Luke Howard
|
17ffdc07b6
|
Don't decrement descriptor count until we have checked connection is not UDP
|
2005-08-08 03:44:17 +00:00 |
|
Luke Howard
|
0dd503a339
|
Add missing break statement in switch for SLAPI_SEARCH_ATTRS handler
|
2005-08-08 03:39:00 +00:00 |
|
Pierangelo Masarati
|
e24cc0589f
|
more cleanup
|
2005-08-07 22:22:27 +00:00 |
|
Pierangelo Masarati
|
d79d9be840
|
free Env
|
2005-08-07 21:53:38 +00:00 |
|
Pierangelo Masarati
|
3d075186bf
|
don't leak entry/referrals in case of reference
|
2005-08-07 21:26:15 +00:00 |
|
Pierangelo Masarati
|
09f749da96
|
remove unnecessary data from search_info
|
2005-08-07 20:43:07 +00:00 |
|
Pierangelo Masarati
|
779d94312f
|
cleanup candidate list in case of abandon, even if it occurs while selecting candidates
|
2005-08-07 20:11:41 +00:00 |
|
Pierangelo Masarati
|
433c7923c5
|
cleanup candidate list in case of abandon
|
2005-08-07 20:04:47 +00:00 |
|
Pierangelo Masarati
|
125059ccb5
|
more cleanup
|
2005-08-07 18:56:19 +00:00 |
|
Pierangelo Masarati
|
92527ee15b
|
plug more leaks; few remain (but seem to be in ODBC)
|
2005-08-07 17:28:26 +00:00 |
|
Pierangelo Masarati
|
52fb4b47fe
|
fix previous commit
|
2005-08-07 16:48:26 +00:00 |
|
Pierangelo Masarati
|
8fdfe1fcd0
|
plug yet another one-time leak
|
2005-08-07 16:45:13 +00:00 |
|
Pierangelo Masarati
|
ca00d860d6
|
plug selected leaks at shutdown
|
2005-08-07 16:38:20 +00:00 |
|
Pierangelo Masarati
|
a6d4a82782
|
more about freeing replica resources
|
2005-08-07 15:20:14 +00:00 |
|
Pierangelo Masarati
|
e549e4463a
|
free replica info as appropriate
|
2005-08-07 15:01:13 +00:00 |
|
Pierangelo Masarati
|
d8a90fd7d5
|
cleanup resources
|
2005-08-07 14:13:29 +00:00 |
|
Pierangelo Masarati
|
468e03a655
|
plug more leaks
|
2005-08-07 12:55:15 +00:00 |
|
Pierangelo Masarati
|
c3b977b2da
|
ACL logging was incomplete (and misleading)
|
2005-08-07 11:36:18 +00:00 |
|
Pierangelo Masarati
|
be355833a0
|
fix use of uninitialized value; beautify logs
|
2005-08-07 10:49:40 +00:00 |
|
Pierangelo Masarati
|
e281e08e79
|
remove cruft
|
2005-08-07 10:49:01 +00:00 |
|
Luke Howard
|
bba3f62bdc
|
Always restore op->o_callback in SLAPI overlay - was spinning indefinitely
|
2005-08-07 03:13:57 +00:00 |
|
Pierangelo Masarati
|
fa27310d77
|
use trylock only where necessary
|
2005-08-07 00:35:11 +00:00 |
|
Pierangelo Masarati
|
47d39181d6
|
cleanup
|
2005-08-06 21:03:26 +00:00 |
|
Pierangelo Masarati
|
8b54d3b7e1
|
fix potential leak (if URL form is broken); cleanup
|
2005-08-06 20:56:02 +00:00 |
|
Luke Howard
|
6911e0022b
|
Plug some leaks in SLAPI modifications handling
|
2005-08-06 14:58:25 +00:00 |
|
Pierangelo Masarati
|
682a1981a1
|
use macros instead of literals
|
2005-08-06 11:29:08 +00:00 |
|