- Jan 01, 2005
-
-
Kurt Zeilenga authored
-
- Nov 15, 2004
-
-
Pierangelo Masarati authored
-
- Nov 13, 2004
-
-
Pierangelo Masarati authored
-
- Nov 11, 2004
-
-
Pierangelo Masarati authored
-
- Sep 26, 2004
-
-
Pierangelo Masarati authored
-
- Jun 12, 2004
-
-
Pierangelo Masarati authored
-
- Apr 08, 2004
-
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 07, 2004
-
-
Kurt Zeilenga authored
-
- Mar 17, 2004
-
-
Pierangelo Masarati authored
-
- Mar 08, 2004
-
-
Pierangelo Masarati authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Dec 07, 2003
-
-
Howard Chu authored
-
- Nov 27, 2003
-
-
Kurt Zeilenga authored
-
- Nov 26, 2003
-
-
Kurt Zeilenga authored
-
- Jun 12, 2003
-
-
Howard Chu authored
-
- May 25, 2003
-
-
Kurt Zeilenga authored
-
- May 14, 2003
-
-
Howard Chu authored
-
- Apr 29, 2003
-
-
Kurt Zeilenga authored
replace calls to dnNormalize2 with calls to dnNormalize
-
- Apr 11, 2003
-
-
Howard Chu authored
-
- Apr 01, 2003
-
-
Howard Chu authored
-
- Mar 30, 2003
-
-
Howard Chu authored
consolidated into the Operation structure. All reply parameters are consolidated into the new SlapReply structure. Most operations now have identical call signatures... Changes are not #ifdef'd, revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
-
- Mar 26, 2003
-
-
Howard Chu authored
Replaced with bi_entry_get_rw. Implemented for back-bdb, back-ldbm, back-ldap.
-
- Feb 26, 2003
-
-
Pierangelo Masarati authored
-
- Aug 26, 2002
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jul 31, 2002
-
-
Kurt Zeilenga authored
hence, s/LDAP_OPERATIONS_ERROR/LDAP_OTHER/
-
- Jun 21, 2002
-
-
Howard Chu authored
-
- May 22, 2002
-
-
Kurt Zeilenga authored
-
- May 15, 2002
-
-
Kurt Zeilenga authored
-
- May 09, 2002
-
-
Kurt Zeilenga authored
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ back-passwd uses getpwent() and setpwfile(), which use static data. It needs a mutex to make sure these operations can complete without interference from another back-passwd call. Here is a patch. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
-
- May 01, 2002
-
-
Howard Chu authored
-
- Apr 15, 2002
-
-
Kurt Zeilenga authored
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ Here are fixes for more places where the argument to ctype.h functions should be in the range of `unsigned char'. Explanation of the last patch (to schema_init.c:bvcasechr()): TOLOWER() and TOUPPER() return values in the range of `unsigned char', but bvcasechr() then compares those values with a plain `char'. So I convert the return values from TOLOWER()/TOUPPER() to `char' first. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
-
- Apr 11, 2002
-
-
Howard Chu authored
-
- Feb 13, 2002
-
-
Pierangelo Masarati authored
-
- Jan 26, 2002
-
-
Howard Chu authored
-
- Jan 09, 2002
-
-
Kurt Zeilenga authored
-
- Jan 02, 2002
-
-
Howard Chu authored
-
- Jan 01, 2002
-
-
Howard Chu authored
-
Howard Chu authored
-