]> git.sur5r.net Git - openldap/log
openldap
25 years agoMan page updates from David E. Storey <dave@tamos.net>
Kurt Zeilenga [Sun, 6 Dec 1998 04:09:55 +0000 (04:09 +0000)]
Man page updates from David E. Storey <dave@tamos.net>

25 years agoAdd ldappasswd program contributed by David E. Storey <dave@tamos.net>
Kurt Zeilenga [Sun, 6 Dec 1998 03:44:28 +0000 (03:44 +0000)]
Add ldappasswd program contributed by David E. Storey <dave@tamos.net>

25 years agoprintf("\tby") belongs on stderr.
Kurt Zeilenga [Fri, 4 Dec 1998 19:29:17 +0000 (19:29 +0000)]
printf("\tby") belongs on stderr.

25 years agoAdd checks for gethostby{name,addr}_r. Only should be used if
Kurt Zeilenga [Fri, 4 Dec 1998 04:21:19 +0000 (04:21 +0000)]
Add checks for gethostby{name,addr}_r.  Only should be used if
linking with $LTHREAD_LIBS.

25 years agoAdd checks for reentrant functions when LTHREAD_LIBS is used.
Kurt Zeilenga [Fri, 4 Dec 1998 02:31:41 +0000 (02:31 +0000)]
Add checks for reentrant functions when LTHREAD_LIBS is used.
Don't use new HAVE_FUNC_R on the client side (apps or libs).

25 years agoUpdate supported platforms in preparation for OpenLDAP 1.1 release.
Kurt Zeilenga [Fri, 4 Dec 1998 02:29:28 +0000 (02:29 +0000)]
Update supported platforms in preparation for OpenLDAP 1.1 release.
Wil need to be updated based upon BETA test results before release.

25 years agoUpdate libtool for FreeBSD elf support.
Kurt Zeilenga [Fri, 4 Dec 1998 02:27:58 +0000 (02:27 +0000)]
Update libtool for FreeBSD elf support.

25 years agoPlug a leak reported by Jorg Pietschmann <pietsch@swissline.ch>
Kurt Zeilenga [Fri, 4 Dec 1998 02:20:39 +0000 (02:20 +0000)]
Plug a leak reported by Jorg Pietschmann <pietsch@swissline.ch>
Still leaks ber_scanf results here and there...

25 years agotestavl wasn't being linked.
Kurt Zeilenga [Fri, 4 Dec 1998 02:17:57 +0000 (02:17 +0000)]
testavl wasn't being linked.

25 years agogtk-tool: new icon for objectclass=alias
Predrag "Pele" Balorda [Fri, 4 Dec 1998 01:12:51 +0000 (01:12 +0000)]
gtk-tool: new icon for objectclass=alias

25 years agogtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhance...
Predrag "Pele" Balorda [Fri, 4 Dec 1998 01:11:12 +0000 (01:11 +0000)]
gtk-tool updates, multiple server support, smarter traversal, ldap_get_option enhancements, code cleanups

25 years agoUpdate announcement in preparation of OpenLDAP 1.1 release.
Kurt Zeilenga [Fri, 4 Dec 1998 00:38:00 +0000 (00:38 +0000)]
Update announcement in preparation of OpenLDAP 1.1 release.

25 years agoAdd note reminding folks to remove config.cache after changing
Kurt Zeilenga [Thu, 3 Dec 1998 18:38:35 +0000 (18:38 +0000)]
Add note reminding folks to remove config.cache after changing
environmental variables.

25 years agoUpdate posix thread version check to match against strings more likely
Kurt Zeilenga [Thu, 3 Dec 1998 17:15:58 +0000 (17:15 +0000)]
Update posix thread version check to match against strings more likely
to be unique.

25 years agoChange the default installation to use a domain component (dc) style base dn.
Kurt Zeilenga [Thu, 3 Dec 1998 04:52:46 +0000 (04:52 +0000)]
Change the default installation to use a domain component (dc) style base dn.

25 years agoFix --with-threads=yes.
Kurt Zeilenga [Wed, 2 Dec 1998 19:31:48 +0000 (19:31 +0000)]
Fix --with-threads=yes.

25 years agominor update to README for gtk-tool
Predrag "Pele" Balorda [Wed, 2 Dec 1998 15:29:45 +0000 (15:29 +0000)]
minor update to README for gtk-tool

25 years agoupdates of README and TODO in gtk-tool
Predrag "Pele" Balorda [Wed, 2 Dec 1998 15:24:54 +0000 (15:24 +0000)]
updates of README and TODO in gtk-tool

25 years agovarious updates and fixes for gtk-tool
Predrag "Pele" Balorda [Wed, 2 Dec 1998 15:18:47 +0000 (15:18 +0000)]
various updates and fixes for gtk-tool

25 years agoNew classes for gtk-tool
Predrag "Pele" Balorda [Wed, 2 Dec 1998 15:15:49 +0000 (15:15 +0000)]
New classes for gtk-tool

25 years agoMinor updates to various docs with 1.1 release information.
Kurt Zeilenga [Wed, 2 Dec 1998 02:25:44 +0000 (02:25 +0000)]
Minor updates to various docs with 1.1 release information.

25 years agoCommit preliminary fix for ldap.conf base usage.
Kurt Zeilenga [Tue, 1 Dec 1998 20:08:39 +0000 (20:08 +0000)]
Commit preliminary fix for ldap.conf base usage.

25 years agoSkip NDBM check when in auto detecting LDBM api.
Kurt Zeilenga [Tue, 1 Dec 1998 18:33:31 +0000 (18:33 +0000)]
Skip NDBM check when in auto detecting LDBM api.

25 years agoUpdate Announcement with 1.1-Beta info
Kurt Zeilenga [Tue, 1 Dec 1998 04:02:07 +0000 (04:02 +0000)]
Update Announcement with 1.1-Beta info

25 years agoUpdate slapd to use lutil_passwd() for both user and root passwords.
Kurt Zeilenga [Tue, 1 Dec 1998 03:36:37 +0000 (03:36 +0000)]
Update slapd to use lutil_passwd() for both user and root passwords.
Remove MD5 and SHA1 options (both are now always on).  Rename
functions to be lutil_ instead of ldap_.
Create --enable-cleartext option.  Default is currently 'on'.

25 years agoUpdate hints.
Kurt Zeilenga [Tue, 1 Dec 1998 00:57:42 +0000 (00:57 +0000)]
Update hints.

25 years agoRemove lint from pthread TRY_RUN checks.
Kurt Zeilenga [Tue, 1 Dec 1998 00:07:04 +0000 (00:07 +0000)]
Remove lint from pthread TRY_RUN checks.

25 years agoAdd ldif2ldbm bugfix from Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
Kurt Zeilenga [Mon, 30 Nov 1998 22:26:11 +0000 (22:26 +0000)]
Add ldif2ldbm bugfix from Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>

25 years agoUpdate README to 1.1 Beta and make quick install quicker.
Kurt Zeilenga [Mon, 30 Nov 1998 20:45:49 +0000 (20:45 +0000)]
Update README to 1.1 Beta and make quick install quicker.

25 years agoSkip replication test if slurpd doesn't exist.
Kurt Zeilenga [Mon, 30 Nov 1998 20:41:52 +0000 (20:41 +0000)]
Skip replication test if slurpd doesn't exist.
Update Install document with testing step and other minor changes.

25 years agoAdd varients of REENTRANT...
Kurt Zeilenga [Mon, 30 Nov 1998 20:40:42 +0000 (20:40 +0000)]
Add varients of REENTRANT...

25 years agoWe shouldn't detach a thread that we want to join with...
Kurt Zeilenga [Mon, 30 Nov 1998 20:37:48 +0000 (20:37 +0000)]
We shouldn't detach a thread that we want to join with...

25 years agoUpdate hints section with pointer to doc/install/hints.
Kurt Zeilenga [Mon, 30 Nov 1998 19:46:30 +0000 (19:46 +0000)]
Update hints section with pointer to doc/install/hints.

25 years agoEven more LDAP_PORT depends.
Kurt Zeilenga [Mon, 30 Nov 1998 04:06:59 +0000 (04:06 +0000)]
Even more LDAP_PORT depends.

25 years agoMore LDAP_PORT depends.
Kurt Zeilenga [Mon, 30 Nov 1998 04:04:00 +0000 (04:04 +0000)]
More LDAP_PORT depends.

25 years agoRemove LDAP_PORT dependencies so that ldap.conf defaults take over.
Kurt Zeilenga [Mon, 30 Nov 1998 03:55:49 +0000 (03:55 +0000)]
Remove LDAP_PORT dependencies so that ldap.conf defaults take over.

25 years agoAdd pthread_create consistency check.
Kurt Zeilenga [Mon, 30 Nov 1998 01:58:54 +0000 (01:58 +0000)]
Add pthread_create consistency check.

25 years agoupdates to gtk-tool, new functionality, uses config cn
Predrag "Pele" Balorda [Mon, 30 Nov 1998 00:01:14 +0000 (00:01 +0000)]
updates to gtk-tool, new functionality, uses config cn

25 years agoadditional pixmaps for gtk-tool
Predrag "Pele" Balorda [Mon, 30 Nov 1998 00:00:21 +0000 (00:00 +0000)]
additional pixmaps for gtk-tool

25 years agonew class files for gtk-tool
Predrag "Pele" Balorda [Sun, 29 Nov 1998 23:56:22 +0000 (23:56 +0000)]
new class files for gtk-tool

25 years agoSubsitute ldap_subdir after processing argument.
Kurt Zeilenga [Sun, 29 Nov 1998 23:50:01 +0000 (23:50 +0000)]
Subsitute ldap_subdir after processing argument.

25 years agoAdd ldap.conf man page.
Kurt Zeilenga [Sun, 29 Nov 1998 20:58:40 +0000 (20:58 +0000)]
Add ldap.conf man page.

25 years agoAdd --with-subdir to allow user specification of install subdirectory
Kurt Zeilenga [Sun, 29 Nov 1998 20:03:57 +0000 (20:03 +0000)]
Add --with-subdir to allow user specification of install subdirectory
to be used.  --without-subdir can be used to specify no subdirectory.

25 years agoUpdate build environment:
Kurt Zeilenga [Sun, 29 Nov 1998 19:48:28 +0000 (19:48 +0000)]
Update build environment:
  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.

25 years agoNeeds to add symlink for static version of library.
Kurt Zeilenga [Sun, 29 Nov 1998 17:36:58 +0000 (17:36 +0000)]
Needs to add symlink for static version of library.

25 years agogtk-tool icons, added
Predrag "Pele" Balorda [Sat, 28 Nov 1998 20:48:11 +0000 (20:48 +0000)]
gtk-tool icons, added

25 years agogtk-tool updates
Predrag "Pele" Balorda [Sat, 28 Nov 1998 20:25:09 +0000 (20:25 +0000)]
gtk-tool updates

25 years agoRemoved stale files from gtk-tool
Predrag "Pele" Balorda [Sat, 28 Nov 1998 18:10:50 +0000 (18:10 +0000)]
Removed stale files from gtk-tool

25 years agoAdded php3tool.conf. The beginnings of a great era...
Predrag "Pele" Balorda [Sat, 28 Nov 1998 11:59:08 +0000 (11:59 +0000)]
Added php3tool.conf. The beginnings of a great era...

25 years agoUpdated some stuff on php3-tool
Predrag "Pele" Balorda [Sat, 28 Nov 1998 11:57:38 +0000 (11:57 +0000)]
Updated some stuff on php3-tool

25 years agoAdded include/preferences.inc to php3-tool. Aploligies for forgetting to add it before.
Predrag "Pele" Balorda [Sat, 28 Nov 1998 11:57:02 +0000 (11:57 +0000)]
Added include/preferences.inc to php3-tool. Aploligies for forgetting to add it before.

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