CVS log for servers/slapd/back-shell/config.c

[BACK] Up to [OpenLDAP] / servers / slapd / back-shell

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup - select for diffs
Fri Feb 4 12:09:15 2011 UTC (12 years, 3 months ago) by hyc
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT, HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +91 -98 lines
Dynamic config for back-shell

Revision 1.23: download - view: text, markup - select for diffs
Tue Jan 4 23:43:27 2011 UTC (12 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Happy New Year

Revision 1.22: download - view: text, markup - select for diffs
Tue Apr 13 20:18:21 2010 UTC (13 years, 1 month ago) by kurt
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
happy belated New Year

Revision 1.21: download - view: text, markup - select for diffs
Wed Jan 21 23:40:37 2009 UTC (14 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: ACLCHECK_0, ACLCHECK
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Update copyright notices

Revision 1.20: download - view: text, markup - select for diffs
Mon Jan 7 23:20:13 2008 UTC (15 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Happy New Year (belated)

Revision 1.19: download - view: text, markup - select for diffs
Tue Jan 2 19:01:13 2007 UTC (16 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
happy new year

Revision 1.18: download - view: text, markup - select for diffs
Tue Jan 3 22:12:23 2006 UTC (17 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_BP, OPENLDAP_REL_ENG_2_4_3ALPHA, OPENLDAP_REL_ENG_2_4_2ALPHA, OPENLDAP_REL_ENG_2_4_1ALPHA, OPENLDAP_REL_ENG_2_4_0ALPHA, OPENLDAP_REL_ENG_2_3_MP
Branch point for: OPENLDAP_REL_ENG_2_4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Happy new year!

Revision 1.17: download - view: text, markup - select for diffs
Sat Jan 1 19:49:57 2005 UTC (18 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP, OPENLDAP_AC_MP, OPENLDAP_AC_BP, OPENLDAP_AC
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Happy New Year!

Revision 1.16: download - view: text, markup - select for diffs
Thu Jan 1 18:15:37 2004 UTC (19 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP, OPENLDAP_REL_ENG_2_3_0ALPHA, OPENLDAP_REL_ENG_2_1_MP
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Happy new year

Revision 1.15: download - view: text, markup - select for diffs
Sun Dec 7 06:07:01 2003 UTC (19 years, 5 months ago) by hyc
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
Cleanup unknown config directive handling.

Revision 1.14: download - view: text, markup - select for diffs
Thu Nov 27 05:35:49 2003 UTC (19 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +27 -4 lines
notices and acknowledgements

Revision 1.13: download - view: text, markup - select for diffs
Mon Jun 2 18:20:45 2003 UTC (20 years ago) by kurt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -11 lines
Axe abandon support

Revision 1.12: download - view: text, markup - select for diffs
Fri Jan 3 19:20:58 2003 UTC (20 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_BP, OPENLDAP_REL_ENG_2_2_0ALPHA, NO_SLAP_OP_BLOCKS
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Happy new year

Revision 1.11: download - view: text, markup - select for diffs
Thu Oct 10 18:28:44 2002 UTC (20 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -32 lines
Patch:  Delete the buggy surrogate parent code (ITS#1815)
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.

Revision 1.10: download - view: text, markup - select for diffs
Wed May 15 04:18:28 2002 UTC (21 years ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_MP
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +32 -10 lines
Patch: Implement surrogate parent for back-shell  (ITS#1815)

			================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

A surrogate parent is supposed to keep back-shell children from
deadlocking due to resources locked by a threading parent.

Implementation note: The surrogate parent closes all unused file
descriptors, so it logs errors to stderr instead of via Debug() and
uses relloc() instead of ch_realloc().

Also close a file descriptor leak if fork() fails in fork.c.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.

Revision 1.9: download - view: text, markup - select for diffs
Fri Jan 4 20:17:54 2002 UTC (21 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_BP, OPENLDAP_REL_ENG_2_1_BETA1, OPENLDAP_REL_ENG_2_1_ALPHA0
Branch point for: OPENLDAP_REL_ENG_2_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update copyright statements

Revision 1.8: download - view: text, markup - select for diffs
Mon May 15 14:35:48 2000 UTC (23 years ago) by kurt
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1 lines
Add copyright notices

Revision 1.7: download - view: text, markup - select for diffs
Wed Sep 8 17:06:39 1999 UTC (23 years, 8 months ago) by kdz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
Replace old Id as needed (back-tcl).
Leave updating of contribWare to contributors (for now).

Revision 1.6: download - view: text, markup - select for diffs
Fri Aug 20 17:50:11 1999 UTC (23 years, 9 months ago) by kdz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +9 -9 lines
complete this round of constification

Revision 1.5: download - view: text, markup - select for diffs
Fri Aug 20 17:29:44 1999 UTC (23 years, 9 months ago) by kdz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -10 lines
more const'ification

Revision 1.4: download - view: text, markup - select for diffs
Fri Feb 5 08:03:48 1999 UTC (24 years, 3 months ago) by kdz
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_BP, OPENLDAP_REL_ENG_2_0_ALPHA2, OPENLDAP_REL_ENG_2_0_ALPHA, OPENLDAP_DEVEL_SCHEMA, OPENLDAP_DEVEL_REFERRALS, OPENLDAP_DEVEL_BER_TYPES
Branch point for: OPENLDAP_REL_ENG_2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -13 lines
New Frontend->Backend Interface
Separates per backend type from per backend database initialization
	and startup.  Also supports per type / per backend shutdown.
New frontend startup/shutdown routines are also provided:
	slap_init() slap_startup() slap_shutdown() slap_destroy()
New frontend->backend startup/shutdown is managed by:
	backend_init() backend_startup() backend_shutdown backend_destroy
backend_init() now calls bi_init() to initial all function pointers
for the backend (excepting bi_init() which is now the only hardcoded
entry point).  New entry points are detailed in slap.h struct
backend_info.  backend_info is a per database type structure.
Besides the new startup/shutdown entry points, the new interface
also supports per backend type configuration options.  One could have:

	backend bdb2	(new Berkeley DB 2 backend)
	bdb2_home	/directory

	database bdb2
	...

	*** This code is fairly experimental ***
	*** Much cleanup and testing is still needed ***

see slap.h for details on struct backend_db and backend_info.

Revision 1.3: download - view: text, markup - select for diffs
Sun Nov 15 21:40:23 1998 UTC (24 years, 6 months ago) by hallvard
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
Protoized, moved extern definitions to .h files, fixed related bugs.
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.

Revision 1.2: download - view: text, markup - select for diffs
Sat Oct 24 23:42:02 1998 UTC (24 years, 7 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_1_1_ALPHA2, OPENLDAP_REL_ENG_1_1_ALPHA
Branch point for: OPENLDAP_REL_ENG_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -3 lines
merged with autoconf branch

Revision 1.1: download - view: text, markup - select for diffs
Sat Aug 8 22:43:14 1998 UTC (24 years, 9 months ago) by kurt
Branches: MAIN
Initial revision

Revision 1.1.4.1: download - view: text, markup - select for diffs
Sat Aug 8 23:05:20 1998 UTC (24 years, 9 months ago) by kurt
Branches: FreeBSD
CVS tags: FreeBSD_3_3
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of FreeBSD LDAP 3.3 Port

Revision 1.1.3.1: download - view: text, markup - select for diffs
Sat Aug 8 22:43:14 1998 UTC (24 years, 9 months ago) by kurt
Branches: UMICH
CVS tags: UMICH_LDAP_3_3, REGEX_REMOVAL, RAGE, OPENLDAP_THREAD_DEV, OPENLDAP_REL_ENG_1_0_3, OPENLDAP_REL_ENG_1_0_2, OPENLDAP_REL_ENG_1_0_1, OPENLDAP_REL_ENG_1_0_0, OPENLDAP_REL_ENG_1_0, OPENLDAP_1-0, LDAPworld, LDAP_POSTE, LDAP_3_3+prerelease, BOOLEAN_LDAP
Branch point for: OPENLDAP_DEVEL_AC
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of Umich LDAP 3.3

Revision 1.1.3.1.20.2: download - view: text, markup - select for diffs
Wed Oct 21 21:49:48 1998 UTC (24 years, 7 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.1.3.1.20.1: preferred, colored; branchpoint 1.1.3.1: preferred, colored; next MAIN 1.1.4.1: preferred, colored
Changes since revision 1.1.3.1.20.1: +4 -3 lines
SLAPD compiles.  Needs LDBM work to link.

Revision 1.1.3.1.20.1: download - view: text, markup - select for diffs
Tue Oct 20 23:24:30 1998 UTC (24 years, 7 months ago) by kurt
Branches: OPENLDAP_DEVEL_AC
Diff to: previous 1.1.3.1: preferred, colored
Changes since revision 1.1.3.1: +2 -0 lines
include portable.h

Revision 1.2.2.1: download - view: text, markup - select for diffs
Mon Nov 16 23:24:31 1998 UTC (24 years, 6 months ago) by kdz
Branches: OPENLDAP_REL_ENG_1_1
CVS tags: OPENLDAP_REL_ENG_1_2_BETA2, OPENLDAP_REL_ENG_1_2_BETA, OPENLDAP_REL_ENG_1_2_9, OPENLDAP_REL_ENG_1_2_8, OPENLDAP_REL_ENG_1_2_7, OPENLDAP_REL_ENG_1_2_6, OPENLDAP_REL_ENG_1_2_5, OPENLDAP_REL_ENG_1_2_4, OPENLDAP_REL_ENG_1_2_3, OPENLDAP_REL_ENG_1_2_2, OPENLDAP_REL_ENG_1_2_13, OPENLDAP_REL_ENG_1_2_12, OPENLDAP_REL_ENG_1_2_11, OPENLDAP_REL_ENG_1_2_10, OPENLDAP_REL_ENG_1_2_1, OPENLDAP_REL_ENG_1_2_0, OPENLDAP_REL_ENG_1_2, OPENLDAP_REL_ENG_1_1_BETA, OPENLDAP_REL_ENG_1_1_ALPHA3, OPENLDAP_REL_ENG_1_1_4, OPENLDAP_REL_ENG_1_1_3, OPENLDAP_REL_ENG_1_1_2, OPENLDAP_REL_ENG_1_1_1, OPENLDAP_REL_ENG_1_1_0
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +1 -2 lines
Update for Alpha3 from -devel as of OPENLDAP_DEVEL_981116.
Includes everything but ldapext & ldap.conf changes.

Revision 1.4.8.3: download - view: text, markup - select for diffs
Fri Jan 4 20:38:35 2002 UTC (21 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_27, OPENLDAP_REL_ENG_2_0_26, OPENLDAP_REL_ENG_2_0_25, OPENLDAP_REL_ENG_2_0_24, OPENLDAP_REL_ENG_2_0_23, OPENLDAP_REL_ENG_2_0_22, OPENLDAP_REL_ENG_2_0_21, OPENLDAP_REL_ENG_2_0_20
Diff to: previous 1.4.8.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.8.2: +2 -2 lines
Update copyrights for year 2002

Revision 1.4.8.2: download - view: text, markup - select for diffs
Tue Jun 13 17:57:37 2000 UTC (22 years, 11 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_GAMMA, OPENLDAP_REL_ENG_2_0_BETA, OPENLDAP_REL_ENG_2_0_ALPHA4, OPENLDAP_REL_ENG_2_0_9, OPENLDAP_REL_ENG_2_0_8, OPENLDAP_REL_ENG_2_0_7, OPENLDAP_REL_ENG_2_0_6, OPENLDAP_REL_ENG_2_0_5, OPENLDAP_REL_ENG_2_0_4, OPENLDAP_REL_ENG_2_0_3, OPENLDAP_REL_ENG_2_0_2, OPENLDAP_REL_ENG_2_0_19, OPENLDAP_REL_ENG_2_0_18, OPENLDAP_REL_ENG_2_0_17, OPENLDAP_REL_ENG_2_0_16, OPENLDAP_REL_ENG_2_0_15, OPENLDAP_REL_ENG_2_0_14, OPENLDAP_REL_ENG_2_0_13, OPENLDAP_REL_ENG_2_0_12, OPENLDAP_REL_ENG_2_0_11, OPENLDAP_REL_ENG_2_0_10, OPENLDAP_REL_ENG_2_0_1, OPENLDAP_REL_ENG_2_0_0
Diff to: previous 1.4.8.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.8.1: +5 -1 lines
Merge latest devel codes into releng 2 branch.
Remove back-perl, back-sql, back-tcl from branch as they have yet
to be updated.
Additional changes are needed prior to release of alpha4.

Revision 1.4.8.1: download - view: text, markup - select for diffs
Fri Sep 10 20:25:36 1999 UTC (23 years, 8 months ago) by kdz
Branches: OPENLDAP_REL_ENG_2
CVS tags: OPENLDAP_REL_ENG_2_0_ALPHA3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Merge in all devel changes since 2.0-alpha2.
Move OPENLDAP_REL_ENG_2_MP forward.

Revision 1.9.2.3: download - view: text, markup - select for diffs
Mon Mar 3 17:10:10 2003 UTC (20 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_30, OPENLDAP_REL_ENG_2_1_29, OPENLDAP_REL_ENG_2_1_28, OPENLDAP_REL_ENG_2_1_27, OPENLDAP_REL_ENG_2_1_26, OPENLDAP_REL_ENG_2_1_25, OPENLDAP_REL_ENG_2_1_24, OPENLDAP_REL_ENG_2_1_23, OPENLDAP_REL_ENG_2_1_22, OPENLDAP_REL_ENG_2_1_21, OPENLDAP_REL_ENG_2_1_20, OPENLDAP_REL_ENG_2_1_19, OPENLDAP_REL_ENG_2_1_18, OPENLDAP_REL_ENG_2_1_17, OPENLDAP_REL_ENG_2_1_16, OPENLDAP_REL_ENG_2_1_15
Diff to: previous 1.9.2.2: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.2.2: +2 -2 lines
Happy (belated) new year

Revision 1.9.2.2: download - view: text, markup - select for diffs
Thu Oct 10 23:40:37 2002 UTC (20 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_9, OPENLDAP_REL_ENG_2_1_8, OPENLDAP_REL_ENG_2_1_7, OPENLDAP_REL_ENG_2_1_6, OPENLDAP_REL_ENG_2_1_14, OPENLDAP_REL_ENG_2_1_13, OPENLDAP_REL_ENG_2_1_12, OPENLDAP_REL_ENG_2_1_11, OPENLDAP_REL_ENG_2_1_10
Diff to: previous 1.9.2.1: preferred, colored; branchpoint 1.9: preferred, colored
Changes since revision 1.9.2.1: +10 -32 lines
surrogate parent fix from Hallvard

Revision 1.9.2.1: download - view: text, markup - select for diffs
Wed May 22 14:25:56 2002 UTC (21 years ago) by kurt
Branches: OPENLDAP_REL_ENG_2_1
CVS tags: OPENLDAP_REL_ENG_2_1_5, OPENLDAP_REL_ENG_2_1_4, OPENLDAP_REL_ENG_2_1_3, OPENLDAP_REL_ENG_2_1_2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +32 -10 lines
Suck in latest changes from HEAD

Revision 1.12.2.5: download - view: text, markup - select for diffs
Thu Jan 20 17:01:16 2005 UTC (18 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_30, OPENLDAP_REL_ENG_2_2_29, OPENLDAP_REL_ENG_2_2_28, OPENLDAP_REL_ENG_2_2_27, OPENLDAP_REL_ENG_2_2_26, OPENLDAP_REL_ENG_2_2_25, OPENLDAP_REL_ENG_2_2_24, OPENLDAP_REL_ENG_2_2_23, OPENLDAP_REL_ENG_2_2_22, OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.12.2.4: preferred, colored; branchpoint 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12.2.4: +2 -2 lines
Happy new year!

Revision 1.12.2.4: download - view: text, markup - select for diffs
Thu Jan 1 18:16:39 2004 UTC (19 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_9, OPENLDAP_REL_ENG_2_2_8, OPENLDAP_REL_ENG_2_2_7, OPENLDAP_REL_ENG_2_2_6, OPENLDAP_REL_ENG_2_2_5, OPENLDAP_REL_ENG_2_2_20, OPENLDAP_REL_ENG_2_2_19, OPENLDAP_REL_ENG_2_2_18, OPENLDAP_REL_ENG_2_2_17, OPENLDAP_REL_ENG_2_2_16, OPENLDAP_REL_ENG_2_2_15, OPENLDAP_REL_ENG_2_2_14, OPENLDAP_REL_ENG_2_2_13, OPENLDAP_REL_ENG_2_2_12, OPENLDAP_REL_ENG_2_2_11, OPENLDAP_REL_ENG_2_2_10
Diff to: previous 1.12.2.3: preferred, colored; branchpoint 1.12: preferred, colored
Changes since revision 1.12.2.3: +2 -2 lines
Happy new year

Revision 1.12.2.3: download - view: text, markup - select for diffs
Mon Dec 15 22:05:26 2003 UTC (19 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4
Diff to: previous 1.12.2.2: preferred, colored; branchpoint 1.12: preferred, colored
Changes since revision 1.12.2.2: +2 -4 lines
Sync with HEAD

Revision 1.12.2.2: download - view: text, markup - select for diffs
Mon Dec 1 00:58:44 2003 UTC (19 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_3BETA
Diff to: previous 1.12.2.1: preferred, colored; branchpoint 1.12: preferred, colored
Changes since revision 1.12.2.1: +27 -4 lines
Sync with HEAD

Revision 1.12.2.1: download - view: text, markup - select for diffs
Thu Sep 18 15:43:39 2003 UTC (19 years, 8 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_2BETA, OPENLDAP_REL_ENG_2_2_1BETA
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -11 lines
Changes from HEAD for beta

Revision 1.16.2.4: download - view: text, markup - select for diffs
Mon Feb 11 23:24:23 2008 UTC (15 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_43, OPENLDAP_REL_ENG_2_3_42, OPENLDAP_REL_ENG_2_3_41
Diff to: previous 1.16.2.3: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.2.3: +2 -2 lines
Happy new year! (belated)

Revision 1.16.2.3: download - view: text, markup - select for diffs
Tue Jan 2 21:44:06 2007 UTC (16 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_40, OPENLDAP_REL_ENG_2_3_39, OPENLDAP_REL_ENG_2_3_38, OPENLDAP_REL_ENG_2_3_37, OPENLDAP_REL_ENG_2_3_36, OPENLDAP_REL_ENG_2_3_35, OPENLDAP_REL_ENG_2_3_34, OPENLDAP_REL_ENG_2_3_33, OPENLDAP_REL_ENG_2_3_32
Diff to: previous 1.16.2.2: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.2: +2 -2 lines
happy new year

Revision 1.16.2.2: download - view: text, markup - select for diffs
Tue Jan 3 22:16:23 2006 UTC (17 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_31, OPENLDAP_REL_ENG_2_3_30, OPENLDAP_REL_ENG_2_3_29, OPENLDAP_REL_ENG_2_3_28, OPENLDAP_REL_ENG_2_3_27, OPENLDAP_REL_ENG_2_3_26, OPENLDAP_REL_ENG_2_3_25, OPENLDAP_REL_ENG_2_3_24, OPENLDAP_REL_ENG_2_3_23, OPENLDAP_REL_ENG_2_3_22, OPENLDAP_REL_ENG_2_3_21, OPENLDAP_REL_ENG_2_3_20, OPENLDAP_REL_ENG_2_3_19, OPENLDAP_REL_ENG_2_3_18, OPENLDAP_REL_ENG_2_3_17, OPENLDAP_REL_ENG_2_3_16, OPENLDAP_REL_ENG_2_3_15
Diff to: previous 1.16.2.1: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.2.1: +2 -2 lines
Happy new year!

Revision 1.16.2.1: download - view: text, markup - select for diffs
Thu Jan 20 18:04:01 2005 UTC (18 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_9, OPENLDAP_REL_ENG_2_3_8, OPENLDAP_REL_ENG_2_3_7, OPENLDAP_REL_ENG_2_3_6, OPENLDAP_REL_ENG_2_3_5, OPENLDAP_REL_ENG_2_3_4, OPENLDAP_REL_ENG_2_3_3BETA, OPENLDAP_REL_ENG_2_3_2BETA, OPENLDAP_REL_ENG_2_3_1ALPHA, OPENLDAP_REL_ENG_2_3_14, OPENLDAP_REL_ENG_2_3_13, OPENLDAP_REL_ENG_2_3_12, OPENLDAP_REL_ENG_2_3_11, OPENLDAP_REL_ENG_2_3_10
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Sync with HEAD

Revision 1.18.2.6: download - view: text, markup - select for diffs
Tue Jan 4 23:50:43 2011 UTC (12 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_25, OPENLDAP_REL_ENG_2_4_24, OPENLDAP_RELEASE
Diff to: previous 1.18.2.5: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.5: +2 -2 lines
Happy New Year!

Revision 1.18.2.5: download - view: text, markup - select for diffs
Tue Apr 13 20:23:39 2010 UTC (13 years, 1 month ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_23, OPENLDAP_REL_ENG_2_4_22
Diff to: previous 1.18.2.4: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.4: +2 -2 lines
happy belated new year

Revision 1.18.2.4: download - view: text, markup - select for diffs
Thu Jan 22 00:01:10 2009 UTC (14 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_STABLE, OPENLDAP_REL_ENG_2_4_21, OPENLDAP_REL_ENG_2_4_20, OPENLDAP_REL_ENG_2_4_19, OPENLDAP_REL_ENG_2_4_18, OPENLDAP_REL_ENG_2_4_17, OPENLDAP_REL_ENG_2_4_16, OPENLDAP_REL_ENG_2_4_15, OPENLDAP_REL_ENG_2_4_14
Diff to: previous 1.18.2.3: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.3: +2 -2 lines
Update copyright for next release

Revision 1.18.2.3: download - view: text, markup - select for diffs
Mon Feb 11 23:26:47 2008 UTC (15 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_9, OPENLDAP_REL_ENG_2_4_8, OPENLDAP_REL_ENG_2_4_13, OPENLDAP_REL_ENG_2_4_12, OPENLDAP_REL_ENG_2_4_11, OPENLDAP_REL_ENG_2_4_10
Diff to: previous 1.18.2.2: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.2: +2 -2 lines
Happy new year! (belated)

Revision 1.18.2.2: download - view: text, markup - select for diffs
Fri Aug 31 23:14:05 2007 UTC (15 years, 9 months ago) by quanah
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_7, OPENLDAP_REL_ENG_2_4_6, OPENLDAP_REL_ENG_2_4_5BETA
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored
Changes since revision 1.18.2.1: +0 -0 lines
Sync with HEAD for OL 2.4.5

Revision 1.18.2.1: download - view: text, markup - select for diffs
Tue Feb 13 20:22:28 2007 UTC (16 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Quick merge: everything from HEAD

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org