Kurt Zeilenga
4ace645df8
Happy new year!
2005-01-20 18:00:27 +00:00
Howard Chu
509990a95b
Import ITS#3421 fix from HEAD - replog locking consistency
2005-01-12 03:17:21 +00:00
Howard Chu
67fe69c3c7
Import NT compatibility fix from HEAD
2004-12-16 15:47:16 +00:00
Kurt Zeilenga
691b3de9d5
error message fixes from HEAD
2004-08-30 02:59:59 +00:00
Kurt Zeilenga
333595f241
Add replication interval support
2004-03-25 23:57:55 +00:00
Kurt Zeilenga
64d4d734e1
WinNT path fixes from Howard
2004-03-19 18:13:35 +00:00
Kurt Zeilenga
cc31e242cd
Happy new year
2004-01-01 19:16:16 +00:00
Kurt Zeilenga
73af07e062
(Partial) Sync with HEAD
2003-12-29 19:10:37 +00:00
Kurt Zeilenga
29f2fd4d20
Remove broken MSVC build from REL_ENG branch.
2003-12-17 21:57:14 +00:00
Kurt Zeilenga
7570f0cc0a
Sync with HEAD
2003-12-15 23:05:08 +00:00
Kurt Zeilenga
593ce2def4
Sync with HEAD
2003-12-01 01:56:52 +00:00
Kurt Zeilenga
c350b558d7
First rounded of changes in prep for 2.2.beta3
2003-11-30 23:20:22 +00:00
Kurt Zeilenga
1aab846b60
Sync with HEAD
2003-10-13 03:56:57 +00:00
Kurt Zeilenga
5766ca91e0
Merge in latest changes from HEAD
2003-10-06 16:57:28 +00:00
Kurt Zeilenga
4fce207ca5
Changes from HEAD for beta
2003-09-18 17:43:21 +00:00
Kurt Zeilenga
54d01d8946
Add missing externs based upon jfrederic.clere@fujitsu-siemens.com
...
suggestion in ITS#2559.
2003-05-30 20:04:59 +00:00
Hallvard Furuseth
d426e40e57
Remove excess `0' arguments to fprintf.
2003-05-15 11:47:42 +00:00
Hallvard Furuseth
3821d837a1
#include <ac/unistd.h> to get write()
2003-05-15 11:45:57 +00:00
Pierangelo Masarati
9a39dcb7d4
add slurpd pid/args files
2003-04-15 21:56:21 +00:00
Howard Chu
103f70c3bf
ITS#2423 free SASL prompts
2003-04-06 01:03:43 +00:00
Howard Chu
684cf03d55
Tweak version.c dependencies
2003-03-28 18:42:12 +00:00
Howard Chu
3c0b0d507a
ITS#2363 - use wake_sds ala slapd/daemon.c for signal management
2003-03-24 14:57:10 +00:00
Howard Chu
dd02409dd3
Clean up SIGBREAK / NT
2003-03-24 07:49:59 +00:00
Howard Chu
f23c71c03c
ITS#2385 fix typo in comment terminator
2003-03-18 17:52:48 +00:00
Howard Chu
6694db8fd4
ITS#2253 - when StartTLS fails, slapd closes the connection so slurpd
...
must unbind and re-initialize the LDAP session.
2003-03-12 04:38:12 +00:00
Howard Chu
3cbcf01cfd
Added NT service support
2003-03-03 11:47:16 +00:00
Howard Chu
d3fafb16b2
Fix ITS#2319, use "," comma to delimit port number in rej filename
...
on Windows instead of ":" colon.
2003-02-22 01:14:24 +00:00
Howard Chu
9c701c8861
Fix ITS#2320, check for NULL re->re_replicas
2003-02-21 02:14:46 +00:00
Kurt Zeilenga
b5594b2750
Return the Start TLS error.
2003-01-20 22:37:42 +00:00
Kurt Zeilenga
6939c53170
Happy new year
2003-01-03 20:20:47 +00:00
Hallvard Furuseth
416aeb9347
Never let ldif_parse_line() return a NULL value with success.
2002-12-02 22:46:07 +00:00
Kurt Zeilenga
b4e1ea15f3
benign buffer overflow fix (ITS#1964)
2002-09-25 04:34:33 +00:00
Kurt Zeilenga
f0364e25d1
Fix sizeof [r]buf typo
2002-09-16 21:35:33 +00:00
Kurt Zeilenga
f1047b704e
ITS#2010: use snprintf instead of strcpy to prevent buffer overflow
2002-08-06 19:31:00 +00:00
Kurt Zeilenga
64791571aa
Prevent overflow in .rej creation (ITS#2007)
2002-08-05 19:44:24 +00:00
Kurt Zeilenga
c673b651e8
Set O_EXCL (ITS#2009)
2002-08-05 19:43:01 +00:00
Kurt Zeilenga
e53214b26f
ITS#1965: use snprintf
2002-07-27 07:39:50 +00:00
Howard Chu
d6ae1d95de
Include <sys/stat.h> for mkdir prototype
2002-07-26 13:24:37 +00:00
Julius Enarusai
6107ba67d2
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
2002-07-11 20:33:24 +00:00
Kurt Zeilenga
3d90fcda3a
authcId might be NULL
2002-06-22 21:27:38 +00:00
Howard Chu
4ac8a54b56
Builds on both Unix and NT now.
2002-05-16 11:00:37 +00:00
Howard Chu
3d491808a8
Fixes for MingW: (passes test007, with LDAP_DIRSEP tweaks in slapd.conf)
...
must include <ac/stdlib.h> to get MAX_PATH defined.
use LDAP_DIRSEP instead of '/' in paths
define truncate/ftruncate macros, etc.
2002-05-16 10:51:45 +00:00
Pierangelo Masarati
2ca323d2b5
Fixes ITS#1786: dynamically growing number of tokens in config line
...
for both slapd and slurpd
Copyright 2002, John Morrissey (jwm at horde dot net), All rights reserved.
This is free software; you can redistribute and use it under the same terms
as OpenLDAP itself.
Applied with changes
2002-05-02 08:48:14 +00:00
Julius Enarusai
ed8f299245
ITS#1730: Misc typos in NEW_LOGGING code from Hallvard
2002-04-25 22:12:44 +00:00
Pierangelo Masarati
d2ee0b1758
fix off-by-one bug; use s/sprintf/snprintf/
2002-04-25 19:23:37 +00:00
Julius Enarusai
4ab3ce1651
Added LDAP_LOG Messages
2002-04-16 19:23:49 +00:00
Julius Enarusai
15fffedad7
Added LDAP_LOG Messages
2002-04-15 20:40:15 +00:00
Julius Enarusai
a1b4f71443
Added LDAP_LOG Messages
2002-04-15 20:28:16 +00:00
Julius Enarusai
7d162b6806
Added LDAP_LOG Messages
2002-04-15 20:18:47 +00:00
Julius Enarusai
714ec82ca0
Added LDAP_LOG Messages
2002-04-15 20:05:06 +00:00