- Jan 20, 2012
-
-
- Jan 05, 2011
-
-
Kurt Zeilenga authored
-
- Apr 13, 2010
-
-
Kurt Zeilenga authored
-
- Jan 22, 2009
-
-
Kurt Zeilenga authored
-
- Feb 12, 2008
-
-
Kurt Zeilenga authored
-
- Jan 08, 2008
-
-
Kurt Zeilenga authored
-
- Nov 27, 2007
-
-
Quanah Gibson-Mount authored
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added.
-
- Sep 29, 2007
-
-
Pierangelo Masarati authored
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently
-
- Jan 02, 2007
-
-
Kurt Zeilenga authored
-
- Jan 03, 2006
-
-
Kurt Zeilenga authored
-
- Nov 24, 2005
-
-
Pierangelo Masarati authored
-
- Jan 01, 2005
-
-
Kurt Zeilenga authored
-
- Jan 01, 2004
-
-
Kurt Zeilenga authored
-
- Nov 26, 2003
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Jul 31, 2002
-
-
Kurt Zeilenga authored
hence, s/LDAP_OPERATIONS_ERROR/LDAP_OTHER/
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Dec 08, 2001
-
-
Kurt Zeilenga authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- Feb 06, 2000
-
-
Kurt Zeilenga authored
Changes outside of #ifdef include three value filter processing.
-
- Nov 01, 1999
-
-
Howard Chu authored
-
- Sep 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- Sep 03, 1999
-
-
Hallvard Furuseth authored
-
- Sep 02, 1999
-
-
Hallvard Furuseth authored
Also fix debug_printf macro when !LDAP_DEBUG: It did not take arguments.
-
Hallvard Furuseth authored
to build OpenLDAP.
-
- Aug 03, 1999
-
-
Kurt Zeilenga authored
s/exit(0)/exit(EXIT_SUCCESS)/ add <ac/stdlib.h> where needed and other minor header adjustments
-
- Jun 03, 1999
-
-
Kurt Zeilenga authored
-
- Jun 02, 1999
-
-
Kurt Zeilenga authored
-
- Apr 28, 1999
-
-
Kurt Zeilenga authored
identification strings compatible with ident(1) and what(1). Uses $(VERSION) generated from configure.in. rm build/version rm old version .c files
-
- Apr 02, 1999
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Mar 04, 1999
-
-
Hallvard Furuseth authored
-
- Feb 22, 1999
-
-
Hallvard Furuseth authored
These functions require their arguments to be in the range of `unsigned char'.
-
- Dec 20, 1998
-
-
Kurt Zeilenga authored
-
- Nov 16, 1998
-
-
Kurt Zeilenga authored
This could cause problems on odd systems. The generic headers should be extended as needed to include necessary system headers or, if necessary, make explicit declarations. Extended ac/string.h header to look for string.h/strings.h if STDC_HEADERS is not defined. Also provide basic declarations for str*() functions. This could cause problems on odd systems. Extended ac/unistd.h header to define basic declaration for misc functions that might be missing from headers. This includes externs for getenv(), getopt(), mktemp(), tempname(). Protect fax500.h from multiple inclusion. Moved includes of system/generic headers back to source files. Made mail500 helper functions static. Fixed includes of ctype.h, signal.h, etc. to use generics. lutil/tempname.c: was including stdlib.h twice, one should stdio.h. Wrapped <sys/resource.h> with HAVE_SYS_RESOURCE_H. lber/io.c/ber_get_next(): Changed noctets back to signed. Used with BerRead which expects signed int as second arg and returns signed int.
-
- Nov 15, 1998
-
-
Hallvard Furuseth authored
Most function and variable definitions are now preceded by its extern definition, for error checking. Retyped a number of functions, usually to return void. Fixed a number of printf format errors. API changes (in ldap/include): Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h. A number of `extern' declarations are left (some added by protoize), to be cleaned away later. Mostly strdup(), strcasecmp(), mktemp(), optind, optarg, errno.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
- Oct 21, 1998
-
-
Kurt Zeilenga authored
-