Commit Graph

63 Commits

Author SHA1 Message Date
Quanah Gibson-Mount
1705fa7e55 Happy New Year 2015-02-11 15:36:57 -06:00
Kurt Zeilenga
5c878c1bf2 Happy new year (belated) 2014-01-25 05:21:25 -08:00
Kurt Zeilenga
0fd1bf30b8 Happy New Year 2013-01-02 10:22:57 -08:00
Hallvard Furuseth
c922e5dbbd Tweak installation instructions.
* Align INSTALL and doc/guide/release/install.sdf, so
  INSTALL = (sdf -2txt doc/guide/release/install.sdf) + copyright.
* Autoconf recommends './configure var=val' over 'var=val ./configure'.
* Add -W,-rpath,<path> to an LDFLAGS example.
2012-01-27 15:44:54 +01:00
Kurt Zeilenga
2bbf9804b9 Happy New Year! 2012-01-01 07:10:53 -08:00
Kurt Zeilenga
966cef8c9a Happy New Year 2011-01-05 00:42:37 +00:00
Kurt Zeilenga
3dadeb3efe happy belated New Year 2010-04-13 22:17:29 +00:00
Kurt Zeilenga
4af9eb9715 Update copyright notices 2009-01-22 00:40:04 +00:00
Kurt Zeilenga
c890c96d13 Happy New Year (belated) 2008-01-08 00:19:56 +00:00
Kurt Zeilenga
da6d9eb046 happy new year 2007-01-02 20:00:42 +00:00
Kurt Zeilenga
83976a1e98 Remove mention of LDBM 2006-01-13 18:16:07 +00:00
Kurt Zeilenga
acbb5cf689 Happy new year! 2006-01-03 23:11:52 +00:00
Kurt Zeilenga
dc0eacd40b Happy New Year! 2005-01-01 20:49:32 +00:00
Howard Chu
8dc6cc13e7 More per Ando's suggestion 2004-10-02 10:12:58 +00:00
Kurt Zeilenga
a1cc0bf546 Add reference to doc/install/configure 2004-06-23 04:56:53 +00:00
Kurt Zeilenga
e57e0a2f71 Minor tweaks 2004-02-25 02:12:00 +00:00
Kurt Zeilenga
3c598e89fb Happy new year 2004-01-01 19:15:16 +00:00
Kurt Zeilenga
ebe5899f51 Add HDB 2003-12-07 07:31:29 +00:00
Kurt Zeilenga
2c21fdcecb move AVL routines into -llutil
update misc notices
2003-11-26 04:17:25 +00:00
Kurt Zeilenga
e3a4c4ec9c Notice/Acknowledge updates 2003-11-26 02:58:56 +00:00
Howard Chu
4bde125560 Change "-Ddef" example to something harmless and hopefully more obvious. 2003-02-13 23:58:54 +00:00
Kurt Zeilenga
626830b5ad Add LDBM comment 2003-02-09 16:59:04 +00:00
Kurt Zeilenga
1257469b76 Updates from SDF 2002-02-18 18:10:25 +00:00
Kurt Zeilenga
275f3be363 Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values
Also, pass empty_bv when bv_val is NULL.
2002-02-13 06:35:27 +00:00
Kurt Zeilenga
f75c6c7429 Minor updates 2002-01-13 02:54:30 +00:00
Kurt Zeilenga
e5aafcdab1 Don't meantion deprecated .conf files 2002-01-05 01:10:42 +00:00
Kurt Zeilenga
d48e6dd7db Import latest SDF generated INSTALL. This version is quite lean. 2000-09-11 18:44:55 +00:00
Kurt Zeilenga
0bb43fa0d7 Import typo fix 2000-09-07 20:13:14 +00:00
Kurt Zeilenga
78f6d75586 Fix URI 2000-08-31 20:52:14 +00:00
Kurt Zeilenga
aad7e5982b Import latest install from guide/release 2000-08-31 20:32:54 +00:00
Kurt Zeilenga
122a5d2f68 Use SDF-based INSTALL file 2000-08-23 00:54:08 +00:00
Kurt Zeilenga
b7c95845f1 /-ansi/-O -g/ 2000-08-18 00:42:11 +00:00
Kurt Zeilenga
98de89a321 Add RCSid 2000-07-29 02:54:35 +00:00
Kurt Zeilenga
1a30375437 Minor updates 2000-07-28 17:39:50 +00:00
Kurt Zeilenga
e4a871d333 Fix additional typo 2000-06-29 03:20:19 +00:00
Kurt Zeilenga
24e3b5e002 Fix typo 2000-06-29 03:19:04 +00:00
Kurt Zeilenga
d363ea073b Add warning about portability between environments 1999-12-04 20:34:45 +00:00
Kurt Zeilenga
f97de9cdc6 Reference Quick Start Guide 1999-10-08 01:28:36 +00:00
Kurt Zeilenga
c5d3b3db3e Forgot root in su 1999-09-23 02:45:55 +00:00
Kurt Zeilenga
96930ff267 Suggest "su -c make install" to avoid exit. 1999-09-22 23:23:39 +00:00
Kurt Zeilenga
dd1bb178bb Need to type 'make test' to run tests. 1999-08-13 21:41:53 +00:00
Kurt Zeilenga
eb328624bf Add 'quick start guide' reference.
Update 'hints' reference to point to FAQ.
1999-08-07 19:08:48 +00:00
Kurt Zeilenga
a2d948f9f2 Add openldap-VERSION.tgz comment 1999-08-01 06:00:18 +00:00
Kurt Zeilenga
5048836a50 Update INSTALL based upon new snapshot naming.
Update lutil.h copyright.
CHANGES is a release engineering document.  Not maintained in HEAD.
1999-07-28 20:31:41 +00:00
Kurt Zeilenga
af06bba27f Remove review ldapconfig.h.edit step from installation. 1999-06-17 17:44:38 +00:00
Kurt Zeilenga
7ba980f0f6 Modify slapd set user/group support to use -u/-g instead -U/-G.
Moved -u (udp) to -c (connectionless).  Connectionless is depreciated
and undocumented.
Added tests for set{,e}{u,g}id to configure.  Use existance of
setuid/setgid to enable feature.  Use seteuid/setegid only if
they exist.
Fixed minor minor leak of username/groupname if specificied
more than once.  (This should actually be an error)
1999-04-21 00:40:20 +00:00
Kurt Zeilenga
a45bbea505 Remove quick install guide from README, it's too quick. Update INSTALL. 1999-03-28 21:33:32 +00:00
Kurt Zeilenga
3bd383132c Add "edit client configuration" & "edit server configuration" steps. 1999-02-08 18:52:42 +00:00
Kurt Zeilenga
4a38390906 Update docs with references to appropriate FAQ-O-Matic pages. 1999-01-24 02:11:45 +00:00
Kurt Zeilenga
82b94e2258 Change SLAPD shutdown to do a cond wait on active threads instead
of a busy wait and allow the pthread_yield within the loop to be
removed.  This was the only pthread_yield which was necessary
when usng non-preemptive threads.  As such, the configure.in
sched_yield/pthread_yield missing error can be removed from
configure.in.  If explicit yield function is missing, just provide
a no-op replacement.
Moved declaration of various slapd globals from main.c to init.c
so they can be shared with ldbm tools.
1999-01-11 18:36:40 +00:00