Quanah Gibson-Mount
|
f6ad222e41
|
Happy New Year!
|
2020-01-09 16:50:21 +00:00 |
|
Quanah Gibson-Mount
|
b45a6a7dc7
|
Happy New Year!
|
2019-01-14 18:46:16 +00:00 |
|
Quanah Gibson-Mount
|
59e9ff6243
|
Happy New Year
|
2018-03-22 15:35:24 +00:00 |
|
Quanah Gibson-Mount
|
1df85d3427
|
Happy New Year!
|
2017-01-03 12:36:47 -08:00 |
|
Quanah Gibson-Mount
|
6c4d6c880b
|
Happy New Year!
|
2016-01-29 13:32:05 -06:00 |
|
Quanah Gibson-Mount
|
1705fa7e55
|
Happy New Year
|
2015-02-11 15:36:57 -06:00 |
|
Kurt Zeilenga
|
5c878c1bf2
|
Happy new year (belated)
|
2014-01-25 05:21:25 -08:00 |
|
Kurt Zeilenga
|
0fd1bf30b8
|
Happy New Year
|
2013-01-02 10:22:57 -08:00 |
|
Howard Chu
|
39481d50e0
|
ITS#7305 fix comments in prev commit
|
2012-06-23 05:49:02 -07:00 |
|
Jani Salonen
|
a572f4b967
|
ITS#7305 add slapi_[get|free]_client_ip()
|
2012-06-23 05:46:25 -07:00 |
|
Kurt Zeilenga
|
2bbf9804b9
|
Happy New Year!
|
2012-01-01 07:10:53 -08:00 |
|
Luke Howard
|
4f0dc06553
|
slapi_attr_add_value should use attr_valadd to set a_numvals
|
2011-03-30 21:03:39 +11:00 |
|
Kurt Zeilenga
|
966cef8c9a
|
Happy New Year
|
2011-01-05 00:42:37 +00:00 |
|
Kurt Zeilenga
|
3dadeb3efe
|
happy belated New Year
|
2010-04-13 22:17:29 +00:00 |
|
Hallvard Furuseth
|
aa9399db03
|
ITS#6132: Fix slapi_entry_has_children()
|
2009-05-20 21:23:48 +00:00 |
|
Pierangelo Masarati
|
260fd357df
|
fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792)
|
2009-02-04 22:36:49 +00:00 |
|
Howard Chu
|
c0586f0f45
|
ITS#4359,#2615 add slapi_pw_find()
|
2009-01-26 22:36:36 +00:00 |
|
Kurt Zeilenga
|
4af9eb9715
|
Update copyright notices
|
2009-01-22 00:40:04 +00:00 |
|
Hallvard Furuseth
|
182c2931c4
|
Warning cleanup: signed meets unsigned.
|
2008-10-13 08:19:13 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Pierangelo Masarati
|
7aeac21440
|
silence warnings
|
2007-11-23 12:47:53 +00:00 |
|
Howard Chu
|
396b22cfe2
|
Fix uninit'd ld in prev commit (coverity)
|
2007-10-02 13:31:27 +00:00 |
|
Pierangelo Masarati
|
2de9d97ad2
|
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently
|
2007-09-29 17:55:33 +00:00 |
|
Howard Chu
|
d2179d885f
|
Use attr_valfind instead of value_find_ex to optimize lookups
|
2007-09-24 05:02:31 +00:00 |
|
Howard Chu
|
e8c2414831
|
Preliminary sorted value support
|
2007-09-24 01:31:23 +00:00 |
|
Howard Chu
|
c4dbe1a274
|
Attribute/Modification value counters
|
2007-09-21 08:43:56 +00:00 |
|
Howard Chu
|
88cbe052e0
|
Fallout from ITS#4986 - remove unused param of select_backend()
|
2007-07-13 03:18:20 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Howard Chu
|
45fbb173b7
|
Pass op to slap_mods_check()
|
2006-12-24 06:55:02 +00:00 |
|
Howard Chu
|
2a9afa55a7
|
Avoid unnecessary calls to oc_bvfind
|
2006-11-27 19:59:59 +00:00 |
|
Howard Chu
|
78172aa0cf
|
Entry/Attribute struct caching, to minimize malloc fragmentation
Note: this breaks LDAP_COMP_MATCH and SLAP_ZONE_MALLOC. But they
were probably broken already anyway.
|
2006-08-29 01:43:23 +00:00 |
|
Luke Howard
|
1ebfd26ca3
|
Fix broken referral handling in slapi_send_ldap_result()
|
2006-06-11 06:49:58 +00:00 |
|
Luke Howard
|
2941bd8a9e
|
Handle unknown attributes in SLAPI_SEARCH_ATTRS
|
2006-06-09 15:54:59 +00:00 |
|
Luke Howard
|
ea45b5b322
|
fix previous commit
|
2006-06-09 15:52:44 +00:00 |
|
Luke Howard
|
f4c5bddd9c
|
Ignore unknown attributes in slapi_send_ldap_search_entry()
(mirrors code in slapi_pblock.c)
|
2006-06-09 15:42:33 +00:00 |
|
Luke Howard
|
fa1f4d3c38
|
slapi_ch_bvdup() should be implemented in terms of ber_dupbv()
|
2006-03-01 16:29:31 +00:00 |
|
Luke Howard
|
cd18c6cb4d
|
Fix slapi_valueset_count() for no value case
|
2006-02-27 05:21:11 +00:00 |
|
Luke Howard
|
8c674299bf
|
Fix memory smasher in slapi_valueset_free()
|
2006-02-27 03:44:40 +00:00 |
|
Luke Howard
|
0c0abfe917
|
slapi_filter_dup() can now use filter_dup()
|
2006-01-23 21:23:36 +00:00 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Luke Howard
|
3f6daa4680
|
Initialize sml_type
Don't clobber sml_type when converting SLAPI mods
|
2006-01-01 14:25:09 +00:00 |
|
Luke Howard
|
dc166c08b8
|
Fix regression in SLAPI ACL plugins, call with frontendDB pblock
|
2005-12-24 17:15:13 +00:00 |
|
Luke Howard
|
3647cba131
|
ITS#3924
Also, fix slapi_dn_parent() crasher
|
2005-08-09 05:28:58 +00:00 |
|
Pierangelo Masarati
|
eae2233d0c
|
don't leak in case of attribute not found
|
2005-08-09 03:39:12 +00:00 |
|
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 |
|
Luke Howard
|
d463430295
|
Remove slapi_x_be_select()
|
2005-08-08 13:26:02 +00:00 |
|
Luke Howard
|
7d557f0b0d
|
Add Slapi_DN API
|
2005-08-08 13:24:18 +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 |
|