Howard Chu
|
c7a4bd27f5
|
ITS#10166 slapi: fix plugin.c plugin_pblock_new() usage
Broken in 9142da8eaf
|
2024-01-31 16:00:30 +00:00 |
|
Howard Chu
|
9142da8eaf
|
Use ConfigArgs in slapi config parsing
|
2023-08-08 14:18:21 -04:00 |
|
Quanah Gibson-Mount
|
788e9592ba
|
Happy New Year!
|
2022-01-07 18:40:00 +00:00 |
|
Howard Chu
|
4993b34365
|
ITS#9544 fix #9511 patch
Include was erroneously deleted. partially reverts 6cdfc85fc5
|
2021-05-04 10:04:20 +01:00 |
|
Ondřej Kuzník
|
dde1bdf48f
|
ITS#9511 Fix terminator comment
|
2021-04-07 16:07:36 +01:00 |
|
Quanah Gibson-Mount
|
6cdfc85fc5
|
ITS#9511 - Stop plugin.c from generating an error when running make depend even if slapi is not enabled
|
2021-04-02 21:12:53 +00:00 |
|
Quanah Gibson-Mount
|
180f5b62cb
|
ITS#9482 - Fix possiblity of uninitialized data being returned in slapi plugin
|
2021-03-09 20:49:42 +00:00 |
|
Quanah Gibson-Mount
|
ce2c5173bd
|
ITS#9161 - Fix various typos
Fix a number of different typos across the code base
|
2021-02-17 18:42:46 +00:00 |
|
Quanah Gibson-Mount
|
6c469f0793
|
ITS#7790 - Rename config.h
Rename slapd/config.h to slap-config.h and update accordingly
Rename lloadd/config.h to lload-config.h and update accordingly
|
2021-02-02 21:26:39 +00:00 |
|
Quanah Gibson-Mount
|
efaf9a4a17
|
Happy New Year!
|
2021-01-11 19:25:53 +00:00 |
|
Ondřej Kuzník
|
6b46232ab8
|
ITS#8473 Implement ordering stable (de)registration
|
2020-06-21 22:53:14 +00:00 |
|
Quanah Gibson-Mount
|
f6ad222e41
|
Happy New Year!
|
2020-01-09 16:50:21 +00:00 |
|
Quanah Gibson-Mount
|
b45a6a7dc7
|
Happy New Year!
|
2019-01-14 18:46:16 +00:00 |
|
Quanah Gibson-Mount
|
59e9ff6243
|
Happy New Year
|
2018-03-22 15:35:24 +00:00 |
|
Josh Soref
|
10566c8be3
|
ITS#8605 - spelling fixes
* javascript
* kernel
* ldap
* length
* macros
* maintained
* manager
* matching
* maximum
* mechanism
* memory
* method
* mimic
* minimum
* modifiable
* modifiers
* modifying
* multiple
* necessary
* normalized
* objectclass
* occurrence
* occurring
* offered
* operation
* original
* overridden
* parameter
* permanent
* preemptively
* printable
* protocol
* provider
* really
* redistribution
* referenced
* refresh
* regardless
* registered
* request
* reserved
* resource
* response
* sanity
* separated
* setconcurrency
* should
* specially
* specifies
* structure
* structures
* subordinates
* substitution
* succeed
* successful
* successfully
* sudoers
* sufficient
* superiors
* supported
* synchronization
* terminated
* they're
* through
* traffic
* transparent
* unsigned
* unsupported
* version
* absence
* achieves
* adamson
* additional
* address
* against
* appropriate
* architecture
* associated
* async
* attribute
* authentication
* authorized
* auxiliary
* available
* begin
* beginning
* buffered
* canonical
* certificate
* charray
* check
* class
* compatibility
* compilation
* component
* configurable
* configuration
* configure
* conjunction
* constraints
* constructor
* contained
* containing
* continued
* control
* convenience
* correspond
* credentials
* cyrillic
* database
* definitions
* deloldrdn
* dereferencing
* destroy
* distinguish
* documentation
* emmanuel
* enabled
* entry
* enumerated
* everything
* exhaustive
* existence
* existing
* explicitly
* extract
* fallthru
* fashion
* february
* finally
* function
* generically
* groupname
* happened
* implementation
* including
* initialization
* initializes
* insensitive
* instantiated
* instantiation
* integral
* internal
* iterate
|
2017-10-11 14:39:38 -07:00 |
|
Quanah Gibson-Mount
|
1df85d3427
|
Happy New Year!
|
2017-01-03 12:36:47 -08:00 |
|
Quanah Gibson-Mount
|
6c4d6c880b
|
Happy New Year!
|
2016-01-29 13:32:05 -06:00 |
|
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 |
|
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 |
|
Pierangelo Masarati
|
f615fa44cf
|
pass ConfigReply to slapi overlay initialization
|
2008-05-31 18:44:40 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Howard Chu
|
ae0c57a420
|
ITS#5164 lack of a db_open handler is not an error
|
2007-10-03 09:00:41 +00:00 |
|
Pierangelo Masarati
|
2de9d97ad2
|
first round of s/sprintf/snprintf/; the rationale is: truncate error messages rather than buffer overflow; otherwise, assert that no buffer overflow occurred. In some cases, error handling could be added. Please note: no real error in the code was found so far, apart from that in syncprov.c and from some config-time error logging; however, errors could slip thru again if things don't change consistently
|
2007-09-29 17:55:33 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Luke Howard
|
e70ab8655c
|
Centralize SLAPI initialization into slapi_over_config()
|
2005-08-01 15:22:56 +00:00 |
|
Luke Howard
|
60e17c1fff
|
Don't instantiate SLAPI overlay in tool mode
|
2005-07-29 16:45:25 +00:00 |
|
Luke Howard
|
53ad7ffbff
|
Add some debugging for failed plugin loads
|
2005-07-28 08:35:28 +00:00 |
|
Luke Howard
|
88737d900a
|
more cleanups
|
2005-07-25 13:17:15 +00:00 |
|
Luke Howard
|
4836f2a5c5
|
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.
|
2005-07-25 10:53:45 +00:00 |
|
Luke Howard
|
de10624dc3
|
Use accessor macros for SLAPI parameter blocks, should make it
easier to move into overlay private data
|
2005-07-22 05:26:15 +00:00 |
|
Luke Howard
|
a253fbdab4
|
terminate function array in slapi_int_get_plugins()
|
2005-07-22 03:24:09 +00:00 |
|
Luke Howard
|
acae40faa0
|
SLAPI plugins are no longer global; global SLAPI plugins should be
associated with the frontend
|
2005-07-22 03:17:36 +00:00 |
|
Luke Howard
|
001754eb65
|
remove SLAPI cruft
|
2005-07-21 18:07:16 +00:00 |
|
Luke Howard
|
ffe20229dc
|
Move most of SLAPI frontend into overlay
|
2005-07-21 16:35:20 +00:00 |
|
Luke Howard
|
7129f9ef91
|
Factor out common code in SLAPI internal ops
Allow internal operation pblock to forward connection/operation parameters
|
2005-07-21 08:34:25 +00:00 |
|
Luke Howard
|
07ffdd8893
|
Associate global plugins with frontendDB
When unparsing plugin configuration, don't crash if no arguments
(dynamically registered plugins such as computed attributes don't
have arg vectors)
|
2005-07-19 06:47:43 +00:00 |
|
Hallvard Furuseth
|
81ecb0b153
|
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
|
2005-07-18 06:22:33 +00:00 |
|
Howard Chu
|
5a2333573c
|
Fix prev commit
|
2005-03-01 21:16:44 +00:00 |
|
Howard Chu
|
5acd0c574b
|
Added authz-regexp, slapi plugin retrieval
|
2005-03-01 20:08:36 +00:00 |
|
Kurt Zeilenga
|
dc0eacd40b
|
Happy New Year!
|
2005-01-01 20:49:32 +00:00 |
|
Kurt Zeilenga
|
3c598e89fb
|
Happy new year
|
2004-01-01 19:15:16 +00:00 |
|
Luke Howard
|
b0416d1140
|
Cleanup SLAPI namespace
|
2003-12-28 04:14:19 +00:00 |
|
Luke Howard
|
120adb6b1b
|
Fix slapi_modify_internal() to deal with just the modification type of
a mod operation
|
2003-12-19 10:10:59 +00:00 |
|
Luke Howard
|
516fd0ff50
|
First round of SLAPI cleanups - use slapi_int_XXX for internal functions
(slapi_x_XXX is still reserved for exported functions that are not part
of the SLAPI specification)
|
2003-12-16 15:49:31 +00:00 |
|