Changelog for
openldap-servers-2.0.11-13.i386.rpm :
Wed Aug 22 00:00:00 2001 Nalin Dahyabhai
- install saucer correctly
Fri Aug 17 00:00:00 2001 Nalin Dahyabhai
- try to fix ldap_set_options not being able to set global options related
to TLS correctly
Fri Aug 10 00:00:00 2001 Nalin Dahyabhai
- don\'t attempt to create a cert at install-time, it\'s usually going
to get the wrong CN (#51352)
Tue Aug 7 00:00:00 2001 Nalin Dahyabhai
- add a build-time requirement on pam-devel
- add a build-time requirement on a sufficiently-new libtool to link
shared libraries to other shared libraries
Sat Aug 4 00:00:00 2001 Nalin Dahyabhai
- require cyrus-sasl-md5 (support for DIGEST-MD5 is required for RFC
compliance) by name (follows from #43079)
Sat Jul 21 00:00:00 2001 Nalin Dahyabhai
- enable passwd back-end (noted by Alan Sparks and Sergio Kessler)
Thu Jul 19 00:00:00 2001 Nalin Dahyabhai
- start to prep for errata release
Sat Jul 7 00:00:00 2001 Nalin Dahyabhai
- link libldap with liblber
Thu Jul 5 00:00:00 2001 Than Ngo 2.0.11-6
- add symlink liblber.so libldap.so and libldap_r.so in /usr/lib
Wed Jul 4 00:00:00 2001 Nalin Dahyabhai
- move shared libraries to /lib
- redo init script for better internationalization (#26154)
- don\'t use ldaprc files in the current directory (#38402) (patch from
hpsAATTintermeta.de)
- add BuildPrereq on tcp wrappers since we configure with
--enable-wrappers (#43707)
- don\'t overflow debug buffer in mail500 (#41751)
- don\'t call krb5_free_creds instead of krb5_free_cred_contents any
more (#43159)
Tue Jul 3 00:00:00 2001 Nalin Dahyabhai
- make config files noreplace (#42831)
Wed Jun 27 00:00:00 2001 Nalin Dahyabhai
- actually change the default config to use the dummy cert
- update to MigrationTools 38
Tue Jun 26 00:00:00 2001 Nalin Dahyabhai
- build dummy certificate in %post, use it in default config
- configure-time shenanigans to help a confused configure script
Thu Jun 21 00:00:00 2001 Nalin Dahyabhai
- tweak migrate_automount and friends so that they can be run from anywhere
Fri May 25 00:00:00 2001 Nalin Dahyabhai
- update to 2.0.11
Thu May 24 00:00:00 2001 Nalin Dahyabhai
- update to 2.0.10
Tue May 22 00:00:00 2001 Nalin Dahyabhai
- update to 2.0.9
Wed May 16 00:00:00 2001 Nalin Dahyabhai
- update to 2.0.8
- drop patch which came from upstream
Fri Mar 2 23:00:00 2001 Nalin Dahyabhai
- rebuild in new environment
Thu Feb 8 23:00:00 2001 Nalin Dahyabhai
- back out pidfile patches, which interact weirdly with Linux threads
- mark non-standard schema as such by moving them to a different directory
Mon Feb 5 23:00:00 2001 Nalin Dahyabhai
- update to MigrationTools 36, adds netgroup support
Mon Jan 29 23:00:00 2001 Nalin Dahyabhai
- fix thinko in that last patch
Thu Jan 25 23:00:00 2001 Nalin Dahyabhai
- try to work around some buffering problems
Tue Jan 23 23:00:00 2001 Nalin Dahyabhai
- gettextize the init script
Thu Jan 18 23:00:00 2001 Nalin Dahyabhai
- gettextize the init script
Fri Jan 12 23:00:00 2001 Nalin Dahyabhai
- move the RFCs to the base package (#21701)
- update to MigrationTools 34
Wed Jan 10 23:00:00 2001 Nalin Dahyabhai
- add support for additional OPTIONS, SLAPD_OPTIONS, and SLURPD_OPTIONS in
a /etc/sysconfig/ldap file (#23549)
Fri Dec 29 23:00:00 2000 Nalin Dahyabhai
- change automount object OID from 1.3.6.1.1.1.2.9 to 1.3.6.1.1.1.2.13,
per mail from the ldap-nis mailing list
Tue Dec 5 23:00:00 2000 Nalin Dahyabhai
- force -fPIC so that shared libraries don\'t fall over
Mon Dec 4 23:00:00 2000 Nalin Dahyabhai
- add Norbert Klasen\'s patch (via Del) to fix searches using ldaps URLs
(OpenLDAP ITS #889)
- add \"-h ldaps:///\" to server init when TLS is enabled, in order to support
ldaps in addition to the regular STARTTLS (suggested by Del)
Mon Nov 27 23:00:00 2000 Nalin Dahyabhai
- correct mismatched-dn-cn bug in migrate_automount.pl
Mon Nov 20 23:00:00 2000 Nalin Dahyabhai
- update to the correct OIDs for automount and automountInformation
- add notes on upgrading
Tue Nov 7 23:00:00 2000 Nalin Dahyabhai
- update to 2.0.7
- drop chdir patch (went mainstream)
Thu Nov 2 23:00:00 2000 Nalin Dahyabhai
- change automount object classes from auxiliary to structural
Tue Oct 31 23:00:00 2000 Nalin Dahyabhai
- update to Migration Tools 27
- change the sense of the last simple patch
Thu Oct 26 00:00:00 2000 Nalin Dahyabhai
- reorganize the patch list to separate MigrationTools and OpenLDAP patches
- switch to Luke Howard\'s rfc822MailMember schema instead of the aliases.schema
- configure slapd to run as the non-root user \"ldap\" (#19370)
- chdir() before chroot() (we don\'t use chroot, though) (#19369)
- disable saving of the pid file because the parent thread which saves it and
the child thread which listens have different pids
Thu Oct 12 00:00:00 2000 Nalin Dahyabhai
- add missing required attributes to conversion scripts to comply with schema
- add schema for mail aliases, autofs, and kerberosSecurityObject rooted in
our own OID tree to define attributes and classes migration scripts expect
- tweak automounter migration script
Tue Oct 10 00:00:00 2000 Nalin Dahyabhai
- try adding the suffix first when doing online migrations
- force ldapadd to use simple authentication in migration scripts
- add indexing of a few attributes to the default configuration
- add commented-out section on using TLS to default configuration
Fri Oct 6 00:00:00 2000 Nalin Dahyabhai
- update to 2.0.6
- add buildprereq on cyrus-sasl-devel, krb5-devel, openssl-devel
- take the -s flag off of slapadd invocations in migration tools
- add the cosine.schema to the default server config, needed by inetorgperson
Thu Oct 5 00:00:00 2000 Nalin Dahyabhai
- add the nis.schema and inetorgperson.schema to the default server config
- make ldapadd a hard link to ldapmodify because they\'re identical binaries
Sat Sep 23 00:00:00 2000 Nalin Dahyabhai
- update to 2.0.4
Sat Sep 16 00:00:00 2000 Nalin Dahyabhai
- remove prereq on /etc/init.d (#17531)
- update to 2.0.3
- add saucer to the included clients
Thu Sep 7 00:00:00 2000 Nalin Dahyabhai
- update to 2.0.1
Sat Sep 2 00:00:00 2000 Nalin Dahyabhai
- update to 2.0.0
- patch to build against MIT Kerberos 1.1 and later instead of 1.0.x
Wed Aug 23 00:00:00 2000 Nalin Dahyabhai
- remove that pesky default password
- change \"Copyright:\" to \"License:\"
Mon Aug 14 00:00:00 2000 Nalin Dahyabhai
- adjust permissions in files lists
- move libexecdir from %{_prefix}/sbin to %{_sbindir}
Sat Aug 12 00:00:00 2000 Nalin Dahyabhai
- add migrate_automount.pl to the migration scripts set
Wed Aug 9 00:00:00 2000 Nalin Dahyabhai
- build a semistatic slurpd with threads, everything else without
- disable reverse lookups, per email on OpenLDAP mailing lists
- make sure the execute bits are set on the shared libraries
Tue Aug 1 00:00:00 2000 Nalin Dahyabhai
- change logging facility used from local4 to daemon (#11047)
Fri Jul 28 00:00:00 2000 Nalin Dahyabhai
- split off clients and servers to shrink down the package and remove the
base package\'s dependency on Perl
- make certain that the binaries have sane permissions
Tue Jul 18 00:00:00 2000 Nalin Dahyabhai
- move the init script back
Fri Jul 14 00:00:00 2000 Nalin Dahyabhai
- tweak the init script to only source /etc/sysconfig/network if it\'s found
Thu Jul 13 00:00:00 2000 Prospector
- automatic rebuild
Tue Jul 11 00:00:00 2000 Nalin Dahyabhai
- switch to gdbm; I\'m getting off the db merry-go-round
- tweak the init script some more
- add instdir to AATTINC in migration scripts
Fri Jul 7 00:00:00 2000 Nalin Dahyabhai
- tweak init script to return error codes properly
- change initscripts dependency to one on /etc/init.d
Wed Jul 5 00:00:00 2000 Nalin Dahyabhai
- prereq initscripts
- make migration scripts use mktemp
Wed Jun 28 00:00:00 2000 Nalin Dahyabhai
- do condrestart in post and stop in preun
- move init script to /etc/init.d
Sat Jun 17 00:00:00 2000 Nalin Dahyabhai
- update to 1.2.11
- add condrestart logic to init script
- munge migration scripts so that you don\'t have to be
/usr/share/openldap/migration to run them
- add code to create pid files in /var/run
Tue Jun 6 00:00:00 2000 Nalin Dahyabhai
- FHS tweaks
- fix for compiling with libdb2
Fri May 5 00:00:00 2000 Bill Nottingham
- minor tweak so it builds on ia64
Thu May 4 00:00:00 2000 Nalin Dahyabhai
- more minimalistic fix for bug #11111 after consultation with OpenLDAP team
- backport replacement for the ldapuser patch
Wed May 3 00:00:00 2000 Nalin Dahyabhai
- fix segfaults from queries with commas in them in in.xfingerd (bug #11111)
Wed Apr 26 00:00:00 2000 Nalin Dahyabhai
- update to 1.2.10
- add revamped version of patch from kosAATTbastard.net to allow execution as
any non-root user
- remove test suite from %build because of weirdness in the build system
Thu Apr 13 00:00:00 2000 Nalin Dahyabhai
- move the defaults for databases and whatnot to /var/lib/ldap (bug #10714)
- fix some possible string-handling problems
Mon Feb 14 23:00:00 2000 Bill Nottingham
- start earlier, stop later.
Thu Feb 3 23:00:00 2000 Nalin Dahyabhai
- auto rebuild in new environment (release 4)
Tue Feb 1 23:00:00 2000 Nalin Dahyabhai
- add -D_REENTRANT to make threaded stuff more stable, even though it looks
like the sources define it, too
- mark
*.ph files in migration tools as config files
Fri Jan 21 23:00:00 2000 Nalin Dahyabhai
- update to 1.2.9
Tue Sep 14 00:00:00 1999 Bill Nottingham
- strip files
Sun Sep 12 00:00:00 1999 Bill Nottingham
- update to 1.2.7
- fix some bugs from bugzilla (#4885, #4887, #4888, #4967)
- take include files out of base package
Sat Aug 28 00:00:00 1999 Jeff Johnson
- missing ;; in init script reload) (#4734).
Wed Aug 25 00:00:00 1999 Cristian Gafton
- move stuff from /usr/libexec to /usr/sbin
- relocate config dirs to /etc/openldap
Tue Aug 17 00:00:00 1999 Bill Nottingham
- initscript munging
Thu Aug 12 00:00:00 1999 Cristian Gafton
- add the migration tools to the package
Sat Aug 7 00:00:00 1999 Cristian Gafton
- upgrade to 1.2.6
- add rc.d script
- split -devel package
Sun Feb 7 23:00:00 1999 Preston Brown
- upgrade to latest stable (1.1.4), it now uses configure macro.
Fri Jan 15 23:00:00 1999 Bill Nottingham
- build on arm, glibc2.1
Wed Oct 28 23:00:00 1998 Preston Brown
- initial cut.
- patches for signal handling on the alpha