- Dec 15, 1998
-
-
Dave Storey authored
-
- Dec 14, 1998
-
-
Kurt Zeilenga authored
-
Dave Storey authored
-
Dave Storey authored
Added Password auto-generation. Added salts for md5 and sha. Rewrote make_salt(). Made ldap-devel conformity changes.
-
Kurt Zeilenga authored
reindentation, and use of spaces instead of tab. Diffs will be reviewed to identify and commit only functional changes as time permits. Note: this is more my fault than Dave's. I should have provided clearer guidance. Live and learn.
-
- Dec 12, 1998
-
-
Dave Storey authored
Added password auto-generation capability. Added Kerberos code. Updated salt generator to be much more random().
-
Dave Storey authored
-
Dave Storey authored
-
Dave Storey authored
-
Dave Storey authored
-
- Dec 06, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 30, 1998
-
-
Kurt Zeilenga authored
-
- Nov 29, 1998
-
-
Kurt Zeilenga authored
default sysconfdir subdirectory is openldap instead of ldap. This removes conflicts with other ldap subsystems. Should be configure option. *.conf files are now preserved. A *.conf.default are always created with the latest conf. *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir) updated man pages to reflect changes.
-
- Nov 25, 1998
-
-
Kurt Zeilenga authored
-
- Nov 23, 1998
-
-
Kurt Zeilenga authored
-
- Nov 22, 1998
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection). Updated autoconf to 1.12 with sed patch (don't use stock 1.12). aclocal.m4 is built using automake's aclocal, v1.3. Updated mkdep to support libtool .lo files. Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T Autoconf now checks to ensure C compiler supports ANSI C prototypes. Updated make files templates.
-
- Nov 20, 1998
-
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Nov 19, 1998
-
-
Hallvard Furuseth authored
-
- Nov 18, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
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.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Nov 12, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
configure checks for getpwuid(), sys/resource.h, and pwd.h Fix !TERMIOS && !SGTTY ifdef in ud/util.c
-
Kurt Zeilenga authored
-
- Nov 11, 1998
-
-
Hallvard Furuseth authored
#include <stdlib.h> to get malloc & co various places, #include <ac/string.h> to get strlen & co in (liblutil/setproctitle.c), declare ch_malloc & co (slurp.h), avl_find_lin (avl.h), Malloc (ud/edit.c). Also changed ch_malloc & co from char* to void* functions.
-
Hallvard Furuseth authored
-