]> git.sur5r.net Git - openldap/history - servers
Added a new parameter (ConfigArgs*) to the _db_init, _db_open, _db_close and
[openldap] / servers /
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-25 Pierangelo Masaratiallow validation/normalization of x509 v1 (default...
2007-07-24 Howard ChuQuick and dirty BDB 4.6.18 support. Expect this to...
2007-07-23 Hallvard FurusethCosmetic change: spaces->tab in last patch. Thus reada...
2007-07-23 Hallvard FurusethRevert integer type change from rev 1.281 (ITS#5035...
2007-07-23 Hallvard FurusethAdd bi->bi_entry_get_rw.
2007-07-23 Howard ChuMore for #5057 - reject duplicate AVAs
2007-07-23 Howard ChuITS#5057 replace AVA_Sort with insertion sort
2007-07-23 Howard ChuITS#5057 fix AVA_Sort
2007-07-23 Howard ChuITS#4375 rework statslog, debug log info
2007-07-23 Howard ChuITS#4937, consolidate statslog
2007-07-23 Howard ChuMore for ITS#5050
2007-07-23 Howard ChuSilence warnings in prev commit
2007-07-22 Howard ChuITS#5050 use correct (Bind) timeout in dobind_int
2007-07-22 Howard ChuDelete extraneous test in prev commit
2007-07-22 Howard ChuITS#5040 don't touch modifyTimestamp and other opattrs...
2007-07-21 Howard ChuSet GLUE ocflag on dummy context entry
2007-07-21 Howard ChuITS#4961 read context glue entry if it exists
2007-07-20 Ralf HaferkampFixed return value of _cleanup function
2007-07-20 Howard ChuITS#5048 fully initialize fc_limits
2007-07-20 Howard ChuITS#5052 fix Quick mode erroneously indexing ID#0
2007-07-18 Hallvard FurusethITS#5049: Initialize conn in syncprov_db_close() before...
2007-07-14 Pierangelo Masaratimajor improvement: baseline support for back-config...
2007-07-14 Pierangelo Masarati"register" slapo-rwm
2007-07-14 Pierangelo Masaratifix minor error message
2007-07-14 Howard ChuFix mirrormode/tool mode
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-07-13 Howard ChuFix prev commit
2007-07-13 Howard ChuITS#4986 - remove special manageDSAit handing in select...
2007-07-12 Pierangelo Masaratifix searchFilter double free (ITS#5043)
2007-07-10 Quanah Gibson-MountChange db == NULL to rc == LDAP_INAPPROPRIATE_MATCHING
2007-07-09 Quanah Gibson-MountITS#5037
2007-07-09 Ralf Haferkampadded config option "normalize-mapped-attrs" to enable...
2007-07-04 Hallvard FurusethFix SLAP_NO_SL_MALLOC (ber_malloc_x -> ber_memalloc_x...
2007-07-01 Gavin HenryCater for perl 5+
2007-07-01 Hallvard FurusethITS#5035 - return ber_socket_t instead of ptrdiff_t...
2007-07-01 Hallvard FurusethFix integer overflow in slap_loglevel_get() - ITS#5035.
2007-06-21 Pierangelo Masaratifix potential leak (detected by Coverity)
2007-06-20 Pierangelo Masaratifix potential NULL dereferencing (detected by Coverity)
2007-06-19 Howard ChuITS#5025 clear sr_entry before sending search reference
2007-06-19 Howard ChuITS#4870 remove lint
2007-06-19 Pierangelo Masaratifix ITS#5005
2007-06-19 Howard ChuFix uninit'd op req DN
2007-06-19 Howard ChuITS#4933 use ldap_set_option for search timelimit
2007-06-16 Pierangelo Masaratitest goes __after__ done (ITS#5014 :)
2007-06-15 Hallvard Furuseth Do not access a void* (mi_entry_limbo) as if it were...
2007-06-15 Gavin HenryRunning 'perlcritic -1 SampleLDAP.pm' and tidying up.
2007-06-15 Hallvard FurusethITS#4995 - rewrite clarification
2007-06-15 Quanah Gibson-MountFor ITS#4995, add clarification comments
2007-06-14 Pierangelo Masaratidon't forget to log errors (ITS#5014)
2007-06-14 Howard ChuBetter fix for rev 1.97
2007-06-10 Hallvard FurusethFor ITS#4943: Axe thread pool semaphore code
2007-06-10 Hallvard FurusethCleanup (add prototypes)
2007-06-10 Pierangelo Masaratire-fix ITS#4936
2007-06-09 Hallvard FurusethITS#5007: Rename label "leave"; OSF1 pthread.h makes...
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-06-09 Pierangelo Masaratiuse libexecdir as default module path (ITS#4936)
2007-06-09 Pierangelo Masaratitemporary fix to ITS#4986; does not break current tests...
2007-06-09 Pierangelo Masaratifix SASL ssf logging (ITS#5001)
2007-06-09 Pierangelo MasaratiautchId must be a (quoted) id, and can't be a DN; as...
2007-06-09 Pierangelo Masaratido not try to register custom monitor stuff when subord...
2007-06-09 Pierangelo Masaratialways complain when custom monitor stuff cannot be...
2007-06-08 Howard ChuITS#4970 ignore pwdMinAge if pwdReset is TRUE
2007-06-08 Howard ChuITS#4977 check for cookie parse failure
2007-06-02 Pierangelo Masaratimake searches expand all matching sets of group/url...
2007-06-02 Pierangelo Masaratifix leak
2007-05-31 Hallvard Furuseththread pool data was accessed through the wrong type
2007-05-31 Ralf HaferkampITS#4991 restore save_attrs when a request is finished...
2007-05-31 Ralf HaferkampITS#4991 restore mapped AttributeNames before processin...
2007-05-25 Howard ChuITS#4966 valsort_modify: ignore Delete modops with...
2007-05-23 Kurt ZeilengaUse IANA-assigned OID for entryDN and remove hide flag.
2007-05-20 Hallvard FurusethFix --without-tls (ITS#4975). Enable certificate matching.
2007-05-19 Pierangelo Masaratimore ITS#4973 initialization
2007-05-19 Pierangelo Masaratire-parse ID from passmod request, if necessary (ultimat...
2007-05-19 Pierangelo Masaratirelated to ITS#4973
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-18 Hallvard Furusethprintf format paranoia: macros could be changed to...
2007-05-18 Hallvard FurusethUnused varaibles
2007-05-18 Hallvard FurusethWarning cleanup (avoid cast double return val -> intege...
2007-05-18 Hallvard Furusethinclude lber-int.h (for rev 1.396 certificate changes)
2007-05-17 Pierangelo Masarati...
2007-05-16 Pierangelo Masaratiallow array of more generic syntaxes
2007-05-16 Pierangelo Masaratiallow attribute inheritance with syntax restriction...
2007-05-16 Pierangelo Masaratifurther cleanup round in back-relay database selection...
2007-05-15 Pierangelo Masaraticheck for NULL dn in URL; set error code before seding...
2007-05-14 Howard ChuITS#4961 disable schema checking on contextCSN update
2007-05-13 Hallvard FurusethReapply part of rev 1.2 warning cleanup, it was lost...
2007-05-13 Howard ChuDon't use strdup on bervals
2007-05-13 Howard ChuAdd CRLfile option for GNUtls
2007-05-13 Howard ChuUse liblber for certificate Validation, Normalization
2007-05-12 Howard ChuNo more dependency on OpenSSL
2007-05-12 Hallvard FurusethAdd back-monitor (and its OID arc) to Backend/Database...
2007-05-12 Pierangelo Masaratiif no database can be looked up, don't send result...
2007-05-12 Pierangelo Masaratidon't try to lookup a database when there's no request DN
2007-05-11 Hallvard FurusethFix for !(LDAP_DEBUG && LDAP_SYSLOG)
2007-05-10 Howard ChuFix typo in prev commit
2007-05-10 Howard ChuITS#4954 clear c_sasl_dn after error
2007-05-10 Howard ChuITS#4952 use memcmp to compare CSN values
2007-05-09 Hallvard FurusethRemove unused variables
2007-05-09 Hallvard Furusethassert(pointer) -> assert(pointer != NULL)
next