]> git.sur5r.net Git - openldap/log
openldap
25 years agoAdded style.css for php3-tool. I really don't know why it wasn't in the repository...
Predrag "Pele" Balorda [Sat, 28 Nov 1998 11:54:48 +0000 (11:54 +0000)]
Added style.css for php3-tool. I really don't know why it wasn't in the repository before....

25 years agoReplace strdup() with ch_strdup() such that exit() will be called
Kurt Zeilenga [Fri, 27 Nov 1998 20:21:54 +0000 (20:21 +0000)]
Replace strdup() with ch_strdup() such that exit() will be called
if strdup fails.  This is better than not checking, but we should
add orderly shutdown.

25 years agoApply preliminary patch provided by Hallvard.
Kurt Zeilenga [Fri, 27 Nov 1998 20:02:55 +0000 (20:02 +0000)]
Apply preliminary patch provided by Hallvard.
This still needs significant review!

25 years agoUpdates to cache and misc. other fixes on gtk-tool
Predrag "Pele" Balorda [Fri, 27 Nov 1998 02:08:19 +0000 (02:08 +0000)]
Updates to cache and misc. other fixes on gtk-tool

25 years agoRemoval of misc. redundant files for gtk-tool
Predrag "Pele" Balorda [Fri, 27 Nov 1998 01:02:27 +0000 (01:02 +0000)]
Removal of misc. redundant files for gtk-tool

25 years agoMisc. pixmaps for gtk-tool - added
Predrag "Pele" Balorda [Fri, 27 Nov 1998 00:58:11 +0000 (00:58 +0000)]
Misc. pixmaps for gtk-tool - added

25 years agoMisc. fixes and additions to gtk-tool - works and looks nicer now.
Predrag "Pele" Balorda [Fri, 27 Nov 1998 00:56:29 +0000 (00:56 +0000)]
Misc. fixes and additions to gtk-tool - works and looks nicer now.

25 years agoChangeLog file for gtk-tool with the first entry
Predrag "Pele" Balorda [Thu, 26 Nov 1998 13:25:57 +0000 (13:25 +0000)]
ChangeLog file for gtk-tool with the first entry

25 years agoUpdates: command-line parsing of parameters for server, port and baseDN. Started...
Predrag "Pele" Balorda [Thu, 26 Nov 1998 13:23:06 +0000 (13:23 +0000)]
Updates: command-line parsing of parameters for server, port and baseDN. Started ChangeLog, updated TODO and README.

25 years agoA few quick fixes to get it up to speed with latest Gtk-- version and finally make...
Predrag "Pele" Balorda [Thu, 26 Nov 1998 12:21:23 +0000 (12:21 +0000)]
A few quick fixes to get it up to speed with latest Gtk-- version and finally make it work.

25 years agoAdd MajorLDAP to project list.
Kurt Zeilenga [Thu, 26 Nov 1998 04:13:45 +0000 (04:13 +0000)]
Add MajorLDAP to project list.

25 years agoAdd additional projects to todo list:
Kurt Zeilenga [Thu, 26 Nov 1998 04:09:48 +0000 (04:09 +0000)]
Add additional projects to todo list:
mail500 to use filters
Kerberos autoconf support
ISODE autoconf support
contrib autoconf support

25 years agoAdd KRB_LIBS to makefiles.
Kurt Zeilenga [Wed, 25 Nov 1998 23:49:12 +0000 (23:49 +0000)]
Add KRB_LIBS to makefiles.

25 years agoAdd hint files for Solaris and SunOS.
Kurt Zeilenga [Wed, 25 Nov 1998 23:47:14 +0000 (23:47 +0000)]
Add hint files for Solaris and SunOS.

25 years agoAdd a couple minor safety checks.
Kurt Zeilenga [Wed, 25 Nov 1998 23:45:57 +0000 (23:45 +0000)]
Add a couple minor safety checks.

25 years agoFix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc.
Kurt Zeilenga [Wed, 25 Nov 1998 23:35:04 +0000 (23:35 +0000)]
Fix ldap_sigusr2 vs 1 typo for Linux on alpha & sparc.

25 years agoInitial revision
Kurt Zeilenga [Tue, 24 Nov 1998 18:01:09 +0000 (18:01 +0000)]
Initial revision

25 years agostring_expand used hardcoded size instead of bufsiz argument.
Kurt Zeilenga [Tue, 24 Nov 1998 02:29:53 +0000 (02:29 +0000)]
string_expand used hardcoded size instead of bufsiz argument.
pointed out by Jorg Pietschmann <pietsch@swissline.ch>.

25 years agoChanged dn2entry to always returned a modified matched.
Kurt Zeilenga [Mon, 23 Nov 1998 20:08:25 +0000 (20:08 +0000)]
Changed dn2entry to always returned a modified matched.
Modified users of this code to free matched if set.

25 years agoplug newDN memory leak using Will Ballantyne's patch
Kurt Zeilenga [Mon, 23 Nov 1998 19:57:00 +0000 (19:57 +0000)]
plug newDN memory leak using Will Ballantyne's patch

25 years agoAdd crypt() declaration
Hallvard Furuseth [Mon, 23 Nov 1998 08:14:40 +0000 (08:14 +0000)]
Add crypt() declaration

25 years agoShould include <ac/unistd.h> instead of <unistd.h>
Kurt Zeilenga [Mon, 23 Nov 1998 06:04:18 +0000 (06:04 +0000)]
Should include <ac/unistd.h> instead of <unistd.h>

25 years agoNeed to add unistd.h and sys/time.h checks back in now that
Kurt Zeilenga [Mon, 23 Nov 1998 06:02:47 +0000 (06:02 +0000)]
Need to add unistd.h and sys/time.h checks back in now that
now that the mktime check is commented out.

25 years agoPlug memory leaks
Hallvard Furuseth [Mon, 23 Nov 1998 04:35:26 +0000 (04:35 +0000)]
Plug memory leaks

25 years agogcc -Wformat cleanup
Hallvard Furuseth [Mon, 23 Nov 1998 04:33:53 +0000 (04:33 +0000)]
gcc -Wformat cleanup

25 years agoCast memcpy #defined as bcopy to void, to avoid use of unspecified values.
Hallvard Furuseth [Mon, 23 Nov 1998 04:29:01 +0000 (04:29 +0000)]
Cast memcpy #defined as bcopy to void, to avoid use of unspecified values.
Clarify a few comments.

25 years agoRemove mktime/stdtod checks. They are not currently needed.
Kurt Zeilenga [Mon, 23 Nov 1998 03:08:26 +0000 (03:08 +0000)]
Remove mktime/stdtod checks.  They are not currently needed.

25 years agoChange init_w_userconf to not interpet the filename. If it's
Kurt Zeilenga [Mon, 23 Nov 1998 03:03:06 +0000 (03:03 +0000)]
Change init_w_userconf to not interpet the filename.  If it's
give "/foo", then it will check $HOME/foo, $HOME/./foo, then /foo.
This might not be what the installer hand it mind... but then again
may be it is.
w_userconf and w_conf both now use NULL arguments to disable conf loading.

25 years agoUpdate code to use HAVE_STDARG and to properly include <ac/stdarg.h>
Kurt Zeilenga [Mon, 23 Nov 1998 02:41:30 +0000 (02:41 +0000)]
Update code to use HAVE_STDARG and to properly include <ac/stdarg.h>

25 years agoForced commit to update previous log, files were not changed.
Hallvard Furuseth [Mon, 23 Nov 1998 01:51:01 +0000 (01:51 +0000)]
Forced commit to update previous log, files were not changed.

Also modified openldap_ldap_init_w_userconf to not prepend a pathname
to filenames starting with "/" or "./".

25 years agogcc -W cleanup
Hallvard Furuseth [Mon, 23 Nov 1998 01:46:32 +0000 (01:46 +0000)]
gcc -W cleanup

25 years agoPlug memory leak
Hallvard Furuseth [Mon, 23 Nov 1998 01:44:24 +0000 (01:44 +0000)]
Plug memory leak

25 years agoAdd NT related projects.
Kurt Zeilenga [Mon, 23 Nov 1998 00:24:36 +0000 (00:24 +0000)]
Add NT related projects.

25 years agoShould use right define HAVE_NT_THREADS...
Kurt Zeilenga [Mon, 23 Nov 1998 00:17:23 +0000 (00:17 +0000)]
Should use right define HAVE_NT_THREADS...

25 years agoAdd basic NT thread support.
Kurt Zeilenga [Mon, 23 Nov 1998 00:14:12 +0000 (00:14 +0000)]
Add basic NT thread support.

25 years agoRemove lint.
Kurt Zeilenga [Mon, 23 Nov 1998 00:00:48 +0000 (00:00 +0000)]
Remove lint.

25 years agoUpdate portable.h for NT
Kurt Zeilenga [Sun, 22 Nov 1998 23:29:51 +0000 (23:29 +0000)]
Update portable.h for NT

25 years agoAxe the SunOS 5.6 define and use Pthreads.
Kurt Zeilenga [Sun, 22 Nov 1998 23:18:46 +0000 (23:18 +0000)]
Axe the SunOS 5.6 define and use Pthreads.

25 years agoUpdate configure with new yielding select test.
Kurt Zeilenga [Sun, 22 Nov 1998 20:25:52 +0000 (20:25 +0000)]
Update configure with new yielding select test.

25 years agoReplaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT to clarify
Kurt Zeilenga [Sun, 22 Nov 1998 20:08:14 +0000 (20:08 +0000)]
Replaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT to clarify
the exact nature of the functionality being tested.  -DNO_THREADS
does NOT have a yield select, hence the macro is not defined.
The slapd/daemon code has been changed to test both no threads
and yielding select before using a timeout of NULL.

25 years agoUse environment $CC is available, otherwise cc. New makefiles
Kurt Zeilenga [Sun, 22 Nov 1998 19:18:58 +0000 (19:18 +0000)]
Use environment $CC is available, otherwise cc.  New makefiles
actually use -c option.

25 years agoTypo: '#ifdef defined(...)'
Hallvard Furuseth [Sun, 22 Nov 1998 10:26:51 +0000 (10:26 +0000)]
Typo: '#ifdef defined(...)'

25 years agobe& was passed uninitialized to read_config()
Hallvard Furuseth [Sun, 22 Nov 1998 09:33:30 +0000 (09:33 +0000)]
be& was passed uninitialized to read_config()

25 years agogcc -W cleanup: Remove implicit int, remove unused idtest:usage()
Hallvard Furuseth [Sun, 22 Nov 1998 06:43:49 +0000 (06:43 +0000)]
gcc -W cleanup: Remove implicit int, remove unused idtest:usage()

25 years agoInclude ac/ctype.h
Hallvard Furuseth [Sun, 22 Nov 1998 06:41:26 +0000 (06:41 +0000)]
Include ac/ctype.h

25 years ago"make veryclean" now lives up to its name.
Kurt Zeilenga [Sun, 22 Nov 1998 06:24:59 +0000 (06:24 +0000)]
"make veryclean" now lives up to its name.

25 years agoupdate termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS
Kurt Zeilenga [Sun, 22 Nov 1998 05:20:19 +0000 (05:20 +0000)]
update termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_POSIX_TERMIOS

25 years agoDo not use struct winsize or declare chwinsz unless defined(TIOCGWINSZ)
Hallvard Furuseth [Sun, 22 Nov 1998 05:14:41 +0000 (05:14 +0000)]
Do not use struct winsize or declare chwinsz unless defined(TIOCGWINSZ)

25 years ago"handler" should return RETSIGTYPE, not void
Hallvard Furuseth [Sun, 22 Nov 1998 05:10:33 +0000 (05:10 +0000)]
"handler" should return RETSIGTYPE, not void

25 years agoAdd libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
Kurt Zeilenga [Sun, 22 Nov 1998 04:22:28 +0000 (04:22 +0000)]
Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl>
  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.

25 years agoLIBS needs to be redefined to link test programs.
Kurt Zeilenga [Sat, 21 Nov 1998 20:50:35 +0000 (20:50 +0000)]
LIBS needs to be redefined to link test programs.

25 years agoBuild library test programs. Fix compiling issues.
Kurt Zeilenga [Sat, 21 Nov 1998 20:39:24 +0000 (20:39 +0000)]
Build library test programs.  Fix compiling issues.

25 years agoUpdate to my little php3-tool thingy - config file parsing.
Predrag "Pele" Balorda [Sat, 21 Nov 1998 20:33:20 +0000 (20:33 +0000)]
Update to my little php3-tool thingy - config file parsing.

25 years agoAdd hints for FreeBSD
Kurt Zeilenga [Fri, 20 Nov 1998 22:32:31 +0000 (22:32 +0000)]
Add hints for FreeBSD

25 years agoFix manual support. Set MANCOMPRESS to $(CAT) for now.
Kurt Zeilenga [Fri, 20 Nov 1998 19:54:39 +0000 (19:54 +0000)]
Fix manual support.  Set MANCOMPRESS to $(CAT) for now.
Need to extend autoconf to support user setting.

25 years ago$BINDIR should be $bindir
Kurt Zeilenga [Fri, 20 Nov 1998 18:12:31 +0000 (18:12 +0000)]
$BINDIR should be $bindir

25 years agoFix SunOS5 HAVE_THR detection -llwp -> -lthread
Kurt Zeilenga [Fri, 20 Nov 1998 17:52:44 +0000 (17:52 +0000)]
Fix SunOS5 HAVE_THR detection -llwp -> -lthread

25 years agoPass $(CC) to mkdep
Kurt Zeilenga [Fri, 20 Nov 1998 16:22:50 +0000 (16:22 +0000)]
Pass $(CC) to mkdep

25 years agoDon't use perror after ldbm_store() failure; errno is not set then.
Hallvard Furuseth [Fri, 20 Nov 1998 12:15:05 +0000 (12:15 +0000)]
Don't use perror after ldbm_store() failure; errno is not set then.

25 years agoAdd rfc2279 (obsoletes rfc2244)
Hallvard Furuseth [Fri, 20 Nov 1998 11:54:58 +0000 (11:54 +0000)]
Add rfc2279 (obsoletes rfc2244)

25 years agoThe tsleep() versions had different return types
Hallvard Furuseth [Fri, 20 Nov 1998 11:46:59 +0000 (11:46 +0000)]
The tsleep() versions had different return types

25 years agostack.c did not compile, needed ldap_log.h for its debugging statements.
Hallvard Furuseth [Fri, 20 Nov 1998 11:44:19 +0000 (11:44 +0000)]
stack.c did not compile, needed ldap_log.h for its debugging statements.

25 years agoDon't use the `return value' from void free()
Hallvard Furuseth [Fri, 20 Nov 1998 11:40:06 +0000 (11:40 +0000)]
Don't use the `return value' from void free()

25 years agoNeeded stdio.h
Hallvard Furuseth [Fri, 20 Nov 1998 11:38:45 +0000 (11:38 +0000)]
Needed stdio.h

25 years agoAdd strdup.c to project file.
Kurt Zeilenga [Fri, 20 Nov 1998 07:38:09 +0000 (07:38 +0000)]
Add strdup.c to project file.

25 years agoLWP/THR detected failed to set ol_link_threads.
Kurt Zeilenga [Fri, 20 Nov 1998 07:17:18 +0000 (07:17 +0000)]
LWP/THR detected failed to set ol_link_threads.

25 years agoUpdate string.h to unconditional declare forwards for
Kurt Zeilenga [Fri, 20 Nov 1998 07:04:20 +0000 (07:04 +0000)]
Update string.h to unconditional declare forwards for
strdup(), strcasecmp(), strncasecmp().  Should test to see
if these are truely needed.  Hopefully their addition will
not break other platforms.

25 years agoAdd strdup.c from -llutil, renamed to ldap_strdup() and always used.
Kurt Zeilenga [Fri, 20 Nov 1998 07:02:39 +0000 (07:02 +0000)]
Add strdup.c from -llutil, renamed to ldap_strdup() and always used.
This will allow us to substitute malloc() at a later date.

25 years agoUpdate INSTALL/README files with references to new documents.
Kurt Zeilenga [Fri, 20 Nov 1998 03:12:46 +0000 (03:12 +0000)]
Update INSTALL/README files with references to new documents.
Added new developer todo list.

25 years agoAdded some additional guidelines and clarified some existing points.
Kurt Zeilenga [Fri, 20 Nov 1998 01:59:16 +0000 (01:59 +0000)]
Added some additional guidelines and clarified some existing points.

25 years agoGuidelines for developers in doc/devel/, added doc/install for installation info
Hallvard Furuseth [Thu, 19 Nov 1998 20:59:21 +0000 (20:59 +0000)]
Guidelines for developers in doc/devel/, added doc/install for installation info

25 years agoadd ldap_strdup and eliminate strdup in libldap
Hallvard Furuseth [Thu, 19 Nov 1998 06:18:23 +0000 (06:18 +0000)]
add ldap_strdup and eliminate strdup in libldap

25 years agoAdd "avoid extern in .c files".
Hallvard Furuseth [Thu, 19 Nov 1998 04:49:01 +0000 (04:49 +0000)]
Add "avoid extern in .c files".

25 years agoAdded a file with coding rules and hints for OpenLDAP developers.
Hallvard Furuseth [Thu, 19 Nov 1998 04:38:05 +0000 (04:38 +0000)]
Added a file with coding rules and hints for OpenLDAP developers.

25 years agoSupport $LDAPRC to specify fullpath to additional rc file
Kurt Zeilenga [Thu, 19 Nov 1998 03:55:56 +0000 (03:55 +0000)]
Support $LDAPRC to specify fullpath to additional rc file
Don't support ./.ldaprc...  can be spoofed to easily.

25 years agopass struct in_addr.s_addr*, not long*, to gethostbyaddr
Hallvard Furuseth [Thu, 19 Nov 1998 03:02:33 +0000 (03:02 +0000)]
pass struct in_addr.s_addr*, not long*, to gethostbyaddr

25 years agoCheck in default ldap.conf file
Kurt Zeilenga [Thu, 19 Nov 1998 02:10:52 +0000 (02:10 +0000)]
Check in default ldap.conf file

25 years agoUpdate comments associated with SIGUSRx -> LDAP_SIGUSRx change.
Kurt Zeilenga [Thu, 19 Nov 1998 01:18:24 +0000 (01:18 +0000)]
Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.

25 years agodebug messages incorrectly said "add" instead of "remove".
Kurt Zeilenga [Wed, 18 Nov 1998 20:27:21 +0000 (20:27 +0000)]
debug messages incorrectly said "add" instead of "remove".

25 years agofree parent's reader lock. Thanks Gary!
Kurt Zeilenga [Wed, 18 Nov 1998 20:20:54 +0000 (20:20 +0000)]
free parent's reader lock.  Thanks Gary!

25 years agoUpdate configure.
Kurt Zeilenga [Wed, 18 Nov 1998 20:12:31 +0000 (20:12 +0000)]
Update configure.

25 years agowrap include fcntl.h with HAVE_FCNTL_H
Kurt Zeilenga [Wed, 18 Nov 1998 20:11:15 +0000 (20:11 +0000)]
wrap include fcntl.h with HAVE_FCNTL_H

25 years agoRemove lint in UserDirectory found on NT
Kurt Zeilenga [Wed, 18 Nov 1998 20:08:02 +0000 (20:08 +0000)]
Remove lint in UserDirectory found on NT

25 years agoAdd headers to resolve implicit declaration warnings.
Kurt Zeilenga [Wed, 18 Nov 1998 18:11:55 +0000 (18:11 +0000)]
Add headers to resolve implicit declaration warnings.

25 years agoUpdate LinuxThread signal handling. Hide #ifdef hell in ac/signal.h.
Kurt Zeilenga [Wed, 18 Nov 1998 17:45:32 +0000 (17:45 +0000)]
Update LinuxThread signal handling.  Hide #ifdef hell in ac/signal.h.

25 years agoOBJS: passwd.c -> passwd.o (I thought I already fixed this once)
Kurt Zeilenga [Wed, 18 Nov 1998 16:15:10 +0000 (16:15 +0000)]
OBJS:  passwd.c -> passwd.o  (I thought I already fixed this once)

25 years agoProtect strdup/memcmp from macro subsitution. Let compiler pick registers.
Kurt Zeilenga [Wed, 18 Nov 1998 16:13:51 +0000 (16:13 +0000)]
Protect strdup/memcmp from macro subsitution.  Let compiler pick registers.

25 years agoNeed to add SIZEOF defines.
Kurt Zeilenga [Wed, 18 Nov 1998 06:10:11 +0000 (06:10 +0000)]
Need to add SIZEOF defines.

25 years agoFix multiple define protection.
Kurt Zeilenga [Wed, 18 Nov 1998 05:11:12 +0000 (05:11 +0000)]
Fix multiple define protection.

25 years agoShouldn't have removed uint32's multiple defined protection...
Kurt Zeilenga [Wed, 18 Nov 1998 05:09:05 +0000 (05:09 +0000)]
Shouldn't have removed uint32's multiple defined protection...

25 years agoAdd missing check for crypt.h
Kurt Zeilenga [Wed, 18 Nov 1998 04:48:16 +0000 (04:48 +0000)]
Add missing check for crypt.h
Sync portable.h.nt with portable.h.in

25 years agoMove byte orderring stuff to ac/bytes.h
Kurt Zeilenga [Tue, 17 Nov 1998 22:49:47 +0000 (22:49 +0000)]
Move byte orderring stuff to ac/bytes.h

25 years agoAdd sizeof checks to configure.in.
Kurt Zeilenga [Tue, 17 Nov 1998 22:49:15 +0000 (22:49 +0000)]
Add sizeof checks to configure.in.
Add ac/bytes.h to provided sized types.
Use new sized type in md5/sha1 header through simple typedef.
Should substitute old type for new everywhere.

25 years agoAdd AC_C_BIGENDIAN check for <ac/socket.h>. Code should be rewritten
Kurt Zeilenga [Tue, 17 Nov 1998 19:44:59 +0000 (19:44 +0000)]
Add AC_C_BIGENDIAN check for <ac/socket.h>.  Code should be rewritten
not to require knowledge of byte order such that this check can be removed.

25 years agoNT doesn't have fork. Need to define HAVE_SPAWNLP
Kurt Zeilenga [Tue, 17 Nov 1998 19:14:11 +0000 (19:14 +0000)]
NT doesn't have fork.   Need to define HAVE_SPAWNLP

25 years agoRemove recently added externs. Some may not actually be bogus.
Kurt Zeilenga [Tue, 17 Nov 1998 19:08:29 +0000 (19:08 +0000)]
Remove recently added externs.  Some may not actually be bogus.

25 years agoUpdate handling of string headers.
Kurt Zeilenga [Tue, 17 Nov 1998 19:05:48 +0000 (19:05 +0000)]
Update handling of string headers.
Update NT port.

25 years agoBack out probable fix to strange alignment code
Hallvard Furuseth [Tue, 17 Nov 1998 17:44:50 +0000 (17:44 +0000)]
Back out probable fix to strange alignment code

25 years agoBack out K&Rification change; would only be needed in ldap.h and lber.h.
Hallvard Furuseth [Tue, 17 Nov 1998 04:07:31 +0000 (04:07 +0000)]
Back out K&Rification change; would only be needed in ldap.h and lber.h.

25 years agoKill off #elif in ldap/include/. K&R does not support it.
Hallvard Furuseth [Tue, 17 Nov 1998 01:25:45 +0000 (01:25 +0000)]
Kill off #elif in ldap/include/.  K&R does not support it.