Commit Graph

15893 Commits

Author SHA1 Message Date
Howard Chu
d9958cbdbe Enhanced unique configuration 2007-03-22 08:22:53 +00:00
Howard Chu
0752716d80 Remove obsolete purge (obsoleted in cache.c rev 1.106) 2007-03-22 07:35:10 +00:00
Pierangelo Masarati
226133ea38 don't add databases twice; but try as hard as possible... 2007-03-21 23:22:49 +00:00
Pierangelo Masarati
d0fe3b0890 allow adding of back-bdb with monitoring on (ITS#4789) 2007-03-21 22:35:37 +00:00
Pierangelo Masarati
3c6e50b4c7 cleanup 2007-03-21 22:33:50 +00:00
Pierangelo Masarati
d0e6e17b89 cleanup after sending entry 2007-03-21 22:33:09 +00:00
Pierangelo Masarati
ac96ba3131 fix ITS#4883 2007-03-21 16:33:38 +00:00
Pierangelo Masarati
d4753801e8 do not refer to deprecated API 2007-03-21 10:35:28 +00:00
Pierangelo Masarati
ae710cfad3 s/LDAP_RES_EXTENDED_PARTIAL/LDAP_RES_INTERMEDIATE/ (ITS#4885) 2007-03-21 10:23:51 +00:00
Pierangelo Masarati
4a73490186 improve previous commit (check result of structural_class()) 2007-03-21 09:51:11 +00:00
Pierangelo Masarati
c36904bda5 exploit inheritance in add (ITS#4884): passes all tests; modify may need work. Please review 2007-03-21 00:57:20 +00:00
Pierangelo Masarati
bf2d5729ae more structure name cleanup 2007-03-20 17:09:24 +00:00
Howard Chu
1255666b8b Add DER OID decoder/encoder 2007-03-20 15:11:14 +00:00
Howard Chu
9fe8f72310 Add DER OID encoder/decoder 2007-03-20 15:10:16 +00:00
Howard Chu
23ba7dfa12 Add ber_skip_data() to help positioning in structured BER data 2007-03-20 12:29:06 +00:00
Pierangelo Masarati
639d678592 cleanup struct declarations 2007-03-20 01:07:10 +00:00
Pierangelo Masarati
a6e232e7c1 add uptime monitoring (in seconds) 2007-03-19 21:39:43 +00:00
Pierangelo Masarati
93f338eb79 cleanup 2007-03-19 15:50:51 +00:00
Pierangelo Masarati
6420bcd7d7 restore op before checking result (and, if necessary, bailing out) 2007-03-19 15:50:28 +00:00
Pierangelo Masarati
98fe6a81a0 handle r_dn == r_ndn 2007-03-19 15:44:58 +00:00
Pierangelo Masarati
12fa465fd9 ld could be used after ldap_unbind_ext() 2007-03-18 20:44:11 +00:00
Pierangelo Masarati
2ad757793d make sure unsigned time_t doesn't hurt (follow-on to ITS#4872) 2007-03-17 14:45:41 +00:00
Pierangelo Masarati
9be22e18bf remove lint (ITS#4878) 2007-03-17 14:22:44 +00:00
Pierangelo Masarati
71c93265e2 fix ITS#4874 2007-03-15 01:07:19 +00:00
Pierangelo Masarati
a28eb7817a fix cleanup 2007-03-14 01:05:42 +00:00
Pierangelo Masarati
5e098ddc69 note ITS#4872 (forced commit) 2007-03-13 09:49:59 +00:00
Pierangelo Masarati
8e8633b241 add support for binary attributes (ITS#4868) 2007-03-13 00:34:37 +00:00
Howard Chu
0d5a53815a Don't generate schema entries for include files that didn't define schema
elements. Use proper directory separator on Windows
2007-03-12 22:47:43 +00:00
Howard Chu
7cca5d1cef Fix prev commit 2007-03-12 21:17:44 +00:00
Pierangelo Masarati
1429b49d1e apparently, time_t is unsigned in some systems 2007-03-12 21:04:01 +00:00
Pierangelo Masarati
f0a7cee642 remove lint (ITS#4865) 2007-03-11 17:46:46 +00:00
Kurt Zeilenga
ce10eed0c1 Forced commit to test CVS repository after move to new server 2007-03-10 18:03:58 +00:00
Pierangelo Masarati
fd1efa13d0 fix previous commit (ITS#4861) 2007-03-09 17:24:56 +00:00
Howard Chu
3776e2ed83 Fix typo 2007-03-09 09:57:18 +00:00
Howard Chu
ec29187425 More logging tweaks 2007-03-09 09:56:30 +00:00
Howard Chu
1a232bea5f Fix prev commit 2007-03-09 09:49:30 +00:00
Howard Chu
fd6611d5bd Add "hidden" doc 2007-03-09 09:48:16 +00:00
Howard Chu
14fab1cf21 Document the "hidden" keyword. 2007-03-09 09:46:34 +00:00
Howard Chu
ac4a801e4e Uncomment logfile doc - it's been implemented this whole time, and it's
useful on Windows
2007-03-09 09:39:35 +00:00
Howard Chu
94a11462a1 Fixes (mostly from Buchan Milne) to make all generated files relative
to $TESTDIR
2007-03-09 09:34:41 +00:00
Pierangelo Masarati
6a9c44849c check consistency of referrals and result code (ITS#4861) 2007-03-08 17:57:49 +00:00
Pierangelo Masarati
d07f85fc91 fix subtree shortcut (ITS#4856) 2007-03-05 19:39:32 +00:00
Pierangelo Masarati
f88449bcba fix str2anlist handling of undefined objects (ITS#4854) 2007-03-05 16:18:41 +00:00
Kurt Zeilenga
e630a6a428 Rebuild 2007-03-02 20:53:56 +00:00
Kurt Zeilenga
22b8d8b189 Search libs for uuid_generate 2007-03-02 20:44:31 +00:00
Kurt Zeilenga
486a26ac34 Rebuild 2007-03-02 07:38:57 +00:00
Kurt Zeilenga
0a1301bc6b Add support for uuid_generate/uuid_unparse 2007-03-02 07:36:23 +00:00
Pierangelo Masarati
2d54d689f9 a (clearer) remainder... 2007-02-27 11:25:30 +00:00
Pierangelo Masarati
7b869b0f30 a remainder... 2007-02-27 11:24:57 +00:00
Pierangelo Masarati
5d00861860 Solaris doesn't like NULL pointers in printf, which now can occur since IA5string allows the empty string 2007-02-26 23:57:34 +00:00