]> git.sur5r.net Git - openldap/history - servers/slapd
Trim unneeded tmp var
[openldap] / servers / slapd /
2007-12-01 Howard ChuTrim unneeded tmp var
2007-12-01 Howard ChuOmit leading zero pad byte
2007-12-01 Howard ChuFix sign bit
2007-11-30 Howard ChuFix 1.426, must sign-extend small numbers, not zero-pad
2007-11-29 Howard ChuPop local callback for modify
2007-11-29 Howard ChuFix prev commit, leave callback stack alone in compare()
2007-11-28 Ralf HaferkampAllow initialization when using custom "memberof-group...
2007-11-27 Quanah Gibson-Mountcleanup
2007-11-26 Howard ChuStreamlined Winsock connection management
2007-11-25 Howard ChuChange integer indexing to ordered only, no backward...
2007-11-24 Howard ChuFix connection teardown
2007-11-23 Pierangelo Masaratisilence warnings
2007-11-22 Howard ChuFix typo in prev commit
2007-11-21 Howard ChuFix, truncate should not be valid for slapadd, should...
2007-11-21 Howard ChuMore for #5221, don't muck with kids counters on simple...
2007-11-21 Howard ChuMinor cleanup
2007-11-21 Howard ChuITS#5221 fix NO_KIDS/NO_GRANDKIDS flags on rename ops
2007-11-21 Howard ChuSilently restrict index_intlen to 4-255.
2007-11-21 Howard ChuTweak prev commit
2007-11-21 Howard Chuinteger indexing must be unsigned
2007-11-21 Howard ChuAdd index_intlen keyword for ordered indexing of integers
2007-11-21 Howard ChuSilence warning
2007-11-20 Howard ChuITS#5215 fix Windows slapd.def rules
2007-11-20 Howard ChuFix test050
2007-11-20 Howard ChuITS#5183 - better delete index handling
2007-11-19 Howard ChuFix typos
2007-11-18 Howard ChuITS#5232 report and fail on internal errors
2007-11-18 Howard ChuFix prev commit
2007-11-18 Howard ChuITS#5183 preliminary fix - this whole approach needs...
2007-11-17 Pierangelo Masaratisync 'c' with RFC4519 (ITS#5236)
2007-11-17 Pierangelo Masaratilet c_conn_idx be -1 (ITS#5235?)
2007-11-15 Pierangelo Masaratitreat empty as NULL
2007-11-14 Howard ChuFix rev 1.266, was creating {0}config entry prematurely.
2007-11-13 Howard ChuEliminate unnecessary Op copies
2007-11-13 Howard ChuITS#4889 fix search. remainder of code needs similar...
2007-11-12 Howard ChuITS#5231 don't maintain presentlist for entries added...
2007-11-12 Howard ChuFix prev commit, broke test033
2007-11-12 Howard ChuFix pagedresults resume
2007-11-12 Howard ChuFix unlock in prev commit
2007-11-12 Howard ChuCache-thrashing protection: if the DB has more entries...
2007-11-12 Howard ChuTweak entry parent check
2007-11-12 Howard ChuCleanup debug msgs
2007-11-12 Howard ChuITS#5230 fix slimit for rootDN w/pagedresults
2007-11-12 Howard ChuITS#5225 fix contextCSN updating
2007-11-11 Quanah Gibson-Mountcleanup
2007-11-09 Howard ChuMore for ITS#5212 make conditional explicit
2007-11-08 Ralf HaferkampFix op->o_abandon handling. Use fake connection to...
2007-11-07 Howard ChuFix prev commit
2007-11-07 Howard ChuITS#5146 better check for single val in modify
2007-11-07 Howard ChuITS#5186 check for multiple suffixes at config time...
2007-11-07 Howard Chufix prev commit (ITS#5212)
2007-11-05 Howard ChuITS#5209 sasl_host may be different from global_host
2007-11-04 Howard ChuITS#5211 spec says we must ignore invalid cookies
2007-11-02 Howard ChuMore for prev commit, ITS#5120.
2007-11-02 Howard ChuDon't send cookie at end of refresh if nothing changed...
2007-11-01 Howard ChuITS#5191 do all pagedresult control parsing in the...
2007-10-25 Howard ChuUse per-thread slap_counters to eliminate lock contention
2007-10-25 Howard ChuRepack Connection structure for alignment
2007-10-25 Howard ChuConcurrency tweaks:
2007-10-24 Pierangelo Masaratifurther fix of double free (ITS#4860)
2007-10-24 Pierangelo Masaratidon't compute lengths twice
2007-10-23 Howard ChuITS#5197 fully revert prev commit, use thr_stub
2007-10-23 Howard ChuForced commit, partially revert prev commit
2007-10-23 Howard ChuITS#5197 don't check thread pool if NO_THREADS
2007-10-23 Howard ChuITS#5189 revert index.c 1.67, just catch LDAP_OTHER
2007-10-23 Howard ChuFix prev commit, include errno.h
2007-10-23 Howard ChuITS#5189 recognize ENOMEM
2007-10-22 Howard ChuFix typo
2007-10-20 Howard ChuFix depend dependency for parallel make
2007-10-20 Howard ChuFix depend/.links dependency for parallel make
2007-10-16 Howard ChuFix prev commit, only defer open for online Add
2007-10-16 Howard ChuDon't leak logfiles
2007-10-15 Howard ChuFix error message propagation
2007-10-15 Howard ChuCheck DB directory validity at config time
2007-10-15 Howard ChuRevert prev commit, bogus
2007-10-15 Howard ChuSave return code from cleanup handler
2007-10-15 Howard ChuPartial revert from 1.246, not sure what's the point
2007-10-13 Pierangelo Masaratiset BINDING appropriately (ITS#5185)
2007-10-10 Pierangelo Masaratifix dirsep's in DN (ITS#5172)
2007-10-08 Howard ChuITS#5177 pass new entries in search_response for Persis...
2007-10-08 Howard ChuFix unprotected checks for psearches
2007-10-08 Howard ChuPlug leak
2007-10-08 Howard ChuTweak ACL cache messages
2007-10-08 Pierangelo Masaratifix ordering of items on objectClass definition (ITS...
2007-10-08 Howard ChuITS#5173 simplify defer open behavior
2007-10-08 Howard ChuITS#5173 fix for dynamic add in cn=config
2007-10-08 Howard ChuRefuse to operate on cacheDB if it hasn't been started yet
2007-10-08 Howard ChuFix for dynamic adds
2007-10-08 Howard ChuCheck for cleanup on Adds, not just Modifies
2007-10-08 Howard ChuITS#4884 fix prev commit
2007-10-08 Howard ChuITS#4188 check for pool pause every 64 entries. (probab...
2007-10-06 Howard ChuITS#3864 use sasl_ssf_t where expected
2007-10-05 Howard ChuITS#5072 fix issuer format, use uppercase hex per RFC3641
2007-10-05 Pierangelo Masaratifix typing warnings
2007-10-05 Pierangelo Masaratide-normalize simple filter values consistently
2007-10-05 Pierangelo Masaratisupport de-normalization
2007-10-05 Howard ChuFix syncrepl_entry to propagate cookieCSN when present
2007-10-05 Pierangelo Masaratifix previous commit (didn't have coffee yet :()
2007-10-05 Pierangelo Masaratifor consistency, always represent UUIDs correctly ...
2007-10-04 Pierangelo MasaratiITS#5168 also affects back-meta
next