Howard Chu
048f24150f
ITS#6145 free/close before exit
2009-07-22 07:19:41 +00:00
Howard Chu
e0bcb7b571
ITS#4643 never use native getpass(), it's deprecated/unsafe
2009-07-22 06:34:37 +00:00
Howard Chu
e08e89d6a7
ITS#6214 use the main thread's context so cleanup can occur
2009-07-22 04:39:57 +00:00
Howard Chu
553f0f2ffd
ITS#6220 don't check write timeouts when global_writetimeout isn't set
2009-07-21 02:04:46 +00:00
Ralf Haferkamp
3ebee592e0
Missing #include
2009-07-17 16:21:14 +00:00
Pierangelo Masarati
40f785f62a
check the value of the olcSubordinate attribute
2009-07-16 15:41:05 +00:00
Pierangelo Masarati
7a553ddae8
subordinate needs a suffix (ITS#6216)
2009-07-16 15:28:22 +00:00
Ralf Haferkamp
22083ce459
Should work now when using custom SLAPD_BASEPORT setting (ITS#6213)
2009-07-14 13:35:56 +00:00
Howard Chu
d45c01c008
External vars need to be wrapped for Windows
2009-07-14 00:52:45 +00:00
Howard Chu
db3610ce26
Add sssvlv overlay
2009-07-13 18:56:03 +00:00
Howard Chu
5e29929490
cleanup space/tab
2009-07-13 18:46:36 +00:00
Howard Chu
bde3a4ffcb
Add vlv error code
2009-07-13 18:45:43 +00:00
Howard Chu
e7df19fd5a
Add sssvlv overlay
2009-07-13 15:45:49 +00:00
Howard Chu
61339a7f7f
sssvlv and seqmod should be off by default
2009-07-13 15:45:25 +00:00
Howard Chu
5f211a7dcc
Fix handling for empty results
2009-07-13 15:22:46 +00:00
Howard Chu
eab5b9570a
Fix result when no VLV match
2009-07-13 15:15:27 +00:00
Howard Chu
783dc77df7
Minor cleanup
2009-07-13 15:00:19 +00:00
Howard Chu
be670c17b2
Add sssvlv
2009-07-13 14:45:54 +00:00
Howard Chu
28b38306c6
Add sssvlv overlay
2009-07-13 14:27:04 +00:00
Howard Chu
aa316f10fe
Add sssvlv config
2009-07-13 14:20:31 +00:00
Howard Chu
2ca1c1d916
Add sssvlv to build system
2009-07-13 13:35:30 +00:00
Howard Chu
9bf0a04910
Added VLV support
2009-07-13 13:33:01 +00:00
Howard Chu
789dad4d00
ITS#6203 fix startup
2009-07-13 13:24:12 +00:00
Howard Chu
c401792c20
Fix prev commit
2009-07-13 13:14:07 +00:00
Howard Chu
91dc4501d4
Add VLV Error
2009-07-13 13:13:38 +00:00
Howard Chu
8f336e9107
Add VLV support
2009-07-13 12:41:02 +00:00
Howard Chu
2e4da3f9ee
More VLV stuff
2009-07-13 12:40:35 +00:00
Howard Chu
d0bbd6d510
vlv implemented, untested
2009-07-13 10:59:09 +00:00
Howard Chu
dbc0fdba58
csnOrderingMatch should have a normalizer
2009-07-13 09:39:39 +00:00
Howard Chu
f11b45063d
Undef SLAP_CONTROL_X_SORTEDRESULTS, use sssvlv overlay now.
...
Will unifdef all relevant code later...
2009-07-13 08:43:06 +00:00
Howard Chu
5fbd344280
Server Side Sorting (also with PagedResults). VLV still in progress.
2009-07-13 08:39:22 +00:00
Howard Chu
3f39c79411
Cleanup sss result string
2009-07-13 08:28:11 +00:00
Howard Chu
dc86747a4d
Fix typo in 1.250 fake sorted results control
2009-07-13 02:42:38 +00:00
Howard Chu
cb594c7128
Fix typo in derefcrit control
2009-07-13 01:57:25 +00:00
Hallvard Furuseth
fb0fb4a274
For ITS#5810: Show which backend is being tested
2009-07-08 16:20:53 +00:00
Howard Chu
cc6dc57746
ITS#6195 must normalize cookies before comparing them
2009-07-08 00:55:27 +00:00
Hallvard Furuseth
d3e7717473
ITS#6101, did not always (re)set rs->sr_sasldata before send_ldap_sasl()
2009-07-07 22:31:35 +00:00
Howard Chu
72e319bd02
ITS#5892 return -1 from ldif_read_record on error
2009-07-07 22:30:55 +00:00
Hallvard Furuseth
5b98495d5c
ITS#6101, reset rs->sr_rspdata in send_ldap_disconnect()
2009-07-07 22:30:28 +00:00
Howard Chu
4939a382c1
ITS#5892 make sure ldif error messages are displayed
2009-07-07 21:51:27 +00:00
Hallvard Furuseth
b74b7c232d
ITS#6101: Move sru_search first in union SlapReply.sr_un, for initialization.
2009-07-07 21:11:39 +00:00
Hallvard Furuseth
bbe015f65b
ITS#6197 - normalize & speed up ldap_err2string/ldap_perror():
...
Use same result code -> string mapping for both, removing ldap_int_error():
- Classify unknown error codes as API/extension/etc like _err2string did.
- Pass all strings through _(), i.e. the optional gettext, as _perror did.
Also use a switch instead of linear search for the code->string mapping.
Hopefully the compiler will optimize that. Though the extra gettext,
if anyone uses it, probably counters that speedup.
2009-07-07 20:05:09 +00:00
Hallvard Furuseth
461a2135fb
Silence warning. Also avoids pointless umask(0) when umask already is 0.
2009-07-06 23:19:52 +00:00
Howard Chu
e6173ac9c2
ITS#5836 more for 1.432, writetimeout wasn't taking effect if
...
idletimeout wasn't also set. Also, timeout check would keep getting
pushed back if multiple writers were waiting.
2009-07-06 21:02:28 +00:00
Hallvard Furuseth
4353379403
ITS#6091,6092,6093,5369 remove @GSSAPI_LIBS@. configure no longer sets it.
2009-07-06 19:52:14 +00:00
Howard Chu
c51809daea
regenerate without gssapi
2009-07-05 01:45:29 +00:00
Howard Chu
e0dcef65f4
ITS#6091,6092,6093,5369 remove gssapi from configure, should never be used.
...
leave code in place for now.
2009-07-05 01:42:26 +00:00
Howard Chu
159461bfc8
ITS#5696 des_set_key -> des_set_key_and_parity
2009-07-03 22:19:52 +00:00
Ralf Haferkamp
d430fa0346
error out when adding multiple olcIndex values for the same attribute (ITS#6196)
2009-07-03 14:29:40 +00:00
Howard Chu
8680c13c5f
Cleanup ciphernum
2009-07-03 02:06:24 +00:00