Commit Graph

16142 Commits

Author SHA1 Message Date
Quanah Gibson-Mount
88a4ffe5be ITS#5037
Move db == NULL check to correct spot
2007-07-09 21:28:14 +00:00
Ralf Haferkamp
6165439a98 document "normalize-mapped-attrs" option 2007-07-09 17:22:48 +00:00
Ralf Haferkamp
19b4aba5a1 added config option "normalize-mapped-attrs" to enable normalization of
undefined mapped attribute types.
2007-07-09 16:22:54 +00:00
Gavin Henry
112e7ca3bb OID/PEN confusion 2007-07-08 12:08:54 +00:00
Gavin Henry
f04bed4d51 OID now called PEN and url changed to: http://pen.iana.org/pen/PenApplication.page 2007-07-07 22:47:18 +00:00
Gavin Henry
bda4efce48 Wee bit more. 2007-07-07 22:28:56 +00:00
Gavin Henry
7af4f78c63 Tunned, what's that then? 2007-07-06 15:45:33 +00:00
Gavin Henry
735b1eb891 Tuning intro complete and more reorganising. 2007-07-06 15:38:00 +00:00
Pierangelo Masarati
1734ae7e1c trim unneeded arg (ITS#5041) 2007-07-06 08:22:10 +00:00
Kurt Zeilenga
d7c098f4eb notice cleanup 2007-07-05 21:53:00 +00:00
Gavin Henry
96431301fe New image placeholders and removal of used images. 2007-07-05 21:48:12 +00:00
Howard Chu
b7b32d7448 ITS#5036 fix prev commit 2007-07-05 12:40:03 +00:00
Hallvard Furuseth
e1d42189fa ITS#4990: Fix LDAP_MEMORY_DEBUG and LDAP_MEMORY_DEBUG=0 compilation.
Declare ber_int_meminuse.  Fix '#if' -> '#ifdef' LDAP_MEMORY_DEBUG.
2007-07-04 22:55:24 +00:00
Hallvard Furuseth
8eda2e301f Fix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x) for ITS#4990. 2007-07-04 22:49:34 +00:00
Howard Chu
7ada84dd09 ITS#5036 fix back-monitor dependency 2007-07-03 16:45:04 +00:00
Hallvard Furuseth
2ea3d3f621 Ensure ltp_max_pending >= 0; negative values confused pool_query().
Remove accidentally added #define LDAP_MAX_PENDING from last commit.
2007-07-03 11:34:14 +00:00
Pierangelo Masarati
ab6db76c9e note default loglevel (ITS#5027) 2007-07-03 09:42:35 +00:00
Hallvard Furuseth
6e736714e2 Rebuild for ITS#5033 2007-07-02 15:16:15 +00:00
Hallvard Furuseth
5514698883 ITS#5033: Do not make depend if configure does not figure out how 2007-07-02 15:15:31 +00:00
Gavin Henry
ba88d443e9 Cater for perl 5+ 2007-07-01 22:36:24 +00:00
Hallvard Furuseth
bc8631183c Remove bogus pause wait near end of pool_wrapper(). Add/fix comments. 2007-07-01 16:44:59 +00:00
Hallvard Furuseth
6f2d816df4 ITS#5035 - return ber_socket_t instead of ptrdiff_t from SLAP_EPOLL_EV_PTRFD().
Fixes a printf format bug.
2007-07-01 13:43:15 +00:00
Hallvard Furuseth
c71a4ae4f3 Fix integer overflow in slap_loglevel_get() - ITS#5035. 2007-07-01 13:39:24 +00:00
Gavin Henry
b4eddbb2a2 quick save. 2007-06-27 23:03:45 +00:00
Kurt Zeilenga
73ad5a7217 have error match API call 2007-06-21 22:02:08 +00:00
Kurt Zeilenga
ae47797cc8 Send common request controls with extended request.
Only bitch about missing genPassword in success response.
2007-06-21 22:01:36 +00:00
Pierangelo Masarati
8c4582e29f fix potential leak (detected by Coverity) 2007-06-21 00:10:02 +00:00
Pierangelo Masarati
35282bc713 fix potential NULL dereferencing (detected by Coverity) 2007-06-20 23:44:43 +00:00
Pierangelo Masarati
848ea293a3 cleanup 2007-06-19 22:59:53 +00:00
Pierangelo Masarati
f4239db146 better implementation for ITS#4996 and docs (ldapsearch(1) only; need to duplicate in other tools man pages) 2007-06-19 22:58:20 +00:00
Howard Chu
d6ef5f3a0d ITS#5025 clear sr_entry before sending search reference 2007-06-19 20:04:36 +00:00
Hallvard Furuseth
0f8b124f4d Replace the text with a note that LDBM has been discontinued. 2007-06-19 16:37:57 +00:00
Howard Chu
6b793c85cb ITS#4870 remove lint 2007-06-19 13:49:03 +00:00
Pierangelo Masarati
46ab91eeba fix ITS#5005 2007-06-19 13:18:17 +00:00
Howard Chu
10264919f4 Fix uninit'd op req DN 2007-06-19 13:07:12 +00:00
Howard Chu
299d19506a ITS#4933 use ldap_set_option for search timelimit 2007-06-19 11:49:50 +00:00
Kurt Zeilenga
8eb0741a1c Ppolicy control should be sent with every request...
handle returns in ldappasswd(1) and ldapwhoami(1).  Likely needs to be
added to other ldap*(1) commands.
2007-06-19 01:02:42 +00:00
Kurt Zeilenga
fa6aa0688a Revert last commit
Purports to remove kbind, but adds a ldap_search_s() request.
2007-06-19 00:58:35 +00:00
Gavin Henry
9631c14b3c Saving links to FAQ-O-MATIC content for merging into main docs and work in progress. 2007-06-18 23:01:15 +00:00
Pierangelo Masarati
9ff76148ab test goes __after__ done (ITS#5014 :) 2007-06-16 10:53:48 +00:00
Hallvard Furuseth
b20c1fe5af Do not access a void* (mi_entry_limbo) as if it were a struct monitor_info_t* 2007-06-15 18:24:01 +00:00
Gavin Henry
d6444a108d Running 'perlcritic -1 SampleLDAP.pm' and tidying up. 2007-06-15 16:28:33 +00:00
Hallvard Furuseth
53fcfd93a3 ITS#4995 - rewrite clarification 2007-06-15 13:25:32 +00:00
Quanah Gibson-Mount
1dfd0924b2 For ITS#4995, add clarification comments 2007-06-15 03:21:11 +00:00
Gavin Henry
73852484e2 Removing left over lines. 2007-06-14 23:24:48 +00:00
Hallvard Furuseth
99d6b5cc18 Removed ldbm and its underlying databases gdbm, mdbm and ndbm 2007-06-14 23:19:42 +00:00
Pierangelo Masarati
844f13fbe8 don't forget to log errors (ITS#5014) 2007-06-14 23:07:40 +00:00
Pierangelo Masarati
7e12342b3b add sub-second result timeout accuracy (for which is which; ITS#4963 with changes) 2007-06-14 22:35:41 +00:00
Gavin Henry
aa411f1bd1 Removed all references to ldbm from test data and man pages. Only slapd-ldbm.5 left. 2007-06-14 22:29:29 +00:00
Howard Chu
087a662f9e Better fix for rev 1.97 2007-06-14 14:51:15 +00:00