Commit Graph

18716 Commits

Author SHA1 Message Date
Pierangelo Masarati
716eaf0e8b update entryCSN (and operational attrs in general) when changing memberOf (ITS#6329) 2009-10-14 20:35:42 +00:00
Howard Chu
f6d95ed91c Note that pwdAccountLockedTime depends on pwdLockout 2009-10-08 23:52:34 +00:00
Pierangelo Masarati
5118f06b13 plug leak/logical error (ITS#6326) 2009-10-07 22:46:35 +00:00
Pierangelo Masarati
8bdf89ac6a make sure members are not used uninitialized 2009-10-07 22:44:14 +00:00
Pierangelo Masarati
bd1f6deed7 more about ITS#6324 2009-10-07 20:01:19 +00:00
Gavin Henry
6f2a0ac2e4 ITS#5366 ldap_get_dn man page errors 2009-10-07 13:15:51 +00:00
Pierangelo Masarati
16d3ad01c0 don't "overflow" debug levels (ITS#6324) 2009-10-06 22:03:15 +00:00
Howard Chu
3fd074155f Move loginStatus to ldapns.schema 2009-10-03 21:37:55 +00:00
Howard Chu
6db4295f43 ITS#6323 libtool rpath 2009-10-02 23:12:05 +00:00
Ralf Haferkamp
8fcdc29405 In case of certificate verification failures include failure reason
into the error message (openssl only)
2009-09-30 16:25:23 +00:00
Howard Chu
efbc1dc746 ITS#6311 regenerate 2009-09-29 23:59:01 +00:00
Howard Chu
dfbc114bfe ITS#6311 fix --enable-deref 2009-09-29 23:53:43 +00:00
Hallvard Furuseth
e6fc72d3c6 ITS#6303: fix broken variant of the struct hack 2009-09-29 22:45:34 +00:00
Ralf Haferkamp
42b870f9bb print diagnostic messages when sasl_interactive_bind or start_tls_s failed 2009-09-29 17:19:28 +00:00
Howard Chu
e2dd639931 Fix authz return code checking 2009-09-29 08:30:21 +00:00
Howard Chu
992a20ee0a Fix pam_authz result code 2009-09-29 08:13:25 +00:00
Howard Chu
3f9151b79e Fix usage flags for normalizing 2009-09-29 08:11:52 +00:00
Howard Chu
cea7592d3d Fix prev commit 2009-09-29 07:42:12 +00:00
Howard Chu
533e9b7401 ITS#6258 add -n option to slaptest 2009-09-29 07:39:50 +00:00
Howard Chu
66570ad5f1 ITS#6258 add '-n' option to slaptest 2009-09-29 07:33:01 +00:00
Howard Chu
e0cad0e988 ITS#6308 lock leak: must release entry using same op that acquired it 2009-09-29 06:21:32 +00:00
Howard Chu
8817fb4c45 ITS#6284 Provide default path for $(LIBTOOL) 2009-09-29 03:15:39 +00:00
Howard Chu
2e601e8291 ITS#6288 don't deref sort control if it wasn't set 2009-09-29 03:10:03 +00:00
Howard Chu
1a9a438c23 ITS#6140 delete obsolete schema 2009-09-29 02:34:28 +00:00
Howard Chu
2d2fca51d2 ITS#6242 need managedsait to replace glue entries with their real values 2009-09-27 22:42:04 +00:00
Howard Chu
e0431681ad On OpenSSL 0.9.8 and newer, use RSA_generate_key_ex since
RSA_generate_key is deprecated
2009-09-25 23:31:24 +00:00
Ralf Haferkamp
ad93ab595c Throw an exception when reading an unexpected LDIF record type 2009-09-25 15:08:37 +00:00
Howard Chu
e6102ec99e Fix: use attr_valfind, not value_find_ex 2009-09-18 02:39:35 +00:00
Pierangelo Masarati
1815ad4cb6 register authz cookie (ITS#6296) 2009-09-17 21:16:04 +00:00
Rein Tollevik
296826b1f0 ITS#6297 Allow hex in serverID directive 2009-09-17 15:06:22 +00:00
Howard Chu
76cc2f14b6 Fix: minuid/maxuid test used wrong attribute 2009-09-17 09:33:08 +00:00
Howard Chu
ed3260c2d6 ITS#6291 properly terminate responses with NSLCD_RESULT_END 2009-09-15 00:59:57 +00:00
Pierangelo Masarati
4b4db7b529 keep compatibility with slapd's gmtime_mutex (ITS#6262) 2009-09-08 23:21:21 +00:00
Rein Tollevik
b3ef15321b ITS#6287 Rewritten the ACL state cache 2009-09-08 21:06:15 +00:00
Pierangelo Masarati
91ed170c29 don't open if no configuration is present (ITS#6279) 2009-09-08 08:15:08 +00:00
Pierangelo Masarati
393612b8e1 by now, make sure no timeout is used (ITS#6282) 2009-09-08 07:56:43 +00:00
Pierangelo Masarati
08b43a89f6 check for timeout allowed by options (ITS#6282) 2009-09-08 07:55:57 +00:00
Pierangelo Masarati
07b7491249 fix LDIF comment when modifying (ITS#6286) 2009-09-08 04:40:24 +00:00
Pierangelo Masarati
7608e06a53 warn if entryUUID,entryCSN are missing and the database is shadow (ITS#6281) 2009-09-08 04:11:05 +00:00
Howard Chu
3c22770aca Also install ldapns.schema 2009-09-01 02:28:10 +00:00
Howard Chu
f99f2e5fdb Minor tweaks 2009-09-01 02:24:00 +00:00
Quanah Gibson-Mount
8df3b043ba Portability fixes. Now has a clean and install target. 2009-09-01 02:05:19 +00:00
Quanah Gibson-Mount
f6ba3b246a Portability fixes 2009-09-01 01:45:20 +00:00
Howard Chu
fffb1fab4e Include "lutil.h" - fixes warnings in RE24 2009-09-01 00:35:22 +00:00
Howard Chu
d0a410b212 Tweak MozNSS include path 2009-08-29 03:56:25 +00:00
Howard Chu
2ba0e44ad1 ITS#6278 PEM support for MozNSS from rmeggins@redhat.com, with header cleanups 2009-08-29 03:41:53 +00:00
Howard Chu
b0fdc08e06 ITS#6276 wake up blocked writers if we're pausing 2009-08-28 23:00:46 +00:00
Howard Chu
7190a68f28 spell out CTX -> context 2009-08-26 23:21:13 +00:00
Howard Chu
702f5967f2 More tls tweaks 2009-08-26 23:17:43 +00:00
Howard Chu
ff9693a15d Explanation and warnings about OPT_X_TLS_CTX and OPT_X_TLS_SSL_CTX. 2009-08-26 23:12:47 +00:00