
CVS log for servers/slapd/slapi/slapi.h
Up to [OpenLDAP] / servers / slapd / slapi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.62: download - view: text, markup - select for diffs
Tue Jan 4 23:43:35 2011 UTC (11 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: MIGRATION_CVS2GIT,
HEAD
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2
lines
Happy New Year
Revision 1.61: download - view: text, markup - select for diffs
Tue Apr 13 20:18:28 2010 UTC (12 years, 2 months ago) by kurt
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2
lines
happy belated New Year
Revision 1.60: download - view: text, markup - select for diffs
Wed Jan 21 23:40:41 2009 UTC (13 years, 5 months ago) by kurt
Branches: MAIN
CVS tags: ACLCHECK_0,
ACLCHECK
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2
lines
Update copyright notices
Revision 1.59: download - view: text, markup - select for diffs
Mon Jan 7 23:20:15 2008 UTC (14 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
Happy New Year (belated)
Revision 1.58: download - view: text, markup - select for diffs
Tue Mar 20 16:09:25 2007 UTC (15 years, 3 months ago) by ando
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_4_MP
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +4 -4
lines
more structure name cleanup
Revision 1.57: download - view: text, markup - select for diffs
Tue Jan 2 19:01:16 2007 UTC (15 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2
lines
happy new year
Revision 1.56: download - view: text, markup - select for diffs
Wed Feb 15 23:14:38 2006 UTC (16 years, 4 months ago) by lukeh
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.55: preferred, colored
Changes since revision 1.55: +1 -2
lines
remove c_pb, it is no longer needed
Revision 1.55: download - view: text, markup - select for diffs
Tue Jan 3 22:12:26 2006 UTC (16 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2
lines
Happy new year!
Revision 1.54: download - view: text, markup - select for diffs
Mon Aug 8 11:24:18 2005 UTC (16 years, 10 months ago) by lukeh
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_MP,
OPENLDAP_AC_MP,
OPENLDAP_AC_BP,
OPENLDAP_AC
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +13 -1
lines
Add Slapi_DN API
Revision 1.53: download - view: text, markup - select for diffs
Wed Jul 27 08:09:44 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2
lines
PBlock SlapReply needs to be a pointer into that supplied by caller
for overlay ops
Revision 1.52: download - view: text, markup - select for diffs
Mon Jul 25 09:13:15 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +11 -11
lines
Harmonize Slapi_PBlock field nomenclature with rest of slapd
Revision 1.51: download - view: text, markup - select for diffs
Mon Jul 25 08:53:45 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +9 -2
lines
Heads up: fix for SLAPI compliance: when calling slapi_pblock_set() with
an integer or long integer parameter, the value argument is a pointer to
the integeral value rather than the value itself.
Revision 1.50: download - view: text, markup - select for diffs
Mon Jul 25 08:24:02 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -4
lines
Use SLAPI_LOG_OPERATION instead of private flag
Revision 1.49: download - view: text, markup - select for diffs
Mon Jul 25 07:54:13 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +11 -12
lines
More SLAPI cleanups
Revision 1.48: download - view: text, markup - select for diffs
Mon Jul 25 03:38:31 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -2
lines
Fix pblock_delete_param(), this function never worked
Revision 1.47: download - view: text, markup - select for diffs
Mon Jul 25 02:19:33 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +16 -9
lines
Make slapi_pblock directly overlaid on operation/connection/slapreply
structures
This removes a lot of copying. It's still a bit tricky where the internal
slapd data types are different to those exposed via SLAPI (eg. modifications)
or the internal values are not allocated on the heap (eg. controls). Some
copying is necessary in these cases.
Revision 1.46: download - view: text, markup - select for diffs
Sat Jul 23 11:14:13 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
update for new backend types
Revision 1.45: download - view: text, markup - select for diffs
Fri Jul 22 07:40:22 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -2
lines
remove redundant variable
Revision 1.44: download - view: text, markup - select for diffs
Fri Jul 22 07:35:28 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +10 -342
lines
Cleanup SLAPI headers
Revision 1.43: download - view: text, markup - select for diffs
Fri Jul 22 05:54:18 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Remove SLAPI pblock from operation structure
Revision 1.42: download - view: text, markup - select for diffs
Fri Jul 22 03:33:47 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +7 -4
lines
More use of SLAPI accessor macros
Revision 1.41: download - view: text, markup - select for diffs
Fri Jul 22 03:26:15 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -1
lines
Use accessor macros for SLAPI parameter blocks, should make it
easier to move into overlay private data
Revision 1.40: download - view: text, markup - select for diffs
Thu Jul 21 16:07:16 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -55
lines
remove SLAPI cruft
Revision 1.39: download - view: text, markup - select for diffs
Thu Jul 21 14:35:21 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +4 -9
lines
Move most of SLAPI frontend into overlay
Revision 1.38: download - view: text, markup - select for diffs
Tue Jul 19 06:39:56 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +5 -1
lines
Fix callback API for cast safety
Copy controls returned by backend to pblock before they go out of scope
Revision 1.37: download - view: text, markup - select for diffs
Tue Jul 19 04:48:45 2005 UTC (16 years, 11 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +17 -22
lines
Implement more of SLAPI 5.x - all SLAPI internal operations now take pblocks
as the canonical argument (wrappers for old APIs are provided)
Revision 1.36: download - view: text, markup - select for diffs
Tue Mar 1 19:08:36 2005 UTC (17 years, 4 months ago) by hyc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -1
lines
Added authz-regexp, slapi plugin retrieval
Revision 1.35: download - view: text, markup - select for diffs
Sun Feb 20 01:13:14 2005 UTC (17 years, 4 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +10 -7
lines
ITS#3556 (SLAPI does not work on 64-bit platforms)
Revision 1.34: download - view: text, markup - select for diffs
Sat Jan 1 19:49:59 2005 UTC (17 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
Happy New Year!
Revision 1.33: download - view: text, markup - select for diffs
Thu Aug 26 02:24:29 2004 UTC (17 years, 10 months ago) by lukeh
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_3_BP,
OPENLDAP_REL_ENG_2_3_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1
lines
Add SLAPI_X_GROUP_TARGET_ENTRY so that group plugin can use target entry
Revision 1.32: download - view: text, markup - select for diffs
Wed Aug 25 13:20:19 2004 UTC (17 years, 10 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +9 -1
lines
Support pre-operation and post-operations for backend_group()
This allows computed attribute plugins to also provide their attributes to
the ACL engine, for example
Revision 1.31: download - view: text, markup - select for diffs
Tue Mar 9 13:33:23 2004 UTC (18 years, 3 months ago) by ando
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
cleanup
Revision 1.30: download - view: text, markup - select for diffs
Thu Jan 1 18:15:39 2004 UTC (18 years, 6 months ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_1_MP
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Happy new year
Revision 1.29: download - view: text, markup - select for diffs
Sun Dec 28 03:14:19 2003 UTC (18 years, 6 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -3
lines
Cleanup SLAPI namespace
Revision 1.28: download - view: text, markup - select for diffs
Wed Dec 3 23:52:03 2003 UTC (18 years, 7 months ago) by hyc
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -1
lines
ITS#2836 add SLAPI_ADD_RESCONTROL support, fix SLAPI_RES_CONTROLS def
Revision 1.27: download - view: text, markup - select for diffs
Sat Nov 29 16:52:05 2003 UTC (18 years, 7 months ago) by ando
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1
lines
remove /* in comments
Revision 1.26: download - view: text, markup - select for diffs
Wed Nov 26 15:05:06 2003 UTC (18 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +18 -7
lines
Update notices and acknowledgements
Revision 1.25: download - view: text, markup - select for diffs
Thu Nov 20 04:11:37 2003 UTC (18 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -5
lines
Normalize to IBM's OPL notice (with permission).
Revision 1.24: download - view: text, markup - select for diffs
Thu Nov 20 03:59:01 2003 UTC (18 years, 7 months ago) by kurt
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -6
lines
Update to basic notice.
Revision 1.23: download - view: text, markup - select for diffs
Sun Aug 31 06:17:21 2003 UTC (18 years, 10 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -0
lines
Support for ACL plugins
Revision 1.22: download - view: text, markup - select for diffs
Sat Aug 30 15:29:14 2003 UTC (18 years, 10 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -0
lines
Expose SASL context to SLAPI plugins (SLAPI_X_CONN_SASL_CONTEXT)
Useful for plugins that may wish to collude with the SASL library to,
for example, retrieve a user's authorization data from a Kerberos ticket
for access control purposes
Revision 1.21: download - view: text, markup - select for diffs
Thu Jul 3 17:04:18 2003 UTC (19 years ago) by lukeh
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -0
lines
Support for SLAPI plugin extensions API.
This API allows a plugin to associate arbitrary context with an
internal server object such as a connection or operation.
Some documentation is at:
http://enterprise.netscape.com/docs/directory/602/plugin/function.htm#1104211
Revision 1.20: download - view: text, markup - select for diffs
Sun May 25 00:03:07 2003 UTC (19 years, 1 month ago) by kurt
Branches: MAIN
CVS tags: OPENLDAP_REL_ENG_2_2_BP,
OPENLDAP_REL_ENG_2_2_0ALPHA
Branch point for: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -5
lines
Update IBM copyrights
Kurt Zeilenga, IBM Corporation
Revision 1.19: download - view: text, markup - select for diffs
Sat Feb 8 18:18:46 2003 UTC (19 years, 4 months ago) by kurt
Branches: MAIN
CVS tags: NO_SLAP_OP_BLOCKS
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +12 -12
lines
extern'ize
Revision 1.18: download - view: text, markup - select for diffs
Fri Feb 7 18:06:15 2003 UTC (19 years, 4 months ago) by kurt
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -1
lines
really put SLAPI behind its #ifdef
Revision 1.17: download - view: text, markup - select for diffs
Mon Jan 27 15:39:22 2003 UTC (19 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +56 -25
lines
bring in slapi_cl.h
Revision 1.16: download - view: text, markup - select for diffs
Mon Jan 27 13:44:39 2003 UTC (19 years, 5 months ago) by ando
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +124 -5
lines
reworking of slapi headers
Revision 1.15: download - view: text, markup - select for diffs
Fri Jan 24 08:00:28 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -0
lines
Matching rule constants for future support
Revision 1.14: download - view: text, markup - select for diffs
Wed Jan 22 13:41:51 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1
lines
Added some OpenLDAP extensions for determining ldapi:// sock/peername
and whether connection is UDP
Revision 1.13: download - view: text, markup - select for diffs
Wed Jan 22 12:06:47 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -15
lines
First pass at replacing proprietary OpenLDAP virtual attribute API
(which existed briefly for a day!) with Sun ONE DS 5.x computed
attribute API
Revision 1.12: download - view: text, markup - select for diffs
Wed Jan 22 08:00:06 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +13 -0
lines
Added slapi_access_allowed() and slapi_acl_check_mods() API for Sun ONE
DS 5.x compat
This required exposing the mods array conversion functions so they
are now in slapi/slapi_utils.[ch]
Revision 1.11: download - view: text, markup - select for diffs
Tue Jan 21 12:51:53 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2
lines
Reserve pblock IDs for opattr plugin
Revision 1.10: download - view: text, markup - select for diffs
Tue Jan 21 12:48:37 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -1
lines
Added Slapi_AttrSet accessors in order to implement virtual operational
attribute plugin
Revision 1.9: download - view: text, markup - select for diffs
Tue Jan 21 11:16:53 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -0
lines
First round of DS 5.x SLAPI functions
Revision 1.8: download - view: text, markup - select for diffs
Tue Jan 21 09:12:08 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -0
lines
Added slapi_attr_get_flags() and slapi_attr_flag_is_set() API for
Sun ONE harmonisation.
Revision 1.7: download - view: text, markup - select for diffs
Tue Jan 21 07:34:25 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +11 -0
lines
Further harmonisation with Sun ONE SLAPI: extra PBlock parameters
on connections and operations
Revision 1.6: download - view: text, markup - select for diffs
Tue Jan 21 01:46:55 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +16 -1
lines
Mark Sun ONE 5.x SLAPI plugin types to avoid collisions
Rename internal slapi_XXX API to slapi_x_XXX
Always set result code/matched/error text in operation parameter block
to make available to postoperation plugins
Revision 1.5: download - view: text, markup - select for diffs
Mon Jan 20 22:18:11 2003 UTC (19 years, 5 months ago) by lukeh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +8 -0
lines
Conform SLAPI to Netscape, iPlanet and Sun ONE Directory Server
behaviour:
1. Plugins never return LDAP result codes, instead they return a
small integer (0 or -1, others for special cases)
2. Preoperation plugins can abort processing by returning a non-
zero value to the frontend
3. Postoperation plugins never abort processing (all are called)
and their return values are ignored
Revision 1.4: download - view: text, markup - select for diffs
Mon Jan 20 19:16:42 2003 UTC (19 years, 5 months ago) by kurt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +8 -0
lines
Add LDAP_BEGIN/END_DECL
Revision 1.3: download - view: text, markup - select for diffs
Fri Jan 3 19:20:59 2003 UTC (19 years, 6 months ago) by kurt
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
Happy new year
Revision 1.2: download - view: text, markup - select for diffs
Fri Dec 27 10:48:41 2002 UTC (19 years, 6 months ago) by ando
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0
lines
misc slapi cleanup
Revision 1.1: download - view: text, markup - select for diffs
Sat Dec 7 16:20:29 2002 UTC (19 years, 6 months ago) by ando
Branches: MAIN
SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073
Revision 1.20.2.10: download - view: text, markup - select for diffs
Tue Mar 15 00:52:43 2005 UTC (17 years, 3 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
Diff to: previous 1.20.2.9: preferred, colored; branchpoint 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20.2.9: +10 -7
lines
ITS#3556: 64-bit portability
Revision 1.20.2.9: download - view: text, markup - select for diffs
Thu Jan 20 17:01:18 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_23,
OPENLDAP_REL_ENG_2_2_22,
OPENLDAP_REL_ENG_2_2_21
Diff to: previous 1.20.2.8: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.8: +2 -2
lines
Happy new year!
Revision 1.20.2.8: download - view: text, markup - select for diffs
Fri Sep 3 23:17:54 2004 UTC (17 years, 9 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: 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
Diff to: previous 1.20.2.7: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.7: +10 -1
lines
SLAPI updates (blind commit)
Revision 1.20.2.7: download - view: text, markup - select for diffs
Thu Mar 18 01:01:04 2004 UTC (18 years, 3 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_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.20.2.6: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.6: +1 -1
lines
Sync with HEAD
Revision 1.20.2.6: download - view: text, markup - select for diffs
Wed Mar 17 20:59:58 2004 UTC (18 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.20.2.5: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.5: +2 -2
lines
Sync with HEAD as of 14-March-2004
Revision 1.20.2.5: download - view: text, markup - select for diffs
Thu Jan 1 18:16:41 2004 UTC (18 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_6,
OPENLDAP_REL_ENG_2_2_5
Diff to: previous 1.20.2.4: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.4: +2 -2
lines
Happy new year
Revision 1.20.2.4: download - view: text, markup - select for diffs
Mon Dec 29 18:10:41 2003 UTC (18 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_4
Diff to: previous 1.20.2.3: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.3: +1 -3
lines
(Partial) Sync with HEAD
Revision 1.20.2.3: download - view: text, markup - select for diffs
Mon Dec 15 22:05:27 2003 UTC (18 years, 6 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
Diff to: previous 1.20.2.2: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.2: +3 -1
lines
Sync with HEAD
Revision 1.20.2.2: download - view: text, markup - select for diffs
Mon Dec 1 00:58:45 2003 UTC (18 years, 7 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_2
CVS tags: OPENLDAP_REL_ENG_2_2_3BETA
Diff to: previous 1.20.2.1: preferred, colored; branchpoint 1.20: preferred, colored
Changes since revision 1.20.2.1: +19 -10
lines
Sync with HEAD
Revision 1.20.2.1: download - view: text, markup - select for diffs
Thu Sep 18 15:43:40 2003 UTC (18 years, 9 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.20: preferred, colored
Changes since revision 1.20: +13 -0
lines
Changes from HEAD for beta
Revision 1.33.2.6: download - view: text, markup - select for diffs
Mon Feb 11 23:24:26 2008 UTC (14 years, 4 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.33.2.5: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.2.5: +2 -2
lines
Happy new year! (belated)
Revision 1.33.2.5: download - view: text, markup - select for diffs
Tue Jan 2 21:44:10 2007 UTC (15 years, 6 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.33.2.4: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.4: +2 -2
lines
happy new year
Revision 1.33.2.4: download - view: text, markup - select for diffs
Tue Jan 3 22:16:25 2006 UTC (16 years, 5 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.33.2.3: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.3: +2 -2
lines
Happy new year!
Revision 1.33.2.3: download - view: text, markup - select for diffs
Tue Aug 9 21:04:09 2005 UTC (16 years, 10 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_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.33.2.2: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.2: +62 -425
lines
Sync with HEAD
Revision 1.33.2.2: download - view: text, markup - select for diffs
Mon Mar 14 22:25:03 2005 UTC (17 years, 3 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_4,
OPENLDAP_REL_ENG_2_3_3BETA,
OPENLDAP_REL_ENG_2_3_2BETA
Diff to: previous 1.33.2.1: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.2.1: +12 -7
lines
Sync with HEAD
Revision 1.33.2.1: download - view: text, markup - select for diffs
Thu Jan 20 18:04:05 2005 UTC (17 years, 5 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_3
CVS tags: OPENLDAP_REL_ENG_2_3_1ALPHA
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
Sync with HEAD
Revision 1.56.2.6: download - view: text, markup - select for diffs
Tue Jan 4 23:50:53 2011 UTC (11 years, 5 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.56.2.5: preferred, colored; branchpoint 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56.2.5: +2 -2
lines
Happy New Year!
Revision 1.56.2.5: download - view: text, markup - select for diffs
Tue Apr 13 20:23:50 2010 UTC (12 years, 2 months 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.56.2.4: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.4: +2 -2
lines
happy belated new year
Revision 1.56.2.4: download - view: text, markup - select for diffs
Thu Jan 22 00:01:15 2009 UTC (13 years, 5 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.56.2.3: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.3: +2 -2
lines
Update copyright for next release
Revision 1.56.2.3: download - view: text, markup - select for diffs
Mon Feb 11 23:26:49 2008 UTC (14 years, 4 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.56.2.2: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.2: +2 -2
lines
Happy new year! (belated)
Revision 1.56.2.2: download - view: text, markup - select for diffs
Fri Aug 31 23:14:06 2007 UTC (14 years, 10 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.56.2.1: preferred, colored; branchpoint 1.56: preferred, colored
Changes since revision 1.56.2.1: +4 -4
lines
Sync with HEAD for OL 2.4.5
Revision 1.56.2.1: download - view: text, markup - select for diffs
Tue Feb 13 20:22:31 2007 UTC (15 years, 4 months ago) by kurt
Branches: OPENLDAP_REL_ENG_2_4
CVS tags: OPENLDAP_REL_ENG_2_4_4ALPHA
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2
lines
Quick merge: everything from HEAD
______________
© Copyright 1998-2020,
OpenLDAP Foundation, info@OpenLDAP.org